/*@font-face {
    font-family: Helvetica;
    src: url('http://www.yourdomain.com/fonts/Helvetica.ttf');
}*/

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.logo-md {
	content: url(../img/logo/logo.png);
	width: 80px;
	height: 81px;
	padding: 0px;
	margin: 0px;
}

/* Header */
.header {
  position: relative;
  min-height: 75px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  /*background-color: #6A0888;
  border-color: #fff;
  height: 75px;*/
}
@media (min-width: 768px) {
  .header {
    border-radius: 4px;
  }
}

.header-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1200;
}
@media (min-width: 768px) {
  .header-fixed-top {
    border-radius: 0;
    right: 50%;
    /*border: 1px solid #000;*/
  }
}
.header-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.header-title {	
	/*font-weight: bold;*/
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-left: 90px;
}

.title1 {	
	font-family: "LilyUPC", Arial, Verdana, sans-serif;
	font-size: 20px;	
	margin-top: 15px;
}

.title2 {	
	font-family: "Levenim MT", Arial, Verdana, sans-serif;
	font-size: 10px;	
	margin-top: 2px;
}

@media (max-width: 320px) {
  .header-title {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-title { 
    /*font-weight: bold;*/
    color: #fff;
    padding: 0px;
    margin: 0px;
    margin-left: 100px;
  }

  .title1 { 
    font-family: "LilyUPC", Arial, Verdana, sans-serif;
    font-size: 26px;  
    margin-top: 15px;
  }

  .title2 { 
    font-family: "Levenim MT", Arial, Verdana, sans-serif;
    font-size: 12px;  
    margin-top: 2px;
  }
}

/* Header */

.box-dnrh {
	margin-bottom: 20px;
  	background-color: #fff;
  	border: 1px solid transparent;
  	border-radius: 4px;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    /*max-height: 300px;*/
    min-height: 380px;
}

.box-dnrh-header {
	padding: 10px 15px;
  	border-bottom: 3px solid #6A0888;
  	border-top-left-radius: 3px;
  	border-top-right-radius: 3px;
  	color: #6A0888;
}

.box-dnrh-body {
	padding: 10px;
}

.box-dnrh-body ul {
	/*list-style-image: url('sqpurple.gif');*/
	padding: 2px;
	margin: 5px;
}

.box-dnrh-body li {
	padding: 0px;
	margin: 5px;
}

.box-dnrh-body li a {
	color: #848484;
	padding: 0px;
	margin: 5px;
}


/* Carousel */
.carousel-inner .item img {
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .carousel-inner .item img {
    width: 100%;
    height: 480px;
  }
}
/* Carousel */

.thumbnail-fixed {
  min-height: 420px;
}

.media-img-sm {
  width: 50px;
  height: 50px;
}

#gallery .thumbnail {
  margin-bottom: 20px;
}

#gallery .thumbnail img {
  height: 120px;
}

/* Image caption */
#gallery .gallery-box {
  border: 5px solid #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

#gallery .gallery-box img {
  position: absolute;
  left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out; 
  transition: all 300ms ease-out;
}

#gallery .gallery-box .caption {
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
  left: 0;
}

#gallery .gallery-box .simple-caption {
  height: 30px;
  width: 100%;
  display: block;
  bottom: -30px;
  line-height: 25pt;
  text-align: center;
}

#gallery .gallery-box:hover .simple-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 1;
  transform: translateY(-100%);
}
/* Image caption */

.label-dnrh {
  border-bottom: 2px solid #6A0888;
  color: #6A0888;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .label-dnrh {
    border-bottom: 2px solid #6A0888;
    color: #6A0888;
    font-size: 14px;
    font-weight: bold;
  }
}

.news-introtext p {
  font-size:1em;
  line-height:1em;
  height:4.8em;
  /*border:2px solid #00ACEE;*/
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}

.post-introtext {
  margin-top: 5px;
  margin-bottom: 10px;  
  height:6em;
  /*border:2px solid #00ACEE;*/
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}

.post-introtext p { 
  font-size:1em;
  line-height:1.5em;  
}

.media-news {
  min-height:90px;
  /*border:2px solid #00ACEE;*/
}

.media-article {
  min-height:180px;
  /*border:2px solid #00ACEE;*/
}

.media-img {
  width: 148px;
  height: 128px;
}

.bar-box {
  position: relative;
  background-color: #6A0888;
  border-color: #fff;
  color: rgba(255,255,255,1.0);
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px; 
  /*overflow-x: visible;*/
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  border-radius: 0 0 6px 6px;
}
@media (min-width: 768px) {
  .bar-box {
    height: 70px;
  }
}

.bar-box-caption {
  font-size: 16px;
  text-shadow: 0 0 3px #000;
}
@media (min-width: 768px) {
  .bar-box-caption {
    font-size: 24px;
    text-shadow: 0 0 3px #000;
  }
}

.box-fixed-height {
  height: 160px;
}
/*................ NHSO wcag .................*/
ul.wcag-icon{
  /*float: right;*/
  clear: both;
  /*width: 300px;*/
  padding-left: 0px;
 
}

