
/*- 

Oh Dear, don't look at my code. I'm not a Developer! I try my hardest!

-*/


/*! HTML5 Boilerplate v5.0 (EDITED BY PSR) | MIT License | http://h5bp.com/ */

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

hr{
	border: 0;
    height: 2px;
    background: #202020;
    width:100%;
    margin: 25 auto 0 auto;
    display: block;
}

hr.light{
    background: #BCBCBC;
}
hr.extralight{
    background: #e8e8e8;
}

ul{
	margin:0;
	list-style: none;
	padding: 0;
	width:100%;
	display:block;
	position:relative;
	overflow: hidden;
}

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

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

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   .score{
	display:inline-block;
	width:100%;
	text-transform: uppercase;
}


 input {
     outline: none;
    width: 100%;
    padding: 10px;
    margin: 25px 0 0 0;
    font-size: 1em;
 
 }
 
 
 .loadgifholder{
	 position:relative;
 }
 
.loadgif{
	width: 100px;
    height: 100px;
    background-color: #222222;
    color: #f8f8f8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 8px 0 0 0;
    position: absolute;
    bottom: 500px;
    right: -46px;
} 

.loadgif:hover{
    background-color: #00AAEF;
} 

.onlyMobile{
	display:none;
}
 
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-image: url('../img/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  opacity: 0;
  z-index: 9999; 
}

.loadRabbit {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  opacity:1;
  margin:0 auto;
  background-image: url('../img/rabbit.run.gif.v3.8.gif');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 50;
  opacity:0.50
}

   
/*--- WORK PAGE -*/

a.workThumb{
	 transition: all 0.2s ease;
}

.workThumbHolder{
	margin:20px 0 20px 0;
    display: block;
    float: left;
    position: relative;
	width:440px;
}
.workThumbHolder:nth-of-type(even){
	margin:20px 0 20px 20px;
}
.workThumb{
    display: block;
    position: relative;
   /*- overflow:hidden; -*/ 
	width:440px;
	background-color: #ffffff;
}
.workThumb img{
    width: 440px;
    height: 275px;
    display:block;
    opacity:0;
}
.workThumb .thumbContent{
	padding:20px;
	font-size:1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: cubano, sans-serif;
}
.thumbtext{
	display:inline-block;
    position: relative;
    font-size: 1em;
    margin:10px 0 0 0;
}

.thumbtext p{
    margin: 0 0 0 0;
    font-size: 16px;
    lineheight: 1.5em;
    color: #615d5d;
}

.thumbtext h3{
	text-transform:uppercase;
}

.fadeIN{
	animation: niceLoad 0.5s ease;
}

@keyframes niceLoad {
  0% { opacity:0 }
  50% { opacity:0.5 }
  100% { opacity:1 }
}

.boldButton{
	display:inline-block;
	position:relative;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	font-family: cubano, sans-serif;
	font-size:1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#f8f8f8;
	background-color: #202020;
	padding:15px 20px;
	margin: 10px 0;
}

.boldButton.loadMore{
	display:block;
	max-width:200px;
    margin:25px auto 0 auto;

}


.boldButton:hover{
	background-color:#00AAEF;
	color:#ffffff;
}

.mapHolder{
	margin:60px 0;
	display: inline-block;
	position:relative;
}

.activeCircle{
	position: absolute;
	width:42px;
	height:42px;
	top: 215px;
    left: 195px;
	z-index:1000;
	background-image: url('../img/NLdot.gif');
	background-position: center top;
}
.activeCircle:hover{
	background-image: url('../img/NLdot.gif');
	background-position: center bottom;
}

.mapContactInfo{
	position: absolute;
	width:340px;
	height:100px;
    top: 219px;
    left: 245px;
	z-index:1000;
}

.mapContactInfo h2{
text-align:left;
}

.phoneLink{
	font-size:1.4em;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	display:block;
	position:relative;
	color:#202020;
}

.phoneLink:hover{
	color:#00AAEF;
}

.achievements .title{
	font-family: cubano, sans-serif;
	display:block;
	font-size:1.1em;
	line-height:1.0em;
	text-transform: uppercase;
	text-align:left;
	margin:0;	
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mh200{
	min-height: 160px;	
}

 .mh145{
  min-height:145px;
  }


.mh350{
	min-height: 350px;
}

.whitebox{
background-color: #ffffff;
padding:20px;
display:block;
position:relative;
width:auto;
}

.whitebox p{
	margin:10px 0 0 0;
}
   
.psrblue{
	color:#00AAEF;
}  

.psrmagenta{
	color:#ff00af;
}  

.psrgrey30{
	color:#BCBCBC;
} 
   

html, body
{
    margin: 0 auto;
    padding: 0;
    background-color: #f8f8f8;
        font-family: futura-pt, sans-serif;
}

#master{
    width: 900px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
}

