@import "../fonts/earlyaccess/weather.css";
@import "../fonts/weather-icons.css";
@import "../fonts/earlyaccess/droidarabicnaskh.css";

@font-face {
    font-family: "AwsatBlack";
    src: url(../fonts/aawsatFont/AwsatBlack_0.otf)
}

@font-face {
    font-family: "AwsatBold";
    src: url(../fonts/aawsatFont/AwsatBold_0.otf)
}

@font-face {
    font-family: "AwsatExtraBlack";
    src: url(../fonts/aawsatFont/AwsatExtraBlack_0.otf)
}

@font-face {
    font-family: "AwsatLight";
    src: url(../fonts/aawsatFont/AwsatLight_0.otf)
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro/MinionPro-Regular.ttf') format('truetype'),
        url('../fonts/MinionPro/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Mitra LT W20 Light";
    src: url(../fonts/farsi/MitraLTW20Light.eot?#iefix);
    src: url(../fonts/farsi/MitraLTW20Light.eot?#iefix) format("eot"), url(../fonts/farsi/MitraLTW20Light.woff2) format("woff2"), url(../fonts/farsi/MitraLTW20Light.woff) format("woff"), url(../fonts/farsi/MitraLTW20Light.ttf) format("truetype"), url(../fonts/farsi/MitraLTW20Light.svg#MitraLTW20Light) format("svg");
}

@font-face {
    font-family: "Mitra LT W20 Bold";
    src: url(../fonts/farsi/MitraLTW20Bold.eot?#iefix);
    src: url(../fonts/farsi/MitraLTW20Bold.eot?#iefix) format("eot"), url(../fonts/farsi/MitraLTW20Bold.woff2) format("woff2"), url(../fonts/farsi/MitraLTW20Bold.woff) format("woff"), url(../fonts/farsi/MitraLTW20Bold.ttf) format("truetype"), url(../fonts/farsi/MitraLTW20Bold.svg#MitraLTW20Bold) format("svg");
}

@font-face {
    font-family: 'JameelNooriNastaleeq';
    src: url(../fonts/urdu/JameelNooriNastaleeq/JameelNooriNastaleeq.eot?#iefix) format('embedded-opentype'), url(../fonts/urdu/JameelNooriNastaleeq/JameelNooriNastaleeq.woff) format('woff'), url(../fonts/urdu/JameelNooriNastaleeq/JameelNooriNastaleeq.ttf) format('truetype'), url(../fonts/urdu/JameelNooriNastaleeq/JameelNooriNastaleeq.svg#JameelNooriNastaleeq) format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Minion Pro';
    font-size: 13pt;
    color: #000;
    background-color: #eee;
}

[lang="ar"] body {
    font-family: AwsatBold, arial, tahoma;
}

[lang="ur"] body {
   /* font-family: JameelNooriNastaleeq, arial, tahoma;*/
}

[lang="fa"] body {
    font-family: "Mitra LT W20 Light";
}

html,
body {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    outline: 0;
}

a:hover,
a:focus {
    color: #888888;
    text-decoration: none;
    outline: 0;
}

*::-moz-selection {
    background: #213e4c none repeat scroll 0 0;
    color: #fff;
}

img,
iframe,
ins {
    max-width: 100% !important;
}


body.admin-menu {
    margin-top: 40px !important;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Minion Pro';
}

[lang="ar"] .h1,
[lang="ar"] .h2,
[lang="ar"] .h3,
[lang="ar"] .h4,
[lang="ar"] h1,
[lang="ar"] h2,
[lang="ar"] h3,
[lang="ar"] h4 {
    font-family: AwsatBold;
}

[lang="fa"] .h1,
[lang="fa"] .h2,
[lang="fa"] .h3,
[lang="fa"] .h4,
[lang="fa"] h1,
[lang="fa"] h2,
[lang="fa"] h3,
[lang="fa"] h4 {
    font-family: "Mitra LT W20 Bold";
}

[dir="rtl"] .dropdown-menu {
    text-align: right;
    right: 0;
    left: auto;
}

[dir="rtl"] * {
    /*  direction: rtl;*/
    /******To Fix Ads Problem********/
}

@media (min-width: 768px) {

    [dir="rtl"] [class*="col-lg-"],
    [dir="rtl"] [class*="col-md-"],
    [dir="rtl"] [class*="col-sm-"] {
        float: right;
    }
}

[class*="col-lg-"],
[class*="col-md-"],
[class*="col-sm-"],
[class*="col-xs-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.label-default {
    background-color: #213e4c;
}

[dir="rtl"] .pull-left,
[dir="rtl"] .navbar-left {
    float: right !important;
}

[dir="rtl"] .navbar-nav,
[dir="rtl"] .nav-tabs {
    float: right !important;
    padding-right: 0;
}

[dir="rtl"] .media-left,
[dir="rtl"] .media>.pull-left {
    float: left !important;
    padding: 0 5px 0 0 !important;
}

[dir="rtl"] .navbar-nav>li,
[dir="rtl"] .nav-tabs>li {
    float: right !important;
    position: inherit;
    margin: 0 0 0 0.5em;
}

[dir="rtl"] .region {
    clear: right;
}

[dir="rtl"] .pull-right,
[dir="rtl"] .navbar-right {
    float: left !important;
}

[dir="rtl"] .text-left {
    text-align: right !important;
}

[dir="rtl"] .text-right {
    text-align: left !important;
}

[dir="rtl"] .close {
    float: left !important;
}

[dir="rtl"] .modal-title {
    padding-right: 25px;
}

input,
.btn {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: #213e4c;
    border-color: #294654;
}

[dir="rtl"] .radio input[type="radio"],
[dir="rtl"] .radio-inline input[type="radio"],
[dir="rtl"] .checkbox input[type="checkbox"],
[dir="rtl"] .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    margin-right: 0px;
}

[dir="rtl"] .radio label,
[dir="rtl"] .checkbox label {
    padding-left: 0;
    padding-right: 20px;
}

[dir="rtl"] .pagination>li>a,
[dir="rtl"] .pagination>li>span {
    float: right;
}

.pagination>li>a,
.pagination>li>span {
    color: #213e4c;
}

[dir="rtl"] .pagination>li:first-child>a,
[dir="rtl"] .pagination>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

[dir="rtl"] .pagination>li:last-child>a,
[dir="rtl"] .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

[dir="rtl"] caption,
[dir="rtl"] th {
    text-align: right;
    font-weight: 700;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #1a4f60;
    color: #fff;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #213e4c;
    border-color: #213e4c;
}

.wow {
    visibility: hidden;
}

a:focus>img,
a:hover>img {
    opacity: 0.8;
}

.language-flag {
    vertical-align: sub;
}


.btn-default {
    background-color: #294e5e;
    border-radius: 0;
    border-style: none;
    color: #fff;
}


/***********/
.navbar {
    min-height: 35px;
    border-radius: 0;
    border: 0 solid transparent;
    margin-bottom: 0px;
    padding: 0;
}

.megaMenu {
    padding: 20px;
}

.bg-menu {
    background-color: #213e4b;
    color: #fff;
    margin: 0 -1000em;
    padding: 0 1000em;
    position: absolute;
}

[dir="rtl"] .bg-menu {
    margin: 0 -1000em;
    padding: 0 1000em;
}

.bg-menu a {
    color: #fff;
}

.bg-menu a:hover {
    color: #f8f8f8;
}

.megaMenu>li {
    padding: 8px 10px;
    font-size: 18px;
}

.nav>li>a {
    color: #888888;
    font-size: 18px;
    padding: 10px 6px;
}

[lang="ar"] .nav>li>a {
    font-family: AwsatBold;
}

[lang="fa"] .nav>li>a {
    font-family: "Mitra LT W20 Bold";
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    background-color: transparent;
    color: #213e4c;
}

.nav>li>a.active {
    font-weight: bold;
}

.nav>li:first-child>a {
    padding-right: 0;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

#page-header p.lead,
.front h1.page-header,
.page-node h1.page-header {
    display: none;
}

.page-header {
    border-radius: 0;
    font-size: 23px;
    margin: 0 0 15px;
    padding: 5px 0;
}

.divider {
    height: 1px;
    margin: 20px 0;
    overflow: hidden;
    background-color: #dadada;
}

.region-front-ph3 {
    padding-top: 10px;
}

#header-top-block {
    background-color: #fff;
    padding-top: 5px;
    border-bottom: 1px solid #dddddd;
}

.icon {
    color: #bcc5ca;
}

.fa-heart:hover {
    color: #dd4b39;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-telegram:hover {
    color: #19a6e7;
}

.fa-instagram:hover {
    color: #e1306c;
}




.fa-twitter:hover {
    color: #1da1f2;
}

.fa-google:hover,
.fa-google-plus:hover {
    color: #dd4b39;
}

.fa-file-pdf-o:hover {
    color: #ff0000;
}


#header-top-block .social {
    margin: 0;
    padding: 0;
}

#search-block,
#section-menu-block,
#latest-news-block {
    font-size: 12px;
    padding-right: 12px;
    padding-top: 8px;
}

#section-menu-block a.collapsed,
#search-block a {
    cursor: pointer;
}

.pd-btm {
    padding-bottom: 10px;
}

.pd-bttm {
    padding-bottom: 20px;
}

.pd-btm-2x {
    padding-bottom: 40px;
}

#search_block_view {
    background-color: #294e5e;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#search_block_view #search-block-form {
    padding: 20px 30%;
}

#search-block-form button {
    border: 1px solid #fff;
    margin: -1px;
}

