#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  
  background-color: #fff;
  z-index: 1000;
  text-align: center;
}

#loading-image {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 1000;
  border: 2px solid #fff;
	
}

 #mobileemailbreak {display:none;}

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

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;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 18px/30px 'Roboto', sans-serif;
	color: #919191;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

input, textarea, select, button {
	outline: none;
	border: none;
	background: #4b5456;
	padding: 13px 20px;
	line-height: 30px;
	height: 30px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #a30000;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	color: #566366;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 37px;
}

h3 {
	font-size: 22px;
	line-height: 24px;
	color: #566366;
	padding-bottom: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width:100%;
	padding:0px 20px;
	max-width: 1180px;
	margin: 0 auto;
}

.top-slider {
	height: 100%;
}

.top-slider .bx-wrapper {
	height: 100%;
}

.top-slider .bx-viewport {
	height: 100% !important;
}

.top-slider ul {
	height: 100%;
}

.top-slider li {
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.top-slider .title {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.top-slider .heroholder {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}

.top-slider .title h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	padding: 0;
}

.top-slider h2:after {
	position: absolute;
	top: -12px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	content: "";
}

.top-slider h2:before {
	position: absolute;
	bottom: -15px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	content: "";
}

.top-slider .btn-holder {
	text-align: center;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	margin: 0 0 -181px 0;
}

.bx-controls-direction {
	display: none;
}

.top-slider .bx-pager {
	position: absolute;
	bottom: 60px;
	position: absolute;
	right: 50%;
	margin: 0 -589px 0 0;
	z-index: 99;
	
}

.top-slider .bx-pager a {
	text-indent: -999em;
	height: 6px;
	width: 6px;
	border: 2px solid #fff;
	border-radius: 20px;
	display: block;
	margin: 10px 0 0 0;
	background: none;
}

.top-slider .bx-pager a:hover,
.top-slider .bx-pager a.active {
	background: #fff;
}

a.btn {
	border: 2px solid #fff;
	display: inline-block;
	line-height: 52px;
	padding: 0 35px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

a.btn:hover,
a.btn-2:hover {
	color: #fff;
	border: 2px solid #a30000;
	background: #a30000;
}

a.btn-2 {
	border: 2px solid #a30000;
	display: inline-block;
	line-height: 52px;
	padding: 0 35px;
	font-size: 18px;
	color: #a30000;
	font-weight: bold;
	text-transform: uppercase;
}


/* Header
------------------------------------------------------------------------------*/

#header {
	height: 70px;
	background: #252e30;
	z-index: 999;
	position: relative;
}

.holder-head.moved {
	height: 70px;
	background: #252e30;
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
}

#logo {
	width: 236px;
	height: 42px;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/jblogo.png) no-repeat;
        background-size: contain;
	float: left;
	margin: 14px 0 0 1px;
}

/* Navigation
------------------------------------------------------------------------------*/

.menu-trigger {
	display: none;
}

#menu {
	float: right;
	padding: 19px 0 0 0;
}

#menu li {
	float: left;
	padding: 0 0 0 40px;
}

#menu a {
	font-size:16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

#menu .current a,
#menu a:hover {
	color: #a30000;
	text-decoration: none;
}

.cols {
	overflow: hidden;
	padding: 0 0 92px 0
}

#learn-more{
	
}

.cols section {
	margin: 0 -70px 0 0;
}

.cols article {
	float: left;
	width: 380px;
	margin: 0 31px 0 0;
}

.about {
	position: relative;
	overflow: hidden;
	background: #f2f2f1;
	margin: 0 0 95px 0;
}

.about .photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38%;
	display: block;
	background: url(../images/aboutplaceholder.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-position: 50% 20%;
}

.about .info {
	padding: 96px 0 0 50%;
	margin: 0 0 0 -63px;
}

.about .info p {
	padding: 0 0 30px 0;
}

.about .info section {
	padding: 37px 0 47px 0;
	overflow: hidden;
}

.about .info section article:nth-child(odd) {
	margin-top: -100px;
	padding-top: 100px;
}

