/*      Arie Aroch new Site main css    */
@charset "UTF-8";

::-webkit-scrollbar {
    width:10px;
    height:10px;
}
::-webkit-scrollbar-track {
    background-color:#EFEFEF;
} /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
    background-color: #FEFEFE;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
    background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

ul {
    padding: 0;
    margin: 0;
}

.container.cont-full{
    max-width: 100%;
}
.header-top .container{
    height: 100%;
    height: inherit;
}

body{
    position: relative;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 0.96px;
    padding-bottom: 50px;
    min-height: 100vh;
    opacity: 0;
}

.header-top{
    padding: 0px;
    background-color: #D6D6C2;
    height: 35px;
}
.header-bottom{
    padding: 0px;
    background-color: #BAB999;
    height: 40px;
    text-align: right;
}
.he .header-bottom{
    text-align: left;
}

.menu_btn{
    display: none;
}
.top-menu, .top-lang{
    height: inherit;
    display: inline-flex;
    width: auto;
    margin: 0 20px;
}
.top-menu{
    height: inherit;
}
.top-lang{
    height: inherit;
    float: left;
}
.ltr .top-lang{
    float: right;
}
.top-lang::after{
    content: "";
    display: block;
    float: none;
    clear: both;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    width: auto;
    height: inherit;
}
.top-lang .navbar-nav{
    justify-content: flex-end;
    min-width: calc(100% - 20px);
}
.top_menu_item {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.top_menu_item a{
    color: inherit;
    text-decoration: none;
}
.top_menu_item:hover, .top_menu_item.active {
    background-color: #BAB999;
    color: #FFF;
}

a.logo{
    display: inline-block;
    height: 100%;
    text-decoration: none;
}
a.logo:before{
    content: '';
    display: inline-block;
    width: 0.1px;
    height: 100%;
    vertical-align: middle;
}
img.logo{
    max-height: 100%;
    vertical-align: middle;
}


.main-area{
    min-height: calc(100vh - 125px);
}
.row.main-inner{
    min-height: calc(100vh - 125px);
    position: relative;
}
.main-area .lightbox{
    background-color: transparent;
    margin-left: 10px;
    margin-right: 40px;
    margin-top: 30px;
    display: block;
    list-style-type: none;
    /*min-height: calc(100% - 30px);*/
    opacity: 0;
    margin-bottom: 50px;
}
.ltr .main-area .lightbox{
    margin-left: 40px;
    margin-right: 10px;
}

aside{
    background-color: #D6D6C2;
    width: 320px !important;
}
aside .inner{
    padding-left: 15px;
    padding-right: 0;
    padding-top: 30px;
    min-height: 100%;
}
.he aside .inner{
    padding-left: 0;
    padding-right: 15px;
}

.tags.inner li{
    display: inline-block;
    vertical-align: top;
}
.tags.inner li a, #text_tags_block li a{
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #111;
    margin: 8px;
    margin-right: 16px;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.he .tags.inner li a, .he #text_tags_block li a{
    margin: 8px;
    margin-left: 16px;
}

main{
    width: calc(100% - 320px) !important;
}

.main-content-bottom{
    display: block;
    position: relative;
    z-index: 11;
    margin: 40px auto;
}

/*      EXPLORE page        */
.refresh-button-box{
    text-align: center;
}
#refresh_button a{
    display: inline-block;
    margin: 0;
    padding: 5px 30px;
    height: auto;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
    border: 0 none;
    line-height: 28px;
    background-color: #666;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#refresh_button a:hover{
    background-color: #444;
}

/*      SOLO page       */
.pg_tags aside .inner {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 0;
}
.ltr.pg_tags aside .inner {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 15px;
}
.solo_image_content{
    display: flex;
    flex-wrap: wrap;
}
#solo_image_desc{
    flex: 1;
}
#solo_image_container {
    width: 500px;
}
#solo_image {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    max-width: 100%;
    /*float: right;*/
    cursor: url(/images/mag.png), pointer;
}
#image_title, #image_title_top {
    font-size: 16px;
    color: #111;
    text-align: right;
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    clear: both;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    letter-spacing: -0.5px;
    line-height: 1.05em;
}
.ltr #image_title, .ltr #image_title_top{
    float: right;
    margin-left: 0;
    margin-right: 50px;
    text-align: left;
}
#image_title_top{
    display: none;
}
.image_title_bold {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 3px;
}