section.clearfix {
    margin-bottom: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

/*******#####******/

.navbar-collapse #block-sectionmenu {
    padding: 0;
    position: static;
}

.navbar-fixed-top {
    top: 135px;
}

#section-menu-hidden {
    z-index: 3;
}

#section-menu-hidden .section-menu-wrapper {
    padding: 10px;
    background: rgba(41, 79, 94, 0.95) none repeat scroll 0 0;

}

#section-menu-hidden .section-menu-wrapper a.close,
#section-menu-hidden .section-menu-wrapper .full-menu a {
    color: #ffffff;

}

.title {
    font-family: 'Minion Pro';
}

.list-group-item.title,
.inner .title {
    line-height: 26px;
}

[lang="ar"] .title {
    font-family: AwsatBold;
}

[lang="fa"] .title {
    font-family: "Mitra LT W20 Bold";
}

#section-menu-hidden .title>a {
    color: #ffffff;
}

#section-menu-hidden .li-level-1 {
    float: left;
    width: 24%;
}


[dir="rtl"] #section-menu-hidden .li-level-1 {
    float: right;
}

#section-menu-hidden .li-level-1>a {
    color: #ffffff;
    font-size: 22px;
    padding: 10px;
    display: block;
}


/*************/

/**********news-type1****/

.news-type1 .list-group-item {
    background-color: #fbfbfb;
    border: 0 solid #ddd;
    margin-bottom: 5px;
    padding: 8px 10px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.07);
    border-radius: 0;
    height: 64px;
    overflow: hidden;
}

.news-type1 .list-group-item:hover {
    background-color: #ffffff;
}


/**********news-type2****/
.news-type2 .list-group-item {
    background-color: #fbfbfb;
    border: 0 solid #ddd;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 0 rgba(0, 0, 0, 0.26);
    margin-bottom: 5px;
    min-height: 70px;
    padding: 0;
    border-radius: 0;
}

.list-group.news-type1 {
    margin-bottom: 10px !important;
}

.news-type2 .list-group-item:first-child {
    /*max-height: 110px;*/
}

.news-type2 .list-group-item:hover {
    background-color: #ffffff;
}

.news-type2>.list-group-item img {
    display: none;
}

.news-type2>.list-group-item:first-child img {
    display: block;

}

/*.news-type2 .list-group-item:hover img {display: block; }*/

.news-type2>.list-group-item .inner {
    padding: 8px 10px;
}

.news-type2>.list-group-item .inner a.title {
    display: block;
    height: 50px;
    overflow: hidden;
}

.news-type2>.list-group-item:first-child .inner {
    bottom: 0px;
    left: 0%;
    padding: 40px 10px 10px;
    position: absolute;
    right: 0%;
    z-index: 2;
    /* background: transparent linear-gradient(to bottom, transparent, rgb(33, 62, 76)) repeat scroll 0 0;*/
    background: transparent linear-gradient(to bottom, transparent, rgb(12, 47, 64)) repeat scroll 0 0;
    padding-top: 20px !important;
}

.news-type2>.list-group-item:first-child .inner a.title,
.news-type2>.list-group-item .inner h2,
.news-type2>.list-group-item .inner h2 a,
.news-type2>.list-group-item .inner .desc {
    color: #ffffff;
}

.news-type2>.list-group-item:first-child .inner a.title {
    font-family: 'Droid Arabic Naskh';
    font-weight: bold;
    line-height: 26px;
}

#block-custom-phase3-ph3-main-news-blk .list-group-item:first-child .inner {
    padding: 0 10px 10px;
}

#block-custom-phase3-ph3-main-news-blk .news-type2>.list-group-item:first-child img {
    max-height: 130px;
    width: 100%;
}

.today-issue-left-block .news-type2 {
    margin-bottom: 10px;
}


.news-type2>.list-group-item .inner h2 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 24px;
}


/**********/
.from-newspaper>.list-group-item {
    background-color: transparent;
    padding: 0 0 6px;
}

.from-newspaper>.list-group-item .inner a.title {
    color: #294e5e;
}

.from-newspaper>.list-group-item:first-child .inner a.title {
    color: #294e5e;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.from-newspaper>.list-group-item:last-child .inner a.title {
    font-family: "Droid Arabic Naskh";
    font-weight: bold;
    line-height: 26px;
    color: #ffffff;
}

.from-newspaper>.list-group-item:first-child img {
    display: none !important;
}

.from-newspaper>.list-group-item:last-child img {
    display: block !important;
}

.from-newspaper>.list-group-item .inner {
    padding: 7px 10px;
}

.from-newspaper>.list-group-item:first-child .inner {
    background: none !important;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    position: unset;
    right: 0;
    z-index: 2;
}

.from-newspaper>.list-group-item:last-child .inner {
    background: transparent linear-gradient(to bottom, transparent, rgb(33, 62, 76)) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.list-group.newspaper-list {
    margin-bottom: 0;
}

.newspaper-list .list-group-item {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 0 rgba(0, 0, 0, 0.26);
    border: 0 solid #ddd;
}

.newspaper-list .list-group-item a.title {
    display: block;
    line-height: 25px;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}

.newspaper-list>.list-group-item {
    padding-bottom: 10px !important;
}

/***************/
.page-home .news-big-item-type2 h2.title a {
    line-height: 38px;
}

.news-big-item {
    overflow: hidden;
    position: relative;
}

.news-big-item .inner {
    bottom: 0px;
    padding: 30px 10px 20px;
    position: absolute;
    z-index: 2;
    background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    width: 100%;
}

.news-big-item .inner a.title {
    color: #fff;
}

#block-custom-phase3-ph3-main-news-blk .news-big-item .inner a.title {
    font-size: 23px;
    font-family: 'Droid Arabic Naskh';
    font-weight: bold;
}

[lang="fa"] #block-custom-phase3-ph3-main-news-blk .news-big-item .inner a.title {
    font-family: "Mitra LT W20 Bold";
}

span.category {
    background-color: rgba(177, 199, 178, 0.92);
    color: #ffffff;
    display: block;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
}

span.category a {
    color: #ffffff;
}

.news-big-item-type2 h2.title {
    /*background-color: #213e4c;
    font-size: 23px;*/
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px;
    text-align: center;
}

.news-big-item-type2 h2.title a {
    display: block;
    font-family: AwsatBold;
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    overflow: hidden;
    padding: 0px;
    height: 83px;
}

.last-page .news-big-item-type2 h2.title a {
    font-family: AwsatBold;
    font-size: 16px;
    height: 56px;
    line-height: 24px;
}


.last-page .ads-sidebar {
    min-height: 291px;
}

.news-big-item-type2 .content-wipper .title {
    opacity: 0.75;
    position: absolute;
    width: 100%;
}

.news-big-item-type2 img.tr {
    min-height: 293px;
}

.news-big-item-type2 .content-wipper a:focus>img,
.news-big-item-type2 .content-wipper a:hover>img {
    opacity: 1;
}



.news-big-item-type2 .content-wipper {
    overflow: hidden;
    position: relative;
}

.page-home-international-section-last-page .news-big-item-type2 h2.title a {
    line-height: 30px;
    max-height: 60px;
    min-height: 60px;
}

.pager {
    margin: 15px 0;
    padding-left: 0;
    padding-right: 0;
}