.about .info section article {
	width: 50%;
	float: left;
	padding: 0 40px 18px 70px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.about .info section article:after {
	background: url(../images/ico_about.png) no-repeat;
	height: 46px;
	width: 41px;
	display: block;
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
}

.about .info section article:nth-child(odd):after {
	margin-top: 100px;
}

.about .info section .graphic:after {
	background-position: -41px 0;
}

.about .info section .marketing:after {
	background-position: 0 -46px;
}

.about .info section .seo:after {
	background-position: -41px -46px;
}

.skill {
	overflow: hidden;
	padding: 95px 0 64px 0;
	margin-top: -95px;
}

.skill .left {
	float: left;
	width: 560px;
}

.skill .left p {
	padding: 0 0 30px 0;
}

.skill .left .btn-2 {
	margin: 12px 0 0 0;
	float: left;
}

.skill .right {
	float: right;
	width: 560px;
	margin: 37px -20px 0 0;
}

.skill .progress-line {
	height: 30px;
	width: 100%;
	background: #f2f2f1;
	line-height: 30px;
	margin: 0 0 36px 0;
}

.skill .progress-line.disa .current {
	width: 0 !important;
}

.skill .progress-line .current {
	height: 30px;
	width: 90%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	background: #a30000;
	display: block;
}

.skill .progress-line .current span {
	padding: 0 10px;
	font-weight: bold;
	float: right;
	color: #fff;
}

.resume {
	background: #f1f1f1;
	text-align: center;
	padding: 96px 0 100px 0;
	position: relative;
}

.resume {
	margin: 0 0 0px 0;
}

.resume p {
	padding: 0 80px 42px 80px;
}

.resume .btn-2 {
	padding: 0 18px;
}

.resume:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0 0 0 -30px;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #f2f2f1 transparent transparent transparent;
}

.education {
	overflow: hidden;
}

.education .left {
	float: left;
	width: 550px;
}

.education .left p {
	padding: 0 0 30px 0;
}

.education .holder {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 0 0 24px 0;
	margin: 0 0 95px 0;
}

.education .holder.last {
	border-bottom: none;
	padding: 0 0 24px 0;
	margin: 0;
}

.education .right {
	float: right;
	width: 560px;
	padding: 6px 0 0 0;
}

.education .right article {
	padding: 0 0 68px 0;
}

.education .info-line {
	margin: -8px 0 10px 0;
}

.education .info-line span {
	margin: 0 4px 0 0;
	font-weight: 500;
}

.education .gpa {
	color: #fff;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	padding: 0 11px;
	background: #a30000;
	display: inline-block;
	margin: 0 0 30px 0;
}

.education .divider {
	background: #cccccc;
	display: block;
	height: 1px;
	margin: 0 0 21px 0;
}

.blockquote {
	background: #fff;
	padding: 92px 0 20px 0;
	margin: 0 0 0px 0;
	text-align: center;
}

.blockquote p {
	font-style: italic;
	font-size: 22px;
	font-weight: thin;
	line-height: 36px;
	padding: 0 40px 29px 40px;
}

.blockquote h4 {
	color: #556365;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 0 29px 0;
	text-transform: uppercase;
}

.blockquote .bx-pager-item {
	display: inline-block;
	padding: 0 5px;
}

.blockquote .bx-pager a {
	text-indent: -999em;
	height: 6px;
	width: 6px;
	border: 2px solid #a30000;
	border-radius: 20px;
	display: block;
	margin: 10px 0 0 0;
}

.blockquote .bx-pager a:hover,
.blockquote .bx-pager a.active {
	background: #a30000;
}

.portfolio {
	text-align: center;
	padding-top: 95px;
	overflow: hidden;
	margin-top: -95px;
}

.portfolio p {
	padding: 0 60px 30px 60px;
}

.portfolio .nav-bar {
	width: 286px;
	padding: 0 40px;
	text-align: left;
	background: #252e30;
}

.portfolio .nav-bar a {
	color: #919191;
	font-size: 18px;
	line-height: 30px;
}

.portfolio .nav-bar a:hover:after,
.portfolio .nav-bar a:hover:before {
	display: none;
}

.portfolio .nav-bar .current a,
.portfolio .nav-bar a:hover {
	color: #fff;
	text-decoration: none;
}

.portfolio .nav-bar h4 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 35px 0 28px 0;
}

.portfolio section {
	overflow: hidden;
	clear: both;
	margin: 63px -50px 60px 0;
}