#image_text {
    font-size: 16px;
    line-height: 1.1em;
    letter-spacing: 0.96px;
    color: #111;
    text-align: right;
    width: 320px;
    height: 400px;
    float: left;
    margin-top: 100px;
    margin-left: 50px;
    overflow: hidden;
}
.ltr #image_text{
    float: right;
    text-align: left;
    margin-left: 0;
    margin-right: 50px;
}
#image_tags_block{

}
#image_tags_block li{

}
#image_tags_block li a{

}
#image_tags_block li a img{

}
#text_tags_block{
    padding: 20px 0;
}
.pg_tags #text_tags_block li{
    display: block;
    font-size: 16px;
    color: #111;
    margin: 0;
    margin-left: 16px;
    text-decoration: none;
}
.ltr.pg_tags #text_tags_block li{
    margin-left: 0;
    margin-right: 16px;
}
#text_tags_block a{
    margin: 0 16px;
    font-size: inherit;
    color: inherit;
}

/*      tags page       */
.top_bar_item {
    display: inline-block;
    vertical-align: middle;
    float: right;
    border: 0 none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    color: #FFF;
    height: 100%;
    overflow: hidden;
    font-size: 28px;
    padding-right: 45px;
    padding-left: 0;
    text-align: right;
}
.ltr .top_bar_item{
    float: left;
    padding-right: 0;
    padding-left: 45px;
}
#sub_bar {
    background-color: #E5E5D5;
    height: 38px;
    width: 65%;
    margin-top: 20px;
    margin-right: 5px;
}
#sub_bar::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    height: 100%;
    width: 0.5px;
}
.sub_menu_item, .top_menu_item a:link, .top_menu_item a:visited {
    display: block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.143em;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: -0.5px;
}
#sub_bar .sub_menu_item{
    display: inline-block;
    padding: 0 5px;
}
.sub_menu_item:hover, .sub_menu_item.active, .top_menu_item:hover, .top_menu_item.active {
    background-color: #BAB999;
    color: #FFF;
}
.top_menu_item:hover a, .top_menu_item.active a{
    color: inherit;
}

.sub_menu_sep {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
}
.sub_menu_item:hover, .sub_menu_item.active {
    background-color: #BAB999;
    color: #FFF;
}



footer {
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    width: 100%;
    height: 50px;
    background: #333;
}


/*      EXPLORE PAGE /  Explore mote on tags page       */
.lightbox_item {
    margin: 5px 12px;
    border: 0 none;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
}
.lightbox_item .info {
    display: none;
}

#explore.list {
    padding-top: 50px;
    padding-bottom: 50px;
}
#explore.list .lightbox_item{
    display: block;
    margin: 0;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    height: 90px;
    float: none;
    box-sizing: content-box;
}
#explore.list .lightbox_item:last-child{
    border-bottom: solid 2px #CCC;
}
#explore.list .lightbox_item a{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 100%;
}
#explore.list .lightbox_item a img{
    display: block;
    max-height: 90px;
    max-width: 100%;
    box-shadow: 0px 2px 6px 1px #333;
    margin: auto;
}
#explore.list .lightbox_item .info{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #111;
}
#explore.list .lightbox_item .info .a1{

}
#explore.list .lightbox_item .info b{

}
#explore.list .lightbox_item .info .a2{

}


