foun.item_group.catDetails {
    color: #000;
}
p {
    text-align: justify;
}
.item_group.catDetails {
    padding: 15px;
}
.icon_mobile_friendly{
	background-image: url('img/mobile-friendly.png');
}
.img_srch{
	background-image: url('img/icon_review_smaller.png');
}

header span.icon_mobile_friendly,
header span.img_srch {
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
}
.catDetails header {
    text-align: center;
    margin-bottom: 5px;
}
.singleItem {
    margin-bottom: 40px;
}
.singleItem img {
    box-shadow: 5px 5px 0.5em #555;
    -webkit-box-shadow: 5px 5px 0.5em #555;
    -moz-box-shadow: 5px 5px 0.5em #555;
    -o-box-shadow: 5px 5px 0.5em #555;
    border-radius: 5px;
}
.caItems {
    margin-top: 50px;
}
.footer p {
    text-align: center;
    margin-right:35px !important;
    margin-left:35px !important;
}
span.text-center.title a {
    color: #555;
}


h2.catTitle {
    font-size: 23px;
    padding: 10px 18px;
    line-height: 25px;
    height: auto;
    color: #fff;
}
.catDetai div#best-dating-sites {
    height: auto !important;
    position: relative;
}
span.backHome.pull-right {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    background-image: url(img/home.ico);
    background-size: 27px;
    background-repeat: no-repeat;
    padding-left: 33px;
}

@media only screen and (max-width:415px){
div#best-dating-sites > a {
    position: absolute;
    top: 27px;
    right: 0;
    width: 100%;
}
}






/*****************************************************
   S I N G L E   B O O K M A R K   S T Y L E
*****************************************************/
.singleBookmarkDesc .image img {
    border: 3px solid #ddd;
}
h2.text-left.catTitle.bookmarksTopTitle{
    position: relative;
    padding-left: 72px;
}
/*h2.text-left.catTitle.bookmarksTopTitle:before {
    content: '';
    height: 65px;
    width: 65px;
    background-image: url(../../images/icon_review.png);
    position: absolute;
    left: 0;
    top: -15px;
}*/
.singBookMarBody h1 {
    color: #ed3a37;
}
.container .item_wrap .item_group .helpheats h3 {
    font-size: 15px;
    margin-bottom: 4px !important;
    font-weight: 600;
}
.container .item_wrap .item_group .helpheats ul li span {
    color: #0099cc;   
}
.container .item_wrap .item_group .helpheats ul li span.glyphicon-thumbs-up{
    color: #6fc170 !important;
}
.container .item_wrap .item_group .helpheats ul li span.glyphicon-thumbs-down{
    color: red !important;
}
.helpheats .hates h3{
    
}
.container .item_wrap .item_group .helpheats ul li {
    font-size: 14px;
    line-height: 24px;
}
.bookmarksHeading{text-transform: uppercase;}
.singBookMarBody div.desc {
    max-height: 250px;
    overflow-x: auto;
    padding-right: 10px;
}
.singBookMarBody div.desc::-webkit-scrollbar {
    width: 5px;
}
.singBookMarBody div.desc::-webkit-scrollbar-track {
    background-color: rgba(0, 153, 204, 0.4); /*#0099cc; */
}

.singBookMarBody div.desc::-webkit-scrollbar-thumb {
    background-color: #0099cc;
}@media only screen and (max-width: 415px){
    h2.text-left.catTitle.bookmarksTopTitle {
        padding-left: 70px;
    }
    h2.catTitle {
        font-size: 14px;
        padding: 11px 9px;
        line-height: 20px;
        height: auto;
    }
    div#best-dating-sites>a{
        display: none;
    }

    .buttonvisit.text-center a.btn {
        max-width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .singleItem img{
        width: 100%;
        height: auto;
        max-width: 223px;
        margin: 0 auto;
    }
}


@media only screen and (min-width:768px){
    .review {
        display: none;
        top: 5px;
    }    
}
@media only screen and (max-width:767px){
    .review{
        display: block;
        top: 10px;
    }
}

.review {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    overflow: hidden;
}
a.review_anchor{
    background-image: url('img/icon_review_smaller.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
}
.item_group ol li:hover .review{
    display: block;
}

}
img.singleItemImg {
    min-width: 100%;
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    span.text-center.title a{
        font-size: 11px;
    }
    .icon_mobile_friendly{
        background-position: center bottom;
    }
}

/* Home Page Title Slide Toggle CSS */
h2.toggleOff {
    background-image: url(img/closed.png);
    background-repeat: no-repeat;
    background-position: 195px center;
    background-color: rgba(0, 153, 204, 0.6);
    opacity: 0.6;
}