.portfolio article {
	float: left;
	margin: 0 41px 40px 0;
}

.portfolio article a {
	position: relative;
	display: block;
}

.portfolio a:before {
	background: #a30000;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.portfolio a:after {
	background: url(../images/ico_search.png) no-repeat 49% 51%;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.portfolio li a:before,
.portfolio li a:after {
	display: none;
}

.portfolio a:hover:before {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.portfolio a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.contacts {
	background: #252e30;
	padding: 96px 0 100px 0;
	overflow: hidden;
}

.contacts h2 {
	color: #fff;
}

.contacts .left {
	float: left;
	width: 550px;
}

.contacts .left p {
	padding: 0 0 30px 0;
}

.contacts .left p span {
	color: #fff;
	width: 95px;
	display: inline-block;
}

.contacts .left p a {
	color: #919191;
	width: 95px;
	display: inline-block;
}

.contacts .msg{
	display: none;
	font-size: 18px;
	color: #a30000;
	border: 2px solid #a30000;
	padding: 15px 20px;
	margin: 39px 0 0 0;
}

.contacts label {
	color: #fff;
	display: block;
	padding: 0 0 12px 0;
}

.contacts label.error {
	color: #cc0000;
}

.contacts input {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 56px;
	margin: 0 0 31px 0;
	color: #dbdcdd;
}

.contacts textarea:focus,
.contacts input:focus {
	background: #fff;
	color: #919191;
}

.contacts input[type=submit] {
	padding: 0 37px;
	background: #191f21;
	width: auto;
	text-transform: uppercase;
}

.contacts input[type=submit]:hover {
	color: #fff;
	background: #a30000;
}

.contacts textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 279px;
	color: #dbdcdd;
	margin: 0 0 32px 0;
}

.contacts label span {
	color: #919191;
}

.contacts .right {
	float: right;
	width: 540px;
	margin: -31px 0 0 0;
}



/* Footer
------------------------------------------------------------------------------*/

#footer {
	background: #191f21;
	text-align: center;
	color: #4b5355;
	font-size: 14px;
	font-weight: 600;
	padding: 40px 0 41px 0;
	text-transform: uppercase;
}

#footer p {
	padding: 0 0 22px 0;
}

#footer li {
	display: inline-block;
	padding: 0 3px 0 4px;
}

#footer a {
	height: 34px;
	width: 34px;
	display: block;
	border-radius: 50px;
	background: #4b5456 url(../images/ico_social.png) no-repeat 0 7px;
}

#footer .twitter a {
	background-position: 0 7px;
}

#footer .facebook a {
	background-position: -34px 7px;
}

#footer .pinterest a {
	background-position: -68px 7px;
}

#footer .google-plus a {
	background-position: -102px 7px;
}

#footer .ball a {
	background-position: -136px 7px;
}

#footer .linked-in a {
	background-position: -170px 7px;
}

#footer .twitter a:hover {
	background-position: 0 -21px;
}

#footer .facebook a:hover {
	background-position: -34px -21px;
}

#footer .pinterest a:hover {
	background-position: -68px -21px;
}

#footer .google-plus a:hover {
	background-position: -102px -21px;
}

#footer .ball a:hover {
	background-position: -136px -21px;
}

