/*
    Theme Name: Opentech
    Theme URI: http://www.opentech.me/
    Author: Opentech Team
      Theme URI: http://www.opentech.me/
    Description: Opentech Team.
    Version: 1.0
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/****************************************** General ******************************************/
body{
    /*direction: rtl;*/
    text-align: right;
    background: url(../images/body.png) repeat;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #555;
}
@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/droidkufi-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'NeoSans-regular';
    src: url('../fonts/NeoSans-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'NeoSans-bold';
    src: url('../fonts/NeoSans-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Traditional Arabic';
    src: url('../fonts/trado.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;    
    font-family: 'NeoSans-regular';    
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.clearfix{ clear: both;}
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    clear: both;
    *zoom: 1;
}
.sub_menu_link{
    padding-right:220px;
    padding-bottom:20px;
}
.sub_menu_link li{
    display:inline-block;
    margin:10px;
}
.sub_menu_link li a{
    color: #fff;
}

/*#####################Validate-Contact#####################*/
#msg_succ,#msg_err{
    font-size: 16px;
    font-family: 'NeoSans-regular';
    line-height: 20px;
    color: #DEDEDE;
    padding: 20px;
    width: 95%;
    padding-left: 0px;
    text-align:center;
    font-weight: bold;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;}
#msg_succ a,#msg_err a{
    color: #333;
    text-decoration: underline;}
#msg_err{
    background: #CF4F52 url('../images/err.png') 15px 50% no-repeat;
    border: 2px solid #85282A; }
#msg_err.fixed,#msg_succ.fixed{
    width:300px;
    position:fixed;
    top:0px;  
    z-index: 100;}
#msg_succ{
    background: #6DA164 url('../images/succ.png') 15px 50% no-repeat;
    border: 2px solid #445F46; }
.message{
    display:block;
    width:90%;
    padding:10px;
    margin:0px auto;
    color:#FFF;
    background-color:#2E3138;
    border:1px #999 solid;
    text-align:center;
    font-size:16px;}
.valid{border: 2px solid red !important;}
/* ------------------------- BACK TO TOP ------------------------- */
#back_to_top {   
    position: fixed;    
    right:20px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    z-index: 5;
    background-color: red;
    background: url(../images/backtotop_1.png) 0 0 no-repeat; 
    border-radius: 50%;
    z-index: 200;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;}
#back_to_top:hover { background: url(../images/backtotop_2.png) 0 0 no-repeat; opacity: 1; }
.field-contact{
    width: 44%;                                               
}
#spam_verify_img{
    float: left;
}                                       
#spam_reload{                           
    height:25px;
    width:22px;
    border:none;
    float: left;
    cursor:pointer;
    display:block;
}

#spam_reload:hover{
    color: #9A3153;
}
/****************************************** Header ******************************************/
body nav ul:hover{ 
    overflow: visible !important;
}
body nav ul li{
    margin-top: 0;position: relative;
}
/*            body nav ul li a:before{
                background-color: #C43B2F !important;
            }*/
body nav ul li a{
    padding: 15px 12px !important;
}
body nav ul li a .fa{margin:0px 5px 0px 5px}
body nav ul li:hover,body nav ul li a:hover,body nav ul li:hover a{
    background-color: transparent !important;
}
body nav ul li{
    line-height: 60px !important;
}
body nav ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    z-index: 999;
    display: block;
    visibility: hidden;
    /*background-color: #fff;*/
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-animation: fadeOutDowns 1s both;
    animation: fadeOutDowns 1s both;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body nav ul ul li,body nav ul ul li a {
    float: none !important;
}
body nav ul ul li a{
    padding: 1px 12px !important;
    margin:0 !important
}

@media screen and (min-width: 1000px) {
    body nav ul li:hover> ul {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-animation: slideInUps 0.4s both;
        animation: slideInUps 0.4s both;
        z-index: 9999999999999999999;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.17);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.17);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.17);
    }     
}     

.header-top-bg{
    background: #3f3f40;
    padding: 10px;
}
.header-top{

    margin: 0 auto;
    display: block;
}
.header-top .header-top-time{
    color: #fff;
    font: 14px 'NeoSans-regular';
    float: right;
    display: block;
    margin-top: 6px;
    direction: rtl;
}
.header-top .header-top-follow{
    float: left;
    display: block;
}
.header-top .header-top-f1,
.header-top .header-top-f2,
.header-top .header-top-f3,
.header-top .header-top-f4,
.header-top .header-top-f5,
.header-top .header-top-f6{
    width: 32px;
    height: 29px;
    display: block;
    float: right;
    background: url(../images/follow.png) no-repeat -160px 0px;
}
.header-top .header-top-f2{
    background: url(../images/follow.png) no-repeat -128px 0px;
}
.header-top .header-top-f3{
    background: url(../images/follow.png) no-repeat -96px 0px;
}
.header-top .header-top-f4{
    background: url(../images/follow.png) no-repeat -64px 0px;
}
.header-top .header-top-f5{
    background: url(../images/follow.png) no-repeat -32px 0px;
}
.header-top .header-top-f6{
    background: url(../images/follow.png) no-repeat -0px 0px;
}
.header-top .header-top-f1:hover,
.header-top .header-top-f2:hover,
.header-top .header-top-f3:hover,
.header-top .header-top-f4:hover,
.header-top .header-top-f5:hover,
.header-top .header-top-f6:hover{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.header-top .header-top-f1:hover{
    background: url(../images/follow.png) no-repeat -160px -29px;
}
.header-top .header-top-f2:hover{
    background: url(../images/follow.png) no-repeat -128px -29px;
}
.header-top .header-top-f3:hover{
    background: url(../images/follow.png) no-repeat -96px -29px;
}
.header-top .header-top-f4:hover{
    background: url(../images/follow.png) no-repeat -64px -29px;
}
.header-top .header-top-f5:hover{
    background: url(../images/follow.png) no-repeat -32px -29px;
}
.header-top .header-top-f6:hover{
    background: url(../images/follow.png) no-repeat -0px -29px;
}
.header-center-bg{
    /*    background-image: url(../images/header2.png);
         background: #D4D2D3;
        background: -webkit-linear-gradient(#D4D2D3, #F4F2F3);
        background: -moz-linear-gradient(#D4D2D3, #F4F2F3);
        background: -o-linear-gradient(#D4D2D3, #F4F2F3);
        background: linear-gradient(#D4D2D3, #F4F2F3);*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d1d2+4,f2f0f1+79 */
    background: #d3d1d2; /* Old browsers */
    background: -moz-linear-gradient(top, #d3d1d2 4%, #f2f0f1 79%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d3d1d2 4%,#f2f0f1 79%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d3d1d2 4%,#f2f0f1 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d1d2', endColorstr='#f2f0f1',GradientType=0 ); /* IE6-9 */



    /*    background: #ffffff;  
        background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 0%, #e1e1e1 55%, #f6f6f6 100%);  
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 0%,#e1e1e1 55%,#f6f6f6 100%); 
        background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 0%,#e1e1e1 55%,#f6f6f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );*/
    height: auto;
    background-position: 50% 0%,0;
    /*    -webkit-animation:swim 10s linear 0s infinite;
        -moz-animation:swim 10s linear 0s infinite;
        -ms-animation:swim 10s linear 0s infinite;
        -o-animation:swim 10s linear 0s infinite;
        animation:swim 10s linear 0s infinite;*/
}

/*@-webkit-keyframes swim {
    from { background-position: 100% 0, 0 0; }
    to  { background-position: 200% 0, 0 0; }
}
@-moz-keyframes swim {
    from { background-position: 100% 0, 0 0; }
    to  { background-position: 200% 0, 0 0; }
}
@-ms-keyframes swim {
    from { background-position: 100% 0, 0 0; }
    to  { background-position: 200% 0, 0 0; }
}
@-o-keyframes swim {
    from { background-position: 100% 0, 0 0; }
    to  { background-position: 200% 0, 0 0; }
}
@keyframes swim {
    from { background-position: 100% 0, 0 0; }
    to  { background-position: 200% 0, 0 0; }
}*/

.header-center{
    max-width: 1150px;
    margin: 0 auto;
    display: block;
    height: auto;
}
.header-center .header-center-logo{
    float: right;
    display: block;
    /*background: url(../images/logo.png) no-repeat 0 -1px;*/    
    background: url(../images/logo1.png) no-repeat 0 -1px;    
    /*width: 460px;*/
    width: 165px;
    height: 160px;
    margin: 6px 0 0 0;
    /*
            -webkit-transition: all .4s ease;
           -moz-transition: all .4s ease;
             -o-transition: all .4s ease;
                transition: all .4s ease;
    */  
}
.blockimage img{display:block;
                width: auto;
                height: 250px;
                text-align: center;
                border-radius:8px;
                border:4px solid #ccc;
                z-index:5;
}
.header-center .header-center-logo-tilte{
    float: right;
    display: block;
    /*background: url(../images/logo.png) no-repeat 0 -1px;*/    
    background: url(../images/name.png) no-repeat 0 ;    
    /*width: 460px;*/
    width: 600px;
    height: 160px;
    margin: 6px 0 0 0;
    /*
            -webkit-transition: all .4s ease;
           -moz-transition: all .4s ease;
             -o-transition: all .4s ease;
                transition: all .4s ease;
    */  
}
.header-center-logo h2 {  }
.header-center .header-center-author{   
    float: left;
    display: block;   
    width: 140px;
    height:180px;
    box-shadow: 0px 0px 12px #777;
    -moz-box-shadow: 0px 0px 12px #777;
    -webkit-box-shadow: 0px 0px 12px #777;
}

/*
.header-center .header-center-logo:hover{
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
*/
.header-bottom-bg{
    /*background: #fff;*/
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    -webkit-box-shadow: 0px 4px 10px 0px #e2e2e2;
    -moz-box-shadow: 0px 4px 10px 0px #e2e2e2;
    -o-box-shadow: 0px 4px 10px 0px #e2e2e2;
    box-shadow: 0px 4px 10px 0px #e2e2e2;
}
.header-bottom{
    /*max-width: 1000px;*/
    margin: 0 auto;
    display: block;
}
nav {
    float: right;
    height: 60px;
}
nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
}
nav ul li {
    float:right;margin-top:10px;
    line-height:40px
}
nav ul li i{
    opacity:0.7
}
nav ul li:last-child i{
    display:none
}
.handle{
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding: 20px 30px;
    cursor: pointer;
    color: #4c4c4c; 
    background: #e2e2e2;
    font: 16px 'NeoSans-regular';
    display: none;
    margin: 0 0 5px 0;
}
.handle > i{
    float: left;
    font-size: 22px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.header-bottom .menu a {
    display: block;
    float: right;
    /*color: #4c4c4c;*/
    color: #FFF;
    font: 16px 'NeoSans-regular';
    padding: 5px 12px;
    line-height:30px;
    margin:0px 3px

}
.header-bottom .menu a:hover{
    background-color: #CA3F33;
    color:#fff;
    border-radius: 3px
}
.header-bottom .menu a:hover, .header-bottom .current_page_item a {
    /*color: #c03a30 !important;*/
}
#title-site{
    width:436px;
    float:right;
    margin-top:45px;
    padding: 0px;
    font-size: 50px;
    font-family: 'Traditional Arabic';
    display: none;
}
#sub-title{
    font-size:24px;
    float:left;
}
#title-site-logo{
    width:100px;
    float:left;
    margin-top:30px;
    margin-left: 20px;
    padding: 0px;
    display: block;
}
.header-bottom-search{
    float: left;
    display: block;
    width: 380px;
}
/*********/
*.sb-search-input,
*.sb-search-input:before,
*.sb-search-input:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sb-search {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0 !important;
    z-index: 10;
    padding: 20px 20px 20px 65px !important;
    font-family: 'NeoSans-regular';
    font-size: 16px;
    color: #555;
    direction: rtl;
}
.sb-search-input:focus{
    /*	border: 1px solid #c4c4c4;*/
    background: #e0e0e0;
}