.read_content_list_section_title {
    height: 33px;
    background-color: #E5E5D5;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    /*text-align: right;
    direction: rtl;*/
    color: #333;
    text-decoration: none;
    line-height: 31px;
    font-size: 24px;
    margin: 60px 45px 20px;
    box-sizing: content-box;
}
ul.read_content_list {
    margin: 45px;
    margin-top: 20px;
    list-style-type: none;
}
li.ex_chapter_block{
    transition: background-color 0.3s;
}
li.ex_chapter_block:hover{
    background-color: #CCC;
}
.ex_chapter_image_block_list {
    display: block;
    /*margin-left: 10px;
    margin-right: 10px;*/
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border: 0 none;
    border-top: solid 1px #CCC;
    vertical-align: top;
    box-shadow: 0 0 0 0 black;
    white-space: nowrap;
    padding-right: 120px;
}
.ex_chapter_image_block_list .title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 10px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ex_chapter_image_block_list .source{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
}
.ex_chapter_image_block_list .date{
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
}
body.pg-read #image_tags_block{
    position: relative;
}
#read_area {
    padding: 50px;
    padding-right: 100px;
    padding-left: 100px;
    max-width: 900px;
    padding-top: 100px;
    box-sizing: content-box;
}
#read_area #read_title {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    float: none;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: solid 1px #999;
    letter-spacing: 0;
}
#read_area #read_source {
    font-size: 16px;
    color: #999;
    margin-bottom: 40px;
}
#read_area #read_text {
    line-height: 1.1em;
    font-size: 22px;
    letter-spacing: normal;
}
#read_area #read_text a{
    text-decoration: none;
}
blockquote{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}
#image_tags_block li.img_tg{
    position: absolute;
    right: 70px;
}


.index_tags_block{
    line-height: 1.05em;
    margin-top: 60px;
    margin-bottom: 40px;
    float: right;
    list-style-type: none;

    list-style-position: inside;
    column-count: 3;
    column-gap: 20px;
    column-fill: auto;
    max-height: 1040px;
}
.ltr .index_tags_block{
    float: none;
}
.index_tags_block:after{
    content: "";
    display: block;
    float: none;
    clear: both;
}
.index_tags_block li{
    font-size: 16px;
    margin-bottom: 2px;
    margin-right: 40px;
    color: #111;
    text-decoration: none;
}
.index_tags_block li.index_tag_letter{
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 5px;
}
.index_tags_block li a{
    color: inherit;
    text-decoration: none;
}


#search_title {
    height: auto;
    border: 0 none !important;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 100px;
    margin-top: 40px;
    font-size: 20px;
    color: #333;
    max-width: 750px;
    /*height: 30px;*/
}
#search_title .stitle{
    font-weight: bold;
    border-bottom: 2px #333 solid;
    margin-bottom: 20px;
    margin-top: 20px;
}