.pager li>a,
.pager li>span {
    background-color: transparent;
    border: 0 solid #ddd;
    border-radius: 0;
    display: inline-block;
    font-size: 23px;
}

.main-container.container {
    /*  border: 1px solid #dddddd;*/
}


[dir="rtl"] #block-custom-phase3-ph3-from-newspaper-blk,
[dir="rtl"] #block-custom-phase3-ph3-multimedia-blk,
[dir="rtl"] #block-custom-phase3-ph3-multimedia-inside-blk,
[dir="rtl"] #most-viewd-block-inside,
[dir="rtl"] #block-instagram-block-instagram-block,
[dir="rtl"] #block-custom-phase3-ph3-instagram-inside-blk {
    right: 50%;
    margin-right: -50vw;
}

#block-custom-phase3-ph3-from-newspaper-blk,
#block-custom-phase3-ph3-multimedia-blk,
#block-custom-phase3-ph3-multimedia-inside-blk,
#most-viewd-block-inside,
#block-instagram-block-instagram-block,
#block-custom-phase3-ph3-instagram-inside-blk {
    margin-left: -50vw;
    position: relative;
    left: 50%;
    width: 100vw;
    padding: 20px 0;
}

#block-custom-phase3-ph3-from-newspaper-blk,
#most-viewd-block-inside {
    background-color: #ffffff;
    padding-top: 50px;
    overflow: hidden;
}

#block-custom-phase3-ph3-multimedia-blk,
#block-custom-phase3-ph3-multimedia-inside-blk,
#block-instagram-block-instagram-block,
#block-custom-phase3-ph3-instagram-inside-blk {
    background-color: #213e4c;
    padding-bottom: 70px;
}

#block-custom-phase3-ph3-multimedia-blk,
#block-instagram-block-instagram-block,
#block-custom-phase3-ph3-instagram-inside-blk {
    margin-bottom: 0px;
}

h2.block-title,
h1.block-title {
    margin: 0 10px 10px;
    font-size: 30px;
    color: #213e4c;
}

.bottom_block {
    margin-bottom: 30px;
}

/*****opinion-boxes********/
.opinion-boxes {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.opinion-boxes .op-art {
    background-color: #ffffff;
    border-top: 10px solid #294e5e;
    margin-bottom: 15px;
    padding: 10px 10px 20px;
}

.page-home .opinion-boxes .op-art .summary {
    min-height: 75px;
}

.page-node .opinion-boxes .op-art {
    background-color: #f2f2f2;
}

.opinion-boxes .op-art .pull-left {
    width: 170px;
    margin-top: 10px;
}

.opinion-boxes .op-art h4 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;


}

.opinion-boxes .op-art h4 a {
    display: block;
    line-height: 30px;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}

[lang="tr"] .opinion-boxes .op-art h4 a {
    line-height: 27px;
    max-height: 80px;
    min-height: 80px;
    overflow: hidden;
}

.opinion-boxes .op-art a.wname {
    text-decoration: none;
    color: #284f5f;
    font-size: 18px;
}

.opinion-boxes .op-art .summary {
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-height: 70px;
    overflow: hidden;
    font-family: "AwsatLight";
}

.opinion-boxes .op-art .w-image {
    height: 55px;
    width: 55px;
}

.opinion-boxes .boxes-item:nth-child(4) a.wname {
    color: #c6d6c4;
}

.opinion-boxes .boxes-item:nth-child(6) a.wname {
    color: #a1bea5;
}

.opinion-boxes .boxes-item:nth-child(8) a.wname {
    color: #9fbca2;
}

.opinion-boxes .boxes-item:nth-child(9) a.wname {
    color: #294f5b;
}

.opinion-boxes .boxes-item:nth-child(1) .op-art,
.opinion-boxes .boxes-item:nth-child(3) .op-art,
.opinion-boxes .boxes-item:nth-child(5) .op-art,
.opinion-boxes .boxes-item:nth-child(9) .op-art {
    border-top: 10px solid #54717f;
}

.opinion-boxes .boxes-item:nth-child(2) .op-art,
.opinion-boxes .boxes-item:nth-child(7) .op-art {
    border-top: 10px solid #a0bda1;
}

.opinion-boxes .boxes-item:nth-child(4) .op-art {
    border-top: 10px solid #294e5e;
}



/**************/
[dir="rtl"] #block-custom-phase3-ph3-news-terms-blk .bg:after {
    right: 35px;

}

#block-custom-phase3-ph3-news-terms-blk .bg:after {
    border-right: 6px solid #b2bdc1;
    bottom: 10px;
    content: "";
    position: absolute;
    left: 35px;
    top: 10px;
    z-index: -1;
}



#block-custom-phase3-ph3-news-terms-blk h1.block-title,
#block-custom-phase3-ph3-news-terms-second-blk h1.block-title {
    background-color: #294e5e;
    color: #ffffff;
    font-size: 17px;
    padding: 5px 10px;
    width: 150px;
    margin-right: 0;
    margin-bottom: 25px;

}

#block-custom-phase3-ph3-news-terms-second-blk h1.block-title {
    margin-bottom: 10px;
}

#block-custom-phase3-ph3-news-terms-blk h1.block-title a,
#block-custom-phase3-ph3-news-terms-second-blk h1.block-title a {
    color: #ffffff;
}

.cat-items .item {
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.cat-items .item .title {
    display: block;
    max-height: 57px;
    overflow: hidden;
    padding: 5px;
}


/****** newsletter-opinion ****/

#newsletter-opinion {
    cursor: default;
    margin: 23px 0;
}

.mailchimp-newsletter-mergefields {
    padding-top: 0px;
}

#mailchimp-signup-subscribe-block-opinion-newsletter-form .form-item-mergevars-EMAIL label,
#mailchimp-signup-subscribe-block-opinion-newsletter-form--2 .form-item-mergevars-EMAIL label,
#mailchimp-signup-subscribe-block-english-newsletter-form .form-item-mergevars-EMAIL label {
    display: none;
}

#mailchimp-signup-subscribe-block-opinion-newsletter-form input[type="text"],
#mailchimp-signup-subscribe-block-opinion-newsletter-form--2 input[type="text"],
#mailchimp-signup-subscribe-block-english-newsletter-form input[type="text"] {
    background-color: #fff;
    border-radius: 0;
}


#mailchimp-signup-subscribe-block-opinion-newsletter-form .form-submit,
#mailchimp-signup-subscribe-block-opinion-newsletter-form--2 .form-submit,
#mailchimp-signup-subscribe-block-english-newsletter-form .form-submit {
    float: right;
    right: 1px;
    margin-top: -48px;
    position: absolute;
    z-index: 5;
    background-color: #a1bda1;
}

[dir="rtl"] #mailchimp-signup-subscribe-block-opinion-newsletter-form .form-submit,
[dir="rtl"] #mailchimp-signup-subscribe-block-opinion-newsletter-form--2 .form-submit,
[dir="rtl"] #mailchimp-signup-subscribe-block-english-newsletter-form .form-submit {
    float: left;
    left: 1px;
    right: auto;

}

.newsletter-opinion {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.newsletter {
    margin: 10px;
    position: sticky;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}

.newsletter h2,
.newsletter-opinion h2 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 24px;
}

.newsletter .summary,
.newsletter-opinion .summary {
    color: #565656;
    font-family: "Droid Arabic Naskh";
    font-size: 12px;
}

.newsletter-opinion .form-control-feedback {
    color: #ccc;
}

.newsletter .content:after,
.newsletter-opinion .content:after {
    color: #c1c1c1;
    content: "\2709";
    font-family: "Glyphicons Halflings";
    font-size: 127px;
    right: 0;
    position: absolute;
    top: -35px;
    z-index: -1;
    opacity: 0.4;
}

[dir="rtl"] .newsletter .content:after,
[dir="rtl"] .newsletter-opinion .content:after {
    left: 0;
    right: auto;
}

.newsletter .content::after {
    font-size: 82px;
}

#newsletter-opinion .content::after {
    font-size: 130px;
}

.newsletter-opinion-form {
    margin: 10px;
    z-index: 2;
}

.not-front .newsletter-opinion {
    margin-top: 15px;
}

