/**
	Creator: Marsus.com
**/

/* References CSS */

.references .item {
    margin-bottom: 15px;
}

.references .item .item-title{
    color: #000;
}

.references .item .city {
    position: absolute;
    top: 15px;
    background: #fff;
    padding: 5px 10px;
    line-height: 1;
    font-size: 88%;
    color: #000;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1;
}

.references .item a{
    display: inline-block;
    width: 100%;
    text-decoration: none!important;
    font-weight: 600;
}

.references .item .figure{
    margin: 0;
}

h1.title {
    font-size: 30px;
    margin-bottom: 50px;
}

.category-text {
    overflow: hidden;
}

.category-text .inner {
    margin-bottom: 50px;
    max-height: 150px;
    overflow: hidden;
}

.categories {
    margin-bottom: 50px;
}

.categories .title {
}
.categories .title a {
    font-size: 22px;
    font-weight: 300;
    background-color: #e7355e;
    padding:15px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
}

.categories .title i {
    display: none;
}

.categories .sub-menu.svisible {
    display: block;
}

.categories ul {
    list-style: none;
    padding: 0;
}

.categories ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

.categories ul li {
    position: relative;
}

.categories .arrow:hover {
    color: #111;
}

.categories .arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    color: #b9b9b9;
    z-index: 9;
}

.categories .arrow:before {
    top: 50%;
    position: absolute;
    margin-top: -7px;
}

.categories .sub-menu .arrow {
    top: 3px;
    bottom: 0;
    font-size: 9px;
}

.categories ul li a {
    position: relative;
    padding: 15px 20px;
    border-left: 3px solid transparent;
    display: block;
    text-decoration: none;
    color: #34495e;
}

.categories ul li .current {
    background: #f8f8f8;
}

.categories ul li .current,
.categories ul li a:hover {
    border-color: #e7355e;
}

.categories .dropdown-toggle:after {
    float: right;
    position: relative;
    top: 7px;
    color: #888;
}

.categories .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    will-change: inherit !important;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

.categories .sub-menu {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.categories .sub-menu a {
    font-size: 13px;
    padding: 10px;
    border-left: 1px solid transparent;
}

.services .item {
    margin-bottom: 30px;
}

h1.title {
    font-size: 30px;
    margin-bottom: 50px;
}

.images {
    margin-top: 75px;
}

.category-text {
    overflow: hidden;
}

.category-text .inner {
    margin-bottom: 50px;
    max-height: 150px;
    overflow: hidden;
}
.references a{
    position: relative;
}
.references .figure .figure-img{
    margin-bottom: 0;
}
.references .item-title{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius: 0.25rem !important;
    font-size: 16px;
    background-color: rgba(231, 53, 94, 0.8);
    color:#fff !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
}
.references .item a:hover .item-title{
    opacity: 1;
    visibility: visible;
}