#Body {
    background: #fffbff;
}

.modal-body {
    overflow-y: auto;
}

.img-thumbnail.with-loader {
    background: url("/images/loading.gif") center no-repeat;
    max-height: 400px;
}

.additional-images img {
    max-width: 75px;
}
/* ------------------------*/ /* ---------->>> MOST RECENT ADS <<<-----------*/ /* ------------------------*/
#RecentAds {
    margin-left: 0px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    position: relative;
}

    #RecentAds li.media {
        border-bottom: 1px solid #ebebeb;
        margin-top: 0px;
        position: relative;
    }

        #RecentAds li.media:nth-child(odd) {
            background: #f1f1f1;
        }

        #RecentAds li.media a {
            text-decoration: none;
        }

        #RecentAds li.media .fa-picture-o {
            font-size: 28px;
            padding: 35px;
        }


        #RecentAds li.media:hover .fa-expand {
            opacity: 1;
        }

        #RecentAds li.media .media-left {
            padding: 0px;
            background: white;
            max-width: 100px;
        }

        #RecentAds li.media .media-body {
            border-left: 1px dashed #ebebeb;
            padding: 5px 0 5px 10px;
            width: auto;
        }

.recent-wrapper {
    position: relative;
    z-index: 9;
}

.ribbon-wrapper-green {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 99;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 42px;
    width: 195px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-green:before {
        left: 0;
    }

    .ribbon-green:after {
        right: 0;
    }

/* ------------------------*/ /* ---------->>> GLOBAL ADS AND SELLER STYLES <<<-----------*/ /* ------------------------*/

#ad-share {
    position: absolute;
    bottom: 13px;
}

#Ads_Wrapper .pagination {
    margin: 20px 7px;
    float: right;
}

    #Ads_Wrapper .pagination > li > a, .pagination > li > span {
        color: #FC701B !important;
    }

    #Ads_Wrapper .pagination > li > span.pager-active,
    #Ads_Wrapper .pagination > .active > a,
    #Ads_Wrapper .pagination > .active > a:focus,
    #Ads_Wrapper .pagination > .active > a:hover,
    #Ads_Wrapper .pagination > .active > span,
    #Ads_Wrapper .pagination > .active > span:focus,
    #Ads_Wrapper .pagination > .active > span:hover {
        color: #fff !important;
        background-color: #FC701B !important;
        border-color: #FC701B !important;
    }

ol.breadcrumb {
    margin-left: 0px;
}

    ol.breadcrumb li.pull-right:before {
        content: "";
    }

.top10 {
    margin-top: 10px;
}

#Ads div.media-left.middle {
    vertical-align: middle;
}

#Ads div.media a {
    text-decoration: none;
}

#Ads div.media img {
    display: inline-block;
    width: 100%;
}

#Ads div.category-wrapper img, #AdPopup div.category-wrapper img {
    width: auto;
}

#Ads div.media .fa-picture-o {
    font-size: 28px;
    padding: 35px;
}

#Ads_Wrapper > div > span {
    DISPLAY: NONE;
}

#Ads .adContainer {
    width: 31%;
    box-shadow: 0px 0px 5px #c6c6c6;
    margin: 0 0.75% 25px 0.75%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0;
}

#Ads div.media .media-left {
    padding: 0px;
    background: white;
    height: 130px;
}

#Ads div.media .media-body {
    border-left: 1px dashed #ebebeb;
    padding: 0px 10px 10px 10px;
}

.summary-wrapper {
    background: white;
}

    .summary-wrapper .title-wrapper {
    }

        .summary-wrapper .title-wrapper h1, .summary-wrapper .title-wrapper h2, .summary-wrapper .title-wrapper h5 {
            margin: 0px;
        }

    .summary-wrapper .image-wrapper {
        text-align: center;
        margin-top: 15px;
    }

    .summary-wrapper .contact-wrapper {
        margin-top: 10px;
        font-size: 16px;
        color: #555;
    }

    .summary-wrapper .adsummary-wrapper {
    }

        .summary-wrapper .adsummary-wrapper p {
            font-size: 16px;
            color: #555;
        }

    .summary-wrapper .adinfo-wrapper {
        margin-top: 15px;
        border: 1px solid #045a7c;
    }

    .summary-wrapper .sellerinfo-wrapper {
        padding: 30px 50px;
    }

        .summary-wrapper .sellerinfo-wrapper .contactInfo {
            margin-bottom: 20px;
        }


        span.preview img, table .primaryImage img {
            max-width: 200px !important;
        }