#search_btton, .search_button {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #666;
    width: 100px;
    height: 30px;
    border: 1px #666 solid;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 17px;
}
#search_res_hdr {
    font-size: 20px;
    font-weight: bold;
    text-indent: 10px;
    color: #333;
    background-color: #CCC;
    height: auto;
    border-top: 2px #333 solid;
    margin-top: 20px;
    transition: opacity 0.3s;
}
#search_res_hdr.hide{
    opacity: 0;
}
.res_info{
    display: inline;
}
#sres_nav_bottom {
    margin-left: 100px;
    margin-right: 100px;
    font-weight: bold;
    margin-bottom: 40px;
    height: 50px;
    transition: opacity 0.3s;
}
#sres_nav_bottom.hide{
    opacity: 0;
}
#search_nav_prev, .search_nav_prev {
    /*display: none;*/
    cursor: pointer;
    margin-right: 10px;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.search_nav_prev, .search_nav_next, .search_snav_cont, .search_nav, .search_nav_link {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search_nav_prev.first {
    margin-left: 10px;
    margin-right: 0;
    text-decoration: underline;
}
.search_nav_prev, .search_nav_next {
    margin-left: 0;
    margin-right: 0;
}
.search_res_nav {
    /*margin-left: 10px;
    margin-right: 10px;*/
    list-style-type: none;
}
.search_nav, .search_nav_link {
    margin-left: 5px;
    margin-right: 5px;
}
.search_nav_link.active, .search_nav_prev.active, .search_nav_next.active {
    text-decoration: none;
    cursor: default;
}


#search_results {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sres_res_block {
    max-width: 750px;
    border-top: solid 1px #666;
    max-width: 750px;
    border-top: solid 1px #666;
    list-style-type: none;
}
.sres_res_block.off{
    display: none !important;
}
.search_result{
    display: inline-flex;
    align-items: center;
    height: 100px;
}
.search_result .img{
    width:99px;
}
.search_result .img img {
    max-height: 85px;
    max-width: 85px;
}
.search_result .txt{
    max-width: 650px;
}
.search_result .txt .ttl{
    max-width: 100%;
}
.sres_res_res{
    display: block;
    font-size: 19px;
    letter-spacing: 0;
    color: #666;
    line-height: 1.2em;
    height: 1.2em;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sres_res_desc {
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
    display: block;
    line-height: 1.2em;
    height: 1.2em;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.generic_main_content {
    padding: 50px;
    padding-right: 100px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.15em;
}
.generic_main_content em{
    display: inline-block;
    font-size: 18px;
    margin-top: 8px;
}
.ltr .generic_main_content {
    padding: 50px;
    padding-left: 100px;
}


#dark_screen{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: block;
    z-index: 300;
    opacity: 0.8;
}
#FlashLInkPanZoom{
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 100vh;
    z-index: 500;
    text-align: center;
}
#sml_view{
    position: absolute;
    max-height: 150px;
    max-width: 150px;
    outline: rgb(255, 255, 255) solid 3px;
    z-index: 10;
    display: none;
    /*top: 571px;
    left: 1904px;*/
    bottom: 0;
    right: 0;
    opacity: 0;
}
#map_div{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*outline: solid 5px #333;*/
    direction: ltr;
}
#map_image{
    position:relative;
    height:100%;
    width:auto;
    cursor:pointer;
    z-index:5;
    min-height: 100%;
    display:none;
    scroll-behavior: smooth;
    /*transition: all 25ms;
    transition-timing-function: ease-out;*/
}
#map_image img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
}
#sml_rect{
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    z-index: 15;
    opacity: 0;
    width: 16px;
    height: 16px;
    display: none;
}

.dashboard_image_item {
    position: relative;
}
.wa_admin .dashboard_image_item:hover .wba_admin.crt-imgs-rst{
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 1.1em;
    padding: 0 3px;
}