.footer{
	width: 900px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    height: 250px;
}

.flexcontainer{
	display: flex;
	align-items:center;
	width: 100%;
}
.container{
	position:relative;
	display: inline-block;
	width: 100%;
}

.halfwidth{
	display:inline-block;
	overflow:hidden;
	width:50%;
	padding-right:25px;
	   vertical-align: top;
}

.halfwidth:nth-of-type(2n){
    padding-right: 0px;
	margin-right: -4px;

}

.logo{
	margin:0 auto 0 auto;
	text-transform: uppercase;
	font-family: cubano, sans-serif;
	text-align: center;
	color: #202020;
}

.logomark{
width:130px;
height:130px;
}

.logomark img{
width:130px;
height:130px;
}


.firstname{
	font-size: 27px;
    letter-spacing: .25px;
    margin-top: 15px;
}

.lastname{
	font-size: 13px;
    line-height: 8px;
    letter-spacing: .25px;
}

.estdate{
	font-family: futura-pt, sans-serif;
    font-weight: normal;
    margin: 10px 0 0 0;
    font-size: .75em;
}

/*-- MENU SYSTEM --*/


.active{
color:#ff00af;
}

a {
text-decoration:none;
color:#202020;
}

p a {
text-decoration:none;
font-weight:bold;
color:#202020;
}


a:hover{
text-decoration:none;
color:#00AAEF;
cursor:pointer;
}

/* Faux Header */

