/*=============================================
	FONTS
  =============================================*/
@font-face {
    font-family: 'helvetica_extended_bq';
    src: url('../fonts/HelveticaExtendedBQ-Bold-webfont.eot');
    src: url('../fonts/HelveticaExtendedBQ-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaExtendedBQ-Bold-webfont.woff2') format('woff2'),
         url('../fonts/HelveticaExtendedBQ-Bold-webfont.woff') format('woff'),
         url('../fonts/HelveticaExtendedBQ-Bold-webfont.ttf') format('truetype'),
         url('../fonts/HelveticaExtendedBQ-Bold-webfont.svg#helvetica_extended_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lektonregular';
    src: url('../fonts/Lekton-Regular-webfont.eot');
    src: url('../fonts/Lekton-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lekton-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Lekton-Regular-webfont.woff') format('woff'),
         url('../fonts/Lekton-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lekton-Regular-webfont.svg#lektonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 20px;
	font-style: normal;
}.flaticon-pen5:before {
	content: "\e000";
}
body{overflow-x:hidden;}
#wrapper{
	position:relative;
	width: 100%;
}
/*=============================================
	TYPOGRAPHY
  =============================================*/
h1, h2, h3, h4, h5, h6{
	font-family:'Raleway', sans-serif;
	font-weight: 900;
	margin:15px 0;
}
p, span{
	font-family:'Poppins', sans-serif;
}
hr:after{
	background:url('../images/diamond.png') no-repeat center center;
	position:absolute;
	content:"";
	width:18px;
	height:18px;
}
hr{
	margin:25px 0;
    border-color: #303030;
    border-style: solid;
    border-width: 0 0 2px;
    height: 9px;
}
section.home, aside.col-right{
	width:100%;
	height: 100%;
	float: left;
}
.futurbg, div.links a{
	background:#101010;
}
/*=============================================
	ABOUT ASIDE
  =============================================*/
aside.col-right{
	z-index:9;
	position:absolute;
	right: -100%;
	top:20px;
}
aside.col-right .container{
	padding:30px 20px 20px;
	text-align:center;
}
.mob-button{
	right: 0;
	position: absolute;
	top: 20px;
	display:inline-block;
	background:rgba(255, 255, 255, 0.75);
	line-height:40px;
	padding:0 20px;
	text-decoration:none;
	font-family:'Raleway', sans-serif;
	color:#303030;
	z-index:9;
	max-width: 120px;
}
a.close{
	top:0;
}
.brand{
	text-align:center;
}
.brand h1{
	font-size:1.8em;
	color:#303030;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.logo{
	text-align:center;
	margin:50px 0;
}
.logo a{
    background:url('../images/logo.png') no-repeat center center #101010;
    display: inline-block;
    height: 100px;
    width: 150px;
	position: relative;
}
/*.logo a:hover{
	animation-name: spin; 
	animation-duration: 3s; 
	animation-iteration-count: infinite; 
	animation-timing-function: linear; 
}*/
.logo-wrap{
	height:100px;
	width:150px;
	position:relative;
	display:block;
}
.logo-wrap:before { content: ""; position: absolute; top: -30px; left: 0; width: 0; height: 0; border-left: 75px solid transparent; border-right: 75px solid transparent; border-bottom: 30px solid #101010; } 
.logo-wrap:after { content: ""; position: absolute; bottom: -30px; left: 0; width: 0; height: 0; border-left: 75px solid transparent; border-right: 75px solid transparent; border-top: 30px solid #101010; }
.container article p{
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-size:0.9em;
	line-height:1.4em;
	text-align:left;
	margin-top:0;
}
div.links a{
    color: #fff;
	font-family:'Raleway', sans-serif;
    display: block;
    padding:15px 10px 15px 70px;
    text-align: left;
    text-decoration: none;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}
div.links a:before{
	background: none repeat scroll 0 0 #0a3232;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
div.links a:hover:before, .div.links a:focus:before, div.links a:active:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
div.links{
	position:relative;
}
span.email-icon{
	background:#ffffff;
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
	line-height:45px;
	text-align:center;
	color:#303030;
}
/*=============================================
  LANDING
  =============================================*/
section.home{
    position: relative;
    z-index: 7;
}
section.home .container{
	width:90%;
	padding:100px 0 20px;
	margin:0 auto;
	text-align:center;
}
h2.current-location{
	font-size:1.8em;
	line-height:1em;
}
div.highlight-txt{
	font-family: 'Poppins', sans-serif;
	font-size:1em;
	display: block;
}
div.highlight-txt span.dash{
	display:block;
	padding:0 8px;
}
.main-skills{
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

/* SLIDESHOW */
.slide-skills{
	height: 89%;
    margin: 0 auto;
	width:auto;
	padding:10px 5px;	
}
.slide-skills ul li{
	float:left;
	height:100%;
	text-align:center;
	position:relative;
	color:#fff;
	padding:24px 0;
	font-family: 'Poppins', sans-serif;
}
.slide-skills ul li h2{
	font-family: 'Raleway', sans-serif;
	margin:20px 0;
	font-size:1.6em;
	color: #8e8e8e;
}
.slide-skills ul li p{     
	max-width: 520px;
    display: inline-block;
    line-height: 1.4em;
    color: #8e8e8e;
}

/*=============================================
	BACKGROUND
  =============================================*/
.home-particles {
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}
.home-particles .pg-canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	opacity: .12;
}
.home-particles .shadow-overlay {
	display: none;
}
section.bg{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:11;
}
.ruler-top, .ruler-left{
	background-color:rgba(299, 299, 299, 1);
	background-position:0 0;
	background-repeat:repeat-y;
	position:fixed;
	z-index:99;
}
.ruler-top{
	background-image:url('../images/ruler-top.png');
	background-repeat:repeat-x;
	width:100%;
	height:20px;
	top:0;
	left:0;
}
.ruler-left{
	background-image:url('../images/ruler-left.png');
	width:20px;
	height:100%;
	top:20px;
	left:0;
	display: none;
}
.waves{position: absolute;
    z-index: -1;
    bottom: 60%;
    left: 0;}
.waves canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* Slider */
.slick-list{background-color:rgba(0,0,0,0.8);}

@media (min-width : 620px){
	.slide-skills ul li{padding:0; }
	.slide-skills ul li h2{font-size:2em;}
	}
@media (min-width : 992px) {
	section.home{width:65%;}
	section.home .container{
		width:80%;
		padding:100px 10% 20px;
	}
	aside.col-right{position:relative; width:30%; right:5%;}
	div.highlight-txt span.dash{display: inline-block;}
	.mob-button{display:none;}
	.highlight-txt p{float:left; text-align:center;}
	div.highlight-txt span{ display:inline-block;}
	section.bg .bg-img{
		background-image:url('../content/bgImages/london.jpg');
		background-position:0 0;
		background-repeat:no-repeat;
		position:absolute;
	}
	.ruler-top{left: 20px;}
	.ruler-left{display: block;}
	.slide-skills{padding:45px 15px;}
}
@media (min-width : 1440px) {
	#wrapper{width:1280px; margin: 0 auto;}
}	
@media screen and (max-width : 991px) {
	#wrapper{overflow-x:hidden;}
	aside.col-right{height: auto;}
}