body{
	background: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.page-header{
	border-bottom: 0;
	margin: 30px 0 0;
	
}
.page-header h1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	line-height: 45px;
}
.page-header a{
	color: #000;
	text-decoration: none
}
.page-header p{
	opacity: 0.75;
	margin-left: 2px;
}
.page-header .resume{
	float:right;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
}
.page-header .resume img{
	width: 25px;
}
.no-scroll{
	margin: 0; 
	height: 100%; 
	overflow: hidden
}
.thumb{
	margin: 10px 0 20px;
	cursor: pointer;
}
.thumb p{
	margin: 10px 0 0 0;
	color: #666;
}
.thumb span{
	font-size: 90%;
	color: #999;
}
ul{
	list-style-type: none;
	padding: 0;
}

.rs-modal{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	z-index: 10;
	display:none;
}
.rs-modal-content{
	position: relative;
}
@media (min-width: 1200px) {
  .rs-modal-content {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rs-modal .close{
	position: absolute;
    background: #000;
    border-radius: 12px;
    right: 7px;
    top: -10px;
    padding: 3px 8px;
    cursor: pointer;
    text-decoration: none;
    z-index: 11;
    color: #fff;
    opacity: 1;
    max-width:1200px;
}
.video-container{
	margin: 15px;
	background: #000;
}
.resume-container{
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	max-width:1000px;
	margin: 0 auto;
}
.back{
	float:right;
    height: 41px;
    color: #000;
    margin-top: 18px;
    margin-left: 10px;
}
.back:before{
	border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid#f00;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #f00;
    border: 5px solid #fff;
    content: "";
    display: inline-block;
    width: 0;
    -webkit-box-shadow: 2px 2px 0 2px #000;
    box-shadow: 2px 2px 0 2px #000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
}
.hidden{
	display:none;
}
video::-internal-media-controls-download-button {
    display:none;
}
.image-bar img{
	display:none;
}
@media (min-width: 1024px) {
  .image-bar img{
		width: 30%;
		display: inline;
		float: right;
	}
}

.contact{
	font-size: 11px;
	color: #666;
}

.contact span{
	color: #000;
}

.resume-image {
	width: 100%;
	margin: 15px 0;
}

.resume-content{
	margin-bottom: 35px;
}