.topHeader{
position:fixed;
width:100%;
height:125px;
top:0px;
left:0px;
z-index:9995;
background: -webkit-linear-gradient( rgba(248,248,248,1), rgba(248,248,248,0)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient( rgba(248,248,248,1), rgba(248,248,248,0)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient( rgba(248,248,248,1), rgba(248,248,248,0)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(248,248,248,1), rgba(248,248,248,0)); /* Standard syntax (must be last) */

}

.topHeader .floatLogo{
display:block;
position:relative;
top:-75px;
margin:0 auto;
width:120px;
height:120px;
}

.floatLogo img{
	width:120px;
	height:120px;
}

.topHeader .logomark{
display:block;
position:relative;
top:-75px;
margin:0 auto;
width:120px;
height:120px;
}

/* Drop Menu */

#floatheader{
position:fixed;
width:100%;
height:125px;
top:-300px;
left:0px;
z-index:9995;
background: -webkit-linear-gradient( rgba(248,248,248,1), rgba(248,248,248,0)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient( rgba(248,248,248,1), rgba(248,248,248,0)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient( rgba(248,248,248,1), rgba(248,248,248,0)); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(248,248,248,1), rgba(248,248,248,0)); /* Standard syntax (must be last) */
}


#floatheader .floatLogo{
display:block;
position:relative;
top:-75px;
margin:0 auto;
width:120px;
height:120px;
}

.menuDrop{
	margin:0px auto;
	font-size:1.4em;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	display: table;
	position:relative;
	top: -100px;
}

.menuDrop ul{
	margin: 40px 0 0 0;
}

.menuDrop li{
	text-align: center;
display:inline-block;
text-align: center;
width: auto;
padding: 0 20px;
}


/* Main Menu */

.menu{
	margin:0px auto 50px auto;
	font-size:1.2em;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	width:50%;
	display:block;
	position:relative;
}

.menu ul{
	margin: 40px 0 0 0;
}

.menu ul li,.changelog ul li{
	display:block;
	position:relative;
	width:100%;	
	float:left;
	margin-top:10px;
}

.menu ul li:hover, .menuDrop ul li:hover, .menuLink:hover{
		color: #00AAEF;
}

.menuLink{
color:#202020;
}


.leftside{
	float:left;
	text-align:left;
	display:block;
	padding-right:12px;
}

.ultradotted{
	height:20px;
	border-bottom:1px dotted #202020; 
	display:block;
	overflow:hidden;
	width:auto;
	
}

.rightside{
	float:right;
	text-align:right;
	display:block;
	padding-left:12px;
}

.stripes{
    background-image: url(../img/whitestripes.gif);
}

.bluestripes{
	background-image: url(../img/bluestripes.gif);
}

.submenu{
	font-size:1.2em;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	display: table;
	position:relative;
	margin: 0 auto;
	width:100%;
}

.submenu ul{
text-align: center;
margin:10px auto 0 auto;
}

.submenu ul li{
display:inline-block;
text-align: center;
padding: 0 10px 0 10px;
}

.submenu ul li:last-child{
padding: 0 10px 0 10px;
}


/* ==========================================================================
  Typography
   ========================================================================== */

textarea, input, button { outline: none; }
input:focus {
  background: #f8f8f8;
}
   
@font-face {
    font-family: 'SilkscreenNormal';
    src: url('fonts/slkscr-webfont.eot');
    src: url('fonts/slkscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/slkscr-webfont.ttf') format('truetype'),
         url('fonts/slkscr-webfont.svg#SilkscreenNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
   
.m150{
	margin:150px auto 0 auto;
}

.m100{
	margin:100px auto 0 auto;
}

.m75{
	margin:75px auto 0 auto;
}

.m50{
	margin:50px auto 0 auto;
}
.m25{
	margin:25px auto 0 auto;
}
.m10{
	margin:10px auto 0 auto;
}

.center{
	text-align:center;
}

.w90{
	width:90%;
}

.lh5{
	line-height: 0.5;
}
.lh9{
	line-height: 0.9;
}
.lh11{
	line-height: 1.1;
}

h1{
	font-family: cubano, sans-serif;
	display:block;
	font-size:3em;
	line-height:0.9em;
	text-transform: uppercase;
	text-align:left;
	margin:0;
}

h2{
	font-family: cubano, sans-serif;
	display:block;
	font-size:2em;
	line-height:1em;
	text-transform: uppercase;
	text-align:center;
	margin:0;
}

#c_workItem h2{
    width: 60%;
    margin: 0 auto;
}

h3{
	display:block;
	font-size:1.3em;
	line-height:1.2em;
	text-align:left;
	margin:0;
}

h4{
	display:block;
	font-size:1.2em;
	line-height:1.2em;
	text-align:left;
	margin:0 0 5px 0;
}

h5{
	display:block;
	font-size:0.8em;
	line-height:0.8em;
	text-align:left;
	margin:0 0 10px 0;
}

.legal{
	font-size:0.7em;
	line-spacing:0.7em;
}


.exptitle{
	display:block;
	text-transform: uppercase;
	text-align:left;
	margin:0;
}

.expyear, .expjob, .clabel,.clink{
	font-size:1.5em;
	line-height:1.2em;
	font-family: futura-pt, sans-serif;
	font-weight: 100;
}

.clabel{
text-transform: uppercase;	
}

.clabel.smaller{
	font-size:1.2em;
}

.smaller{
font-size:1.1em;
line-height:1.5em;
}

.clink{
	display:block;
	font-size:1.5em;
	line-height:1.2em;
	font-family: cubano, sans-serif;
	color:#202020;
	text-transform: uppercase;
}

.clink.smaller{
	font-size:1.2em;
}

.clink:hover{
	color:#00AAEF;
}

.expemp{
	font-size:2em;
	line-height:1.2em;
	font-family: cubano, sans-serif;
}

p{
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.2em;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 100;


}

p.smaller{
    font-size: 1.1em;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 100;
}

.twocol{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
      -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}


/*- shapes -*/

.mobileHolder{
    vertical-align: top;
    display: inline-block;
    width: 280px;
    height: 750px;
    margin:50px 30px 0 -3px;
}

.mobileScreen{
    display: block;
    width: 280px;
    height: 560px;
    background-color: #fff;
    overflow:hidden;
}

.mobileScreen img{
    width: 280px;
    display:block;
    opacity:0;	
}

.mobileHolder:nth-of-type(3n+3){
	margin:50px 0 0 -3px;
}

.desktopScreen{
	position:relative;
 	display: inline-block;
	width:100%;
	background-color:#BCBCBC;
	overflow:hidden;
	min-height:200px;
}

.desktopScreen img{
	width:100%;
	z-index:500;
    display:block;
    opacity:0;
}

.desktopScreen.minSize{
	height:500px;
	border-bottom:2px #202020 solid;	
}

.desktopScreen.maxSize{
	height:auto;
	border-bottom:0px #ffffff solid;	
}

.arrowDown{
    display: block;
    position: relative;
    width: 50px;
    height: 30px;
    background-image: url(../img/arrowdown.png);
    background-position: center top;
    margin: 0 auto;
    z-index: 1000;
    top: 15px;
}

.arrowDown:hover{
	background-position: center bottom;
	cursor: pointer;
}

.arrowUp{
 display: block;
    position: relative;
    width: 50px;
    height: 30px;
    background-image: url(../img/arrowup.png);
    background-position: center top;
    margin: 0 auto;
    z-index: 1000;
    top: 15px;

}

.arrowUp:hover{
	background-position: center bottom;
	cursor: pointer;
}


/* ==========================================================================
  Shadows
   ========================================================================== */

.z1{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.z1hover{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.z1hover:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}

.z2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.z3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.z4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.z5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


/* ==========================================================================
  Work - portfolio item display
   ========================================================================== */

#c_workItem .date, #c_workItem .role, #c_workItem .skills{
	font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 100;
    text-align:center;
    width: 60%;
    margin: 0 auto;
}

#c_workItem .role{
	    line-height: 0.9em;
}


#c_work{
	min-height:834px;
}

