html {
	margin:0px;
	width:100%;
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16;
	margin:0px;
	width:100%;
	/* height:100%; */
	color: #272727;
}
.jm-custom-message {
    position:absolute;
	left: 10px;
    margin-left: 0px;
    top: 100%;
    margin-top: -26px;
    color: #ffffff;
    font-size:12px;
    z-index:400;
}
.jm-container {
	width:100%;
}
.jm-container-left {
	width:50%;
	height:100%;
	float:left;
	background:#346baf;
}
.jm-container-right {
	width:50%;
	height:auto;
	float:right;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -50px;
}
.jm-img-code {
	position: absolute;
	z-index: 200;
	left: 100%;
	margin-left: -314px;
	top:0px;
}
.jm-img-intro {
    width: 50%;
    position: absolute;
    top: 50%;
    margin-top: -24%;
}
.jm-img-intro img {
	width:90%;
	margin-left:5%;
}
.jm-intro {
    font-family: 'Old Standard TT', serif;
    font-size: 54px;
    width: 88%;
    margin-left: 12%;
}
.jm-intro a {
	color: #272727;
    text-decoration: none;
}
.jm-intro a:hover {
	color: #949494;
}
.jm-intro-sub {
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	margin-top: 26px;
	width: 88%;
	margin-left: 12%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.jm-intro-sub-last {
	border-bottom: 0px;
}
.jm-intro-sub-buttons-container {
	float:left;
}
.jm-intro-sub-button {
	padding-right:30px;
	/* float:left; */
	letter-spacing: 6px;
	display: inline;
}
.jm-intro-sub-button a {
	color: #272727;
	text-decoration: none;
}
.jm-intro-sub-button:hover {
	color:#949494;
	cursor:pointer;
}
.jm-intro-sub-button a:hover {
	color: #949494;
}
.jm-intro-sub-button-icon {
	padding-right: 10px;
	float:left;
	letter-spacing: 6px;
	margin-top: 1px;
	font-size: 18px;
}
.jm-intro-sub-button-icon a {
	color: #272727;
	text-decoration: none;
}
.jm-intro-sub-button-icon:hover {
	color:#949494;
	cursor:pointer;
}
.jm-intro-sub-button-icon a:hover {
	color: #949494;
}
.jm-intro-sub-email {
    letter-spacing: 2px;
    font-size: 12px;
    display:none;
}
/* PAGES */
.jm-pages-container {
	width:100%;
}
.jm-pages-container-left {
	height:100%;
	float:left;
	width: 260px;
}
.jm-pages-container-left-intro {
	font-family: 'Lato', sans-serif;
	margin-top:20px;
	margin-left:20px;
	font-size:24px;
}
.jm-pages-container-left-intro a {
	color: #272727;
	text-decoration: none;
}
.jm-pages-container-left-intro a:hover {
	color: #949494;
}
.jm-pages-container-left-intro-title {
    font-family: 'Old Standard TT', serif;
}
.jm-pages-container-left-intro-sub {
	font-family: 'Catamaran', sans-serif;
	margin-left:20px;
	font-size: 14px;
	color:#949494;
}
.jm-pages-container-right {
	width: calc(100% - 300px);
	height:100%;
	float: right;
	overflow-y: scroll;
	padding-left: 40px;
}
.jm-pages-project-block {
	width: 100%;
}
.jm-pages-project-image {margin-top: 40px;}
.jm-pages-project-image img {
	width: 95%;
    max-width: 1024px;
}
.jm-pages-project-description-container-notice {
	margin-top:20px;
	content: "";
    display: table;
    clear: both;
    background: #b97b7b;
}
.jm-pages-project-type-notice {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
}
.jm-pages-project-description-container-website {
	margin-top:20px;
	content: "";
    display: table;
    clear: both;
	background: #a99a9a;
}
.jm-pages-project-type-website {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
}
.jm-pages-project-description-container-software {
	margin-top:20px;
	content: "";
    display: table;
    clear: both;
	background: #9a9aa9;
}
.jm-pages-project-type-software {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
}
.jm-pages-project-description-container-graphic {
	margin-top:20px;
	content: "";
    display: table;
    clear: both;
	background: #85c38e;
}
.jm-pages-project-type-graphic {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
}
.jm-pages-project-description-container-logo {
	margin-top:20px;
	content: "";
    display: table;
    clear: both;
	background: #9fade2;
}
.jm-pages-project-type-logo {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
}
.jm-pages-project-description-container-print {
	margin-top:20px;
	content: "";
    display: table;
    clear: both;
	background: #e28282;
}
.jm-pages-project-type-print {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
}
.jm-pages-project-description-container-full-time {
	margin-top:20px;
	content: "";
	display: table;
	clear: both;
}
.jm-pages-project-type-full-time {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	width: 80px;
	float:left;
	border-radius: 5px 0px 0px 5px;
	background: #71a660;
}
.jm-pages-project-description {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	background: #a9a9a9;
	width: 300px;
	float:left;
	border-radius: 0px 5px 5px 0px;
}
.jm-pages-project-description-full {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 12px;
	background: #a9a9a9;
	width: 300px;
	float:left;
	width:calc(100% - 128px);
	cursor:pointer;
}
.jm-pages-project-description-full:hover {
	color:#e4e4e4;
}
.jm-pages-project-image-auto img {
	width: auto;
}
.jm-pages-project-description a {
	color: #ffffff;
	text-decoration: none;
}
.jm-pages-project-description a:hover {
	color: #ffffff;
}
.jm-about-me-container {
}
.jm-about-me-title {
	margin-top: 40px;
    font-size: 24px;
    margin-left: 190px;
    font-weight: 900;
}
.jm-about-me-me {
    margin-top: 30px;
}
.jm-about-me-info {
    margin-top: 20px;
    color:#636363;
    width:490px;
    font-size:13px;
}
.jm-about-me-call-to-action {
	margin-top: 20px;
    font-size: 20px;
}
.jm-about-me-resume {
	float:left;
}
.jm-about-me-resume-icons {
	float:left;
}
.jm-about-me-resume-icon {
	float:left;
	margin-left:20px;
}
.jm-about-me-resume-formats {
	float:left;
	font-size:10px;
}
.jm-about-me-resume-icons a {
	color:#2579d2;
}
.jm-about-me-resume-icons a:hover {
	color:#529dec;
}
.jm-about-me-container a {
	color:#2579d2;
	text-decoration: none;
}
.jm-about-me-container a:hover {
	color:#529dec;
}
.jm-gateway-title {
	margin-top: 40px;
    font-size: 24px;
    font-weight: 900;
}
.jm-gateway-info {
    margin-top: 20px;
    width:300px;
    font-size:13px;
}
/* PAGES MENU */
.jm-pages-container-left-intro-menu {
    margin-top: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
}
.jm-pages-sub-button {
	padding-bottom: 5px;
	letter-spacing: 2px;
}
.jm-pages-sub-button a {
	color: #272727;
	text-decoration: none;
}
.jm-pages-sub-button:hover {
	color:#949494;
	cursor:pointer;
}
.jm-pages-sub-button a:hover {
	color: #949494;
}
.jm-pages-sub-button-last {
    padding-bottom: 10px;
}
.jm-pages-sub-category {
    font-family: 'Old Standard TT', serif;
    font-size: 12px;
    font-weight:700;
    padding-bottom: 5px;
}
.jm-pages-sub-button-icon-home {
	padding-right: 10px;
	letter-spacing: 6px;
	margin-top: 1px;
	font-size: 18px;
	margin-bottom:10px;
}
.jm-pages-sub-button-icon {
	padding-right: 10px;
	float:left;
	letter-spacing: 6px;
	margin-top: 1px;
	font-size: 18px;
}
.jm-pages-sub-button-icon a {
	color: #272727;
	text-decoration: none;
}
.jm-pages-sub-button-icon:hover {
	color:#949494;
	cursor:pointer;
}
.jm-pages-sub-button-icon a:hover {
	color: #949494;
}
.jm-pages-sub-icons-container {
	margin-top: 20px;
    margin-left: 20px;
}
.jm-pages-sub-email {
	padding-right: 20px;
    float: left;
    letter-spacing: 2px;
    margin-left: 20px;
    font-size: 12px;
    display: none;
    margin-top:2px;
}
.jm-pages-sub-button-selected a {
	color: #949494;
}
/* ACTION CSS */
.jm-intro-sub-email-open {
	display:block;
}
.jm-resize-1017 img {
	max-width: 1017px;
}
.jm-resize-1000 img {
	max-width: 1017px;
}
.jm-resize-998 img {
	max-width: 998px;
}
.jm-resize-800 img {
	max-width: 800px;
}
.jm-resize-781 img {
	max-width: 781px;
}
.jm-resize-700 img {
	max-width: 700px;
}
.jm-height-50 img {
	max-width: 700px;
}
.jm-intro-categories {
    font-family: 'Old Standard TT', serif;
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
}
.jm-intro-sub-first {
    margin-top:10px;
}
.jm-intro-sub-button a.green {
    color:#5fa35b;
    font-weight:700;
}
.jm-intro-sub-button a.green:hover {
    color:#73b970;
}
.jm-pages-sub-button a.green {
    color:#5fa35b;
    font-weight:700;
}
.jm-pages-sub-button a.green:hover {
    color:#73b970;
}
.jm-reflexis-sub-button-selected a.jm-reflexis-selected {
    color: #949494;
}
.jm-tooltip {
  position: relative;
  display: inline-block;
}

.jm-tooltip .jm-tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  padding-left:8px;
  padding-right:8px;
  font-family:arial;
  letter-spacing:0px;
  font-size:14px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -125px;
}

