.btn-floating {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
}

.btn-floating i {
    line-height: 34px;
}

.btn-floating:hover {
    background-color: #ddd !important;
}

.carousel-item {
    opacity: 1 !important;
}

.carousel.scrolling .carousel-item .materialboxed, .carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: all !important;
}

.carousel {
    z-index: 700;
}

.indicator-item {
    background-color: #666 !important;
    opacity: 0.6 !important;
}

.indicator-item.active {
    opacity: 1 !important;
}

.indicators {
    bottom: -25px !important;
}


.layout {
    box-shadow: 0px 0px 0px  rgba(0,0,0,0.5);
    display: none;
    width: 450px;
    height: auto;
    background:#FFFFFF;
    z-index:2002;
    position:fixed;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    margin-left:0px;
}

.content {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.content:hover {
    cursor: pointer;
}

.caption {
    box-sizing: border-box;
    width: 100%;
    padding: 2px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 80px;
    text-align: center;
    color: #fff;
    font: 11px/16px Tahoma, sans-serif;
    white-space: nowrap;
    display: none;
}

.black-overlay {
    position: fixed;
    margin: auto auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #292929;
    z-index:2001;
    -moz-opacity: 0;
    opacity:.60;
    filter: alpha(opacity=0);
    display: none;
}

.fixed-action-btn ul {
    left: -20px;
    top: -145px;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
    height: 145px;
}

.rating-btn {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    border-radius: 50%;
}

.btn-floating.rating-btn:hover {
    background-color: #82cf75 !important;
}


.fixed-action-btn ul li {
    margin-bottom: 5px;
}

.material-tooltip {
    z-index: 997;
}

#service-content {
    min-height: 400px;
    padding-top: 0;
    overflow: auto;
    margin-bottom: 0;
    position: relative;
    border-radius: 20px
}


.material-icons {
    transition: color 0.3s ease-out, font-size 0.2s ease-in, margin 0.15s ease-in;
}

.material-tooltip {
    min-width: 130px;
}

#add-bookmark {
    font-size: 26px !important;
    margin: -3px 0 0 -5px;
}

.divider.v2 {
    margin: 0 -25px;
}

