@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidArabicNaskh/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
/*       url(../fonts/DroidArabicNaskh/DroidNaskh-Regular.woff) format('woff'),*/
       url(../fonts/DroidArabicNaskh/DroidNaskh-Regular.ttf) format('truetype');
}


@font-face{
    font-family: 'ge_ss_two_medium';
    src:url('../fonts/ge_ss_two_medium/ge_ss_two_medium.eot?') format('embedded-opentype');
    src:local(' '),
        url('../fonts/ge_ss_two_medium/ge_ss_two_medium.svg#GESSTwoMedium-Medium') format('svg'),
/*          url('../fonts/ge_ss_two_medium/ge_ss_two_medium.woff') format('woff'),*/
          url('../fonts/ge_ss_two_medium/ge_ss_two_medium.otf') format('opentype'),
          url('../fonts/ge_ss_two_medium/ge_ss_two_medium.ttf') format('truetype');
    font-weight:bold;
    font-style: normal;
}



body
{
    font-family: 'Droid Arabic Naskh', cursive;
}

.widget--title .h4
,.post--items-title .h4
,.header--style-4 .header--menu-links>li>a
,.news--ticker .title h2
{
 font-family: 'ge_ss_two_medium', cursive;   
}

.post--item.post--title-large .post--info .title .h4{
    font-size: 14px;
    line-height: 20px;    
}
.post--info .title .h4{
    font-size: 13px;
    line-height: 20px;  
    margin-bottom: 5px;
}

.post--items-title .h4
,.widget--title .h4
{
    font-size: 18px;
}

.navbar-nav>li>a{
    font-size: 15px;
}
.dropdown-menu>li>a{
  font-size: 13px;  
}

.header--topbar .nav{
  font-size: 11px;  
}

.form-control{
    font-size: 14px;
    line-height: 20px;
}

.post--info .meta>li>a, .post--info .meta>li>span {
    font-size: 12px;
    line-height: 20px;
}

.post--info .meta>li>a{
    margin: 5px;
}

.list--widget-2 .post--info .title .h4:before {
    content: "\f10d";
    margin-left: 9px;
    margin-right: 1px;
    color: #999;
    font-family: "FontAwesome";
}


.videos .post--item.post--layout-1 .post--info{
    position: unset;
    color: #000;
}

.post--item.post--title-largest .post--info .title .h4 {
    font-size: 24px;
    line-height: 40px;
}

.post--author-info{
        min-height: 110px;
}

.post--author-info .img{
    padding: 10px;
}

.post--author-info{
    margin-top: 0px;
}

.progress-bar-info{
    background-color: #da0000;
}

.pic_caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

.news--ticker .title{
    padding: 11px 10px 13px;
    text-align: center;
}

.sectionHere .style--4{
    border: 1px solid #f8f8f8;
}
.sectionHere .desc_sec{
    font-size: 10px;
}

.searchResult .post-thumb {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: top;
}

.title2{
    display: block;
    color: #777;
    font-size: 18px;
}


.article img{
    height: 60px;
}

@media(min-width:768px)
{
    
    .main_photo1{
        height: 400px;
    }    
    .main_photo2{
        height: 200px;
    }        

}