#footer .linked-in a:hover {
	background-position: -170px -21px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media screen and (max-width: 1180px) {

	.container {
		width: 100%;
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.top-slider .title h2 {
		font-size: 50px;
		line-height: 50px;
		color: #fff;
		padding: 0;
	}
	
	.top-slider .bx-pager {
		right: 20px;
		margin: 0;
	}
	
	#menu li {
		padding: 0 0 0 14px;
	}
	
	#menu a {
		font-size:14px;
		line-height: 30px;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
	}
	
	.cols {
		padding: 0 0 52px 0
	}
	
	.cols section {
		margin: 0;
		text-align: center;
	}
	
	.cols article {
		text-align: left;
		display: inline-block;
		width: 33%;
		margin: 0;
		padding: 0 20px 30px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
	}
	
	.about {
		margin: 0 0 60 0;
	}
	
	.about .info {
		padding: 56px 0 0 50%;
		margin: 0 0 0 -63px;
	}
	
	.about .info section {
		padding: 37px 0 47px 0;
		overflow: hidden;
	}
	
	.about .info section article {
		width: 100%;
		padding: 0 0 18px 70px;
		opacity: 1 !important
	}
	
	.skill {
		padding: 55px 0 44px 0;
	}
	
	.contacts .left,
	.education .left,
	.skill .left {
		float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 30px 0 0;
	}
	
	.contacts .right,
	.education .right,
	.skill .right {
		float: right;
		width: 50%;
		margin: 0px 0 0 0;
	}
	
	.contacts .right,
	.education .right {
		margin: 0;
	}
	
	.education {
		overflow: hidden;
	}
	
	.education .holder {
		margin: 0 0 65px 0;
	}
	
	.blockquote {
		padding: 62px 0 38px 0;
		margin: 0 0 55px 0;
	}
	
	.blockquote p {
		padding: 0 0 29px 0;
	}

	.portfolio {
		text-align: center;
	}
	
	.portfolio p {
		padding: 0 60px 30px 60px;
	}
		
	.portfolio section {
		margin: 33px -10px;
	}
	
	.portfolio article {
		display: inline-block;
		float: none;
		margin: 0 10px 20px 10px;
		vertical-align: top;
	}
	
	.portfolio p {
		padding: 0 0 30px 0;
	}

	.contacts {
		padding: 56px 0 60px 0;
	}

	#learn-more{
		background-color:#f1f1f1;
	}
	
	.resume {
		padding: 66px 0 60px 0;
	}
	
	.resume {
		margin: 0 0 56px 0;
	}
	
	.resume p {
		padding: 0 0 42px 0;
	}
	
} 




@media screen and (min-width: 800px) {
	
	.menu-trigger {
		display: none;
	}
	
	#menu {
		display: block;
	}
	
	
}

@media screen and (max-width: 800px) {

	body {
		min-width: 320px;
	}
	
	.top-slider .title {
		top: 30%;
	}
	
	.top-slider .title h2 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.top-slider .btn-holder {
		margin: 0 0 -121px 0;
	}
	
	.menu-trigger {
		font-size:16px;
		line-height: 30px;
		margin: 20px 0 0 0;
		text-transform: uppercase;
		color: #fff;
		float: right;
		cursor: pointer;
		font-weight: bold;
		display: block;
		background: url(../images/ico_menu.png) no-repeat;
		text-indent: -9999em;
		width: 30px;
		height: 30px;
	}

	#menu {
		background: #191f21;
		position: absolute;
		top: 66px;
		right: 0;
		width: 100%;
		padding: 0;
		display: none;
		text-align: center;
	}
	
	#menu li {
		float: none;
		display: block;
		border-bottom: 1px solid #252e30;
	}
	
	#menu li:last-child {
		border-bottom: 0;
	}
	
	#menu a {
		font-size:16px;
		line-height: 50px;
		display: block;
	}
	
	.cols article {
		width: 100%;
		padding: 0 0 30px 0;
	}
	
	.about .photo {
		position: static;
		width: 100%;
		height: 400px;
	}
	
	.about .info {
		padding: 56px 0 0 0;
		margin: 0;
	}
	
	.contacts .left,
	.education .left,
	.skill .left {
		width: 100%;
		padding: 0;
	}
	
	.contacts .right,
	.education .right,
	.skill .right {
		width: 100%;
	}
	
	.portfolio article {
		width: 280px !important;
		height: auto !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.portfolio article img {
		width: 100%;
	}
	
	.portfolio .nav-bar {
		padding-bottom: 20px;
	}
	
	.portfolio .nav-bar a {
		font-size: 16px;
		line-height: 26px;
	}
	
	.portfolio .nav-bar h4 {
		padding: 15px 0 10px 0;
	}

} 

@media screen and (max-width: 480px) {
	
    
    
	.portfolio article {
		margin: 0 0 20px;
	}

} 

@media screen and (max-width: 400px) {
	
    #mobileemailbreak {display:inline;}
    
	

} 
article {vertical-align:top;}
#learn-more {background-color:#f1f1f1;
    padding-top:2em;
}
.manualh3 {font-size: 22px;
    line-height: 24px;
    color: #566366;
    padding-bottom: 16px;
    font-weight: bold;
    text-transform: uppercase;}

