
#main .lt-wrapper{
    position:relative;
    width:100%;
    zoom:1;
}

.lt-main .bx{
    background: #fff;
    border:0;
    border-radius:0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

.lt-main .title,
.lt-main .locality,
.lt-main .name{
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.pr10{
    padding-right:10px;
}

.pl10{
    padding-left:10px;
}

.mask {
    position: fixed;
    background: #333;
    display: none;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}

.main-wrapper {
    padding:10px 15px;
}

.main-wrapper .terms-wrapper .tm-head
{
    border-bottom: 2px double #333333;
    padding:10px 15px;
    border-radius: 3px;
    background-color: #e5e5e5;
    display: inline-block;
    text-shadow: 0px 1px 0px #fff;
}
.main-wrapper .terms-wrapper .tm-p
{
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
}
.main-wrapper .terms-wrapper .tm-head-sub
{
    text-shadow:0px 0px 0px;
}
.main-wrapper .terms-wrapper .tm-sub-ul
{
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
}
.main-wrapper .terms-wrapper .tm-li-sub
{
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
}


.site_main__list {
    padding: 0;
    margin-top: 5px;
}

.site_main__list  li {
    width: 24.100%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: 5px 5px;
}

.site_main__list  li a {
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

/*.site_main__list  li a:hover{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}*/

.site-main_content{
    width: 100%;
    min-height: 20px;
    position: relative;
    zoom: 1;
    margin-top:20px;
    margin-bottom: 30px;
}

.site-main_content .panel-heading h4{
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 18px;
    position: relative;
    margin: 0;
    font-weight: 500;
}

.lt_top_link {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}

.lt_top_link .button-icon {
    float: left;
    position: relative;
}

.lt-badge{
    height:30px;
    width:30px;
    border-radius: 50%;
    font-size:14px;
    color: #fff;
    line-height:25px;
    display: inline-block;
    padding: 3px 7px;
    margin-right: 5px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.site-main_content .panel-heading .lt_top_link h4{
    padding: 5px;
    font-weight: 400;
    font-size: 18px;
}

.site-main_content .panel{
    box-shadow:none;
    border:0;
}

.lt_green{
    color: #b71c1c;
}

.bg-green{
    background-color: rgb(255, 239, 239);
}

.badge-green{
    background: #b71c1c;
}

.bg-rd {
    background-color: rgba(224, 223, 195, 0.74);
}

.lt_rd {
    color: #7b7a5e;
}

.badge-rd{
    background: #7b7a5e;
}

.bg-blue {
    background-color: rgba(220, 231, 241, 0.75);
}

.lt_blue {
    color: #6c757d;
}

.badge-blue{
    background:#6c757d;
}

.bg-pink {
    background-color:rgba(235, 228, 247, 0.75);
}

.lt_pink {
    color: #938ca0;
}

.badge-pink{
    background:#938ca0;
}

/*======= Form Register ======*/

.lb-form-box {

}

.lb-form-box .form-control {
    height: 40px;
    background: #edecec;
    border-radius: 2px;
    box-shadow: none;
}

.bookOfferModal .offer-modal-btn{
    border-radius: 2px;
    height: 34px;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
}
.lb-offers .panel-heading > p {
    font-size: 16px;
    color: #666;
    margin-bottom:15px;
}

.lb-offers .panel-heading > a {
    margin-bottom:15px;
}

.bookOfferModal .modal-content {
    border-radius:2px;
    box-shadow:none;
}

.bookOfferModal .modal-title{
    color: #c35702;
}

.panel_link {
    color: #7b7509;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width:400px;
        margin: 30px auto;
    }
}

.panel {
    border: none;
    border-radius: 0px;
    box-shadow:none;
    margin-bottom:0px;
}

.panel-heading {
    padding: 0px;
    border:0;
}

.panel-heading .panel-title {
    position: relative;
}

.panel-heading .panel-title > a {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    color: #333;
    border: 1px solid #d2d2d2;
    border-bottom-color: #bbb;
    text-decoration: none;
    position: relative;
    padding-left:45px;
    text-shadow: 0px 1px 0px #fff;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );


}

.section-location {
    min-height: 500px;
}

.main-wrapper .section-location .tm-head
{
    border-bottom: 2px double #333333;
    padding:10px 15px;
    border-radius: 3px;
    background-color: #e5e5e5;
    display: inline-block;
    text-shadow: 0px 1px 0px #fff;
}

.section-location .section-location__heading{
    margin: 20px 0px;
}

.section-location .section-location__title{
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #eaeaea;
    color: #b71c1c;
    font-size: 18px;
    font-weight: 500;
}

.section-location .section-location__listing {
    margin-bottom:0;
}

.section-location .section-location-item{
    width: 33.33333%;
    float: left;
    padding: 4px 0px;
    line-height: 20px;
}

.section-location .section-location-item a {
    font-size: 16px;
    text-transform: capitalize;
    color: #666;
    font-weight: 400;
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;

}

.section-location .section-location-item a:hover {
    color: #ff7419;
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
}

@media screen and (max-width:545px) {
    .section-location .section-location-item{
        width:50%;
    }
    .section-location .section-location__title{
        font-size:16px;
    }
    .section-location .section-location-item a {
        font-size:14px;
    }
}

#location-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 12px;
}

#location-search-input input{
    border: 0;
    box-shadow: none;
}

#location-search-input button{
    margin: 1px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #c6c5c5;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    line-height: 14px;
}

#location-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#location-search-input .glyphicon-search{
    font-size: 16px;
}


/*======== No result Found Block =====*/
.no-results {
    min-height:320px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.no-results .no-results-text {
    width: 150px;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #cbcbcb;
    margin: auto;
    color: #cbcbcb;
    -webkit-animation: shake 1s;
    animation: shake 1s;
}

@-webkit-keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
    10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
    20%, 40%, 60%, 80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}
@keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
    10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
    20%, 40%, 60%, 80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}
.shake{-webkit-animation-name:shake;animation-name:shake;}