/* {margin:0;padding:0} */


html {
	overflow-y: scroll;
}

body {
	/*background-color:#FFF5DA;*/
	background-color:#454545;
	/*color:#4C4C4B;*/
	color: #FFF5DA;
}

a {
	color: #5CAEC6;
}

.Body, .HomeBody {
	width: 90%;
	max-width: 1448px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	height: 100%;
	font-family: 'Josefin Sans', sans-serif;
	
	
}

.Body:before {
	
	
	content:'';
	height: 100%;
	width: 200px;
	position: absolute;
	
	top: -40px;
	
	left: -200px;
	background-image:url('column.png');
	background-repeat:repeat-y;
	background-position:top right;
	
	/*
	
	background-color: #005050;
	*/
}

.FancyBody {
	font-family: 'Josefin Sans', sans-serif;
	min-width: 100%;
	width: 100px;
	*width: 100%;
}

#nameTop {
	margin: 20px;

}


#nameTop img {
	max-width: 700px;
	width: 100%;
	height: auto;
}


.intro {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align: left;
	width: 35%;
	margin: 10px;
	float: right;
}

.options {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 60%;
	margin-top: 10px;
	float: left;
}

.options img {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 45%;
	max-width: 400px;
	height: auto;
	margin: 0 5px 5px 5px;
	border: none;
}

#gallery_name h1 {
	margin-bottom: 0;
	font-size: 300%;
}

#desktopNavDiv {
	margin-top: 0;
	padding-top: 0px;
	
	
	background-color: #FF5500;
	
	-moz-border-radius: 0 10px 10px 0;  
	-webkit-border-radius: 0 10px 10px 0;  
	-ms-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0; 
}

.HomeBody #desktopNavDiv {
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-ms-border-radius: 10px;
	border-radius: 10px;
}

#desktopNavDiv ul {
	list-style: none;
	margin-top: -3px;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

#desktopNavDiv li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	max-width: 12%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#desktopNavDiv li:hover {
	
}

#desktopNavDiv a {
	text-decoration: none;
	color: #FFF5DA;
	font-size: 140%;
	line-height: 1;
	vertical-align: middle;
	
	height: 100%;
	transition: color 0.5s ease;
	transition: font-weight 0.5s ease;
	
	width: 12%;
	

}

#desktopNavDiv a:hover{
	color: #C4C4C4;
	font-weight: 600;
}


.owl_holder {
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 700px;
	text-align: left;
	
}

.owl_holder:nth-child(2n+1) {
	clear:left;
}

.owl_holder h1 {
	margin-bottom: 0px;
}



.owl-carousel img {
	width: 100%;
	height: auto;
	
	-webkit-box-shadow: 0 10px 6px -6px #111;
	-moz-box-shadow: 0 10px 6px -6px #111;
	box-shadow: 0 10px 6px -6px #111;
	
}

.owl_holder .imageThumbs {
	margin-bottom: 10px;
	
}

.owl_holder .imageThumbs img {
	width: auto;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	border: none;
	
	-webkit-box-shadow: 0 10px 6px -6px #111;
	-moz-box-shadow: 0 10px 6px -6px #111;
	box-shadow: 0 10px 6px -6px #111;
}


.owl_holder .imageThumbs a:nth-child(6n) img {
	margin-right: 0px;
}

.imageThumbs a {
	margin: 0;
	padding: 0;

}

.modalLink {
	margin-top: 0;
	color: inherit;
	display: none;
}

.modalLink:hover {
	color: #FF5500;
}


.hr {
	width:8px;
	height:100%;
	padding:0;
	background-color:orange;
	position:relative;
	top:0;
	left:100px;
	z-index:-1;
}

.header {
	text-align: center;
	white-space: nowrap;
}




.header h1 {
	line-height: 50%;
	margin-bottom: 30px;
}

.header h1 a {
	text-decoration: none;
	color:#d3f7fe;
	
}

.header ul {
	line-height:75%;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header li{
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
}

.header li a{
	text-decoration: none;
	color:#d3f7fe;
}

.header li a:hover{
	color: #f03e01;
}

li#currentnav{
	border-bottom-style: solid;
	color: #f03e01;
}

#twenty_holder {
	max-width: 700px;
	width: 100%
	margin: 0 auto;
	margin-bottom: 10px;
	
}

.slider_div {
	width: 100%;
}

#slideCenter {
	margin: 10px auto;
	width: 700px;
	max-width: 100%;
}