ul.wcag-icon li{
  float: right;  
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
ul.wcag-icon li:hover{
  transform:scale(0.7);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -o-transform:scale(0.7);
  -ms-transform:scale(0.7);
}
ul.wcag-icon li.social{
  margin-top: -5px;
}
ul.wcag-icon li.lastitem{
  padding-left: 2px;
}
li.wcag-icon.continue{
  padding-left: 10px;
}
p.wcag-ion{
  color: rgba(255,255,255,0.9);
  float: left;
  font-size: 14px;
  /* margin-left: 25px; */
  padding-right: 5px;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
}
/*................ NHSO wcag .................*/

/*------------------------- Youtube playlist ---------------------*/
.youtube-container {
  margin-right: 20px;
  /* max-width: 560px; */
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  justify-content: center;
}
  
.video-placeholder {
  cursor: pointer;
  position: relative;
  margin: 0 10px 10px 0;
}
  
.youtube-icon {
  width: 30%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11%;
  margin-left: -12%;
}
  
  .youtube-thumb {
    border: 1px dashed purple;
    width: 257px;
    height: 146px;
  }
  
@media screen and (max-width: 500px) {
  .youtube-thumb {
    width: 100%;
    height: auto;
  }
  .video-placeholder iframe {
    width: 100%;
    height: auto;
  }
}
  
@media screen and (max-width: 568px) {
  .youtube-container {
    width: 100%;
  }
}
/*--------------- Youtube playlist ----------------*/

/*--------------- Poll ----------------*/
.poll-topic {
  margin: 0px;
  font-weight: bold;  
}
/*--------------- Poll ----------------*/

/*--------------- AdminLTE -----------------*/
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 2px 2px;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 60px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  /*position: absolute;
  left: 55px;
  border: 1px solid #000;*/
}
.user-panel > .info > p {
  font-size:20px;
  font-weight:300;
  text-shadow:0 1px 1px rgba(0,0,0,0.2);
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 10px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

.sidebar-form {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-form input:focus {
  border-color: transparent;
}

.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

.users-list-date {
  color: #999;
  font-size: 12px;
}

.box-widget {border:none;position:relative}
.widget-user .widget-user-header {
  padding:15px;
  height:120px;
  border-top-right-radius:3px;
  border-top-left-radius:3px;
}
.widget-user .widget-user-username {
    margin-top:0;
    margin-bottom:5px;
    font-size:24px;
    font-weight:300;
    text-shadow:0 1px 1px rgba(0,0,0,0.2)
}
.widget-user .widget-user-desc {margin-top:0}
.widget-user .widget-user-image {position:absolute;top:65px;left:50%;margin-left:-45px}
.widget-user .widget-user-image>img {width:90px;height:auto;border:3px solid #fff}
.widget-user .box-footer {padding-top:30px;border: 1px solid #000;}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {margin-bottom: 25px;}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}
.description-block > .description-text {text-transform: uppercase;}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}

.box{position:relative;border-radius:3px;background:#ffffff;/*border-top:3px solid #d2d6de;*/margin-bottom:20px;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1)}
.with-border{border-bottom:1px solid #f4f4f4}
.post .user-block{margin-bottom:15px}
.user-block img{width:40px;height:40px;float:left}
.user-block .username,.user-block .description,.user-block .comment{display:block;margin-left:50px}
.user-block .username{font-size:16px;font-weight:600}
.user-block .description{color:#999;font-size:13px}
.img-sm,.img-md,.img-lg,.box-comments .box-comment img,.user-block.user-block-sm img{float:left}
.img-sm,.box-comments .box-comment img,.user-block.user-block-sm img{width:30px!important;height:30px!important}
.box-comments .comment-text{margin-left:40px;color:#555}
.box-comments .username{color:#444;display:block;font-weight:600}
.box-comments .text-muted{font-weight:400;font-size:12px}
.box-header>.box-tools{position:absolute;right:10px;top:5px}
.box-header>.box-tools [data-toggle="tooltip"]{position:relative}
.box-header>.box-tools.pull-right .dropdown-menu{right:0;left:auto}
.btn-box-tool{padding:5px;font-size:12px;background:transparent;color:#97a0b3}
.open .btn-box-tool,.btn-box-tool:hover{color:#606c84}
.btn-box-tool.btn:active{box-shadow:none}
.box-body{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:10px}
.no-header .box-body{border-top-right-radius:3px;border-top-left-radius:3px}
.box-body>.table{margin-bottom:0}
.box-body img{max-height:380px;}
.box-body .fc{margin-top:5px}
.box-body .full-width-chart{margin:-19px}
.box-body.no-padding .full-width-chart{margin:-9px}
.box-body .box-pane{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px}
.box-body .box-pane-right{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:0}
.box-footer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top:1px solid #f4f4f4;padding:10px;background-color:#fff}
.img-sm+.img-push{margin-left:40px}
/*--------------- AdminLTE -----------------*/