.newsletter-opinion-form input.form-control {
    border: 0 solid #ccc;
    border-radius: 0;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-wrapper {
    float: right;
    width: 33%;
}

.mailchimp-signup-subscribe-form .form-type-checkbox.form-item.checkbox {
    margin: 4px;
    padding: 0;
}

.mailchimp-signup-subscribe-form-description {
    font-weight: bold;
}

.mailchimp-newsletter-mergefields {
    clear: both;
    padding-top: 14px;
}


.today-issue-left-block {
    margin-top: -45px;

}



.today-issue {
    background-color: #eee;
    font-size: 21px;
    margin-bottom: 5px;

}

.topdate-newspaper {
    color: #c3c3c3;
}

.today-issue a {
    display: block;
}

.today-issue a {
    color: #213e4c;
}

.today-issue span {
    display: inline-block;
    padding: 5px 10px;
}

.list-type2 .list-group-item {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 3px;
    border-radius: 0;
    padding-bottom: 5px;
}

.list-type2>.list-group-item:first-child {
    padding-bottom: 15px;
}

.list-type2>.list-group-item:first-child .inner {
    bottom: 15px;
}

.list-type2 .list-group-item a {
    color: #53717f;
}

.list-type2 .list-group-item a:hover {
    color: #333;
}



/***********/
.most-read .content {
    background-color: #f9f9f9;
    padding: 0 5px;
}

.most-read ul.nav-tabs {
    width: 100%;
    border-bottom: 4px solid #6b6862;
}

.most-read .nav-tabs>li.active>a,
.most-read .nav-tabs>li.active>a:focus,
.most-read .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-width: 0;
    font-size: 23px;
}

[lang="tr"] .most-read .nav-tabs>li.active>a,
[lang="tr"] .most-read .nav-tabs>li.active>a:focus,
[lang="tr"] .most-read .nav-tabs>li.active>a:hover {
    font-size: 17px;
}


#Viewed ul,
#Printed ul {
    clear: both;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    counter-reset: my-badass-counter;
}

#Viewed ul li,
#Printed ul li {
    margin: 15px 10px;
}

#Viewed ul li.last,
#Printed ul li.last {
    display: none;
}

#Viewed ul li .title:before,
#Printed ul li .title:before {

    color: #ccc;
    font: 40px/48px AwsatBold;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    font-weight: normal;
}

#Viewed ul .photo,
#Printed ul .photo {
    display: none;
}

#Viewed .title>a,
#Printed .title>a {
    display: block;
    margin-top: -42px;
    padding-left: 30px;
}

[dir="rtl"] #Viewed .title>a,
[dir="rtl"] #Printed .title>a {
    padding-right: 30px;
    padding-left: 0;
}

.Blogs .content {
    background-color: #ffffff;
    padding: 10px;
}

.Blogs h2.block-title {
    background-color: #294e5e;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px;
    margin: 0;
}

.Blogs h2.block-title a {
    color: #ffffff;
}

.Blogs .item {
    border-bottom: 1px solid #e7e7e7;
    padding: 9px 0;
}

.Blogs .auther {
    color: #a1bd9f;
}

.Blogs .item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
    min-height: 39px;
}

.Blogs .auther img {
    border: 1px solid #a1bd9f;
    width: 30px;
    margin-left: 5px;
}

.Blogs .item:last-child {
    border-bottom: 0px solid #e7e7e7;
}


/***editor-choices***/
.editor-choices {
    padding-top: 8px;
    overflow: hidden;
}

.editor-choices .item a {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    display: block;
    line-height: 27px;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    padding: 10px;
}


/***********/

.mrow .col-md-3 {
    padding-left: 0px;
}

#block-custom-phase3-ph3-multimedia-blk .block-title,
#block-custom-phase3-ph3-multimedia-inside-blk .block-title,
#block-custom-phase3-ph3-multimedia-blk .block-title a,
#block-custom-phase3-ph3-multimedia-inside-blk .block-title a,
#block-instagram-block-instagram-block .block-title a,
#block-custom-phase3-ph3-instagram-inside-blk .block-title a {
    color: #ced3d7;
    padding-bottom: 15px;
}

#block-custom-phase3-ph3-multimedia-blk .block-title a:hover,
#block-custom-phase3-ph3-multimedia-inside-blk .block-title a:hover,
#block-instagram-block-instagram-block .block-title a:hover,
#block-custom-phase3-ph3-instagram-inside-blk .block-title a:hover {
    color: #fff;
}

#media .wrapper:hover {
    opacity: 0.8;
}

#media .wrapper::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#media .wrapper .inner {
    bottom: 0;
    color: white;
    padding: 10px;
    position: absolute;
    width: 100%;
}

#media .wrapper {
    background-size: cover;
    position: relative;
}

#media .wrapper:hover .inner {
    background-color: rgba(0, 0, 0, 0.36);
}

#media .wrapper:hover .inner span {
    display: inline-block !important;
    padding: 0px 4px;
}

#media .icon {
    color: rgba(188, 197, 202, 0.7);
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

#media .icon-big {
    color: rgba(188, 197, 202, 0.7);
    font-size: 60px;
}

#mediaModal .modal-content {
    background: rgba(41, 79, 94, 0.85) none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
}

#mediaModal .modal-header {
    border-bottom: medium none;
}

#mediaModal .modal-header .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
}

#mediaModal .modal-header .close:hover {
    opacity: 0.6;
}

#mediaModal .modal-body {
    padding: 20px 80px;
}

#mediaModal .modal-body .main-wrapper {
    padding: 0 30px;
}

#mediaModal .owl-carousel {
    margin-bottom: 20px;
    position: relative;
}

#mediaModal .owl-carousel .item--description {
    padding: 20px 15px;
}

#mediaModal .owl-carousel .item--description .title {
    font: 22px/25px "AwsatLight", sans-serif;
}

#mediaModal .owl-carousel .item--description .about {
    margin-top: 7px;
}

#mediaModal .owl-carousel.thumbs .owl-nav {
    top: calc(50% - 12px);
}

#mediaModal .owl-carousel.thumbs .owl-nav .owl-prev,
#mediaModal .owl-carousel.thumbs .owl-nav .owl-next {
    font-size: 15px;
}

#mediaModal .owl-carousel.thumbs .wrapper {
    height: 140px;
}

#mediaModal .owl-carousel.thumbs .wrapper .inner {
    bottom: 0;
    color: #fff;
    min-height: 51px;
    padding: 6px;
    position: absolute;
}

#mediaModal .owl-carousel.thumbs .wrapper .inner .title {
    padding: 0 5px;
    width: 83.3333%;
}

#mediaModal .owl-carousel.thumbs .wrapper .inner .icon {
    width: 16.6667%;
}

#mediaModal .owl-carousel .owl-nav {
    left: 0;
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    top: calc(50% - 40px);
}

#mediaModal .owl-carousel .owl-nav .owl-prev,
#mediaModal .owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
}

#mediaModal .owl-carousel .owl-nav .owl-prev {
    right: -40px;
}

#mediaModal .owl-carousel .owl-nav .owl-next {
    left: -40px;
}

.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
}

.owl-carousel .owl-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    backface-visibility: hidden;
    float: left;
    min-height: 1px;
}

.owl-carousel .owl-item img {
    display: block;
    transform-style: preserve-3d;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
}

.owl-carousel.owl-grab {
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out 0s;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: relative;
}

.owl-carousel .owl-video-play-icon {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) url("/themes/aw3/css/owl.video.play.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform 0.1s ease 0s;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s ease 0s;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}

/*******happening-now****/
.happening-now {
    background-color: #213e3c;
    padding-bottom: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.happening-now .category {
    background-color: rgba(177, 199, 178, 0.92);
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 25px;
    width: 140px;
    position: unset;
}

#ticker_container {
    margin-top: 0px;
}

[dir="rtl"] #newscontent {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

#newscontent a {
    color: #fff;
}

#news {
    display: none;
    min-height: 50px;
}

#news a {
    display: block;
    max-height: 50px;
    overflow: hidden;
    text-decoration: underline;
}

#news a:hover {
    color: #f8f8f8;
}

#controls {
    display: none;
    height: 16px;
    float: left;
}

#controls .icon {
    fill: #f2f2f2 !important;
}

.news_tricker {
    width: 100%;
    overflow: hidden;
}



/**********footer********/
.footer {
    background-color: #fff;
    padding: 50px 0 20px;
}

.footer .social-icons {
    padding-bottom: 20px;
}

.footer .social-icons>a {
    padding-left: 10px;
}

.footer .grp_logo {
    width: 85px;
}

