.content{
    height: auto;
    margin-bottom: 50px;
    padding-top: 10px;
    background-color: #FEE0C7; 
    display:block; 
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.headerLinks{
    padding-top: 5px;
    font-size: 14px;
}
.headerLinks > li{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;    
}
.headerLinks > li .active{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.siteHeading{
    font-size: 25px;
    color: #f8efc0;
    font-weight: 600;
}
.socialMedia{
    float: right;
    margin-bottom: 10px;
}
.socialMedia a{
    margin: 5px;
}
p{
    text-indent: 10px;
    font-size: 14px;
}
p > .GuruParamparaSub{
    text-indent: 20px;
    font-size: 13px;
    color: #ff6400;
}
.selected img{
    opacity:0.5;
}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

.modal-dialog {
    width: auto;
}
.modal-dialog > .modal-body{
    width: auto;
}
.modal-content{
    background: transparent;    
    color: #FFFFFF;
}
.modal-header{
    border-bottom-color: transparent;
}
.modal-footer{
    border-top-color: transparent;
}
#modalCarousel > a > i{
    color: #FFFFFF;
}
#modalCarousel > a > i:hover{
    color: #FFFFFF;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 500px;
}
.carousel-inner{    
    background-color: black;
}

.carouselItem
{  
    width:960px;
    height:450px;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobile-hide{ display: none; }
}

.carouselItem > img {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.carousel-caption{
 padding: 20px;
 background:  rgba(256, 100, 0, 0.4);
 width:auto;
}