﻿.NoData {
    display: none;
}

.SearchAndSort {
    margin-top: 10px;
    background: #615767;
    padding: 15px;
}

.h3, h3 {
    font-size: 1.75rem;
}

.form-input {
    position: relative;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    /* Shutter */
    .form-input.shutter {
        border: 2px solid rgba(0, 0, 0, .15);
        box-shadow: 0 20px 0 0 #d5d5d5 inset, 0 -20px 0 0 #d5d5d5 inset;
    }

        .form-input.shutter:focus {
            box-shadow: none;
            border-color: rgba(0, 0, 0, .3);
        }

    .form-input.shutter-in {
        /* border-bottom: 2px solid #fff; */
        /* background: transparent; */
    }

        .form-input.shutter-in:focus {
            box-shadow: 0 -50px 0 rgba(255, 235, 59, 0.2784313725490196) inset;
            border-bottom: 2px solid #fff;
        }

span.ServiceBtn.ServiceBtnDet a {
    color: #fff
}

.SearchBox input[type="text"] {
    width: 100%;
    border: 0;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
}


.SortBox {
    text-align: left;
}

.SortItem {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding: 14px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}


element.style {
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12555555;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.About ul {
    list-style-type: none;
}

.About img {
    border-radius: 10px;
    object-fit: cover;
    margin-top: 15px;
}