.copyright {
    clear: both;
    color: #bbbbbb;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.footer .list-inline {
    padding-right: 0px;
}

.footer .list-inline>li a {
    border-right: 2px solid #575757;
    font-family: AwsatBold;
    font-size: 18px;
    padding-right: 10px;
}


.footer .list-inline>li:last-child a {
    border-right: 0px solid #575757;
}


[dir="rtl"] .footer .list-inline>li a {
    border-left: 2px solid #575757;
    padding-left: 10px;
    border-right: 0px solid #575757;
    padding-right: 0px;
}

[dir="rtl"] .footer .list-inline>li:last-child a {
    border-left: 0px solid #575757;
}


.section-menu-footer a {
    display: block;
    margin: 3px;
    cursor: pointer;
}

#newsletterModal .modal-content,
#newsletterModalopinion .modal-content {
    background: rgba(41, 79, 94, 0.95) none repeat scroll 0 0;
    color: #fff;
}

#newsletterModal .modal-header .close,
#newsletterModalopinion .modal-header .close {
    color: #fff;
    margin-top: -2px;
    opacity: 1;
}

#Ads-block {
    margin: 10px;
}


/******Inside Pages*******/
.not-front {
    background-color: #fff;
}

.breadcrumb {
    display: none;
}

.page-node .breadcrumb {
    display: block;
    background-color: transparent;
    padding: 8px 0;
}

.page-node .breadcrumb a {
    color: #213e3c;
}

.page-node .breadcrumb>.active {
    color: #777;
    display: none;
}

h1.node-title {
    font-weight: bold;
}

#update_date {
    line-height: 30px;
}

.node-info {
    color: #333333;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 10px 0;
}

.node-info:before {
    background: #bdd9bd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 14px;
    width: 90px;
}

.node-info:after {
    background: #bdd9bd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    width: 90px;
    margin-top: 20px;
}

.node-stats {
    color: #878787;
    padding-top: 5px;
}

#writer_info .views-field-field-opinion-writer-photo {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
}

[dir="rtl"] #writer_info .views-field-field-opinion-writer-photo {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
}



#writer_info .views-field-field-opinion-writer-photo img {
    border-radius: 50%;
    border: 1px solid #ddd;
    max-height: 130px;
    max-width: 130px;
}

#writer_info .views-field-title a {
    color: #a1bda1;
    font-size: 30px;
}

#writer_info .views-field-body {
    color: #878787;
}

#writer_info {
    border-bottom: 1px solid #bdd9bd;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#writer_info .views-field-field-opinion-facebook,
#writer_info .views-field-field-opinion-twitter,
#writer_info .views-field-field-opinion-email,
#writer_info .views-field-field-opinion-google,
#writer_info .follow {
    float: right;
    margin-left: 2px;
}

#writer_info .follow {
    background-color: #a1bda1;
    border-radius: 4px;
    color: #fff;
    margin-right: 4px;
    margin-top: 0px;
    padding: 0 8px;
}

#writer_info .follow a {
    color: #fff;
}

#block-custom-phase3-ph3-last-opinion-blk {
    padding-top: 25px;
}

#block-custom-phase3-ph3-opinion-other-artical-blk .block-title,
#block-custom-phase3-ph3-editor-selections-inside-blk .block-title {
    overflow: hidden;
    position: relative;

}

#block-custom-phase3-ph3-opinion-other-artical-blk .opinion-boxes {
    padding-top: 30px;
}

#block-custom-phase3-ph3-opinion-other-artical-blk .block-title:after {
    background-color: #ccc;
    content: "";
    height: 1px;
    margin-right: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
}

#block-custom-phase3-ph3-opinion-writer-artical-blk h2.block-title,
#block-custom-phase3-ph3-opinion-most-read-blk h2.block-title,
.block-title.bg,
#block-custom-phase3-ph3-most-read-blk h2.block-title,
#block-custom-phase3-ph3-ads-banner-sidebar-blk h2.block-title {
    background-color: #a1bda1;
    color: #fff;
    font-size: 23px !important;
    margin: 0 !important;
    padding: 5px;
}

#block-custom-phase3-ph3-ads-banner-sidebar-blk h2.block-title a {
    color: #fff;
}

.block-title.bg {
    width: 200px;
}

.aws-list .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
}

.aws-list .list-group-item:first-child {
    border-top-width: 0;
}



/*********/

.comment-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.commnent-author {
    color: #a1bda1;
    font-size: 21px;
    margin-top: 10px;
    text-decoration: underline;
}

.commnent-country,
.commnent-date {
    display: none;
}

.ajax-comment-wrapper:before {
    color: #a0a0a0;
    /* content: "\f2c0";
    font-family: FontAwesome;
    font-size: 43px;*/
    content: url("/sites/all/themes/aw3/images/user.png?d");
    margin-right: -52px;
    padding-top: 8px;
    position: absolute;
    text-decoration: none;
}

.ajax-comment-wrapper {
    padding-right: 55px;
    padding-bottom: 20px;
}

.ajax-comment-wrapper h3,
.ajax-comment-wrapper .field-name-field-comment-country {
    display: none;
}

.ajax-comment-wrapper .submitted {
    visibility: hidden;
}

.ajax-comment-wrapper .submitted .username {
    visibility: visible !important;
    color: #a1bda1;
    font-size: 21px;
    position: absolute;
    margin-right: -15px;
    text-decoration: underline;
    overflow: hidden;
}

.ajax-comment-wrapper .field-name-comment-body {
    padding-top: 5px;
}

.ajax-comment-wrapper ul.links {
    padding-right: 0;
}

.ajax-comment-wrapper ul.links li {
    background-color: #294e5e;
}

.ajax-comment-wrapper ul.links li a {
    color: #fff;
}

.flag-comment_flag {
    background-color: transparent !important;
    color: #000;
}

.comment-wrapper .collapse {
    margin-top: 20px;
}



.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-envelope {
    color: #fff;
    background-color: #a1bda1;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-print {
    color: #fff;
    background-color: #213e4c;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
    margin-bottom: 4px;
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#share_tools {
    opacity: 0.35;
    width: 35px;
    position: absolute;
    left: -30px;
}

[dir="rtl"] #share_tools {
    right: -30px;
}

#share_tools:hover {
    opacity: 1;
}

@media (min-width: 979px) {

    #share_tools .affix-bottom {
        position: absolute !important;
        top: 10px;
    }

}


#share_tools .affix {
    top: 10px;
    width: 35px;
    z-index: 9999 !important;
}



#comments div.ajax-comment-wrapper {
    display: none;
}

#addComment {
    margin-right: 0px;
}

#addComment,
#loadMore,
#showLess {
    font-size: 23px;
    display: inline-block;
    cursor: pointer;
    margin-left: 25px;
}

#addComment a {
    color: #fff;
}

#loadMore:hover,
#showLess:hover {
    color: #a1bda1;
}

#showLess {
    display: none;
}

.most-viewd,
.most-read {
    counter-reset: my-badass-counter;
}

.most-viewd dl {
    overflow: hidden;
    padding: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media only screen and (max-width : 768px) {
    .most-viewd dl {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.most-viewd dt:before,
.most-read dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 0;
    font: 50px/65px AwsatBold;
    color: #ccc;
}

[dir="rtl"] .most-viewd dt:before,
[dir="rtl"] .most-read dt:before {
    right: 0;
}


.most-viewd dt:after {}

.most-viewd dt,
.most-read dt {
    position: relative;
}

.most-read dt a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    min-height: 50px;
    padding: 10px 40px 10px 0;
}

.most-viewd dt a {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    margin-right: 80px;
    margin-left: 0;
    min-height: 80px;
    padding: 5px 0;
    font-weight: normal;
    position: relative;
}

[dir="rtl"] .most-viewd dt a {
    margin-left: 80px;
    margin-right: 0;
}

.most-viewd dt a .title,
.most-read dt a .title {
    margin-left: 45px;
}

[dir="rtl"] .most-viewd dt a .title,
[dir="rtl"] .most-read dt a .title {
    margin-right: 45px;
}


.tab-content .most-viewd dl,
#block-custom-phase3-ph3-most-read-blk .most-viewd dl,
#block-custom-phase3-ph3-opinion-most-read-blk .most-viewd dl {
    column-count: 1;
    overflow: hidden;
    padding: 11px 10px;
}