/*      RESPONSIVE      */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 773px) {
    aside {
        display: none !important;
    }
    main {
        display: block;
        width: auto !important;
        float: none !important;
        flex: none !important;
    }

    .container{
        margin: 0;
        padding: 0;
    }
    .row {
        display: block;
        margin: 0;
        padding: 0;
    }
    .col-sm-12, .col-md-12 {
        float: none !important;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    body{
        padding-top: 80px;
        font-family: Arial, Helvetica, sans-serif !important;
    }
    #body-content{
        padding: 40px;
    }
    .pg-search #body-content, .pg-about #body-content, .pg-read #body-content, #body-content.ps_item{
        padding: 20px;
    }
    header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
    }
    .top_bar_item{
        display: none;
    }
    .header-bottom{
        text-align: center !important;
    }
    a.logo img{
        height: 29px;
    }
    .header-top{
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        height: 40px;
    }
    .header-top .container {
        display: block;
        position: absolute;
        max-width: 480px;
        min-height: 35px;
        height: auto;
        padding: 0;
    }
    .menu_btn {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        background: transparent url(/images/menu_btn.png) no-repeat center center;
        top: 0;
        border: 0 none;
        right: 0;
        left: auto;
    }
    .ltr .menu_btn{
        right: auto;
        left: 0;
    }
    .top-menu, .top-lang{
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        float: none !important;
    }
    .header-top ul{
        display: block;
        margin: 0 !important;
    }
    .header-top ul li{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        background-color: #e5e5d8;
        border-bottom: 0 none;
        height: 0;
        overflow: hidden;
        transition: height 0.3s;
    }
    .header-top ul li a, .sub_menu_item, .top_menu_item a:link, .top_menu_item a:visited{
        padding-left: 10px;
        padding-right: 50px;
        margin: 0;
        /* display: none; */
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif !important;
        color: #000;
    }
    .ltr .header-top ul li a, .ltr .sub_menu_item, .ltr .top_menu_item a:link, .ltr .top_menu_item a:visited{
        padding-left: 50px;
        padding-right: 10px;
    }
    .header-top ul li.active{
        background-color: #D6D6C2;
        height: 40px;
    }
    .header-top .menu-open ul li{
        height: 40px;
        border-bottom: solid 1px #aaa;
    }
    .generic_main_content{
        padding: 10px 0 0 0 !important;
    }

    /*  READ    */
    .ex_chapter_image_block_list .title, .ex_chapter_image_block_list .source{
        white-space: normal;
        text-overflow: unset;
        height: auto;
    }
    .read_content_list_section_title{
        margin: 0 0 10px;
        padding: 0 15px;
    }
    ul.read_content_list{
        margin: 20px 0;
    }
    .ex_chapter_image_block_list{
        padding-right: 40px;
        padding-bottom: 8px;
    }
    .ltr .ex_chapter_image_block_list{
        padding-left: 40px;
        padding-right: 0;
    }
    #read_area{
        padding: 20px;
        max-width: none;
    }

    /*  INDEX   */
    .index_tags_block{
        margin: 0;
        float: none;
        clear: both;
        max-height: none;
        column-fill: balance;
    }
    .index_tags_block li{
        margin: 0;
        padding: 0 5px;
        margin-bottom: 0.5em;
    }
    .index_tags_block li.index_tag_letter{
        margin: 1em 0;
    }
    .index_tags_block li:first-of-type{
        margin-top: 0;
    }

    /*  SEARCH  */
    #search_title{
        margin: 0;
        max-width: none;
    }
    .inps{
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        width: 65%;
    }
    #search_text, #search_text_2{
        width: 45%;
    }
    .search_spacer{
        display: inline-block;
        vertical-align: baseline;
        width: 20px;
        text-align: center;
    }
    #search_btton, .search_button{
        margin: 0;
        height: 36px;
        line-height: 34px;
        float: left;
        min-width: 100px;
        width: 30%;
    }

    .pg_tags #body-content, .pg_text_tags #body-content{
        padding: 20px;
    }

    #image_title_top{
        display: block;
        float: none !important;
    }
    #image_title{
        display: none;
    }
    #solo_image_container{
        width: auto;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .solo_image_content{
        display: block;
    }
    #solo_image{
        margin: 0;
        width: auto;
        max-width: 100%;
    }
    #image_text{
        width: auto;
        height: auto;
        max-width: 320px;
        float: none !important;
        margin: 20px 0 10px 0 !important;
        text-align: inherit !important;
    }
    .pg_tags aside{
        display: block !important;
        width: auto !important;
    }
    .pg_tags aside .inner{
        padding: 20px 10px !important;
    }
    #text_tags_block{
        padding-bottom: 0;
    }
    .pg_tags #text_tags_block li{
        margin: 0;
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding: 10px 0 10px 15px;
    }
    .ltr.pg_tags #text_tags_block li{
        padding: 10px 15px 10px 0;
    }
    .pg_tags #text_tags_block li:last-child{

    }
    .pg_tags #text_tags_block li:first-child{
        padding-right: 0;
    }
    .ltr.pg_tags #text_tags_block li:first-child{
        padding-left: 0;
    }
    .pg_tags #text_tags_block li a{
        margin: 0;
    }
    #image_tags_block li a{
        margin: 0 0 8px 16px;
    }
    .ltr #image_tags_block li a{
        margin: 0 16px 8px 0;
    }

}

@media only screen and (max-width: 480px) {
    #explore li a img {
        //width: 50%;
    }
    .inps{
        width: 100%;
    }
    #search_text{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    #search_text_2{
        width: calc(100% - 28px);
    }
    .search_spacer{
    }
    #search_btton .search_button{
        float: none;
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .search_result{
        width: 100%;
    }
    .search_result .txt{
        width: calc(100% - 99px);
    }
    .sres_res_res{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #sres_nav_bottom{
        margin: 0;
        text-align: center;
    }

    #image_title_top{
        width: auto;
        margin: 0 !important;
    }
    #image_text{
        max-width: none;
    }
}