﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #fbfbfb;
}

ul
{
    list-style: none;
}

#wrapper
{
    width: 760px;
    margin: auto;
    direction: rtl;
    font-size: 11px;
    font-family: tahoma;
}

#slideshow
{
    position: relative;
    width: 100%;
    height: 450px;
    margin: auto;
    
}

    #slideshow li
    {
        position: absolute;
        /*top: 5px;*/
        right: -5px;
        z-index: 8;
        opacity: 0;
        overflow: hidden;
    }

        #slideshow li.active
        {
            z-index: 10;
            opacity: 1.0;
        }

        #slideshow li.last-active
        {
            z-index: 9;
        }

.title
{
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    height: 25px;
    z-index: 100;
    color: #fff0f5;
    font-size: 10px;
    font-weight: bold;
    padding: 8px 5px 0 0;
}

/*////////////////////next and pre slider*/


.pp_hoverContainer
{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

a.pp_next
{
    background: url(../img/imgtest/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

    a.pp_next:hover
    {
        background: url(../img/imgtest/btnNext.png) center right no-repeat;
        cursor: pointer;
    }

a.pp_previous:hover
{
    background: url(../img/imgtest/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

a.pp_previous
{
    background: url(../img/imgtest/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}


/*///////////////bottom slider*/

.pp_details
{
    width: 100%;
    position: relative;
}

.pp_nav
{
    width: 130px;
    clear: right;
    float: left;
    margin: 1px 10px 0 0;
}

    .pp_nav .pp_play
    {
        background: url(../img/imgtest/sprite.png) -1px -103px no-repeat;
        height: 15px;
        width: 14px;
        margin-top: 4px;
    }
     .pp_nav .pp_pause
    {
        background: url(../img/imgtest/sprite.png) -23px -103px no-repeat;
        height: 15px;
        width: 14px;
        margin-top: 4px;
    }
  
    .pp_nav .pp_play, .pp_nav .pp_pause
    {
        float: left;
        margin-right: 3px;
        margin-left: 9px;
        text-indent: -10000px;
    }

.pp_arrow_previous
{
    background: url(../../images/back.png);
	background-size: cover;
}

a.pp_arrow_previous, a.pp_arrow_next
{
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
    padding-right: 10px;
padding-bottom: 10px;
}

.currentTextHolder, .currentTextHolder
{
    color: #c4c4c4;
    font-size: 14px;
}

.pp_nav p
{
    float: left;
    padding: 1px 4px 0 3px;
    white-space: nowrap;
}

.pp_arrow_next
{
    background: url(../../images/next.png);
	background-size: cover;
}

.ImageDescriptionCss {
    display: none;
}

.pp_description
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
   margin: 3px 8px 1px 1px;
    direction: rtl;
    float: right;
    text-align:right;
}

.pp_close
{
    background: url(../img/imgtest/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 23px;
    width: 76px;
}

a.pp_close
{
    display: block;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0;
    margin: -7px;
}




/*////////background black slider*/

.pp_top, .pp_bottom
{
    height: 20px;
    position: relative;
}

    .pp_top .pp_left
    {
        background: url(../img/imgtest/sprite.png) -88px -53px no-repeat;
    }

    .pp_top .pp_left, .pp_bottom .pp_left
    {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle,  .pp_bottom .pp_middle
    {
        background: url(../img/imgtest/contentPattern.png) top left repeat;
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle
    {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    .pp_top .pp_right
    {
        background: url(../img/imgtest/sprite.png) -110px -53px no-repeat;
    }

    .pp_top .pp_right, .pp_bottom .pp_right
    {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_content_container
{
    position: relative;
    text-align: left;
   
   
}

    .pp_content_container .pp_left
    {
        background: url(../img/imgtest/contentPattern.png) top left repeat-y;
    }

    .pp_content_container .pp_left
    {
        padding-left: 20px;
    }

    .pp_content_container .pp_right
    {
        background: url(../img/imgtest/contentPattern.png) top right repeat-y;
    }

    .pp_content_container .pp_right
    {
        padding-right: 20px;
    }

.pp_top, .pp_bottom
{
    height: 20px;
    position: relative;
}

    .pp_bottom .pp_left
    {
        background: url(../img/imgtest/sprite.png) -88px -80px no-repeat;
    }

    .pp_bottom .pp_middle
    {
        background: url(../img/imgtest/contentPattern.png) top left repeat;
    }

    .pp_bottom .pp_right
    {
        background: url(../img/imgtest/sprite.png) -110px -80px no-repeat;
    }

    .pp_bottom .pp_right
    {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle
    {
        background: url(../img/imgtest/contentPattern.png) top left repeat;
    }
     .pp_content {
         background-color: black;
     }
/*////////////////mediA///////*/
#gkPageContent
{
    border-bottom: none;
    border-top: none;
    position: relative;
    width: 100%;
}

.gkPage
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto!important;
}

#media-container
{
    width: 100%;
    display: table;
    border-radius: 5px;
    text-align: center;
    direction: rtl;
    margin: 0 auto;
}

.images-box
{
    width: 100%;
    box-shadow: 0 0 6px #000;
    margin: 0 auto;
    border-radius: 4px;
    padding: 0;
}

    .images-box .header
    {
        background-color: #202020;
        box-shadow: 0 0 26px #000;
        color: white;
        text-align: right;
        font-size: 29px;
        font-weight: bold;
        padding: 20px;
    }

    .images-box .lead
    {
        font-size: 15px;
    }

    .images-box .title1
    {
        font-size: 23px;
    }

.gray-text
{
    color: #727272;
}

.images-box .author
{
    font-size: 15px;
}

.images-box .date
{
    font-size: 15px;
}

.images-box .images
{
    margin: 10px;
    padding-left: 18px;
}

.images-box .gallery-item
{
    float: right;
    display: inline-block;
    width: auto;
    height: auto;
}

.gallery-box
{
    box-shadow: 0 0 16px #000;
    overflow: hidden!important;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-right: 10px;
    width: 340px;
    height: 320px;
    text-align: center!important;
    border-radius: 0 0 3px 3px;
}

    .gallery-box .image-container
    {
        margin: 0 auto;
    }

    .gallery-box a
    {
        max-height: 400px;
    }

a
{
    text-decoration: none;
    color: white;
}

div.pp_overlay
{
   opacity: 1;
    position: fixed;
   
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9500;
    text-align: center;
}

.opp
{
    margin-top: 10px;
    opacity: 1.0 !important;
    z-index: 9600;
}
/*////////////////baraye nembers buttom*/
  .numbottom li
        {
            display: inline-block;
            margin-top: 4px;
        }
.numbottom
{
    margin: 0 auto;
    text-align: center;
    direction: ltr;
}
            .numbottom li a
            {
                padding: 2px 2px;
            }

                .numbottom li a:hover
                {
                    
                    background-color: lightyellow;
                    color: black;
                }

        .liactive a
        {
            background-color: lightyellow;
            color: black;
        }  .numbottom li
        {
            display: inline-block;
            margin-top: 4px;
        }

            .numbottom li a
            {
                padding: 2px 2px;
            }

                .numbottom li a:hover
                {
                    background-color: lightyellow;
                    color: black;
                }

        .liactive a
        {
            background-color: lightyellow;
            color: black;
        }