.navbar-header{float: none !important;}
.category-active{color: #3c8dbc !important;}
.main-footer{
    background-color: #dd4b39 !important;
    color: #fff !important;
}
.layout-boxed, .content-wrapper{
    background: none !important;
    background-color: #f9fafc !important;
}
.layout-boxed .wrapper{
    box-shadow: none !important;
}
.main-sidebar{
    background-color: none !important;
    border-left: 1px solid #d2d6de !important;
}
#map-content{
    border-right: 1px solid #d2d6de !important;
    background-color: #f9fafc !important;
    /*padding-top: 0px !important;*/
}

.category{cursor: pointer;}
/*#location_description .box-title{font-weight: bold; text-align: center; display: block; font-size: 24px;}*/

.category-header{border-bottom: 1px solid #D5D5D5; padding-bottom: 10px;}
.category-header img{width: 50px;}
.category-header label{font-size: 25px; line-height: 45px; margin-left: 10px;}

.category-content .col-md-4{padding-right: 0px !important;}
.category-content .carousel{cursor: pointer;}
.category-content .title{position: absolute; width: 100%; z-index: 90; opacity: .6; background-color: #000; color: #fff; padding: 5px; text-align: center; font-size: 11px;}
.category-content{margin-right: 0px !important; margin-top:15px;}

.disabled > a {color: red;}
.loc-page > li > a {padding: 4px 12px !important;margin-top:1px;}
.marker-selected {z-index: 900000 !important;}
.pre{
    display: block;
    white-space: pre;
    margin-top: -15px; margin-bottom: -20px;
    padding-left: 26px;
    padding-right: 20px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.text-justify {
    text-align: justify;
    padding-left: 26px;
    padding-right: 20px;
    margin-top: 10px;
}

.location-info{padding-bottom: 10px;}
.info-border{margin-bottom: 10px; border-bottom: 1px dotted #f4f4f4;}
.hand{cursor: pointer;}
.box-body h4{font-weight: bold; margin:0;}

div.overlay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

div.overlay > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#header-content .box-title{font-weight: bold; font-size: 25px;}

.hide{display: none;}

.carousel-control .small-glyphicon{
    font-size: 21px !important;
    margin-top: -9px !important;
}

@media (max-width: 767px) {
    #blog-box{
        max-height: 565px !important;
        min-height: 565px !important;
        padding-bottom: 0px !important;
    }
    #map-box{
        padding: 3px;
    }
    #header-content .box-title{
        font-size: 16px !important;
    }
    #header-content img{
        width: 60px;
    }
    #map-content{
        padding: 5px !important;
    }

    .main-header .logo {
        height: 40px !important;
    }

    .main-header .logo .logo-lg{
        line-height: 40px !important;
        font-size: 18px !important;
    }

    .main-header .sidebar-toggle{
        padding-top: 21px !important;
        height: 40px;
        padding-bottom: 29px !important;
    }

    .main-sidebar{
        padding-top: 40px !important;
    }

    #search-addon{
        display:none !important;
    }

    .map-box-holder, #location_selector{
        margin-bottom: 5px;
    }

    .header-toolbar{
        float:right;
        margin: -36px 10px 0 0;
    }
    .fixed .content-wrapper, .fixed .right-side{
        padding-top:40px !important;
    }

    .location-container{padding-right: 0px !important;}
}

@media (min-width: 567px) {
    .logo{width: 100% !important;}
    .sidebar-toggle{
        padding-top: 21px !important;
        height: 50px;
        padding-bottom: 29px !important;
    }
    .navbar{
        position: relative !important;
        background: transparent;
        margin-left: 0px !important;
        height: 50px;
        background: none !important;
    }
    .logo-mini{
        font-size: 20px !important;
    }
    .sidebar-toggle{
        margin-top: -50px;
        width: 50px;
        padding: 18px !important;
    }
	.sidebar-mini.sidebar-collapse .sidebar-menu #map_category:hover a span:not(.pull-right),
	.sidebar-mini.sidebar-collapse .sidebar-menu #map_category:hover .treeview-menu {
		width: 230px !important;
	}

    .location-container{padding-right: 0px !important;}

    .header-toolbar{
        float:right;
        margin: -40px 10px 0 0;
    }
}