@charset "utf-8";
/* CSS Document */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #303030;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #464545;
}
.modal-header .close {
  margin-top: -2px;
}

.hms-modal-title{
	margin: 0 0 20px;
	text-transform: none;
	font-family: 'Orbitron', sans-serif;
	font-weight: 100;
	letter-spacing: 7px;
	border-bottom: thin solid #42DCA3;
	padding-bottom: 10px;	
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/*.modal-body {
  position: relative;
  padding: 20px;
}*/

/*  ***************************/
/*	X.X HM added for projects */
/*  ***************************/
.project-body {
	position: relative;
	padding: 20px;
	max-width: 1200px;
	margin-right:auto;
	margin-left:auto;
}

.projectSeparator {
	clear: right;
	float: left;
	height: 40px;
	width: auto;
	border-bottom: 1px solid #4F4F4F;
	padding-top: 15px;
	display: block;
}

.hm-intro-body{
	position: relative;
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6E6E6E;
	}
.project-body h4 {
	margin-top: 13px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 3px;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #6E6E6E;
	font-weight: normal;
}
.project-body h5 {
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 7px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 23px;
	padding-bottom: 10px;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.project-body .watch-video {
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 7px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px solid #4B4B4B;
}
.project-body .watch-video:hover {
	
	color: #26B8CF;
	cursor:pointer;
}

.project-body p {
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 23px;
	padding-bottom: 0px;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
}


@media (max-width:991px) and (min-width:768px){
	.project-body p {
	margin-top: 45px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 27px;
	font-size: 16px;
	line-height: 1.4;
    }
	
	.project-body h4 {
	margin-top: 30px;
    }
	
	.intro .intro-body .brand-heading h2 {
	font-size: 2px;		
	}
		
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #464545;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.cite { 
    font-style: italic;
	font-size:12px;
	line-height: 1.2px;
}