.jm-tooltip:hover .jm-tooltiptext {
  visibility: visible;
}
.jm-about-me-image {
  width:200px;
  padding-right:20px;
  float:left;
}
.jm-pages-company-logo {
    margin-top:20px;
}
.jm-pages-reflexis {
    font-size:16px;
    padding-top:10px;
    padding-bottom:10px;
}
.jm-pages-reflexis a.green {
    color:#5fa35b;
    font-weight:700;
    text-decoration:none;
}
.jm-pages-reflexis a.green:hover {
    color:#73b970;
}
.jm-pages-regular-text {
    font-size:12px;
}
.jm-pages-regular-text a {
	color:#2579d2;
	text-decoration: none;
}
.jm-pages-regular-text a:hover {
	color:#529dec;
}
/* Lighbox */
.jm-lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}
/* Unhide the lightbox when it's the target */
.jm-lightbox:target {
  display: block;
}
.jm-lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* MOBILE CSS */
@media only screen and (max-width: 800px) {
	.jm-pages-project-description-container-notice {
		width: 100%;
	}
	.jm-pages-project-description-container-website {
		width: 100%;
	}
	.jm-pages-project-description-container-software {
		width: 100%;
	}
	.jm-pages-project-description-container-graphic {
		width: 100%;
	}
	.jm-pages-project-description-container-logo {
		width: 100%;
	}
	.jm-pages-project-description-container-print {
		width: 100%;
	}
	.jm-pages-container-left {
		width:100%;
		height:auto;
		float:none;
		min-width: auto;
	}
	.jm-pages-container-right {
	    width: 100%;
	    height: auto;
	    float: none;
	    overflow-y: auto;
	    padding-left: 0px;
	}
	.jm-pages-project-image img {
	    width: 98%;
	    max-width: auto;
	    margin-left:1%;
	}
	.jm-pages-project-description {
		width: calc(100% - 128px);
	}
	.jm-container-right {
		width: 90%;
		position: relative;
		float: none;
		left: 0px;
		top: 0px;
		margin-top: 200px;
	}
	.jm-container-left {
		display:none;
	}
	.jm-intro {
	    font-family: 'Old Standard TT', serif;
	    font-size: 44px;
	    width: 88%;
	    margin-left: 12%;
	}
	.jm-intro-sub-button {
		float:none;
	}
	.jm-intro-sub-email-open {
		letter-spacing: 3px;
	}
	.jm-img-code {
		margin-left:-250px;
		cursor:pointer;
	}
	.jm-img-code img {
		width:250px;
	}
	.jm-about-me-container {
	    margin-left: 1%;
	    width: 98%;
	}
	.jm-about-me-title {
		margin-left:auto;
		width:98%;
		text-align: center;
	}
	.jm-about-me-me img {
		width:200px;
	}
	.jm-about-me-info {
		width: 94%;
    	margin-left: 3%;
	}
	.jm-about-me-call-to-action {
		width: 94%;
    	margin-left: 3%;
	}
	.jm-about-me-info {
		width: 94%;
    	margin-left: 3%;
	}
	.jm-custom-message {
	    display:none;
	} 
	.jm-text-align-center {
		text-align:center;
	}
	.jm-width-auto {
		width: auto;
	}
	.jm-width-auto img {
		width: auto;
	}
}
@media only screen and (max-width: 690px) {
	.jm-pages-project-type-notice {
		height:34px;
	}
}