.thumb-info .thumb-info-action-icon {
	width: 60px;
	background-color: transparent;
}



.thumb-info:hover .thumb-info-action-icon {
	right: 1px;
	top: 1px;
}
.mb-50 {
	margin-bottom: 50px;
}

.cursor {
	cursor: pointer;
}

/* Add here all your CSS customizations */

.vertical-align {
    display: flex;
    align-items: center;
}

#header .header-nav-main nav>ul>li>a {
    font-size: 15px;
}

#header-nav-main .lang > a {
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #999 !important;
}

#header-nav-main .lang > a:hover {
	background-color: transparent !important;
	color: #000 !important;
}

#header-nav-main .lang.active > a {
	background-color: transparent !important;
	color: #000 !important;
	font-weight: 700 !important;
}


#header-nav-main .lang.active > a:hover {
	background-color: transparent !important;
	color: #000 !important;
}

.header-body {
	border-top: 5px solid #7ac143 !important;
}

.header-logo img {
	width: 130px;
}

#footer.short {
	padding-top: 20px;
}

#footer .container .row > div {
	margin-bottom: 10px;
}
#header .header-nav-main {
	margin-top: 0px !important
}

#header .header-body {
	padding: 0px;
}

.subtitle {
	color: #777;
	font-weight: bold;
	margin: 14px 0px;
}

.google-map {
	background-repeat: no-repeat;
	background-size: cover;
}

ul.history li .featured-box {
	margin-left: 0px !important;
}

ul.history li p {
	margin-left: 100px;
}

.page-header {
	border-bottom-color: #171717;
}

.panel-group.without-borders .panel {
	border-bottom: 0px !important;
}

.panel-group .panel-heading a {
	color: #171717;
	font-weight: bold;
}

h2 {
	border-bottom: 3px solid #171717;
}

.post-content h2 {
	border-bottom: 0px;
}

.google-map {
	margin: 10px 0px;
}

.table-bordered>tbody>tr>td {
	vertical-align: middle
}

.table-bordered tbody tr td {
	font-size: small;
}

.table-bordered tbody tr td:first-child {
	font-weight: bold;
	font-size: inherit;
}

.blog-posts article {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.img-thumbnail {
	width: 100%;
}

.thumb-info-wrapper {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	padding: 10px;
}

.thumb-info {
	cursor: pointer;
}

@media (max-width: 991px) {
    #header.header-mobile-nav-only .header-nav {
        margin-top: 0px;
    }
    #header #header-nav-main nav>ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #header.header-mobile-nav-only .header-logo {
        float: left;
    }

		#header .header-btn-collapse-nav {
			/*margin-top: 40px;*/
		}
}