.tab-content .most-viewd dt a,
#block-custom-phase3-ph3-most-read-blk .most-viewd dt a,
#block-custom-phase3-ph3-opinion-most-read-blk .most-viewd dt a {
    border-bottom: 0 solid #ddd;
    line-height: 28px;
    margin-right: 4px;
    margin-left: 0;
    max-height: 64px;
    min-height: 64px;
    overflow: hidden;

}


[dir="rtl"] .tab-content .most-viewd dt a,
[dir="rtl"] #block-custom-phase3-ph3-most-read-blk .most-viewd dt a,
[dir="rtl"] #block-custom-phase3-ph3-opinion-most-read-blk .most-viewd dt a {

    margin-left: 4px;
    margin-right: 0;

}

.tab-content .most-viewd dt a .title,
#block-custom-phase3-ph3-most-read-blk .most-viewd dt a .title,
#block-custom-phase3-ph3-opinion-most-read-blk .most-viewd dt a .title {
    margin-left: 30px;
}

[dir="rtl"] .tab-content .most-viewd dt a .title,
[dir="rtl"] #block-custom-phase3-ph3-most-read-blk .most-viewd dt a .title,
[dir="rtl"] #block-custom-phase3-ph3-opinion-most-read-blk .most-viewd dt a .title {
    margin-right: 30px;
    margin-left: 0;
}

body.page-home,
body.page-allpublish,
body.page-cartoons {
    background-color: #eee;
}

.page-home .thumbnail {
    padding: 0;
    border-radius: 0;
}

.page-home .caption>h4,
.page-home .caption>h3 {
    font-size: 23px;
    margin-top: 0;
}

.page-home .caption h4>a,
.page-home .caption h3>a {
    display: block;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}

.page-home .media-type-2 p.summary,
.last-page p.summary2 {
    color: #a2a2a2;
}

.page-home .caption>p.summary {
    max-height: 50px;
    color: #a2a2a2;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-home-international-section-last-page .caption>p.summary2 {
    color: #a2a2a2;
    margin-bottom: 11px;
    max-height: 120px;
    min-height: 116px;
    overflow: hidden;
}

.ads-sidebar {
    min-height: 266px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}

.ads-sidebar iframe {
    max-width: unset !important;
}


/*.ads-sidebar iframe{
    right: -30px;
}*/


.normal-category-page .row:nth-child(3) .ads-sidebar iframe {
    right: -30px;
}


/*******.media-type-1********/
.media-type-1 .media {
    background-color: #f5f5f5;
}

.media-type-1 .media:hover,
.media-type-1 .media:first-child {
    background-color: #ffffff;
}

.media-type-1 .media-body {
    padding: 10px 10px 5px;
}

.media-type-1 .media-body a {
    display: block;
    max-height: 49px;
    min-height: 49px;
    overflow: hidden;
}

.media-type-1 .media .media-left {
    display: none;
}

.media-type-1 .media:first-child .media-left,
.media-type-1 .media:hover .media-left {
    display: block;
    float: right;
    padding: 0 0 0 5px;
}

.media-type-1 .media-left .media-object {
    height: 74px;
}

img.tall-thumb {
    height: 302px;
    width: 350px;
}

/*******.media-type-2********/

.media-type-2 .media {
    background-color: #fff;
    border: 1px solid #ddd;
}

.media-type-2 .media-body {
    display: block;
    float: left;
    height: 300px;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
    width: 44%;
}

.media-type-2 .media-left,
.media-type-2 .media>.pull-left {
    float: right;
    padding: 0 0 0 10px;
}


/*******.media-type-3********/

.media-type-3 .media {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
}

.media-type-3 .media-body a {
    display: block;
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
}

.media-type-3 .media:first-child {
    margin-top: 0;
}


h2.category-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.node_new_body {
    font-family: 'Minion Pro';
    font-size: 22px;
    line-height: 33px;
    text-align: justify;
}

[dir="rtl"] .node_new_body {
    /* new font
	font-family: "Droid Arabic Naskh";
		font-size: 19px;
line-height: 35px;*/

    font-family: AwsatLight;
    font-size: 22px;
    line-height: 33px;
    text-align: justify;
}

[lang="ur"] .node_new_body {
    font-family: 'JameelNooriNastaleeq';
    font-size: 22px;
}

.node_new_body br {
    display: block;
    margin-top: 15px;
}

.node_new_body img {
    width: unset !important;
    height: unset !important;
}

.node_new_body video {
    height: unset !important;
    width: 100% !important;
}

.taxonomy_term {
    padding-top: 25px;
    border-bottom: 1px solid #ccc;
    font-family: "AwsatLight";
    line-height: 16px;
    padding-bottom: 20px;
}

.taxonomy_term span {
    border-left: 1px solid #b2b2b2;
    display: inline-block;
    padding: 0 5px;
}

.taxonomy_term span:last-child {
    border-left: 0px solid #b2b2b2;
}

.new_photo {
    position: relative;
}

.node_new_photo_text {
    background-color: #f9f9f9;
    bottom: 0px;
    font-size: 18px;
    position: absolute;
    opacity: 0.75;
    padding: 4px;
    width: 100%;
}

/*****writer Page********/
#writer_photo_name {
    text-align: center;

}

#about_writer {
    padding-bottom: 10px;
}

#writer_photo_name .node_new_photo img {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 90px;
    padding: 2px;
    width: 90px;
}

.node-type-opinion-writer .views-row {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0;

}

.node-type-opinion-writer .affix {
    top: 10px;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}

.node-type-opinion-writer .views-row .views-field-title {
    font-family: AwsatBold;
    font-size: 25px;
}

/*********news-type3**********/

.news-type3 .newsText {
    background-color: #a0bda1;
    color: #fff;
    height: 65px;
    overflow: hidden;
    padding: 10px;
}


.news-type3 {
    margin-bottom: 0px;
    overflow: hidden;
}




/*****Cat page************/
.page-home .block .view-content .views-row {
    border-bottom: 1px solid #ddd;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}

#ac_big #ac_title {
    display: none;
}

#ac_big .views-field-field-new-photo,
#ac_small .views-field-field-new-photo,
#sections_3block .views-field-field-new-photo,
.views-field-field-opinion-writer-photo,
.views-field-field-files-img,
#ac .views-field-field-new-photo,
.views-field-field-arab-ajam-photo,
.views-field-field-files-photo,
.ac-big .views-field-field-new-photo,
.ac-small .views-field-field-new-photo {
    float: right;
    margin-left: 10px;
}

#ac_big .views-field-field-new-photo img,
#ac_small .views-field-field-new-photo img,
#sections_3block .views-field-field-new-photo img,
.views-field-field-opinion-writer-photo img,
.views-field-field-files-img img,
#ac .views-field-field-new-photo img,
.views-field-field-arab-ajam-photo img,
.views-field-field-files-photo img,
.ac-big .views-field-field-new-photo img,
.ac_small .views-field-field-new-photo img {
    border: 1px solid #f2f2f2;
    padding: 1px;
}

.page-home .views-field-title a,
.page-home .view-main-files-menu .views-field-php a,
.page-home .views-field-name a {
    font-family: AwsatBold;
    display: block;
    font-size: 22px;
    text-align: right;
    text-decoration: none;
}

.block .views-field-view-node {
    overflow: hidden;
}

.block .views-field-view-node a,
.views-field-php-1 .blocks_more_link,
#declassified .views-field-tid a {
    background-color: #213e4c;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 2px 10px;
}

[dir="rtl"] .block .views-field-view-node a,
[dir="rtl"] .views-field-php-1 .blocks_more_link,
[dir="rtl"] #declassified .views-field-tid a {
    float: left;
}

.block .views-field-view-node a:hover {
    background-color: #a0bda1;
}

.normal-category-page .blocks_more_link {
    display: block;
    margin-bottom: 20px;
}

.region-inside-bottom-ph3,
.bottom_block {
    padding-top: 35px;
}

.node_new_resource {
    color: #a1bda1;
    font-size: 23px;
    padding: 35px 0 10px 10px;
}

.node-new .node-info::after,
.node-video .node-info::after {
    height: 0px;
}

.node_new_sub_title {
    font-size: 21px;
}

/*************/
#weather_clock {
    margin-top: -60px;
    padding-bottom: 10px;
}

.weather .weather-icon {
    padding-right: 15px;
    margin-top: 10px;
}

.weather .date {
    color: #aeaeae;
    font-size: 13px;
}

.weather .temp {
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
}

.weather .city-name {
    font-size: 20px;
    line-height: 26px;
    direction: ltr;
}