.slider_div img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.FancyBody .imageThumbs .synced {
	opacity: 0.5;
	border-style: solid;
	border-color: #FF5500;
	border-width: 6px;
	max-width: 100px;
	height: auto;
	
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.owl_holder h3 {
	clear: left;
}

.positionName {
	margin: 4px 0;
}

.readMore {
	color:#FFF5DA;
}

.contactText {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align: left;
	width: 35%;
	margin: 10px;
	float: right;
}

.contactPhoto {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 60%;
	margin-top: 10px;
	float: left;
}

.contactPhoto img {
	max-width: 400px;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #13353B;
	-webkit-box-shadow: 0px 10px 14px -7px #13353B;
	box-shadow: 0px 10px 14px -7px #13353B;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff742e), color-stop(1, #ff5100));
	background:-moz-linear-gradient(top, #ff742e 5%, #ff5100 100%);
	background:-webkit-linear-gradient(top, #ff742e 5%, #ff5100 100%);
	background:-o-linear-gradient(top, #ff742e 5%, #ff5100 100%);
	background:-ms-linear-gradient(top, #ff742e 5%, #ff5100 100%);
	background:linear-gradient(to bottom, #ff742e 5%, #ff5100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff742e', endColorstr='#ff5100',GradientType=0);
	background-color:#ff742e;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#FFF5DA;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5100), color-stop(1, #ff742e));
	background:-moz-linear-gradient(top, #ff5100 5%, #ff742e 100%);
	background:-webkit-linear-gradient(top, #ff5100 5%, #ff742e 100%);
	background:-o-linear-gradient(top, #ff5100 5%, #ff742e 100%);
	background:-ms-linear-gradient(top, #ff5100 5%, #ff742e 100%);
	background:linear-gradient(to bottom, #ff5100 5%, #ff742e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5100', endColorstr='#ff742e',GradientType=0);
	background-color:#ff5100;
}
.myButton:active {
	position:relative;
	top:1px;
}

.cvDetails {
	margin: 0 auto;
	max-width: 700px;
	text-align: left;
	display: none;
	margin-bottom: 40px;
}

.cvDetails h3 {
	clear: both;
}

#cvHeader {
	text-align: right;
}

#cvHeader h2, #cvHeader p {
	margin: 0;
	padding: 0;
}



.panelcontent .dates {
	clear: left;
	float: left;
	width: 20%;
}

.panelcontent .ed, .panelcontent .company {
	float: left;
	width: 75%;
}

.responsibilities {
	clear: left;
}

.clickableTitle {
	clear: left;
	font-size: 120%;
	font-weight: 600;
	margin-top: 12px;
}

.clickableTitle:hover {
	cursor: pointer;
}

.arrow-up, .arrow-down {
	font-family: serif;
	display: inline-block;
}

@media (max-width: 1024px) {
	.owl_holder .imageThumbs img{
		width: 50px;
		margin-right: 4px;
	}
	
	.owl_holder .imageThumbs a:nth-child(6n) img {
		margin-right: 4px; 
	}
}

@media (min-width: 801px) { /* Insert your own breakpoint as needed */
	.mobile-menu { display: none; }
}
 
@media (max-width: 800px) { /* Insert your own breakpoint as needed */
	.mobile-menu { display: block; margin-bottom: 9px;}
	.header .nav { display: none; }
	.header .nav>li { width: 100%; }
	
	.header li a {
		display: block;
	}
	
	.intro, .contactText {
		box-sizing: border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		text-align: left;
		width: 100%;
		margin: 10px;
		clear: both;
	}

	.options, .contactPhoto {
		box-sizing: border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width: 100%;
		margin-top: 10px;
		clear: both;
	}
	
	.contactPhoto img {
		max-width: 70%;
		margin: 0 auto;
	}
	
	
	
	.modalLink {
		display: inline;
	}
	
	.FancyBody .imageThumbs img {
		max-width: 75px;
		height: auto;
		
	}
	
	.FancyBody .imageThumbs .synced {
		max-width: 75px;
		height: auto;
	}

}

@media (max-width: 500px) {
	.FancyBody {
		
	}
	
	.options img {
		box-sizing: border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin-top: 10px;
		margin-left: 0px;
		clear: both;
	}
	
	#nameTop {
		display: none;
	}
	
	#gallery_name h1 {
		font-size: 160%;
	}
	
}

.dummyHolder {
	display: none;
}

@media (min-width: 1025px) {
	#mobileNavDiv {
		display: none;
	}
}

@media (max-width: 1024px) {
	#desktopNavDiv {
		display: none;
	}
}

@media (min-width: 1616px) {
	.owl_holder {
		margin: 0;
		margin-bottom: 10px;
		width: 700px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
		vertical-align: top;
		
		overflow: hidden;
		
		/*-webkit-box-sizing: border-box; 
			-moz-box-sizing: border-box;   
			box-sizing: border-box;        */
	}
	
	
	
	.owl_holder img {
		width: 100%;
		height: auto;
	}
}
