﻿  #s4-titlerow.um-titlerow {
            height: 161px;
            padding-top: 0px;
            padding-bottom: 0px;
            background-color: #80171b;
            width: 100%;
        }

        #siteIcon {
            width: 174px;
            height: 161px;
            line-height: normal;
            min-width: 0px;
        }

           #siteLang {
            height: 161px;
            position:relative;
            line-height: normal;
            min-width: 0px;
            float:right;
           
            color:#fff !important;
            font-weight:bold;
        }

        #siteLangContent {
            position: absolute;
            bottom: 10px;
        }
        .icon-bottom {
            margin-bottom: 29px;
        }

        .paddingtop15 {
            padding-top: 15px;
        }

        #siteLang .btn  {
            padding: 0px 0px;
             color:#fff !important;
            font-weight:bold;
        }

   .carousel-control.left,.carousel-control.right{
      background-image:none;
      margin-top:10%;
      width:5%;
    }

    .img-thumbnail, .thumbnail {
        box-shadow: none;
    }

    .thumbnail{
            margin-bottom:6px;
            background-color: #fff;
           
            display: block;
            line-height: 1.42857;
            transition:none;
        }

    .container-imgResponsive {
        width: 100%;
        overflow: hidden;
    }

    .imgResponsive {
        width: 100%;

    }

    .container-imgResponsive_Small {
        display: none;
    }

    .imgResponsive_Small-Container {
        overflow: hidden;
        display: inline-block;
        width: 100px;
      
       height: auto;
    }

    .imgResponsive_Small {
        padding: 0 10px 10px 0;
        width: 100%;
    }


.imgList {
    margin-top:20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    opacity: 0.75;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.imgList img {
     border: 0 solid #ddd;
            border-radius: 0px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
}


.dl-horizontal dd {
    text-align: justify;
}