/* Example 1 */

#example1 .sp-thumbnail {
    width: 100%;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}

#example1 .sp-thumbnail-description {
    font-size: 14px;
    color: #333;
}

@media (max-width: 860px) {
    #example1 .hide-medium-screen {
        display: none;
    }
}

@media (max-width: 640px) {
    #example1 .sp-layer {
        font-size: 12px;
    }

    #example1 .hide-small-screen {
        display: none;
    }
}

@media (max-width: 500px) {
    #example1 .sp-thumbnail {
        text-align: center;
    }

    #example1 .sp-thumbnail-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    #example1 .sp-thumbnail-description {
        display: none;
    }
}



.sp-caption-container {
    text-align: right;
    margin-top: 3px;
    font-size: 12px;
    line-height:16px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #581212;
    left: 0;
    top: 0;
    margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-right: 13px solid #581212;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.news-block{
    padding: 10px;
    background-color: #f7f7f7;
    border-right: 1px solid #fff;

}

.sp-thumbnail{

    height:92px;
}

.sp-thumbnail-details {
    font-size: 10px;
}

.news-block-thumb{
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
}

.news-block-thumb:hover {
    opacity: .9;
    background-color: #f8f8f8;
}




.uk-grid.news-blocks{
    padding-left: 10%;
    padding-right: 13%;
    background-color: #F7F7F7;
    border-top: 1px solid #F1F1F1;
    padding-top: 17px;
}

.adhamnews-thumbnail-image-container {
    float: left;
    font-size: 60px;
    color: #A0A0A0;
}


.news-blocks-icons {

    background-color: #fff;
    margin-right: 0px !important;
    margin-top: 50px;

}

.news-blocks-icons .sp-thumbnail{
    padding: 20px;
    padding-top: 9px;
    border: 1px solid #F1F1F1;
    background-color: #FFFFFF;
    padding-bottom: 9px;
    margin-top: 7px;
    border-radius: 2px;
}

.news-blocks-icons .sp-thumbnail:hover{
    background-color: #f8f8f8;
    cursor: pointer;
}

.news-blocks-icons .sp-thumbnail .sp-thumbnail-title {
    font-size: 16px;
    margin-top: 0px;

}

.news-blocks-icons .adhamnews-thumbnail-image-container {
    border: 1px solid #fff;
    border-radius: 18px;
    width: 50px;
    height: 50px;
    font-size: 45px;
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 9px;
    background-color: #F7F7F7;
    color: #A2A2A2;
}

.news-blocks-icons .sp-thumbnail-title a {
    color: #1D79B9;
}

.sp-thumbnail-description{
    font-size: 11px;
    color: #BDBDBD;
}

.sp-thumbnail-date {
    font-family: verdana;
    font-size: 11px;
}

#example5 .sp-selected-thumbnail .sp-thumbnail-text{

    background-color:#d6d6d6;
    color:#333;

}

#example5 .sp-selected-thumbnail .sp-thumbnail-description{
    color:#333;
}


/* Example 5 */

.recentnews-list .sp-thumbnail-image-container {

overflow: hidden;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 33.3333%;
    background-color: #f8f8f8;
    padding-left: 10px;
}

.recentnews-list .sp-thumbnail-image {
        box-sizing: border-box;
    /* max-width: 100%; */
    height: auto;
    width: 100%;
    vertical-align: middle;
    height: 74px;
    border-radius: 3px;
}

.recentnews-list .sp-thumbnail-text {

    height: 90px;
    width:66.666%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    padding: 7px;
    background-color: #f8f8f8;
    padding-right: 17px;
}

.recentnews-list .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    color: #0c415a;
}

.recentnews-list .sp-thumbnail-description {
    font-size: 10px;
    color: #333;
    line-height: 16px;
}

@media (max-width: 500px) {
    .recentnews-list .sp-thumbnail {
        text-align: center;
    }

    .recentnews-list .sp-thumbnail-image-container {
        display: none;
    }

    .recentnews-list .sp-thumbnail-text {
        width: 120px;
    }

    .recentnews-list .sp-thumbnail-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    .recentnews-list .sp-thumbnail-description {
        display: none;
    }
}
