#MContent-cine {
    float: left;
    padding: 0;
    width: 715px;
}
.title-bg {
    padding: 5px 0 0 5px;
    width: 655px;
}
h1.title {
    color: #000000;
    margin-bottom: 5px;
    text-align: left;
}

.title-bg h1 a {
    color: #000;
	font-family:"Segoe UI",Helvetica,Arial,"Arial Unicode MS",Sans-Serif;
	font-size:19px;
    text-decoration: none;
}

.stars3 { color:#FF9900; }
.postdate {
    margin-bottom: 10px;
}
a.entlnk {
    background-color: #F7F7F7;
    border: 1px solid #EEEEEE;
    margin-right: 2px;
    padding: 1px 5px;
    text-decoration: none;
}
a.entlnk {
    font-size: 11px;
}
.entry {
    color: #333333;
    font-size: 13px;
    line-height: 19px;
}
.movdesc {
    color: #777;
    font: 13px/19px "Segoe WPC","Segoe UI",Helvetica,Arial,"Arial Unicode MS",Sans-Serif;
}
h1.title a { font-size:21px; line-height:30px; }
.home-page .testimonials {
    position: relative;
}
.home-page .testimonials .carousel-controls {
    position: absolute;
    right: 10px;
    top: 0px;
}
.home-page .testimonials .fa {
    color: #6091BA;
    font-size: 18px;
    margin-right: 5px;
}
.home-page .testimonials .carousel .item {
    /*min-height: 298px;*/
}
.home-page .testimonials .people {
    margin-top: 0px;
}
.home-page .testimonials .people .name {
    color: #6091BA;
	font-size:12px;
}
.home-page .testimonials .people .title {
    color: #999999;
	font-size:12px;
}
.home-page .awards {
    background: none repeat scroll 0 0 #FFFFFF;
}
.home-page .awards .logos {
    margin: 0;
    padding: 0;
}
.home-page .awards .logos li {
    list-style: none outside none;
    margin-right: 0;
    text-align: center;
}
.home-page .awards .logos li img {
    margin: 0 auto;
    opacity: 0.6;
}
.home-page .awards .logos li img:hover {
    opacity: 1;
}
.home-page .awards .carousel-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
    text-shadow: none;
    top: 20px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
}
.home-page .awards .carousel-control .fa {
    color: #E8E8E8;
    font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
    color: #999999;
}
.blockquote p { font-size:13px; }
.glyphicon { margin-right:-3px; }
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 32px; }
.rating-num1 { margin-top:0px;font-size: 19px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 1% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }
	
	.panel-body1:not(.two-col) { padding:0px }
.glyphicon { }
.glyphicon-new-window { margin-left:5px; }
.panel-body1 .radio,.panel-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.panel-body1 .list-group {margin-bottom: 0;}
.margin-bottom-none { margin-bottom: 0; }
.panel-body1 .radio label,.panel-body .checkbox label { display:block; }
.table a { color:#3366CC; font-size:12px; font-weight:bold; }
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#FF531F;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 94%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
           /* left: 50%;*/
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/**** LAYOUT ****/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 30px 15px;
}


/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
    border: 1px solid #ededed;
}

/* Font changes */
.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #535353;
}




/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px!important;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
    }
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}
ul.dropdown-menu li { padding:5px; }
.media-body { color:#777; }
.media-body h4 a{ color:#000; }
.media-body b{ color:#000; }
.media-body ul{ color:green; }
.media-body ul a{ color:#3399CC; }

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 30px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}