@import url(//fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
    font-family: Greta;
    src: url('../fonts/Greta_Arabic_Regular.eot');
    src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Greta_Arabic_Regular.woff') format('woff'),
    url('../fonts/Greta_Arabic_Regular.otf') format("opentype");
}

.fa {
    font-family:'FontAwesome' !important;
}

body {
    line-height: 1.7em;
    background: #f9f7fa;

}
* {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

a {
    color: #232323;
    font-size: 11.5px;
}

a:hover {
    text-decoration: none;
    color: #b00808;
    transition: all 0.4s ease;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    line-height: 1em;
    /* font-family: "DroidKufiBold" !important; */
    margin-top: 0px;
    margin-bottom: 0px;
}

header {
}

header .main-header {
}

header .newsletter-subscription {
    background: #828083;
    padding: 20px;
}

.newsletter-subscription h3 {
    color: #fff;
    font-weight: bold;
}

.newsletter-subscription p {
    color: #fff;
    font-size: 13px;
}

nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 5px 6px #ddd;
    border-top: 1px solid #cfcdd0;
}

nav ul {
    margin-bottom: 0 !important;
}

nav ul li {
    padding: 10px 15px;
    font-size: 16px;
}

nav ul li a {
    font-size: 16px;
}

nav ul li:last-child {
    padding: 10px 0;
}

.search-input {
    background-image: url(../img/magnifier-tool.png);
    background-position: 4px 5px;
    width: 200px;
    border-radius: 5px;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 2px 2px 2px 0 #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0 #dddddd;
    box-shadow: inset 2px 2px 2px 0 #dddddd;
    font-size: 13px;
    border: 1px solid #aaa;
}

.widget-a {
    background: #828083;
    padding: 20px;
    height: 450px;
    margin-bottom: 25px;
}

.widget-a-item p {;
    background: #cecccf;
    padding: 5px;
}

.widget-a-item p a {
    color: #565457;
    font-weight: bold;
}

.swiper-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-slide-item-caption {
    position: absolute;
    padding: 40px 20px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.gallery-container .swiper-slide-item-caption {
    padding: 20px 10px;
}

.gallery-container .swiper-slide-item-caption h3{
    font-size: 17px;
}

.widget-b {
    margin-bottom: 25px;
    box-shadow: 0px 5px 10px #ddd;
}

.widget-b-header {
    background: #9e1423;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}

.widget-b-header h2 a {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
    padding-bottom: 12px;
    font-weight: bold;
    line-height: 2.5em;
}

.widget-b-content {
    background: #eeecef;
    border: 1px solid #d4d2d5;
    padding: 10px;
}

.widget-b-item {
    margin-bottom: 15px;
    height: 310px;
    border-left: 2px solid #ccc;
}

.widget-b-item:nth-child(3n+3) {
    border: 0;
}

.widget-b-item p {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.widget-b-item time {
    background: #9e1423;
    color: #fff;
    padding: 0px 15px;
    line-height: 0em;
    font-weight: bold;
}

.read-more {
    background-color: #828083;
    padding: 0px 4px;
    float: left;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
}

.advertisement-item {
    margin-bottom: 10px;
}

.gallery {
    padding: 25px;
    border: 1px solid #d4d2d5;
    margin-bottom: 25px;
    background: #fff;
}

.gallery-container {
    height: 250px;
    margin-bottom: 0;
    margin-top: 0;
}

footer {
    height: 50px;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

footer ul {
    padding-top: 10px;
}

footer ul li {
    border-left: 1px solid #78777c;
    padding: 0 15px !important;
    line-height: 15px;

}

footer ul li:last-child {
    border: 0;
}

footer ul li a {
    font-weight: bold;
    color: #78777c;
}

.search-input-li {
    float: left;
}

.article {
    background: white;
    margin-top: 15px;
}
.article h1 {
    padding: 0 25px 10px 25px;
    padding: 25px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.7em;
    color: #bc0b28;
}

.article-description {
    padding: 25px;
}

.article-description * {
    font-family: 'Greta' !important;
    font-size: 17px;
    line-height: 1.7em;

}


.article p {
    padding: 0 0px 10px 0;
}

.article-categories {
    padding: 0 25px 10px 25px;
}

.article-comment {
    background: #fafafa;
    margin-bottom: 15px;
}

#paw-carousel-thumbs .paw-carousel-nav-item:last-child {
    padding: 10px 15px !important;
}

.row-no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.newsticker {
    height: 31px !important;
    padding: 0 25px;
}

.newsticker li {
    padding: 10px 0;
    list-style: none;
}

.newsticker li a {
    font-size: 14px;
}

.recent-news {
    margin: 10px 0;
    background: #fff;
}

.recent-news h3 {
    padding: 10px 0;
    font-size: 21px;
    font-weight: bold;
    background: #b30b25;
    color: #fff;
    text-align: center;
}