.nextPrevious{
position: fixed;
	transition: all 0.2s ease;
	font-size:1em;    
	text-transform: uppercase;
	font-weight: 100;
	width: 900px;
	margin: 0 auto;
	z-index: 9998;
}

.flwview.nextPrevious{
	top: 66px;
}

.hdnview.nextPrevious{
	top: -50px;
}

.nextpost,
.prevpost{
	display:inline-block;
	position:absolute;
	    
}
.prevpost{
	text-align:left;
	left:0px;

}

.nextpost{
	text-align:right;
	right:0px;
}


.nextpost:hover,
.prevpost:hover{
	color:  #00AAEF;
	cursor:pointer;
}



/* ==========================================================================
  About
   ========================================================================== */


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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.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;
}

.floatcar{
	display: block;
    opacity: 1;
    position: absolute;
    top: -41px;
    right: -420px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   "responsive" ¯\_(ツ)_/¯
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  /* Styles */   


}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 899px) {
  /* Styles */   
  
  .mh200{
  min-height:200px;
  }
  
	#master{
	    width: 700px;
	    display: block;
	    position: relative;
	}
	
	.footer{
	width: 700px;
	}
	
	
	/*- about -*/
	
	.activeCircle {
	    top: 157px;
	    left: 145px;
	}
	
	/*-- Work -*/
	
	
	.workThumbHolder{
		width:340px;
		margin: 20px 0 20px 0;
		min-height: 300px;
		
	}
	.workThumbHolder:nth-of-type(even){
	margin:20px 0 20px 20px;
	}
	
	.workThumb{
		width:340px;
		background-color: #ffffff;
	}

	.workThumb img{
	    width: 340px;
	    height: auto;
	    opacity:0;
	}
	
	.thumbtext{
	}
	
	
	/*- -*/
	
	
	.loadRabbit{
		    margin: 0 auto;
	}
		
	.mobileHolder{
    width: 220px;
    height: auto;
	margin:25px 16px 0 0;
	}
	
	.mobileScreen{
	    width: 220px;
	    height: auto;
	}
	
	.mobileScreen img{
	    width: 220px;
	}
	
	.mobileHolder:nth-of-type(3n+3){
		margin:25px 0 0 0;
	}
	
	.mapContactInfo {
    width: 360px;
	top: 159px;
    left: 195px;
	}
	.mapContactInfo h2{
	text-align:left;
	}
	
	.nextPrevious{
	width: 90%;
    left: 0px;
    margin: 0 5%;
}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 600px) {
  /* Styles */   
  
  	.boldButton{
  	display:block;
  	margin: 20px 0;
  	max-width: 100%;
  	}
  	
  	.boldButton.loadMore{
  	 	max-width: 100%;
  	 }
  
	.menuDrop{
		font-size:1.0em;
		z-index:9997 ;
		background-color: #202020;
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 50px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
	
	.menuDrop ul{
		margin: 14px 0 0 0;
		text-align: center;
	}
	
	.menuDrop li{
		display:inline-block;
		text-align: center;
		width: auto;
		padding: 0 10px;
	}
	
	.menuDrop a{
		color:#fff;
		text-transform: uppercase;
	}
	
	.menuDrop a:hover{
		color:#00AAEF;
	}

  
  .floatcar{
	display: block;
    opacity: 1;
    position: absolute;
    top: 161px;
    right: -630px;
}

.floatcar img{
	width:40%;
}
  
  
  	.loadRabbit{
	right: 0px;
    top: -2px;	
  	}
  
  	.nomobile{
	  	display:none;
  	}
  	
  	.onlyMobile{
	  	display:inline-block;
  	}
  	
  	.mobileContactInfo{
	  		width:100%;
	  		z-index:1000;
  	}
	
	.mh200 {
    	min-height: auto;
	}
	
	.m150 {
    	margin: 100px auto 0 auto;
	}	
	
	.m100 {
    	margin: 50px auto 0 auto;
	}
		
	.m75{
		margin: 35px auto 0 auto;
	}
	
	.m50{
		margin: 25px auto 0 auto;
	}
	
	h1{
		font-size:2em;		
		line-height:0.9em;
	}
	h2{
		font-size: 2.2em;
		line-height: 0.9em;
	}
	p{
		font-size:1.1em;
	}
	
	.expemp{
		line-height:0.9em;
	}
	.w90{
		width:100%;
	}
	
	.twocol {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 20px;
	    -moz-column-gap: 20px;
	    column-gap: 20px;
	}
	
	.halfwidth{
		width:100%;
		padding-right: 0px;
	}
	
	
	#floatheader .floatLogo{
		width:120px;
		height:120px;
		top: -25px;
	}
	.topHeader{
	height: 85px;
	}
	
	.topHeader .floatlogo{
		width:120px;
		height:120px;
		top: -25px;
	}
		
	.floatLogo img{
		width:120px;
		height:120px;
	}
	
	.logomark{
		margin:100px auto 0 auto;
		width:150px;
		height:150px;
	}

	.logomark img{
		width:150px;
		height:150px;
	}

	.firstname{
		font-size: 2.2em;
	}
	
	.lastname{
		font-size: 1.05em;
	}
	.estdate{
    font-size: .95em;
	}
	
	.menu{
    	font-size: 1.5em;
		margin: 0px auto 50px auto;
		width: 75%;
	}
	
	#master{
	    width: 100%;
	    display: block;
	    position: relative;
	    height: 100%;
	    padding: 0 20px 0 20px;
	    
	}
	
	.footer{
	width: 100%;
	height:250px;
	}
	
	/*- about -*/
	.mapHolder {
    margin: 20px 0 60px;
	}
	
	.mapContactInfo {
    width: 100%;
    top: 80px;
    left: 0px;
	}
	
	.activeCircle {
	    top: 50px;
		left: 120px;
	}
	
	/*-- Work -*/
	
	.workThumbHolder{
		width:100%;
		margin: 20px 0 30px 0;
		min-height: auto;
		height:auto;
	}
	.workThumbHolder:nth-of-type(even){
	margin:0px;
	}
	
	.workThumb{
		width:100%;
	}

	.workThumb img{
		display:block;
		width: 100%;
		height: auto;
		opacity:0;
	}
	
	.mobileHolder{
		width: 100%;
		height: auto!important;
		margin:25px 0 0 0;
	}
	
	.mobileScreen{
	    width: 100%;
	    height: auto;
	}
	
	.mobileScreen img{
	    width: 100%;
	}
	
	.mobileHolder:nth-of-type(3n+3){
		margin:25px 0 0 0;
	}


	.desktopScreen{
	width:100%;
	background-color:#BCBCBC;
	overflow:hidden;
	}
	
	.desktopScreen img{
		width:100%;
		z-index:500;
	    opacity:0;
	}
	
	.desktopScreen.minSize{
		height:auto;
		border-bottom:0px #ffffff solid;		
	}
	
	.desktopScreen.maxSize{
		border-bottom:0px #ffffff solid;	
	}
		
	.arrowDown{
		display:none;
	}
	
	/*- Force-Left -*/
	
	#c_workItem h2 {
	    width: 100%;
	    line-height:0.9em;
	    margin:-8px 0 0 0;
	}
	
	#c_workItem .role{
	    margin-top: 2px;
	}
	
	.center,h1,h2,h3,h4,h5,h6,p,.submenu,.submenu ul,.submenu li,#c_workItem .date, #c_workItem .role, #c_workItem .skills{
	text-align:left !important;
	width: 100%;
	}
	
	.submenu, .submenu ul{
	width:auto;
	}
	
	p{
    margin: 0 0 1em 0;
    }
	
	.submenu ul li {
		width:auto;
    	padding: 0 10px 0 0px;
	}
	
	.submenu ul li:last-child {
		width:auto;
    	padding: 0 10px 0 0px;
    }
    
    /*- Mobile Cleanup -*/
    
    .achievements.m25{
    	margin:0 auto;
    }
    
    
    /* Next Previous -*/
.nextPrevious{
  	bottom: 0px;
    height: 60px;
	width:100%;
	background-color:  #202020;
	text-align: center;
    color:#ffffff;
    left: 0px;
    margin:0;
}

.flwview.nextPrevious{
    top: auto;
    left:0px;
}

.hdnview.nextPrevious{
	top: auto;
	left:0px;
	bottom:-200px;
}

.nextpost,
.prevpost{
	padding:20px;
	display:inline-block;
	position:absolute;
	    
}
.prevpost{
	text-align:left;
	left:0px;

}

.nextpost{
	text-align:right;
	right:0px;
}


}