/************/
.malaheq_one_block .item {
    padding-bottom: 20px;
}

.malaheq_one_block h3 {
    background-color: #213e4c;
    font-size: 20px;
    margin-bottom: 4px;
    padding: 5px 8px;
    width: 145px;
}

.malaheq_one_block h3 a {
    color: #fff;
    display: block;
}


/********video Page****/
.view-main-video-menu.view-display-id-block .view-content .views-row {
    float: right;
    margin: 10px 5px;
    min-height: 165px;
    padding: 7px;
    text-align: right;
    width: 160px;
}

.page-home-international-video .views-field-title a {
    display: block;
    font-family: AwsatBold;
    font-size: 14px
}

#ac_big .views-field.views-field-body,
#ac_small .views-field.views-field-body,
#declassified .views-field-description {
    color: #888;
}

/*******comments*******/
#comment_form_aw {
    padding-top: 20px;
}

#comments h2.comment-form {
    background-color: transparent;
    font-size: 13px;
    margin: 10px 0;
}

#comments form label {
    float: left;
    margin-right: 10px;
    min-width: 100px;
}

[dir="rtl"] #comments form label {
    float: right;
    margin-left: 10px;
    min-width: 100px;
}


form .username {
    color: #71bf51;
    text-decoration: none;
}

#comments .form-control {
    width: 70%;
}

#comments .user-picture {
    float: right;
    margin-right: -27px;
    margin-top: 4px;
    position: relative;
    z-index: 9;
}

#comments .user-picture img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    opacity: 1;
}


#comments .new {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    float: left;
    padding: 0 6px;
}

/**********editorial-section************/
.page-editorial-section #quicktabs-editorial ul.quicktabs-tabs {
    margin-bottom: 20px;
    padding-right: 0;
}

.page-editorial-section #quicktabs-editorial .quicktabs-tabs li {
    background-color: #f3f3f3;
    border-bottom: 1px solid #c3debb;
    margin: 0;
    padding: 0 10px;
}

.page-editorial-section #quicktabs-editorial .quicktabs-tabs li a {
    color: #004d16;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 2px 1px #f0ffeb;
}

.page-editorial-section #quicktabs-editorial .quicktabs-tabs li.active {
    background-color: #c3debb;
}

#quicktabs-tabpage-editorial-0 .view-editorial .field-content img {
    border: 1px solid #cccccc;
    float: right;
    margin-left: 5px;
    padding: 1px;
}

.page-editorial-section #quicktabs-container-editorial .view-content .views-row .views-field-field-editorial-photo img {
    border: 1px solid #dddddd;
    padding: 1px;
}

.views-field-field-editorial-photo img {
    margin-bottom: 10px;
    width: auto !important;
}

.page-editorial-section #quicktabs-container-editorial {
    border: 1px solid #f2f2f2;
    margin: -16px 0 0;
    overflow: hidden;
    padding: 15px 10px 10px;
}

#quicktabs-container-editorial h1 {
    background-color: #f2f2f2;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 33px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 6px;
    text-align: center;
    width: 100%;
}

#quicktabs-container-editorial .views-field-title,
#quicktabs-container-editorial .views-field-title a {
    font-size: 14px;
    font-weight: bold;
}

#quicktabs-tabpage-editorial-0 .view-content .views-row {
    width: 50%;
    margin: 10px 0;
}

#quicktabs-tabpage-editorial-0 .view-header .views-row {
    width: 100%;
    margin-bottom: 20px;
}

#quicktabs-tabpage-editorial-1 .view-content .views-row,
#quicktabs-tabpage-editorial-2 .view-content .views-row,
#quicktabs-tabpage-editorial-3 .view-content .views-row {
    text-align: center !important;
    width: 30%;
    margin-bottom: 20px;
    min-height: 160px;
    float: right;
}

#quicktabs-container-editorial-1 .views-field-title,
#quicktabs-container-editorial-1 .views-field-title a,
#quicktabs-container-editorial-2 .views-field-title,
#quicktabs-container-editorial-2 .views-field-title a,
#quicktabs-tabpage-editorial-1 .views-field-title,
#quicktabs-tabpage-editorial-1 .views-field-title a {
    text-align: center !important;
}

#edit-comment-body-und-0-value-counter {
    font-size: 16px;
    margin-top: 20px;
}

#edit-comment-body .grippie {
    display: none;
}

.page-editorial-section .view-editorial .view-content .views-row {
    border-bottom: 1px solid #dddddd;
    float: right;
    padding-bottom: 10px;
}

.page-editorial-section .views-row-odd.col-sm-4,
.page-editorial-section .views-row-even.col-sm-4 {
    border-bottom: 1px solid #ddd;
    float: right;
    margin-bottom: 23px;
    min-height: 270px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
}

.page-editorial-section .views-row-odd.col-sm-4 .views-field-title a,
.page-editorial-section .views-row-even.col-sm-4 .views-field-title a {
    text-align: center !important;
}

.page-editorial-section .views-row-odd.col-sm-4 img,
.page-editorial-section .views-row-even.col-sm-4 img {
    border: 1px solid #dddddd;
    padding: 1px;
}

.page-editorial-section .views-row-odd.col-sm-6,
.page-editorial-section .views-row-even.col-sm-6 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#quicktabs-tabpage-editorial-0 .view-editorial .view-content .views-field-field-editorial-en-title {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 0 10px 0 0;
    text-align: right;
}

#block-custom-phase2-from-other-edition-blk .content.background,
#block-custom-phase2-from-newspaper-blk .content.background {
    padding-top: 12px;
}

/****************/

#block-custom-phase3-ph3-related-node-blk .cat-items .item {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.07);
}

/****live*****/
.live {
    margin-bottom: 25px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.live span.category {
    background-color: #e56060;
    clear: left;
    color: #fff;
    display: block;
    float: right;
    font-size: 15px;
    padding: 1px 10px;
    width: 170px;
    height: 23px;
}

.live .title {
    display: table-cell;
    height: 113px;
    line-height: 23px;
    overflow: hidden;
    padding: 25px 10px 5px 8px;
    vertical-align: middle;
}

.live img {
    height: 113px !important;
    width: 100px !important;
}

span.category .fa {
    font-size: 12px;
    padding: 0 5px;
}

.live span.category.holder {
    padding: 1px 40px;
}

.holder {
    position: relative;
}

.pulse {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 30px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 7px;
    width: 10px;
    z-index: 10;
}

.dot {
    animation: 3s ease-out 0s normal none infinite running pulse;
    background: transparent none repeat scroll 0 0;
    border: 10px solid #fff;
    border-radius: 60px;
    height: 50px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -13px;
    width: 50px;
    z-index: 1;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    25% {
        opacity: 0.1;
        transform: scale(0);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.1);
    }

    75% {
        opacity: 0.5;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    25% {
        opacity: 0.1;
        transform: scale(0);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.1);
    }

    75% {
        opacity: 0.5;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}


/*************/
.page-taxonomy .views-field.views-field-field-new-photo {
    float: right;
    margin-left: 10px;
}

.page-taxonomy .views-field.views-field-title {
    font-size: 22px;
}

.page-taxonomy .views-field.views-field-body {
    color: #999;
}

.page-taxonomy .views-row {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

/********cartoon_of_day******/
#ac_small {
    clear: both;
}

.page-home-international-cartoon #ac_small .view-id-cartoon_of_day .views-row {
    background-color: #f5f5f5;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    float: right;
    margin: 10px;
    text-align: center;
    width: 22%;
}

.page-home-international-cartoon #ac_small .views-field-title a,
.page-home-international-cartoon #ac_big .views-field-title a {
    text-align: center !important;
    font-size: 16px;
    margin-top: 15px;
}

.page-home-international-cartoon #ac_big .views-row-first {
    text-align: center;

}

.no-padding {
    padding: 0px;
}

.panel {
    background-color: #fafafa;
    border: 0 solid transparent;
    border-radius: 0;
}

[dir="ltr"] .nav.navbar-nav.navbar-right {
    position: absolute;
}

[dir="ltr"] .menu.nav.navbar-nav {
    margin-left: 100px;
}

[dir="ltr"] .nav.navbar-nav.navbar-right .pull-left {
    float: right !important;
}

.date {
    color: #b0b0b0;
    font-size: 15px;
    font-weight: normal;
    margin-right: 0;
}

.date .line {
    padding-right: 1px;
    position: relative;
}

