/* My MDB Styles (mymdb.css) */

.vl {
    border-left: 1px solid grey;
    height: 98%;
    position: absolute;
    left: 100%;
    margin-left: -3px;
    top: 0;
}


img.resize {
    width:100%; /* you can use % */
    height: auto;
    
}
.cat-header {
    font-weight: bold;
    text-transform: uppercase;
}
.figure-caption
{
    font-style: italic;
}
.btn-tmblr
{
    background-color: #2C4762;
}

.copyright
{
FONT-SIZE: small;
font-style: italic;
}

.video-fluid {
    width: 100%;
    height: auto;
}

.sn-bg-1 {
background-image: url(//mdbootstrap.com/img/Photos/Others/sidenav1.jpg); }

.sn-bg-2 {
background-image: url(//mdbootstrap.com/img/Photos/Others/sidenav2.jpg); }

.sn-bg-3 {
background-image: url(//mdbootstrap.com/img/Photos/Others/sidenav3.jpg); }

.sn-bg-4 {
background-image: url(//mdbootstrap.com/img/Photos/Others/sidenav4.jpg); }

.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

 