.sb-search-input::-webkit-input-placeholder {
    color: #555;
}

.sb-search-input:-moz-placeholder {
    color: #555;
}

.sb-search-input::-moz-placeholder {
    color: #555;
}

.sb-search-input:-ms-input-placeholder {
    color: #555;
}

.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    /*background: #e0e0e0;*/
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    z-index: 90;
    font-size: 22px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #e0e0e0;
    /*color: #c03a30;*/
    color: #A03558;    
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.header-title{
    background: #009b3d;
    padding: 20px;
}
.header-title h1{
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font: 16px 'NeoSans-regular';
}
/****************************************** Footer ******************************************/

.footer-top-bg{
    /*background: #0d963f;*/
    background: #9A3153;;    
    margin-top: 40px;
}
.footer-top-bg .footer-top{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer-top-about{
    float: right;
    display: block;
    width: 400px;
    margin-left: 60px;
}
.footer-top-about h1{
    color: #fff;
    font: 24px 'NeoSans-regular';
}
.footer-top-about b{
    color: #fff;
    font: 24px 'NeoSans-bold';
}
.footer-top-about p{
    color: #fff;
    font: 14px/1.5em 'NeoSans-regular';
    direction: rtl;
}
.footer-top-bg .footer-top-links{
    float: right;
    display: block;
    width: 300px;
    margin-left: 10px;
}
.footer-top-bg .footer-top-links h1{
    color: #fff;
    font: 24px 'NeoSans-regular';
}
.footer-top-bg .footer-top-links b{
    color: #fff;
    font: 24px 'NeoSans-bold';
}
.footer-top-bg .footer-top-links ul{
    margin: 10px 0px 0px 30px;
    padding: 0;
    float: right;
    display: block;
}
.footer-top-bg .footer-top-links ul li{
    list-style: none;
    color: #fff;
    font: 14px 'NeoSans-regular';
    padding: 6px 0;
}
.footer-top-bg .footer-top-links ul li a{
    color: #fff;
}
.footer-top-bg .footer-top-links ul li a:hover{
    color: #222;
}
.footer-top-info{
    float: left;
    display: block;
}
.footer-top-infoL{
    /*background: url(../images/logo-footer.png) no-repeat;*/
    background: url(../images/logo1.png) no-repeat;
    display: block;
    width: 174px;
    height: 168px;
    opacity: 1;
    margin: 0px 12px 0px 0px;
}
.footer-top-infoL:hover{
    opacity: .8;
}
.footer-bottom-bg{
    background: #b53328;
    display: block;
}
.footer-bottom{
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}
.footer-bottom-bg p{
    font: 14px 'NeoSans-regular';
    color: #fff;
    float: right;
    display: block;
}
.footer-bottom-bg p a{
    color: #e2e2e2;
}
.footer-bottom-bg p a:hover{
    color: #222;
}
/*.footer-bottom-copy{
        background: url(images/copy.png) no-repeat;
        width: 204px;
        height: 40px;
        display: block;
        float: left;
        margin-top: 5px;
        opacity: 1;
}
.footer-bottom-copy:hover{
        opacity: .8;
}*/
.footer-top-follow{
    float: left;
    display: block;
    margin: 10px 0px 0px 20px;
}
.footer-top-f1,
.footer-top-f2,
.footer-top-f3,
.footer-top-f4,
.footer-top-f5,
.footer-top-f6{
    width: 32px;
    height: 29px;
    display: block;
    float: right;
    background: url(../images/follow.png) no-repeat -160px -29px;
}
.footer-top-f2{
    background: url(../images/follow.png) no-repeat -128px -29px;
}
.footer-top-f3{
    background: url(../images/follow.png) no-repeat -96px -29px;
}
.footer-top-f4{
    background: url(../images/follow.png) no-repeat -64px -29px;
}
.footer-top-f5{
    background: url(../images/follow.png) no-repeat -32px -29px;
}
.footer-top-f6{
    background: url(../images/follow.png) no-repeat -0px -29px;
}
.footer-top-f1:hover,
.footer-top-f2:hover,
.footer-top-f3:hover,
.footer-top-f4:hover,
.footer-top-f5:hover,
.footer-top-f6:hover{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-top-f1:hover{
    background: url(../images/follow.png) no-repeat -160px 0px;
}
.footer-top-f2:hover{
    background: url(../images/follow.png) no-repeat -128px 0px;
}
.footer-top-f3:hover{
    background: url(../images/follow.png) no-repeat -96px 0px;
}
.footer-top-f4:hover{
    background: url(../images/follow.png) no-repeat -64px 0px;
}
.footer-top-f5:hover{
    background: url(../images/follow.png) no-repeat -32px 0px;
}
.footer-top-f6:hover{
    background: url(../images/follow.png) no-repeat -0px 0px;
}

/**************************************** Home ******************************************/

.content-bg{
    background: url(../images/asidebody.png) repeat;
    display: block;
    padding: 20px;
    width: 1170px;
    margin: 30px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px #777;
    -moz-box-shadow: 0px 0px 12px 0px #777;
    -o-box-shadow: 0px 0px 12px 0px #777;
    box-shadow: 0px 0px 12px 0px #777;           
}
.content-bg .content-right{
    float: right;
    display: block;
    width: 866px;
}
.content-bg .content-sidebar{
    float: left;
    display: block;
    width: 280px;
}

/****************************************** Contact ******************************************/

.contact-bg{
    display: block;
    margin: 40px 0;
    direction: rtl;
}
.contact-bg .contact-bg-R1,
.contact-bg .contact-bg-R2{
    float: right;
    display: block;
    margin-right: 50px;
    border-left: 1px solid #dbdbdb;
    padding-left: 50px;
}
.contact-bg .contact-bg-R1 .fa, .contact-bg .contact-bg-R2 .fa {
    color: #a9a9a9;
    float: right;
    font-size: 40px !important;
    margin-left: 20px;
}
.contact-bg .contact-bg-R1 p,
.contact-bg .contact-bg-R2 p{
    float: right;
    font: 14px 'NeoSans-regular';
    color: #272727;
}
.contact-bg .contact-bg-R2{
    border: none;	
}
.contact-bg form{
    display: block;
    margin: 40px 0 0 0;
}
.contact-bg input[type="text"]{
    width: 400px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e2e0e0;
    font: 14px 'NeoSans-regular';
    color: #444;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.contact-bg input[type="text"]:focus,
.contact-bg textarea:focus{
    border: 1px solid #c1c1c1;
    outline: 0;
}
.contact-bg textarea{
    width: 98%;
    height: 80px;
    padding: 1%;
    background: #fff;
    border: 1px solid #e2e0e0;
    font: 14px 'NeoSans-regular';
    color: #444;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.contact-bg input[type="submit"]{
    width: 120px;
    padding: 14px 40px;
    /*background: #009b3d;*/
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    border: none;
    font: 16px 'NeoSans-regular';
    color: #fff;
    cursor: pointer;
    float: right;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*    -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;*/
}
.contact-bg input[type="submit"]:hover{
    background: #444;
}
.contact-bg input[type="text"]::-webkit-input-placeholder,
.contact-bg textarea::-webkit-input-placeholder,
.contact-bg input[type="text"]:-moz-placeholder,
.contact-bg textarea:-moz-placeholder,
.contact-bg input[type="text"]::-moz-placeholder,
.contact-bg textarea::-moz-placeholder,
.contact-bg input[type="text"]:-ms-input-placeholder,
.contact-bg textarea:-ms-input-placeholder{
    color: #ddd;
}

/****************************************** Categories ******************************************/

.categories-box{
    float: right;
    display: block;
    width: 200px;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin: 8px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.categories-box-devision{
    /*float: right;*/
    direction: rtl;
    color: #4f4d4d;
    display: block;
    width: 95%;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 8px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.categories-box-devision h1{
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}
.categories-box-devision p{
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
}
.categories-box-devision .more-link-left {
    display: inline-block;
    padding: 8px 15px;
    direction: rtl;
    background: #444;
    float: left;
    font-size: 16px;    
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}
.more{
    display: inline-block;
    padding: 10px 25px;
    direction: rtl;
    background: #444;    
    font-size: 16px;    
    color: #fff;
    border-radius: 5px;
    font-weight: bold;  
}
.categories-box:hover{
    background: #009b3d;
    border: 1px solid #009b3d;
    color: #fff;
}
.categories-box img{
    width: 100%;
    height: 170px;
    display: block;
}
.categories-box h1{
    color: #444;
    font: 14px 'NeoSans-bold';
    height: 38px;
    overflow: hidden;
}
.categories-box p{
    color: #494949;
    font: 14px/1.5em 'NeoSans-regular';
    height: 86px;
    overflow: hidden;
}
.pages-bg{
    display: block;
    max-width: 620px;
    margin: 30px auto;
}
.pages-home,.pages-homee{
    float: right;
    display: block;
    height: 37px;
    margin: 0px 0px 4px 4px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #4e4f50;
    font: 14px/37px 'opensans-regular';
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.pages-home:hover,
.pages-homee:hover{
    background: #009b3d;
    border: 1px solid #009b3d;
    color: #fff;
}
.pages-homee{
    font: 10pt/37px ges;
    background: #009b3d;
    border: 1px solid #009b3d;
    color: #fff;
}

/****************************************** About ******************************************/

.about-bg{
    display: block;
}
.about-bg img{
    width: 98%;
    height: 350px;
    display: block;
    margin-bottom: 30px;
    border: 10px solid #f2f2f2;
}
.about-bg p{
    color: #4d4d4d;
    font: 15px/1.8em 'NeoSans-regular';
}
.about-follow{
    width: 200px;
    margin: 40px auto 20px;
}
.about-follow1,
.about-follow2,
.about-follow3{
    background: url(../images/follow2.png) no-repeat -110px 0px;
    width: 53px;
    height: 53px;
    display: block;
    float: right;
    margin-left: 10px;
}
.about-follow2{
    background: url(../images/follow2.png) no-repeat -55px 0px;
}
.about-follow3{
    background: url(../images/follow2.png) no-repeat -0px 0px;
}
.about-follow1:hover{
    background: url(../images/follow2.png) no-repeat -110px -54px;
}
.about-follow2:hover{
    background: url(../images/follow2.png) no-repeat -55px -54px;
}
.about-follow3:hover{
    background: url(../images/follow2.png) no-repeat -0px -54px;
}

/****************************************** Single ******************************************/
.info-right{
    width: 400px;
    float: right; 
    direction: rtl;
}
.single-bg{
    display: block;
    padding: 12px;
    background: transparent;
    margin-bottom: 30px;
    position:relative;
    /*border: 1px solid #e4e4e4;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.single-bg img {
    display: block;
    margin: auto;
    border: 2px solid #962E50;
}
.single-bg h1{
    /*background: #be392d;*/
    background: #3B3C3E;
    background:-webkit-linear-gradient(#3B3C3E, #303030);
    background:-moz-linear-gradient(#3B3C3E, #303030);
    background:-o-linear-gradient(#3B3C3E, #303030);
    background:linear-gradient(#3B3C3E, #303030);
    padding: 20px;
    margin: 0 0 20px 0;
    font: 16px 'NeoSans-regular';
    color: #fff;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.single-bg .single-info{
    display: block;
    margin-bottom: 20px;
}
.single-bg .single-info-right{
    float: right;
    display: block;
    color: #494949;
    font: 16px 'NeoSans-regular';
    margin: 10px 0 0 0;
    direction: rtl;
}
.single-bg .single-info-right p{
    float: right;
    display: block;
    margin: 0 2px 0 15px;
}
.single-bg .single-info-right .fa{
    /*color: #109457;*/
    color: #ccc;
    font-size: 16px;
    margin-left: 5px;
}
.single-bg .single-info-right p.line{
    border-left: 1px solid #cfcfcf;
    float: right;
    width: 1px;
    height: 15px;
    display: block;
    margin: 3px 0 0 15px;
}
.single-bg .single-info-left{
    float: left;
    display: block;
}
.single-bg .single-facebook,
.single-bg .single-twitter,
.single-bg .single-google{
    float: right;
    display: block;
    background: #3d7dd3;
    padding: 10px 15px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.single-bg .single-facebook .fa,
.single-bg .single-twitter .fa,
.single-bg .single-google .fa{
    float: right;
    display: block;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}
.single-bg .single-facebook p,
.single-bg .single-twitter p,
.single-bg .single-google p{
    float: right;
    display: block;
    margin: 0;
    color: #fff;
    font: 14px 'NeoSans-regular';
}
.single-bg .single-twitter{
    background: #33c4d2;
}
.single-bg .single-google{
    background: #e93a31;
}
.single-bg .single-facebook:hover{
    background: #376db7;
}
.single-bg .single-twitter:hover{
    background: #2bb4c1;
}
.single-bg .single-google:hover{
    background: #d33129;
}
.img-post{
    width: 98%;
    height: 350px;
    display: block;
    margin-bottom: 30px;
    border: 10px solid #f2f2f2;
}
.single-bg p{
    color: #4d4d4d;
    font: 15px/1.8em 'NeoSans-regular';
    margin: 20px 10px 20px 0px;
    direction: rtl;
    font-size: 16px;
}
.single-share{
    display: block;
    margin-top: 40px;
}
.single-share p{
    float: left;
    margin: 10px 0 0 10px;
}
.single-share .single-share1,
.single-share .single-share2,
.single-share .single-share3{
    float: left;
    display: block;
    background: #e93a31;
    padding: 10px 0;
    width: 50px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.single-share .single-share2{
    background: #33c4d2;
}
.single-share .single-share3{
    background: #3d7dd3;
}
.single-share .single-share1:hover{
    background: #d33129;
}
.single-share .single-share2:hover{
    background: #2bb4c1;
}
.single-share .single-share3:hover{
    background: #376db7;
}

.related-topics{
    display: block;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.related-topics > h1{
    /*background: #233560;*/   
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    padding: 20px;
    color: #fff;
    font: 17px 'NeoSans-regular';
    margin: 0;
}

.comments-bg{
    display: block;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.comments-bg > h1{
    background: #233560;
    padding: 20px;
    color: #fff;
    font: 17px 'NeoSans-regular';
    margin: 0;
}
.comments-form{
    display: block;
    margin: 20px;
}
.comments-form input[type="text"]{
    width: 60%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e2e0e0;
    font: 14px 'NeoSans-regular';
    color: #444;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.comments-form input[type="text"]:focus,
.comments-form textarea:focus{
    border: 1px solid #c1c1c1;
    outline: 0;
}
.comments-form textarea{
    width: 75%;
    height: 80px;
    padding: 1%;
    background: #fff;
    border: 1px solid #e2e0e0;
    font: 14px 'NeoSans-regular';
    color: #444;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.comments-form input[type="submit"]{
    width: 120px;
    padding: 14px 40px;
    background: #233560;
    border: none;
    font: 16px 'NeoSans-regular';
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.comments-form input[type="submit"]:hover{
    background: #444;
}
.comments-form input[type="text"]::-webkit-input-placeholder,
.comments-form textarea::-webkit-input-placeholder,
.comments-form input[type="text"]:-moz-placeholder,
.comments-form textarea:-moz-placeholder,
.comments-form input[type="text"]::-moz-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input[type="text"]:-ms-input-placeholder,
.comments-form textarea:-ms-input-placeholder{
    color: #ddd;
}

/****************************************** Sidebar Home ******************************************/

.content-bg .sidebar-bg{
    border: 1px solid #dbdbdb;
    background: #fff;
    display: block;
    margin-bottom: 20px;
}
.content-bg .sidebar-title{
    background: #3B3C3E;
    background:-webkit-linear-gradient(#3B3C3E, #303030);
    background:-moz-linear-gradient(#3B3C3E, #303030);
    background:-o-linear-gradient(#3B3C3E, #303030);
    background:linear-gradient(#3B3C3E, #303030);
    font: 16px 'NeoSans-regular';
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.content-bg .sidebar-content{
    margin: 10px; 
}
.content-bg .sidebar-imgF{
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.content-bg .sidebar-imgF:hover{
    border-radius: 10%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.content-bg .sidebar-details{
    /*background: #b8352a;*/
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    font: 16px 'NeoSans-regular';
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin: 0px 0px -10px -10px;
    float: left;
    display: block;
}
.content-bg .sidebar-details:hover{
    background: #444;
}
.sidebar-topics{
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    color: #474747;
}
.sidebar-topics:hover{
    background: #009b3d;
    color: #fff;
}
.sidebar-topics img{
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
}
.sidebar-topics p{
    font: 14px 'NeoSans-regular';
    float: right;
    display: block;
    width: 165px;
    height: 40px;
    overflow: hidden;
    margin: 8px 0px 0px 0px;
}

/********************************** Content Right Home ******************************************/


.box-bg{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: #fff;
    border-top: 6px solid #3B3C3E;
    -webkit-box-shadow: 0 3px 0 1px #e4e4e4;
    -moz-box-shadow: 0 3px 0 1px #e4e4e4;
    box-shadow: 0 3px 0 1px #e4e4e4;
}
.box-bg .box-title{
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background:    -moz-linear-gradient(#7B1A3B, #B8476B);
    background:      -o-linear-gradient(#7B1A3B, #B8476B);
    background:         linear-gradient(#7B1A3B, #B8476B);
    font: 16px 'NeoSans-regular';
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 30%;
}
.box-title a{
    color: #fff;
}
.box-content{
    padding: 20px;
    display: block;
}
.box-bg .box-about{
    display: block;
    padding: 0 0 20px 0;
}
.box-bg .box-about p{
    display: inline;
    /*float: right;
    display: block;
width: 460px;
margin: 25px 0 0 0;
    */
    direction: rtl;
    font: 14px/26px 'NeoSans-regular';
    color: #4f4d4d;
    opacity:0.7


}
.box-bg .box-about img{
    float: left;
    display: block;
    width: 174px;
}
.box-right-left{
    display: block;
}
.box-right-left .box-right-left1{
    float: right;
    display: block;
    width: 335px;
}
.box-right-left .box-right-left2{
    float: left;
    display: block;
    width: 335px;
}

.boxer2{
    /*float: right;*/
    display: block;
}
.boxer-big{
    width: 100%;
    height: 200px;
    display: block;
    margin-bottom: 5px;
}
.boxer-big img{
    width: 100%;
    height: 200px;
    opacity: .8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.boxer-small{
    display: block;
    margin: 0;
    padding: 0;
    /*	overflow: hidden;*/
}
.boxer-small li{
    list-style: none;
}
.boxer-small li img{
    float: right;
    display: block;
    margin-left: 5px;
    width: 95px;
    opacity: .8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.boxer-small li img:hover,
.boxer-big img:hover{
    opacity: 1;
}
.boxer-small li:last-child img{
    margin-left: 0px;
}
.box-books{
    display: block;
    float: right;
    display: block;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 7px;margin:0px 0px 14px
}
.box-books img{
    width: 100%;
    /*height: 130px;*/
    height: 250px;
    display: block;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 1px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
}
.box-books img:hover{
    opacity: 0.7;

}
.box-books p{
    font: 15px 'NeoSans-regular';
    color: #414141;
    margin: 0;
    height: 38px;
    overflow: hidden;
}
.box-books p a{
    color: #414141;
}
.box-books p a:hover{
    color: #009b3d;
}
.box-books i{
    font: 14px 'NeoSans-regular';
    color: #999;
}

.content-bg .right-details{
    background: #9A3153;
    /*background: #b8352a;*/
    font: 16px 'NeoSans-regular';
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    margin: 20px 0px -20px -20px;
    float: left;
    display: block;
}
.content-bg .right-details:hover{
    background: #444;
}

.box-topicsform{
    width: 194px;
    padding: 8px;
    margin: 4px;
}

.box-events{
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}
.box-events img{
    width: 250px;
    height: 150px;
    display: block;
    float: right;
    margin-left: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.box-events img:hover{
    border-radius: 5%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.box-events .box-events-bg{
    float: left;
    display: block;
    width: 390px;
    direction: rtl;    
}
.box-events .box-events-bg p{
    font: 14px/1.5em 'NeoSans-regular';
    color: #494848;
    margin: 7px 0;
    height: 126px;
    overflow: hidden;
}
.box-events h1{
    font: 16px 'NeoSans-regular';
    color: #252525;
    margin: 0;
}
.box-events h1 a{
    color: #252525;
}
.box-events h1 a:hover{
    color: #009b3d;
}
.box-events .box-events-info{
    display: block;
    margin: 12px 0 0 0;
    clear:none
}
.box-events .box-events-info p{
    float: right;
    display: block;
    margin: 0 0 0 11px;
    height: 20px;
}
.box-events .box-events-info p .fa{
    margin-left: 5px;
}

.box-events2{
    display: block;
    float: right;
    display: block;
    padding: 5px;
    color: #252525;
}
.box-events2:hover{
    color: #fff;
    background: #009b3d;
}
.box-events2 img{
    width: 80px;
    height: 83px;
    display: block;
    float: right;
    margin-left: 10px;
}
.box-events2 .box-events-bg{
    /*float: right;
    display: block;
    width: 140px;*/
}
.box-events2 h1{
    font: 14px 'NeoSans-regular';
    margin: 0;
    height: 35px;
    overflow: hidden;
}
.box-events2 .box-events-info{
    display: block;
    margin: 12px 0 0 0;
}
.box-events2 .box-events-info p {
    display: block;
    float: right;
    font: 11px "NeoSans-regular";
    height: 20px;
    margin: 0 0 0 24px;
}
.box-events2 .box-events-info p .fa{
    margin-left: 5px;
}

.box-news-right{
    float: right;
    width: 330px;
    display: block;
    color: #fff;
    font: 14px 'NeoSans-regular';
}
.box-news-right img{
    width: 100%;
    height: 440px;
    display: block;
}
.box-news-right-info{
    position: relative;
    z-index: 2;
    margin: -233px 0 0 0;
    padding: 20px;
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background:    -moz-linear-gradient(#7B1A3B, #B8476B);
    background:      -o-linear-gradient(#7B1A3B, #B8476B);
    background:         linear-gradient(#7B1A3B, #B8476B);    
}
.box-news-right-info p{
    height: 52px;
    overflow: hidden;
    text-align: right;
}
.box-news-right-info h1{
    font: 18px 'NeoSans-regular';
    margin: 0;
    height: 55px;
    overflow: hidden;
    text-align: right;
}
.box-news-right-info h1 a{
    color: #fff;
}
.box-news-right-info h1 a:hover{
    color: #333;
}
.box-news-right-info2{
    display: block;
    height: 20px;
    overflow: hidden;
}
.box-news-right-info2 p{
    float: right;
    display: block;
    margin: 0 0 0 24px;
    height: 20px;
}
.box-news-right-info2 p .fa{
    margin-left: 5px;
}
.box-news-more{
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    /*background: #3B3C3E;*/
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    font: 15px 'NeoSans-regular';
    color: #fff;
    float: left;
}
.box-news-more:hover{background: #444;}

.box-news-more-block{
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    /*background: #3B3C3E;*/
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    font: 15px 'NeoSans-regular';
    color: #fff;
    top: 13px;
    right: -20px;
    bottom: 20px;
    float: left;
    margin-bottom:15px; 
}
.box-news-more-block:hover{
    background: #444;
}
.box-news-left{
    float: left;
    width: 320px;
}

.box-news-topics{
    display: block;
    margin-bottom: 10px;
}
.box-news-topics .box-new-topicsR{
    float: right;
    display: block;
    width: 160px;
}
.box-news-topics .box-new-topicsR-special{
    float: right;
    display: block;
    direction: rtl;
    width: 500px;
    margin-right: 20px;
}
.box-news-topics img{
    width: 100%;
    height: 150px;
    display: block;
}
.box-news-topics .box-new-topicsR1{
    margin: -120px 0 0 0;
    position: relative;
    z-index: 2;
    /*background: #c33a2f;*/
    background: #7B1A3B;
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    padding: 5px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
}
.box-news-topics .box-new-topicsR1 i{
    display: block;
    font: 15px 'NeoSans-regular';
    margin-top: 7px;
}
.box-news-topics .box-new-topicsR1 span{
    display: block;
    font: 14px 'NeoSans-regular';
}
.box-news-topics .box-new-topicsR2{
    margin: -60px 0 0 0;
    position: relative;
    z-index: 2;
    background: #3B3C3E;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
}
.box-news-topics .box-new-topicsR2 span{
    display: block;
    font: 14px 'NeoSans-regular';
}
.box-news-topics .fa{
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
}
.box-news-topics .box-new-topicsL{
    /*float: left;
    display: block;
    width: 150px;*/
    margin-right:175px;
    direction: rtl;
}
.box-news-topics h1{
    font: 14px 'NeoSans-regular';
    margin: 0;
    /*height: 38px;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.box-news-topics h1 a{
    color: #252525;
}
.box-news-topics h1 a:hover{
    color: #009b3d;
}
.box-news-topics p{
    font: 14px 'NeoSans-regular';
    color: #494848;
    margin: 0;
    overflow: hidden;
    height: 85px;
}

.roll-link {
    display: inline-block;
    overflow: hidden;

    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;

    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.roll-link span {
    display: block;
    position: relative;
    /*
            padding: 0 2px;
            font-size: 30px;
            font-family: 'Yanone-Bold';
            color: #333;
    */
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.roll-link span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /*	padding: 0 2px;*/

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 0px, -20px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, 0px, -20px ) rotateX( 90deg );
    -ms-transform: translate3d( 0px, 0px, -20px ) rotateX( 90deg );
    transform: translate3d( 0px, 0px, -20px ) rotateX( 90deg );

}

.roll-link:hover span {
    /*	color: #333;*/
    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -moz-transform: translate3d( 0px,  105%, 0px ) rotateX( -90deg );
    -ms-transform: translate3d( 0px,  105%, 0px ) rotateX( -90deg );
    transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

/*

.ga-button-e1{
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}
.ga-button-e1:after{
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
.ga-button-e1:active {
        top: 2px;
}
.ga-button-e1 span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        -webkit-transition: all 0.3s;
                transition: all 0.3s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
}
.ga-button-e1:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2.5;
        font-size: 100%;
        content: "\f15b";
        font-family: 'FontAwesome';
        color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
.ga-button-e1:active:before {
        color: #fff;
}
.ga-button-e1:hover span {
        -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
        transform: translateY(300%);
        color: #fff;
}
.ga-button-e1:before {
        left: 0;
        top: -100%;
}
.ga-button-e4:before {
        right: 45px;
        top: -100%;
}
.ga-button-e1:hover:before {
        top: 0;
}

.ga-button-e2:before {
        font-size: 100%;
        content: "\f008";
}
.ga-button-e3:before {
        font-size: 100%;
        content: "\f03e";
}
.ga-button-e5:before {
        font-size: 100%;
        content: "\f02d";
}
*/
#crumbs a {
    color:#FFFFFF;
}
/************************************************************************************************************************************
                Start Comments Template Style
*****************************************************************************************************************/
.form-allowed-tags {
    display:none;
}
.comment-form-author > label {
    display:none;
}
.comment-form-email > label {
    display:none;
}
.comment-form-url > label {
    display:none;
}
.comment-form-comment > label {
    display:none;
}
.comment-notes {
    display:none;
}
#author, #email, #url, #comment {
    background-color: #F5F5F5;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    box-shadow: none;
    color: #162431;
    font-family: Droid Arabic Kufi;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 8px;
    text-align: right;
    width: 50%;
}
#comment {
    width:98%;
    max-width:98%;
}
.commentsForm {
    display: block;
    padding: 10px;
}
.commentsForm p {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0;
    text-align: right;
}
.form-submit input {
    background-color: #233560;
    border: 1px solid #233560;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'Droid Arabic Kufi';
    font-size: 13px;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
    width:auto !important;
}
.form-submit input:hover {
    background-color: #FFFFFF;
    color: #FFFFFF;
}
#comments-title {
    display:none;
}
.waiting {
    display:none;
}
.says {
    display:none;
}
.comment-author.vcard {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
}
.fn {
    color: #162230 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    margin-left: 25px;
}
.comment-content > p {
    color: #818181;
    display: block;
    font-size: 13px;
}
.fn a {
    color: #233560 !important;
    font-weight:700;
    font-size:14px !important;
}
.fn:hover a , .fn:hover {
    color:#233560 !important;
}
.comment-author a {
    color: #858585;
    font-size: 12px;
    font-weight: 300;
}
.reply {
    display: block;
    float: left;
    margin-left: -10px;
    margin-top: -33px;
    padding: 10px 0;
}
.reply a {
    background-color: #EEEEEE;
    border-radius: 3px;
    color: #557699;
    display: block;
    height: 33px;
    line-height: 29px;
    text-align: center;
    width: 50px;
}
.reply a:hover, #reply-title small > a:hover {
    background-color:#233560;
    color:#FFFFFF;
}
/*
.commentlist .depth-1 {
  border-bottom: 1px solid #E9E9E9;
  display: block;
  margin-bottom: 15px;
  padding: 5px 0;
}
*/
.commentlist li {
    border-bottom: 1px solid #DBDBDB;
    display: block;
    margin-bottom: 30px;
    padding: 0 10px 30px;
}
.children .depth-2 {
    display:block;
    margin-right:40px;
}
.children .depth-3 {
    display:block;
    margin-right:80px;
}
.avatar {
    display: inline-block;
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    background-image: url("../images/vv.png");
    background-position: right top;
    background-repeat: no-repeat;  
    width:71px;
    height:71px;
}
.comment-respond {
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
#reply-title {
    border: medium none !important;
    color: #ffffff !important;
    cursor: default !important;
    line-height: 0 !important;
    margin-top: 20px;
    padding: 0 !important;
    transition: all 0.5s ease 0s;
}
#reply-title small > a {
    background-color: #eeeeee;
    border-radius: 3px;
    color: #557699;
    display: block;
    float: left;
    font-size: 10px;
    height: 34px;
    line-height: 32px;
    margin-left: 45px;
    margin-top: -64px;
    text-align: center;
    width: 60px;
}
.logged-in-as > a {
    color: #233560;
    font-size: 14px;
    font-weight: 300;
}
.logged-in-as:hover a {
    color:#233560;
}
/************************************************************************************************************************************
                End Comments Template Style
*****************************************************************************************************************/

/************************************************************************************************************************************
        Start Pager Style
*****************************************************************************************************************/
.wp-pagenavi {
    clear: both;
    display: block;
    margin-top: 30px;
    height: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    background-color: #F5F5F5;
    border-radius: 3px;
    color: #172331;
    float: right;
    font-family: droid arabic kufi;
    font-size: 14px;
    font-weight: 700;
    margin: 2px;
    padding: 10px 20px;
    text-decoration: none;
    border:none;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background-color: #12aa6f;
    color: #FFFFFF;
}
/************************************************************************************************************************************
        End Pager Style
*****************************************************************************************************************/
body #featured .ui-tabs-panel {
    width: auto;
    margin-right: 280px
}
body #featured ul.ui-tabs-nav {
    width: 280px
}
body #featured li.ui-tabs-nav-item a {
    margin: 0px;
    margin-bottom: 1px
}
body #featured li.ui-tabs-nav-item a:hover {
    /*border-left: 8px solid #018f36*/
    border-left: 8px solid #3B3C3E;
}
body .box-news-right-info {
    /*margin: 0px 220px 0px 0px;*/
    margin: 0px;
    /*background: rgba(184, 53, 42, 0.70) !important;*/
    background: rgba(154,49,83, 0.70) !important;
    /*background: #9A3153 !important;*/
    padding: 12px
}
body .box-news-right-info h1 {
    font-size: 15px;
    height: auto;
    margin: 0px 0px 11px
}
body #featured .info p {
    font-size: 12px;
    margin: 0px 0px 7px
}
body #featured {
    border-width: 0px;
    border-right: solid 1px #ddd;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.21);
}
body #featured ul.ui-tabs-nav {
    border: solid 1px #ddd;
    border-width: 1px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .header-bottom,
body .header-top {
    width: 1170px
}
nav {
    margin-right: -20px
}
.header-bottom-search {
    margin-left: -20px
}
body #featured ul.ui-tabs-nav li,
body #featured ul.ui-tabs-nav li img {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body #featured ul.ui-tabs-nav li:hover img,
body #featured ul.ui-tabs-nav li.ui-tabs-active img {
    background: #fff;
    border-radius: 100%;
    transform: rotate(720deg)
}
body .box-bg .box-title {
    display: inline-block;
    width: auto;
    padding: 15px 33px;
    font-size: 17px
}
body #featured .info .box-news-right-info2 p {
    margin-left: 12px
}
body .box-events img {
    width: 300px;
    height: auto;
    padding: 1px;
    border: solid 1px #f2f2f2;
    background: #fff;
}
.box-events2 img,
.categories-box img,
body .boxer-big img,
body .boxer-small li img {
    padding: 1px;
    border: solid 1px #f2f2f2;
    background: #fff;
}
body .boxer-big img,
body .boxer-small li img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.categories-box img {
    width: 100%;
    height: 250px;
    margin: 0px 0px 13px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .categories-box h1 {
    margin: 0px 0px 7px;
    font-weight: normal;
    font-size: 16px;
    height: auto;
    opacity: 0.8
}
body .box-events img:hover {
    border-radius: 0;
}
body .box-events .box-events-bg {
    float: none;
    margin-right: 340px;
    width: auto
}
.box-events .box-events-info {
    height: 30px
}
.box-events2 {
    width: 32.3%;
    padding: 8px 0px;
    margin: 5px 0px 5px 1%;
    height: 63px;
    direction: rtl;
}
.box-events2,
.box-events2 img {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body .box-events2:hover {
    background-color: transparent;
    color: #333;
    opacity: 0.7;
    margin: 0px 0px 10px 1%;
}
body .box-events2:hover img {
    border-radius: 100%;
    transform: rotate(720deg)
}
.box-events .box-events-bg p {
    line-height: 25px;
    opacity: 0.7
}
body .box-events2 .box-events-info {
    clear: none;
    opacity: 0.7
}
body .categories-box {
    border: 0px;
    margin: 6px 0px 6px
}
body .categories-box:hover {
    background-color: transparent;
    margin: 0px 0px 12px;
    border: 0px;
    /*opacity: 0.7*/
}
body .box-topicsform {
    width: 33.3%;
    padding: 0px 6px 12px;
    /*margin:0px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.categories-box p {
    opacity: 0.7
}
a {
    outline: 0
}
body .box-right-left .box-right-left1,
body .box-right-left .box-right-left2 {
    width: 49%
}
body .boxer-small {
    margin: 0px -6px
}
body .boxer-small li {
    float: right;
    width: 33.3%;
    padding: 0px 6px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .boxer-small li a {
    display: block;
    line-height: 1px
}
body .boxer-small li img {
    display: block;
    width: 100%;
    float: none;
    height: 100px
}
body .box-news-right {
    position: relative;
    /*width: 40%;*/
}
.box-news-right .box-news-right-info,
.box-news-right .box-news-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    direction: rtl;
}
.box-news-right .box-news-more {
    bottom: 0px;
}
body .box-news-right img {
    height: 400px
}
body .box-news-left {
    width: 66%;
}
body .header-top .header-top-time {
    margin-right: -20px
}
body .header-top-follow {
    margin-left: -20px
}
body .box-events .box-events-info p {
    font-size: 12px
}
body .categories-box {
    width: 23%;
    margin: 0px 1% 25px;
    padding: 10px 10px 0px 5px;
    min-height: 170px;
    /*height: autox;*/
    direction: rtl;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.14);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.14);
}
body .categories-box:hover {
    margin: 0px 1% 25px;
}
.archive .content-bg {
    background-image: none;
    background-color: #fff;
}
body .single-bg img {
    max-width: 100%
}
body .related-topics > h1 {
    margin: 0px 0px 20px
}
/***********************************************/
@media screen and (max-width: 1000px) {
    .sub_menu_link{
        display: none;
    }
    .footer-top-infoL{
        display: none;
        margin: 12px auto;

    }
    .info-right{
        width: 100%;
        float: none;         
    }
    .header-bottom .menu a {
        float: none; 
    }
    nav{
        height:auto;
    }
    #menu{
        display:none;
    }
    #menu.showing{
        display:block;
    }
    body nav ul li.sub_menu_show_class ul {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-animation: slideInUps 0.4s both;
        animation: slideInUps 0.4s both;
        z-index: 9999999999999999999;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.17);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.17);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.17);
    } 
    body nav ul ul {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        display:none;
        visibility:visible;
    }


    /*.header-top,
   .header-center,
   .header-bottom,
   .footer-top-bg .footer-top,
   .footer-bottom,
   .header-title h1{
           max-width: 700px;
   }
   .content-bg{
           max-width: 660px;
   }*/
    .header-bottom .header-bottom-link{
        float: none;
    }
    nav {
        float: none;
    }
    nav ul{
        /*max-height: 0;*/
    }
    .showing{
        /*max-height: 20em;*/
        /*background: #ebebeb;*/
        background: #962E50;
    }
    nav ul li {
        box-sizing: border-box;
        padding: 5px 10px;
        float: none;
        text-align: right;
    }
    .handle{
        display: block;
    }
    .header-bottom .header-bottom-link{
        border-left: none;
    }
    .header-bottom-search{
        float: none;
        display: block;
        width: 100%;
    }

    .categories-box{
        width: 180px;
    }
    .categories-boxResponsive{
        width: 181px;
    }
    .about-bg img{
        width: 97%;
    }
    .contact-bg .contact-bg-R1,
    .contact-bg .contact-bg-R2{
        float: none;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
        border: none;
    }
    .contact-bg .contact-bg-R1 .fa-map-marker{
        margin: 0px 12px 0px 20px;
    }
    .contact-bg .contact-bg-R1 .fa-mobile{
        margin: 0px 15px 0px 20px;
    }
    .contact-bg .contact-bg-R2 .fa-envelope{
        margin: 0px 4px 0px 20px;
    }
    .contact-bg{
        margin: 20px 0 0 0;
    }
    .single-bg .single-info-right{
        float: none;
        margin: 10px;
        overflow: hidden;
    }
    .single-bg .single-info-left{
        float: none;
    }
    .single-bg .single-facebook,
    .single-bg .single-twitter,
    .single-bg .single-google{
        width: 27.7%;
    }
    /*
    .content-bg .content-right{
            float: none;
            max-width: 660px;
    }
    .content-bg .content-sidebar{
            float: none;
            max-width: 100%;
    }
    */
    .box-bg .box-about p{
        width: 100%;
    }
    .box-events img{
        width: 225px;
    }
    .box-events .box-events-bg{
        width: 375px;
    }
    .box-events2{
        float: none;
        overflow: hidden;
    }

    .box-news-right{
        width: 310px;
    }
    .box-news-left{
        width: 300px;
    }
    .box-news-topics .box-new-topicsR,
    .box-news-topics img{
        width: 150px;
    }
    /*
    .box-right-left .box-right-left1,
    .box-right-left .box-right-left2{
            float: none;
            width: 100%;
    }
    */
    .boxer-small li img{
        width: 100%;
        margin-bottom: 5px;
    }

    .boxer2{
        float: none;
    }               
}

@media screen and (max-width:700px) {
    .header-center .header-center-author{display: none;}
    .header-center .header-center-logo{
        float: none;
        margin: 10px auto 0;
    }
    .header-center .header-center-author{
        float: none;
        margin: 10px auto 0;
    }
    .footer-top-bg .footer-top-links{
        float: none;
        width: 100%;
        margin-left:-10px;
        overflow: hidden;
    }
    .footer-top-info{
        float: none;
        display: block;
        overflow: hidden;
    }  
    .footer-top-follow{
        float: none;
        width: 200px;
        margin: 0 auto
    }
    .about-bg img,
    .img-post{
        width: 96%;
    }
    .contact-bg input[type="text"]{
        width: 420px;
    }
    .single-bg .single-facebook,
    .single-bg .single-twitter,
    .single-bg .single-google{
        width: 91%;
        margin-bottom: 5px;
    }

    .box-bg .box-about p{
        width: 100%;
    }
    .box-events img{
        width: 100%;
        margin-bottom: 10px;
    }
    .box-events .box-events-bg{
        width: 100%;
    }
    .box-topicsform{
        width: 173px;
    }
    .box-news-right,
    .box-news-left{
        width: 100%;
        float: none;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .box-news-topics .box-new-topicsR,
    .box-news-topics img{
        width: 180px;
    }
    .box-news-topics .box-new-topicsL{
        width: 200px;
    }
    .box-books{
        width: 105px;
        margin-bottom: 30px;
    }               
}
@media screen and (max-width: 480px) {
    /*.header-top,
   .header-center,
   .header-bottom,
   .footer-top-bg .footer-top,
   .footer-bottom,
   .header-title h1{
           max-width: 320px;
   }*/

    .categories-box{
        float: none;
        width: 260px;
    }
    .box-topicsform{
        width: 230px;
    }
    .about-bg img,
    .img-post{
        width: 93%;
    }
    .contact-bg input[type="text"]{
        width: 280px;
    }
    .single-bg .single-facebook,
    .single-bg .single-twitter,
    .single-bg .single-google{
        width: 87%;
    }
    /*
    .single-bg .single-info-right p{
            float: none;
            margin: 0 2px 5px 15px;
    }
    
    .content-bg .content-right{
            max-width: 300px;
    }*/
    .box-news-topics .box-new-topicsR,
    .box-news-topics img{
        width: 260px;
        margin:0px auto 20px
    }
    .box-news-topics .box-new-topicsR1{
        margin-top:-140px
    }
    .box-news-topics .box-new-topicsR2{
        margin-top:-80px
    }

    body .box-news-topics .box-new-topicsL{
        border-bottom:solid 1px #f2f2f2;
        margin:0px 0px 10px
    }

    .box-news-topics .box-new-topicsL{
        width: 260px;
    }
    .box-news-topics .box-new-topicsR,
    .box-news-topics .box-new-topicsL{
        float: none;
        margin-bottom: 5px;
    }
    .header-center .header-center-logo{
        width: 200px;
        /*background-position: -260px -1px;*/
        /*margin: 6px 10px 0px 0px;*/
    }
    .header-center .header-center-author{
        width: 150px;
        /*background-position: -260px -1px;*/
        /*margin: 3px 10px 0px 0px;*/
    }            
}

@media screen and (max-width: 1200px) {
    body .header-bottom,
    body .header-top {
        width: auto;
        margin: 0px 10px
    }
    body nav,
    body .header-top .header-top-time,
    body .header-top {
        margin-right: 0px
    }
    .header-bottom-search,
    body .header-top-follow {
        margin-left: 0px
    }
    .content-bg,
    body .header-bottom {
        width: auto;
        margin: 0px 10px;
    }
    .content-bg .content-right {
        width: 71%;
    }
    .content-bg .content-sidebar {
        width: 27%;
    }
    body .box-news-right-info {
        margin-right: 0px
    }
    .content-bg {
        padding: 10px
    }
}
@media screen and (max-width: 1050px) {
    #sub-title{
        font-size:22px;
        float: none;
        text-align: center;
    }
    #title-site-logo{
        width:100%;
        padding: 0px 0px 10px 0px;       
        float:none;        
        display: none;
        text-align: center;
        margin:0px auto;  
    }
    body .box-events2 {
        float: none;
        width: auto;
        border-bottom: solid 1px #f2f2f2
    }
    body .box-news-right,
    body .box-news-left {
        float: none;
        width: auto;
        margin: 0px auto 20px
    }
    body .footer-top-about,
    body .footer-top-links {
        width: 48%;
        margin: 0px 1% 20px
    }
    body .footer-top-info {
        float: none;
        margin: 0px auto;
        width: 200px;
        clear: both
    }
    body .categories-box {
        width: 31%;
    }
}
@media screen and (max-width: 920px) {
    #title-site{
        width:100%;
        padding: 0px 0px 10px 0px;
        font-size: 25px;
        float:none;
        text-align: center;
        margin:0px auto;  
        display: block;
    }


    .header-center .header-center-logo-tilte{
        display: none;
    }
    .content-bg .content-right {
        float: none;
        width: auto
    }
    body .box-news-right,
    body .box-news-left {
        max-width: 640px
    }
    .content-bg .content-sidebar {
        float: none;
        width: auto;
        margin: 0px auto 20px;
        max-width: 400px
    }
}
@media screen and (max-width: 840px) {
    body .categories-box {
        width: 48%;
    }
}
/*@media screen and (max-width: 480px) {
    body .box-news-topics .box-new-topicsL {
        margin-right: 200px;
        width: auto
    }
}*/

/*@media screen and (max-width: 921px) {
      #title-site{
        width:30%;
        float:none;        
    }
}*/
@media (min-width:700px) and (max-width:921px) {
    #title-site,#sub-title {
        display: none;
    }
}
@media screen and (max-width: 720px) {
    body .box-events img {
        margin: 0px auto 20px;
        display: block;
        float: none;
        width: 100%;
        max-width: 400px
    }
    body .box-events .box-events-bg {
        margin: 0px
    }
    body .box-topicsform {
        width: 50%
    }
    body .box-news-topics .box-new-topicsL {
        margin-right: 200px;
        width: auto
    }
    body .box-right-left .box-right-left1,
    body .box-right-left .box-right-left2 {
        float: none;
        width: auto;
        max-width: 520px;
        margin: 0px auto 15px
    }
    body .box-books {
        width: 50%
    }
    body .footer-top-about,
    body .footer-top-links {
        width: auto;
        float: none;
        /*border-bottom: solid 1px #058937;*/
        padding-bottom: 25px;
        margin-right: 10px;
    }
    body .footer-top-about h1,
    body .footer-top-links h1 {
        margin: 0px 0px 12px
    }
}
@media screen and (max-width: 640px) {
    body #featured ul.ui-tabs-nav {
        width: 100px
    }
    body #featured ul.ui-tabs-nav li p,
    body #featured ul.ui-tabs-nav li span {
        display: none
    }
    body #featured .ui-tabs-panel {
        margin-right: 100px;
    }
    body #featured li.ui-tabs-nav-item a {
        height: 80px
    }
    body #featured .ui-tabs-panel,
    body #featured,
    body #featured .ui-tabs-panel img {
        height: 364px
    }
    body .box-topicsform {
        width: auto;
        float: none;
        margin: 0px auto 20px;
        max-width: 400px
    }
    body div .box-topicsform:hover {
        margin: 0px auto 20px !important;
    }
}
@media screen and (max-width: 540px) {
    body .header-top .header-top-time, body .header-top .header-top-follow {
        float: none;
        margin: 0px auto 6px;
        text-align: center
    }
    body .header-top .header-top-follow {
        width: 170px
    }
    body .box-bg .box-about img {
        float: none;
        margin: 0px auto 20px
    }
    body .footer-bottom-bg p {
        float: none;
        text-align: center
    }
    body .footer-bottom-copy {
        float: none;
        margin: 0px auto;
        clear: both
    }
    body .categories-box {
        width: auto;
        float: none;
        margin: 0px auto 20px;
        max-width: 360px
    }
}
@media screen and (max-width: 480px) {
    body .box-books {
        width: auto;
        float: none;
        max-width: 290px;
        margin: 0px auto 20px
    }
}




.social-sharing {
    clear: both !important;
    left: 30px !important;
    position: absolute !important;
    top: 85px !important;
    width: 100% !important;
}
a.button-facebook, a.button-googleplus, a.button-twitter, a.button-linkedin, a.button-pinterest {
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "NeoSans-regular" !important;
    font-size: 14px;
    font-weight: normal;
    margin: 1% 1% 1% 0;
    padding: 0.5rem 1%;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#featured {
    /*    padding-right: 250px;*/
    position: relative;
    border: 1px solid #d9d9da;
    height: 420px;
    overflow: hidden;
    background: #fff;
    direction: ltr;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 2px 1px #e4e4e4;
    -moz-box-shadow: 0 3px 2px 1px #e4e4e4;
    box-shadow: 0 3px 2px 1px #e4e4e4;
}
#featured ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    /*    left: 400px;*/
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 40%;
    height: 420px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 2;
}
#featured ul.ui-tabs-nav li {
    /*    padding: 1px 0;*/
    /*    padding-left: 13px;*/
    /*    font-size: 14px;*/
    /*    color: #666;*/
    position: relative;
}
/*
#featured ul.ui-tabs-nav li:before{
    position:absolute;
        font-family: FontAwesome;
        top:6px;
        left:6px;
        content: "\f0d9"; 
}
*/
#featured ul.ui-tabs-nav li img {
    float: right;
    margin: 5px;
    background: #dbdbdb;
    padding: 4px;
    width: 60px;
    height: 60px;
}
#featured ul.ui-tabs-nav li span {
    font-size: 14px;
    font-family: 'NeoSans-regular';
    line-height: 18px;
    margin: 8px 0;
    display: block;
    text-align: right;
    height: 38px;
    overflow: hidden;
}
#featured ul.ui-tabs-nav li p {
    font-size: 14px;
    font-family: 'NeoSans-regular';
    display: block;
    text-align: right;
    direction: rtl;
    margin: 0;
    height: 20px;
    overflow: hidden;
}
#featured ul.ui-tabs-nav li i {
    /*color: #019137;*/
    color: #ccc;    
    margin: 0 5px;
}
#featured li.ui-tabs-nav-item a {
    display: block;
    height: 90px;
    text-decoration: none;
    color: #333;
    background: #fff;
    line-height: 20px;
    outline: none;
    padding: 5px;
    margin: 0px 0px 0px 11px;	
    background-position: -0% 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #B8476B 50%);
    /*background-image: linear-gradient(to right,#7B1A3B 50%, #B8476B 50%);*/
    -webkit-background-size: 200.22% auto;
    -moz-background-size: 200.22% auto;
    background-size: 200.22% auto;
    -webkit-transition: background-position 0.5s ease-out;
    transition: background-position 0.5s ease-out;
}
#featured li.ui-tabs-nav-item a:hover {
    color: #fff;
    background-position: 99.99% 0;
    /*
        background: #d04135;
        background: -webkit-linear-gradient(#d04135, #ae2f25);
        background:    -moz-linear-gradient(#d04135, #ae2f25);
        background:      -o-linear-gradient(#d04135, #ae2f25);
        background:         linear-gradient(#d04135, #ae2f25);
    */
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active {
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
    color: #fff;
    /*    background: #d04135;
        background: -webkit-linear-gradient(#d04135, #ae2f25);
        background:    -moz-linear-gradient(#d04135, #ae2f25);
        background:      -o-linear-gradient(#d04135, #ae2f25);
        background:         linear-gradient(#d04135, #ae2f25);*/
    background: -webkit-linear-gradient(#7B1A3B, #B8476B);
    background: -moz-linear-gradient(#7B1A3B, #B8476B);
    background: -o-linear-gradient(#7B1A3B, #B8476B);
    background: linear-gradient(#7B1A3B, #B8476B);
    /*border-left: 8px solid #018f36;*/
    border-left: 8px solid #3B3C3E;

}
#featured ul.ui-tabs-nav li.ui-tabs-active  {
    position: relative;
}
/*
#featured ul.ui-tabs-nav li.ui-tabs-active:before  {
    position:absolute;
        font-family: FontAwesome;
        top:15px;
        left:0px;
        content: "\f0d9"; 
        font-size: 40px;
        color: #f2f2f2;
}
*/
#featured .ui-tabs-panel {
    width: 61.8%;
    height: 420px;
    background: #999;
    position: relative;
    z-index: 1;
}
#featured .ui-tabs-panel .info {
    position: absolute;
    bottom: 0;
    left: 0;
    direction: rtl;
    /*
        height: 70px;
            background: rgba(0, 0, 0, 0.6);
            padding: 1%;
            width: 98%;
    */
}
#featured .ui-tabs-panel .info a.hideshow {
    position: absolute;
    font-size: 11px;
    font-family: 'NeoSans-regular';
    color: #f0f0f0;
    right: 10px;
    top: -20px;
    line-height: 20px;
    margin: 0;
    outline: none;
    background: #333;
}
#featured .info h2 {
    font-size: 1.6em;
    font-family: 'NeoSans-regular';
    color: #fff;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    overflow: hidden;
}
#featured .info p {
    /*    margin: 0;*/
    font-family: 'NeoSans-regular';
    font-size: 14px;
    line-height: 15px;
    color: #f0f0f0;
}
#featured .info a {
    text-decoration: none;
    color: #fff;
}
#featured .info a:hover {
    text-decoration: none;
}
#featured .ui-tabs-hide {
    display: none;
}
.ui-tabs-nav-item img {
    width: 50px;
    height: 40px;
}
.ui-tabs-panel img {
    width: 100%;
    height: 420px;
}