/*This css has been modified by femi*/


body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    z-index: 999999;
    top: 20% !important;
}


.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;

  /* Image border */
  border: 10px solid white;
	position: fixed;
}

.lightbox a img {
  border: none;
}

img.photo-sm {
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px #00000030;
    border: 5px solid #fff;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
    border-radius: 0px;

  /* Background color behind image.
     This is visible during transitions. */
  /*background-color: white;*/
}

.lb-container {
    /* display: block; */
    /*position: fixed;*/
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    /*position: fixed;*/
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 4px;
    font-size: 12px;
    color: #000000;
    float: left;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -6px;
    margin-left: -4px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
	background-size: 60%;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
    background-color: red;
     margin-top: -5px;
    margin-right: -5px;
    font-size: 10px !important;
    background-size: 50%;
    background-position: center;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}




/*Accordion Menu*/

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700';


.accordionMenu {
	width: 100%;
	margin:0 auto;
}
.accordionMenu input[type=radio] {
	display: none;
}

.accordionMenu label {
    display: block;
    height: 50px;
    line-height: 47px;
    padding: 0 25px 0 10px;
    background: #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    color: #165184;
    position: relative;
    cursor: pointer;
    border-bottom: 3px solid #ffffff;
    margin-top: -1px;
}

.accordionMenu label:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #165184;
    position: relative;
    right: 10px;
    margin-left: 20px;
    top: 15px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    float: left;
}

.accordionMenu .content {
	max-height: 0;
	height: 0;
	overflow: hidden;
		transition: all 3s ease-in-out;
	
}
.accordionMenu .content .inner {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.5;
    background: white;
    padding: 5px 40px 7px;
    border-bottom: 1px dotted #dadada;
    font-size: 15px;
}

.accordionMenu input[type=radio]:checked + label:after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.accordionMenu input[type=radio]:checked + label + .content {
	max-height: 2000px;
	height: auto;
	 
}
