.runningtext {
 height: 30px;	

}
.runningtext h3 {
 font-size: 1.5em;
 color: #fff;
 margin: 0;
 line-height: 30px;
 text-align: center;
 
}

select { 
    width: 80px !important;
    border: 1px solid #87dacd !important;
    min-height: 35px;
    outline: 0 !important; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.text-container {
        text-align: center;
      }
.text-container:before {
        content: 'without plugin';
        position: absolute;
        top: -1.3em;
        left: 0;
        text-transform: uppercase;
        font-size: .65em;
        opacity: .6;
      }
.text-container.text-container--with-plugin:before {
        content: 'with plugin (default)';
      }
.text-container.text-container--with-plugin-moveOnHover:before {
        content: 'with plugin (move on hover)';
      }
      
.layoutwidgetstaf {
    width:100%;
}

.layoutwidgetstaf p {
    margin:0;
    color: black;
    text-align:center;
    
}
      
.layout1 {
    width:100%;
    padding-bottom:20px;
}
.layout1 ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.layout1 li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.layout1 img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lightSlider > li {
    position: relative;
}
.layout1 .caption {
    background-color: rgba(0, 0, 0, 0.75);
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}
.layout1 .caption p {
    margin:0;
    color: white;
    
}

.layout10 {
    width:600px;
}
.layout10 ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.layout10 li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
    background:url('http://sachinchoolur.github.io/lightGallery/light-gallery/img/loading.gif') no-repeat scroll center center transparent;
}
.layout10 img {
    display: block;
    height: auto;
    max-width: 100%;
}
#lightSlidergalerivideo li.hasIframe img {
    display:none;
}

.ms-header .ms-title1 {
    padding-top: 0;
    display: inline-block
}

.ms-header .ms-title1 img {
    margin: 15px 20px 0 0
}

.ms-header .ms-title1 .ms-logo {
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.ms-header .ms-title1 h1 {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 22px;
    padding-top: 0;
    margin-top: 25px;
    color: #717171
}

.ms-header .ms-title1 h1 span {
    font-weight: 400
}

.img-slider {
    width: 730px;
    height: 483px !important ;
}

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}