.content .contentDetail{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 100px;
}
.content .contentDetail a{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.content .contentDetail a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #094889;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.content .contentDetail a:hover:before {
    left: 0;
    right: 0;
}
.content .contentDetail img{
    max-width: 100%;
}
.content .contentDetail h1{
	margin-bottom: 50px;	
    margin-top: 30px;
}
.content .contentDetail h2{
	color:#094889;
    margin-top: 20px;
	margin-bottom: 40px;
}
h3, h3 + * {
   margin-left: 20px;
}

.content .contentDetail p{
	font-family: 'Open Sans', sans-serif;
}
.content .contentDetail ul{
	font-family: 'Open Sans', sans-serif;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content .contentDetail ul li{
    margin-bottom: 10px;
}
.content .contentDetail ol{
	font-family: 'Open Sans', sans-serif;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content .contentDetail ol li{
    margin-bottom: 10px;
}
.content .contentDetail .contentImg{
	margin-right: 15px;
	margin-bottom: 40px;
}
.content .contentDetail .table{
	margin-top: 60px;
	margin-bottom: 60px;
}
.content .contentDetail .table-bordered {
    border: 4px solid #e7e7e7;
}
.content .contentDetail .table>thead>tr>th{
	text-transform: uppercase;
}
.content .contentDetail .table-bordered>thead>tr>th,
.content .contentDetail .table-bordered>tbody>tr>th,
.content .contentDetail .table-bordered>tfoot>tr>th,
.content .contentDetail .table-bordered>thead>tr>td,
.content .contentDetail .table-bordered>tbody>tr>td,
.content .contentDetail .table-bordered>tfoot>tr>td {
    border: 1px solid #e7e7e7;
}
.content .contentDetail .table-bordered>thead>tr>th{
	border: 1px solid #181717;
}
.content .contentDetail .table-bordered>tbody>tr>th{
	text-align: center;
	font-weight: normal;
}
.content .contentDetail .table-bordered>thead>tr>th:first-child{
	text-align: center;	
}
.content .contentDetail .table-bordered>tbody{
	font-family: 'Open Sans', sans-serif;
}

/** Sidebared */
.content.sidebared{
    margin-top: 40px;
}
.content.sidebared h1{
    margin-top: 0px;
}

/** END Sidebared */

/** Sidebar */

.content.sidebared .sidebarContent .list-group-item.title{
    background-color: #181717;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.content.sidebared .sidebarContent .list-group-item{
    background-color:#f8f8f8;
    -webkit-transition: 0.1s; /* Safari */
    transition: 0.1s;
}
.content.sidebared .sidebarContent .list-group-item.active{
    background-color:#ffffff;    
    color: #094889;
    border-color: #e7e7e7;
    border-left: 4px solid #094889;
}
.content.sidebared .sidebarContent .list-group-item:hover{
    background-color:#ffffff;    
    color: #094889;
    border-color: #e7e7e7;
    border-left: 4px solid #094889;
}
.content.sidebared .sidebarContent .list-group-item.title:hover{
    background-color: #181717;
    color: #ffffff;    
        border: 1px solid #ddd;
}
.content.sidebared .sidebarContent .list-group-item.title:hover::before{
    display: none;
}
.content.sidebared .sidebarContent .list-group-item:hover:before{
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    border-right: 5px solid rgba(249, 248, 248, 0);
    border-bottom: 5px solid rgba(204, 204, 204, 0);
    border-top: 5px solid rgba(204, 204, 204, 0);
    border-left: 5px solid rgba(204, 204, 204, 0);
    border-left-color: rgb(9, 72, 137);
    content: '';
}
.content.sidebared .sidebarContent .list-group-item.active:before{
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    border-right: 5px solid rgba(249, 248, 248, 0);
    border-bottom: 5px solid rgba(204, 204, 204, 0);
    border-top: 5px solid rgba(204, 204, 204, 0);
    border-left: 5px solid rgba(204, 204, 204, 0);
    border-left-color: rgb(9, 72, 137);
    content: '';
}

/** END Sidebar */

.autocenterDetail #map{
    height: 500px;
}

@media (max-width: 767px){
    .autocenterDetail #map{
        height: 300px;
    }
}