.date .txt {
    margin-left: 83px;
}

[dir="rtl"] .date .txt {
    margin-left: 0;
    margin-right: 83px;
}

.fa-clock-o {
    font-size: 11px;
    padding: 0 5px;
}

.date .line::before {
    border-top: 4px solid rgba(177, 199, 178, 0.92);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
    width: 80px;
}

.date .line::after {
    border-top: 4px solid #213e3c;
    content: "";
    display: block;
    left: 22px;
    position: absolute;
    top: 10px;
    width: 60px;
}

[dir="rtl"] .date .line::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .date .line::after {
    left: auto;
    right: 22px;
}

/*********font-control ****/
.font-control {
    height: 180px;
    width: 30px;
}


.font-control .count {
    height: 160px;
}

[dir="rtl"] .font-control {
    margin-left: 0;
    margin-right: 0;
}

.font-control span {
    border: 1px solid #f2f2f2;
    color: #a1bda1;
    display: block;
    font-family: tahoma;
    font-weight: bold;
    height: 25px;
    line-height: 21px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    width: 35px;
}

input[type="range"] {

    -webkit-appearance: none;
    background-color: transparent;
    background: -webkit-gradient(linear, right, left, from(#f2eeee 50%), to(#7d8997 50%));
    background: -moz-linear-gradient(right, #f2eeee, #7d8997);
    background: -o-linear-gradient(right, #f2eeee, #7d8997);
    background: -webkit-linear-gradient(right, #f2eeee 50%, #7d8997 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2eeee 50%, #7d8997 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*do same for other browsers if required*/

    transform-origin: left bottom 0;
    width: 140px;
    direction: rtl;
    height: 8px;
    bottom: 0;
    margin: 6px 20px;
    position: absolute;
}

[dir="rtl"] input[type="range"] {
    bottom: unset;
    transform-origin: right top 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 95px;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: transparent;
    border-radius: 0px;
    border: 0px solid #7D8997;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #CCCCCC;
    border: 2px solid #FFFFFF;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background: #A1BDA1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]::-moz-range-track {
    width: 95px;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: transparent;
    border-radius: 0px;
    border: 0px solid #7D8997;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #CCCCCC;
    border: 2px solid #FFFFFF;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background: #A1BDA1;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 95px;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0px solid #7D8997;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
    background: #transparent;
    border: 0px solid #7D8997;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #CCCCCC;
    border: 2px solid #FFFFFF;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background: #A1BDA1;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}

#block-custom-ads-system-ads0x0 {
    margin-bottom: 0;
    background-color: #fff;
}

#other-artciles .media .col-md-4.no-padding {
    display: none;
}

#other-artciles .media .col-md-8 {
    width: 100%;
}


#article_content #amazingslider-1 {
    margin-top: -5px !important;
}

#article_content .amazingslider-description-0 {
    font-size: 18px;
    font-family: AwsatBold, arial, tahoma;
    text-align: right;
}

#article_content .amazingslider-title-0 {
    font: 18px AwsatBold, Arial, Tahoma, Helvetica, sans-serif;
}

/********video*****/
.video-sec .item,
.multimedia-sec .item {
    background-color: #fff;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border: 1px solid #eee;
}

.video-sec .item .title,
.multimedia-sec .item .title {
    height: 65px;
    overflow: hidden;
    padding: 10px;
}

.video-sec .col-md-4,
.multimedia-sec .col-md-4 {
    position: relative;
}

.video-sec .item:before {
    content: "\f144";
    font-family: FontAwesome;
    font-size: 35px;
    opacity: 0.5;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 100;
}

.video-sec.cartoon .item:before {
    content: "";
}

.section-list .panel .cont {
    height: 131px;
    overflow: hidden;
}

.section-list .panel .cont h3 {
    line-height: 25px;
}

.liveblog-item {
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
}

.liveblog-item:nth-child(even) {
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.liveblog-item .description img {
    height: 100% !important;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    .news-type3,
    .list-group.newspaper-list {
        margin-bottom: 8px;
    }

    .today-issue-left-block {
        margin-top: 0px;
    }

    .nav>li>a {
        font-size: 16px;
        padding: 10px 3px;
    }

    .menu.nav.navbar-nav.secondary {
        display: none;
    }

    .nav.navbar-nav.navbar-right {
        left: 15px;
        position: absolute;
        top: -45px;
    }

}

/********evening-newsletter*********/
.node-evening-newsletter .field-type-text-with-summary {
    margin: 0 0 10px;
    padding: 10px 8px;
    border-right: 5px solid #ddd;
    background-color: #f9f9f9;
}

.evening-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.evening-list>li {
    margin: 0;
    padding: 5px 0;
}

.evening-list>li a {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    min-height: 78px;
}

.evening-list>li img {
    width: 100px;
    padding-right: 8px;
}


[dir="rtl"] .evening-list>li img {
    padding-left: 8px;
    padding-right: 0px;
}

/*********/
.block-instagram-block {
    clear: both;
    position: relative;
}

/*******Interviews******/
.Interviews .block-title,
.Interviews:first-child .news-type2 {
    margin-bottom: 10px !important;
}

.Interviews .news-type2 .list-group-item:first-child img {
    min-height: 148px;
}

.section-menu-footer.pull-left {
    float: right !important;
}




#block-custom-phase3-ph3-main-news-blk img.evening-newsletter {
    max-height: 121px;
    width: 100%;
}


/*********English theme*******/
[dir="ltr"] #header-top-block .logo {
    margin-bottom: 30px;
}


[dir="ltr"] #header-top-block .navbar-btn {
    margin-top: 0px;
}

[lang="en"] .nav>li>a {
    font-size: 23px;
    padding: 10px 15px;
}

[lang="tr"] .nav>li>a {
    font-size: 18px;
    padding: 10px 10px;
}


[dir="ltr"] .nav>li:first-child>a {
    padding-right: 15px;
}

/*************/
#Ads-block2 div,
#Ads-block2 ins,
#Ads-block2 iframe,
#Ads-block2 img {
    width: 100% !important;
}


.fourth-ads {
    padding-top: 20px;
}

/******/
@media (min-width: 992px) {

    section.col-sm-9,
    #block-custom-phase3-ph3-last-opinion-blk .col-lg-9 {
        width: 72%;
    }

    aside.col-md-3,
    #block-custom-phase3-ph3-last-opinion-blk .col-lg-3 {
        width: 28%;
    }

    #block-custom-phase3-ph3-from-newspaper-blk .col-lg-6.pd-bttm {
        width: 47%;
    }

    #block-custom-phase3-ph3-from-newspaper-blk .col-md-3.today-issue-left-block {
        width: 28%;
    }
}


.amazingslider-bottom-shadow-0 {
    display: none !important;
}

/*********/
.news-type-cover {
    background-color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 0 rgba(0, 0, 0, 0.26);
}

.news-type-cover h3 {
    font-family: "Droid Arabic Naskh";
    font-weight: 700;
    line-height: 30px;
    font-size: 24px;
}

.news-type-cover .main-img {
    width: 300px;
    margin-right: 5px;
    height: 250px;
}

.news-type-cover .summry {
    color: #999999;
    font-size: 15px;
}

.news-type-cover span.divid {
    width: 40px;
    display: block;
    height: 4px;
    background-color: #213e4c;
    margin: 10px 0px 11px 0;
}

.news-type-cover ul.list {
    padding-right: 15px;
}

.news-type-cover ul.list li {
    margin-bottom: 3px;
}

@media (min-width: 768px) {
    .news-type-cover {
        min-height: 340px;
    }

}


/* loader-ellips
------------------------- */
.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}


/***captcha ***/

fieldset.captcha {
    background-color: transparent;
    box-shadow: none;
}

fieldset.captcha .panel-heading {
    display: none;
}

fieldset.captcha .panel-body {
    padding: 0;
}

#block-custom-phase3-ph3-read-blog-cartoon-blk .most-viewd dt a {
    margin-bottom: 4px;
}





.i18n-tr h2.block-title,
.i18n-tr h1.block-title,
.i18n-tr .most-read .nav-tabs>li>a,
.i18n-tr .news-type2>.list-group-item .inner h2,
.i18n-tr h2.category-title {
    text-transform: uppercase;
}


[dir="ltr"] .navbar-nav>li,
[dir="ltr"] .nav-tabs>li {
    float: left !important;
    position: inherit;
    margin: 0 0 0 0.5em;
}