/* ---------------------TREEPEDIA-----------------------------*/

.totalDiv {
    margin-bottom: 20px;
}

    .totalDiv #totalTrees {
        color: #16852c;
    }
.Trees{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.treeContainer {
    padding: 7.5px;
}


    .media.tree {
        position: relative;
    }
    .media.tree.details span {
        font-weight: normal;
    }
    .media.tree.details .media-object{
        width: 100%;
    }
.treeContainer .media-center.middle input {
    width: 100%;
}

.treeContainer .media.tree .treeHeight {
    margin: 10px;
    background: white;
    float: right;
    padding: 5px 10px;
    color: #16852c;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.9;
    font-weight: normal;
    font-style: italic;
}

.treeContainer .media.tree .media-body {
    background: white;
    padding: 0px 25px 10px;
    float: left;
    width: auto;
    position: absolute;
    bottom: 15px;
    pointer-events: none;
    opacity: 0.9;
}

.media.tree .media-body .SubTitle i {
    color: #045a7c;
    font-weight: normal;
}
.media.tree.details .media-body .SubTitle i {
    font-weight: bold;
}
.media.tree .media-body hr {
    margin-top: 7px;
    margin-bottom: 12px;
    border-top: 2px solid #eee;
}
.media.tree .media-body .category-wrapper {
    margin-top: 5px;
}
    .media.tree .media-body .category-wrapper div {
        width: 30px;
        text-align: center;
        height: 20px;
        float: left;
    }
  
        .media.tree .media-body .category-wrapper .media-object {
        float: left;
        margin: 0px 5px;
        height:20px;
        pointer-events:auto;
    }  
    .media.tree .media-body .category-wrapper div .media-object {
        margin: auto;
    }
.media.tree.details .media-body .category-wrapper{
    margin-bottom: 25px;
}

    .media.tree.details .category-wrapper span {
    display: block;
    margin: 10px 0px 10px;
}
.treeContainer .media-center.middle input:focus{
    outline:none!important;
    border:none!important;
}
.btn.btn-primary {
    background-color: #fc701b;
    color: white;
    border: 1px #fc701b solid; 
}
    .btn.btn-primary:hover {
        background-color: white;
        color: #fc701b!important;
    }


    .treeFiltering .input-group{
    margin-top:15px;
}
.treeFiltering input {
    border-radius: 0
}
#siteWrapper .treeFiltering .input-group-btn input:focus {
    border-color: #92d35b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(35,57,15,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(35,57,15,.6);
}

@media (min-width: 1200px) {
    .modal-lg {
    width: 1176px !important;
    }
}




@media (max-width:991px) {

    /*.treeContainer {
        margin: 0 1.45% 25px 1.45%;
    }*/

    .summary-wrapper .adinfo-wrapper {
        margin-top: 0px;
    }
}
@media (min-width:768px) {
    /*.treeContainer:nth-child(3n+3) {
        margin-right: 0;
    }

    .treeContainer:nth-child(3n-2) {
        margin-left: 0;
    }*/
}
@media (max-width:767px) and (min-width:515px) {
    /*.treeContainer {
        margin: 0 1.45% 25px 1.45%;
    }*/
        /*.treeContainer:nth-child(2n+2) {
            margin-right: 0;
        }

        .treeContainer:nth-child(2n-1) {
            margin-left: 0;
        }*/
}

@media (max-width:514px) {
    /*.treeContainer {
        margin: 0 0 25px 0;
    }*/

}