/* 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;
    padding-right: 11px;
    line-height: 16px;
    padding-top: 9px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #c11717;
    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 #c11717;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.news-block{
    padding: 10px;

    border-right: 1px solid #fff;

}

.news-block:hover{
    padding: 10px;
    background-color: #f0f0f0;
    border-right: 1px solid #fff;

}

.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;

}



/* 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;
    }
}

/* Example 3 */

#example3 .sp-selected-thumbnail {
    border: 4px solid #000;
}

/* Example 4 */

#example4 .sp-slides-container {
    background-color: #F4F4F4;
}

#example4 h3 {
    margin: 0 0 10px 0;
}

#example4 p {
    margin: 0 0 30px 0;
}

#example4 .sp-thumbnail-container {
    width: 200px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
}

#example4 .sp-image-text {
    background: rgba( 80, 80, 80, 0.5 );
    color: #FFF;
    padding: 20px;
}

.links {
    text-align: center;
    margin-top: 10px;
}

/* Example 5 */

#example5 .sp-thumbnail-image-container {
    width: 138px;
    height: 105px;
    overflow: hidden;
    float: left;
}

#example5 .sp-thumbnail-image {
    height: 100%;
}

#example5 .sp-thumbnail-text {
    width: 332px;
    height: 105px;
    text-align: right;

    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    padding: 7px;
    background-color: #f8f8f8;
    padding-right: 17px;
}

#example5 .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    color: #0c415a;
    font-weight: bold;
}

#example5 .sp-thumbnail-description {
    font-size: 11px;
    color: #333;
    line-height: 16px;
    height: 33px;
    overflow: hidden;
}

@media (max-width: 500px) {
    #example5 .sp-thumbnail {
        text-align: center;
    }

    #example5 .sp-thumbnail-image-container {
        display: none;
    }

    #example5 .sp-thumbnail-text {
        width: 120px;
    }

    #example5 .sp-thumbnail-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    #example5 .sp-thumbnail-description {
        display: none;
    }
}
/***/

.uk-grid.news-blocks{
    padding-left: 10%;
    padding-right: 13%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adadad+0,b2b2b2+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(173,173,173,0.22) 0%, rgba(178,178,178,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(173,173,173,0.22) 0%,rgba(178,178,178,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(173,173,173,0.22) 0%,rgba(178,178,178,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6adadad', endColorstr='#00b2b2b2',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid #F1F1F1;
    padding-top: 0px;
    margin-top: 25px;
    direction: rtl;
}




.adhamnews-thumbnail-image-container {
    float: left;
    font-size: 60px;
    color: #A0A0A0;
}


.news-blocks-icons {

    background-color: #fff;
    margin-right: 0px !important;
    margin-top: 46px;

}

.news-blocks-icons .sp-thumbnail{

    font-size: 20px;
    padding: 16px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.sp-thumbnail.news-archive {
    font-size: 20px;
    padding: 13px;
}

.news-blocks-icons .sp-thumbnail.download {
    background-image: url('../images/download_pdf.png');
    background-size: 100%;
    height: 99px;
    padding-top: 18px;
    padding-right: 18px;
    font-size: 6px;
    color: white;
}

.news-blocks-icons .sp-thumbnail.download a {
    font-size: 12px;
    color: white;
    font-weight: 700;
}


.news-blocks-icons .sp-thumbnail i{
    color: #c72323;
}

.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 #945151;
    border-radius: 30px;
    width: 46px;
    height: 44px;
    font-size: 24px;
    padding-top: 7px;
    padding-right: 8px;
    padding-left: 9px;
    background-color: #581212;
    color: #A2A2A2;
    margin-top: 14px;
    margin-left: 18px;
}


.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: #f1f1f1;
    color: #333;
    border-right: 3px solid #990000;

}

#example5 .sp-selected-thumbnail .sp-thumbnail-description{
    color: #333;
    height: 30px;
    overflow: hidden;
}

.truncate {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linefade {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news-blocks-icons h5.uk-accordion-title {
    font-size: 14px;
    margin-top: 3px;
    background-color: #690a0b;
    margin-bottom: -3px;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #efefef;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 6px;
    padding-top: 6px;
    padding-bottom: 8px;
    text-align: right;
    direction: rtl;
}

.news-blocks-icons .uk-accordion-content.uk-active {
    padding-top: 10px;
}

.news-blocks h4 {
    font-size: 18px;

}

.news-blocks-icons .tab-text
{
    padding-right: 7px;
    font-size: 12px;
    padding-bottom: 10px;
    text-align:right;

}

.mod_adham_jnews > [class*='uk-width-']{
    float: right;
}

.news-title{
    text-align: right;
}


