.complete {
		  	display: none;
		}
		
		.cv-full {
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
			font-size: 14px !important;
			font-style: normal !important;;
			font-variant: normal !important;;
		}
			
		.cv-full h1 {
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
			font-size: 32px;
			font-style: normal;
			font-variant: normal;
			font-weight: 500;
			line-height: 26.4px;
		}
		.cv-full h2 {
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
			font-size: 24px;
			font-style: normal;
			font-variant: normal;
			font-weight: 500;
			line-height: 24px;
		}
		.cv-full h3 {
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
			font-size: 18px;
			font-style: normal;
			font-variant: normal;
			font-weight: 500;
			line-height: 15.4px;
		}
		.cv-full p {
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
			font-size: 14px;
			font-style: normal;
			font-variant: normal;
			font-weight: 400;
			line-height: 20px;
		}
		.cv-full blockquote {
			font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
			font-size: 21px;
			font-style: normal;
			font-variant: normal;
			font-weight: 400;
			line-height: 30px;
		}
		
		.cv-full .cv-full-inner {
		  margin-top: -20px;
		  padding: 20px;
		  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		}
		
		.cv-full-inner ul li {
			line-height:22px;
		}
		
		.cv-header{
			float:right;
			margin-top: 30px;
			margin-right: 30px;
		}
		@media (max-width: 640px) {
			.cv-header {
				margin-top: -15px;
				margin-bottom: 30px;
			}
		}
		
		.cv-full-logo{
			width: 250px;
			padding-bottom:10px;
		}
		
		.cv-title-header{
			font-size:16px;
			font-weight:bold;
			text-transform:uppercase;
			border-bottom:1px solid #999;
			margin-top: 30px;
			margin-bottom: 15px;
		}
		
		.cv-lect-name{
			margin-top:-20px;
		}
		@media (max-width: 768px) {
			.cv-lect-name {
				margin-top: 20px;
			}
		}
		
		
		.cv-well, .cv-list-item {
			border-radius:	0px !important; 
			-webkit-border-radius: 0px !important;
		  	-moz-border-radius: 0px !important;
		}
		
		.cv-panel-heading{
			padding: 5px 10px 5px !important;
		}
		
		.navbar-cv{
			opacity: 0.5 !important; /* opacity [0-1] */
			-moz-opacity: 0.5 !important; /* opacity [0-1] */
			-webkit-opacity: 0.5 !important; /* opacity [0-1] */
			min-height:0px !important;
		}
		
		@media print{
			html, 
			body {
				/*width: 940px !important;*/
				width: 1024px !important;
			}
			
			.hidden{display:none;visibility:hidden}
			.visible-phone{display:none!important}
			.visible-tablet{display:none!important}
			.hidden-desktop{display:none!important}
			.visible-desktop{display:inherit!important}
		}

