/*  UI Design by Shabdiz . 2016 . ShabdizCO. http://shabdiz.org/ */

#media{
    margin-top:50px;
    padding-top:85px;
    padding-bottom:50px;
}
.media-title-container h1{
    font-size: 28px;
    color: #0097a7;
    font-weight: 500;
}
.media-container{
    margin-bottom:30px;
}
.media{
    min-height:200px;
}
.media img{
    width:100%;
    height:227px;
}
.media p{
    text-align:center;
    font-size:16px;
    margin-top:25px;
}
.img-raised{
    box-shadow: none;
}

/*----------------------MEDIA RECORD-----------------*/
.media-record-container p{
    color:#393939;
    text-align:justify;
    line-height:23px;
}
.gallery-img img{
    width:100%;
    height:170px;
}
.media-record-gallery-container{
    margin-top:30px;
    filter: grayscale(70%);
    transition:all .3s;
}
.media-record-gallery-container:hover{
    filter: grayscale(0%);
    transition:all .3s;
}


.content-date{
    font-size:10px;
    color:#787878;
}



#map{
    width:100%;
    height:300px;
    margin-top:30px;
    background-color:#EBEBEB;
}
#map-container{
    margin-top:40px;
}
.dropdown-menu{
    left:auto !important;
    right:0 !important;
    text-align:right !important;
}
#map-container .dropdown{
    position:absolute;
    z-index:888;
    top:90px;
}
.select-media{
    background-color:#0097a7 !important;
    color:#fff !important;
}

.loading-wait{
    display:block;
    text-align: center;
}

.moreproducts{
    text-align: center;
}

.moreproducts button{
    background-color: #0097a7 !important;
    color: #fff !important;

}



.marginb:focus{
    box-shadow: none !important;
}

.marginb{
    margin-bottom: 20px !important;
}






.panel-title{
    font-size: 18px;
    font-weight: normal;
}
.show-media-list th{
    text-align: center !important;
    color: #0097a7;
    font-weight: bold;
}
.show-media-list tr{
    text-align: center !important;
    font-weight: normal;
}
.show-media-list tr:hover{
    /*background-color: rgba(118, 0, 133, 0.15) !important;*/
}

@media (max-width: 510px) {
    .mediacollapse{
        overflow-x: scroll;
    }
}

.panel{
    margin-bottom: 15px !important;
}












