/*
Theme Name: Katara Novels WP Theme
Theme URI: http://www.webpagetuts.com
Author: M.Shifrin <mshifreen@gmail.com>
Author URI: http://mshifrin.webpagetuts.com/
Description: Responsive custom theme for Katara Novels.
Version: 1.0
Text Domain: katara
*/

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

@font-face {
    font-family: 'Arabic Bold';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/DroidKufi-Bold.eot');
    src: url('assets/fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/DroidKufi-Bold.woff2') format('font-woff2'),
    url('assets/fonts/DroidKufi-Bold.woff') format('font-woff'),
    url('assets/fonts/DroidKufi-Bold.ttf') format('truetype');
}

/* =GENERAL
------------------------ */
* {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Tahoma';
    padding: 20px 0;
    color: #000;
    background-color: #f5f5f5 !important;
    direction: rtl;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #961a33 !important;
    font-family: 'Arabic Bold', tahoma;
    font-weight: bolder;
    margin-bottom: 15px;
    line-height: 1.5;
}

a,
.btn {
    color: #961a33;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #6f051b;
}

.table-bordered {
    border-color: #aaa;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #aaa;
}

table td:empty {
    display: none;
}

.container {
    max-width: 1070px;
}

.wrapper {
    background-color: #fff;
}

.scrollup {
    display: none;
    background-color: #000;
    color: #fff;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    font-size: 22px;
}

.scrollup:hover, .scrollup:focus {
    opacity: .6;
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs > li > a {
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs > li.current-menu-item > a,
.nav-tabs > li.current-menu-item > a:hover,
.nav-tabs > li.current-menu-item > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.btn-katara {
    color: #fff;
    background-color: #9d073c;
}

.btn-katara:hover,
.btn-katara:focus {
    color: #fff;
    background-color: #850633;
}

.form-control:focus {
    border-color: #9d073c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(157, 7, 60, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(157, 7, 60, 0.6);
}

textarea.form-control {
    height: 100px;
}

form fieldset > legend {
    color: #961a33 !important;
    font-family: 'Arabic Bold', tahoma;
    font-weight: bolder;
    margin: 0 !important;
    padding: 20px 0 15px;
    border-bottom: none;
    font-size: 18px;
}

form fieldset:first-child > legend {
    padding-top: 0;
}

hr.large-border {
    border-width: 3px;
}

span.required {
    color: #9d073c;
}

#carousel {
    margin-bottom: 30px;
    max-height: 385px;
}

.carousel-indicators li {
    margin-right: 2px;
}

.carousel-indicators li.active {
    position: relative;
    top: -1px;
}

.carousel-caption h3 a {
    color: #fff;
    font-size: 14px;
}

/*.carousel-image {*/
/*    width: 100%;*/
/*    max-height: 300px;*/
/*}*/
.carousel-caption {
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
/*     #carousel {
        min-height: 385px;
    } */

    /*.carousel-image {*/
    /*    max-height: 385px !important;*/
    /*    min-height: 385px;*/
    /*}*/
    .carousel-caption {
        right: 10%;
        left: 10%;
    }

    .carousel-caption h3 a {
        font-size: 24px !important;
    }
}

hr.seperator {
    border-width: 4px;
}

.category-description > p {
    font-size: 16px;
    font-weight: bold;
}

.form-actions.register {
    background-color: #d2bb89;
    padding: 10px;
}

.form-actions.register > p.pull-left {
    /*min-width: 300px;*/
    line-height: 45px;
    margin-bottom: 0;
}

.hide-fields {
    display: none;
}

.media {
    margin-top: 20px;
}

.ie8 nav {
    margin: 0;
}

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

.pagination > li > a,
.pagination > li > span {
    border-color: #9d073c;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #c10e4e;
    color: #fff;
}

.last-update {
    color: #aaa;
    position: relative;
    top: -34px;
    right: 219px;
}

#menu-sub-page > li > a {
    padding: 10px 8px;
}

.radio {
    line-height: 18px;
}

.radio label {
    font-weight: bold;
}

/* =HEADER
------------------------ */
#header {
    font-family: 'Arabic Bold', tahoma;
    background-color: #9d073c;
    border-color: #6f051b;
    min-height: 39px;
    margin-bottom: 0;
}

#header .navbar-brand {
    color: #fbdcfb;
    /*padding: 13px 15px 10px;*/
}

#header .navbar-brand:hover,
#header .navbar-brand:focus {
    color: #fff;
}

#header .navbar-brand.active,
#header .navbar-brand.active {
    background-color: #6f051b;
    color: #fff;
}

#header .navbar-nav > li > a {
    font-weight: bold;
    color: #fbdcfb;
    /*padding: 12px 15px;*/
}

#header .navbar-nav > li > a:hover,
#header .navbar-nav > li > a:focus {
    color: #fff;
}

#header .navbar-nav > .active > a,
#header .navbar-nav > .open > a,
#header .navbar-nav > .active > a:hover,
#header .navbar-nav > .open > a:hover,
#header .navbar-nav > .active > a:focus,
#header.navbar-nav > .open > a:focus {
    background-color: #6f051b;
    color: #fff;
}

#header .navbar-nav > .dropdown > a .caret {
    border-top-color: #fbdcfb;
    border-bottom-color: #fbdcfb;
    margin-top: 3px;
}

#header .navbar-nav > .dropdown > a:hover .caret,
#header .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar ul {
    list-style: none;
}

.dropdown-menu {
    background-color: #f2e5c7;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #d2bb89;
}

.dropdown-menu > li:first-child > a {
    border-top: 1px solid #d2bb89;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #9d073c;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #6f051b;
    color: #fff;
}

#header .navbar-toggle {
    border: none;
}

#header .navbar-toggle:hover,
#header .navbar-toggle:focus {
    background-color: #6f051b;
}

#header .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .navbar-collapse {
    border-color: #6f051b;
}

@media (min-width: 768px) {
    #header .navbar-brand {
        padding: 13px 15px 10px;
    }

    #header .navbar-nav > li > a {
        padding: 12px 15px;
    }
}

/* =MAIN
------------------------ */
#main {
    /*background-color: #f5f5f5;*/
}

#main .jumbotron {
    background-color: #d2bb89;
    background-image: url("assets/img/banner-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.registration-closed {
    margin-top: -15px;
    margin-bottom: 15px;
}

.logo > h1 {
    margin: 31px 0 30px;
}

#main .content {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.main-content > hr:last-child,
.post-content > hr:last-child {
    display: none;
}

/* Main Content */
.page > .post-header,
.tax-albums .album > .post-header,
.category .main-content > .post-header {
    background: url('assets/img/transparent-background.png') top right no-repeat;
    margin-bottom: 20px;
}

.post-header {
    text-align: right;
    margin-bottom: 10px;
}

.post-header > h1 {
    color: #961a33;
    margin: 0;
    line-height: 80px;
}

.post-header > h2 {
    margin-top: 0;
    line-height: 28px;
}

.ie8 .post-header > h2 {
    margin-top: -14px;
}

.post-title > h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.post-sharing,
.post-image,
.post-meta {
    margin-bottom: 20px;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content ul li,
.post-content ol li {
    padding-bottom: 10px;
}

.post-summary > p {
    margin-bottom: 0;
}

.post-image {
    /*text-align: center;*/
}

.post-image a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.post-image a > .icon-search {
    display: none;
}

.post-image a > img {
    opacity: 1;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-image > a:hover > img,
.post-image > a:focus > img {
    opacity: .8;
}

.post-image .caption {
    display: block;
    font-size: 12px;
    color: #aaa;
}

.post-meta {
    color: #aaa;
}

.post-meta .date {
    padding-left: 10px;
}

.category-description {
    margin-bottom: 20px;
}

.category-description > p {
    font-weight: normal;
}

@media (max-width: 767px) {
    .post-image span.icon-search {
        padding-top: 11%;
    }
}

/* Novelist Page */
.country {
    text-align: center;
    /*margin-bottom: 20px;*/
}

.country a {
    display: block;
    padding: 10px 0;
    /*    border: 2px solid #961a33;
        background-color: #f5f5f5;*/
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*.country a:hover,
.country a:focus {
    background-color: #fdfdfd;
    border-color: #6f051b;
}*/
.country a:hover > img,
.country a:focus > img {
    opacity: .7;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.country .flag {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.country .name {
    display: block;
    margin-top: 0px;
}

.novelist.nav-tabs {
    border: none;
}

.novelist.nav-tabs > li {
    border: none !important;
    margin: 0;
}

.novelist.nav-tabs > li > a {
    font-size: 24px;
    border: none !important;
    background-color: #fff;
    color: #6f051b;
    padding: 4px 9px 2px 10px;
}

.novelist.nav-tabs > li.active > a {
    background-color: #6f051b;
    color: #fff;
    direction: rtl;
}

.novelist.tab-content {
    padding: 0;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs > ul > li {
    display: inline-block;
    padding-left: 10px;
    color: #aaa;
    font-family: 'Arabic Regular', tahoma;
}

.breadcrumbs > ul > li.divider {
    color: #ddd;
}

.breadcrumbs > ul > li > a {
    font-size: 12px;
}

/* Image animations */
.view {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.view .mask,
.view .view-content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    color: #fff !important;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 0;
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

/* Novelist page animations */
.view.view-novelist {
    margin-bottom: 25px;
}

.view-novelist .mask {
    background-color: rgba(0, 0, 0, 0.3);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}

.view-novelist h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    margin: auto;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.view-novelist img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}

.view-novelist:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view-novelist:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view-novelist:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-novelist .post-image img {
    border-bottom: 5px solid #9d073c;
}

.novelist-description {
    color: #9d073c;
    font-family: 'Arabic Bold', tahoma;
}

/* Album page animations */
.view-album img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.view-album .mask {
    background-color: #d2bb89;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-album h2 {
    background: transparent;
    margin: 0 !important;
    padding: 25% 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-album p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-album a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-album:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-album:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-album:hover h2, .view-album:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

@media (max-width: 979px) {
    .view-novelist h2 {
        padding: 50% 25px;
    }
}

/* Album Page */
.albums {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 4px solid #9d073c;
    moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.albums h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.albums p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}

/* Menu Sub Page */
#menu-sub-page {
    font-family: 'Arabic Bold', tahoma;
    font-weight: bolder;
    /*border-color: #6f051b;*/
}

/*#menu-sub-page > li > a:hover,
#menu-sub-page > li > a:focus {
    color: #fff;
    background-color: #961a33;
    border-color: #6f051b;
}
#menu-sub-page > li.current-menu-item > a,
#menu-sub-page > li.current-menu-item > a:hover,
#menu-sub-page > li.current-menu-item > a:focus {
    color: #fff;
    background-color: #961a33;
    border-color: #6f051b;
}*/

/* FAQ Page */
#accordion .panel {
    border-color: #d2bb89;
}

#accordion .panel-heading {
    background-color: #fcfbf7;
    border-color: #d2bb89;
}

#accordion .panel-title {
    line-height: 26px;
    text-align: right;
    font-size: 14px;
}

#accordion .panel-title a {
    color: #333;
}

#accordion .panel-title a:hover,
#accordion .panel-title a:hover {
    color: #666;
}

#accordion .panel-title span {
    padding-left: 10px;
    color: #961a33;
}

#accordion .panel-body {
    border-top-color: #d2bb89;
}

@media (max-width: 767px) {
    .jumbotron img {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .jumbotron img {
        margin: 0 auto;
    }
}

/* =COMMENTS
------------------------ */

/* =AUTHOR
------------------------ */

/* =404 PAGE
------------------------ */
.page-not-found .post-header {
    text-align: center;
    font-size: 30px;
}

.page-not-found .error404-smiley {
    font-size: 120px;
    color: #9d073c;
}

.page-not-found .post-content {
    text-align: center;
}


/* =SIDEBAR
------------------------ */
.sidebar {
    margin-top: 0;
    margin-bottom: 0;
}

.widget {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.widget > .widget-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget img {
    margin: 0 auto;
}

.widget ul {
    margin-bottom: 0;
}

.social-icons {

}

.social-icons > p > a > span {
    font-size: 40px;
    position: relative;
    top: 12px;
    margin-left: 20px;
}

/* Quotes */
/*#quotes .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    text-shadow: none;
    color: #000;
    text-align: right;
    padding: 0;
}*/
#quotes blockquote {
    font-family: 'Arabic Regular', tahoma;
    text-align: right;
    margin-bottom: 0;
    background-color: #d2bb89;
    padding: 10px;
    border: none;
    border-right: 4px solid #9d073c;
}

#quotes blockquote p {
    font-size: 14px;
    line-height: 22px;
}

/*#quotes blockquote footer:before,
#quotes blockquote small:before,
#quotes blockquote .small:before {
    content: '\2014 \00A0';
    color: #961a33;
}*/
/*#quotes blockquote > .arrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #d2bb89;
}*/
#quotes .novelist {
    font-family: 'Arabic Bold', tahoma;
    font-weight: bold;
    text-align: left;
}

/*#quotes .carousel-control {
    background: none;
    width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
    text-shadow: none;
    color: #000;
}
#quotes .carousel-control.left {
    right: 75%;
}
#quotes .carousel-control.right {
    right: 75%;
}
blockquote {
    border-left: none;
}*/
/*@media (min-width: 992px) {
    .sidebar {
        margin-top: 0;
        margin-bottom: 0;
    }
}*/
.recent_posts_widget {

}

.recent_posts_widget .widget-title {
    color: #fff !important;
    padding: 10px 10px 5px;
    margin: 0 !important;
    background-color: #961a33;
    font-size: 18px;
}

.recent_posts_widget .sub-title {
    font-family: 'Arabic Bold', tahoma;
    color: #d2bb89 !important;
    padding: 5px 10px 10px;
    background-color: #961a33;
    font-size: 16px;
    margin-bottom: 0;
}

.recent_posts_widget ul {
    padding: 10px;
    border: 1px solid #961a33;
}

.recent_posts_widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
    list-style: none;
}

.recent_posts_widget ul li:first-child {
    padding-top: 0;
}

.recent_posts_widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.recent_posts_widget ul li a {
    color: #333;
    font-family: 'Arabic Regular', tahoma;
    text-align: right;
}

.recent_posts_widget .more-link {
    display: block;
    background-color: #d2bb89;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
    font-family: 'Arabic Bold', tahoma;
    border: 1px solid #961a33;
    border-top: none;
}

/* Prize Box */
.prize-box {
    padding: 10px;
    border: 1px solid #961a33;
    background-color: #d2bb89;
}

.prize-box > li {
    list-style: none;
    padding: 5px 10px;
}

.prize-box > li > a > span:first-child {
    font-weight: bold;
    font-size: 16px;
}

.prize-box > li > a > span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .sidebar {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-content .col-md-3 .widget {
        padding-top: 20px;
    }

    .footer-content .col-md-3:first-child .widget {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-content .col-md-3 .widget {
        padding-top: 20px;
    }

    .footer-content .col-md-3:first-child .widget {
        padding-top: 20px;
    }
}

/* =PAGINATION
------------------------ */

/* =BREADCRUMB
------------------------ */
.breadcrumb {
    background-color: #fff !important;
}

/* =Comments 
------------------------ */
.comments-title {
    margin-bottom: 20px;
}

.comments-title h2 {
    margin: 0;
    line-height: 34px;
}

.comments .media-heading h4 {
    margin-top: 0;
}

.sponsers .link {
    display: block;
    width: 100%;
    height: 100%;
}

.sponsers .link img {
    margin: auto;
    vertical-align: middle;
}

/* =FOOTER
------------------------ */
#footer {
    background-color: #d2bb89;
    background-image: url("assets/img/footer-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 15px;
}

.footer-content {
    padding: 25px 15px;
    text-align: justify;
}

#menu-footer {
    padding-right: 15px;
}

#menu-footer > li {
    padding: 2px 0;
}

#menu-footer > li > a {
    color: #000;
}

#menu-footer > li > a:hover,
#menu-footer > li > a:focus {
    color: #961a33;
}

.site-info {
    font-family: 'Arabic Bold', tahoma;
    border-top: 1px solid #6f051b;
    background-color: #961a33;
    font-size: 12px;
}

.site-info > p {
    color: #fbdcfb;
    text-align: left;
    line-height: 46px;
    margin-bottom: 0;
    padding: 0 20px;
}

.site-info > p > a {
    color: #fbdcfb;
}

.site-info > p > a:hover,
.site-info > p > a:focus {
    color: #fff;
}


/* =COUNTDOWN
------------------------ */
.countdown {
    background-color: #961a33;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.countdown-title > h2 {
    /*font-size: 28px;*/
    font-size: 18px;
    color: #fff !important;
    margin: 0 !important;
    /*line-height: 50px;*/
}

.countdown-title > h2 > a {
    color: #fff;
}

.countdown-title > h2 > a:hover,
.countdown-title > h2 > a:focus {
    opacity: 0.7;
}

.countdown-clock .dash {
    float: left;
    position: relative;
    margin-left: 20px;
}

.countdown-clock .dash > .digits {
    position: relative;
    width: 50px;
    height: 20px;
    margin-bottom: 5px;
}

.countdown-clock .dash > .digits > .digit {
    display: inline-block;
    float: left;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin-left: 2px;
}

.countdown-clock .dash > .title {
    font-size: 10px;
    text-align: center;
}


/* =BOOK SHELF
------------------------ */
.bookshelf .modal-header h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.bookshelf .post-image {
    margin-bottom: 0;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
}

.bookshelf .post-image img {
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 200px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bookshelf .bookshelf-col {
    margin-top: 20px;
    min-height: 300px;
}

.bookshelf .post-image > span {
    display: block;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bookshelf .post-image span:before {
    position: relative;
    top: 40%;
}

.bookshelf .post-image:hover > span,
.bookshelf .post-image:focus > span {
    opacity: 1;
}

.bookshelf .modal-body .row {
    margin-bottom: 20px;
}

.bookshelf .modal-img {
    max-width: 100%;
}

.bookshelf .book-info p {
    color: #ff9001;
}

.bookshelf article {
    text-align: right;
}

.bookshelf article h3 {
    margin: 10px 0 5px;
    line-height: 1.3;
}

.bookshelf article p {
    margin: 0;
    line-height: 1.3;
}

.bookshelf .book-info p .title {
    font-family: 'Arabic Regular', tahoma;
    font-weight: bold;
    color: #333;
}

.bookshelf-page .filter-options {
    margin-bottom: 20px;
}

.bookshelf-page .form-inline > .empty-group {
    margin-right: 20px;
}

.bookshelf-page .panel-collapse {
    position: relative;
    top: 15px;
}

/* PRIZE WINNERS PAGE
----------------------- */
.prize-winner {
    min-height: 295px;
}

.prize-winner h4 {
    text-align: right;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prize-winner .post-image {
    margin-bottom: 0;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
}

.prize-winner .post-image img {
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.prize-winner .post-image > span {
    display: block;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.prize-winner .post-image span:before {
    position: relative;
    top: 40%;
}

.prize-videos .post-image,
.prize-theater .post-image {
    position: relative;
}

.prize-videos .glyphicon,
.prize-theater .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    opacity: 0.6;
    color: #fff;
    font-size: 75px;
}

.prize-videos .glyphicon:hover,
.prize-theater .glyphicon:hover {
    opacity: 1.0;
    cursor: pointer;
}

.video-embed > iframe {
    max-width: 100%;
    height: 400px;
}

.modal-body img {
    margin: 0 auto;
}

#modal-title {
    margin: 0;
}

/* Novelist Registration Form */
.basic-form {
    display: none;
}

.advanced-form {
    display: none;
}

.basic-form .help-block {
    height: 24px;
}

p.download-link {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Frontpage News (Temp) */
.frontpage-news .post {
    margin-top: 20px;
    min-height: 230px;
}

.frontpage-news .post .post-image img {
    max-height: 55%;
}

/* Prize Years */
.year-category {
    padding: 15px 0;
}

/*.tradeshow {*/
/*margin-bottom: 30px;*/
/*padding-bottom: 5px;*/
/*border-bottom: 1px solid #eeeeee;*/
/*}*/
.tradeshow h2 {
    text-align: right;
    min-height: 55px;
}

.tradeshow .post-image {
    margin-bottom: 0;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
}

.tradeshow .post-image img {
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.tradeshow .post-image > span {
    display: block;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tradeshow .post-image span:before {
    position: relative;
    top: 40%;
}

.tradeshow .post-image:hover > span,
.tradeshow .post-image:focus > span {
    opacity: 1;
}

.jury h2 {
    text-align: right;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.jury h2 > span {
    display: block;
    font-size: 14px;
    color: #d2bb89;
}

/* Workshop PDF */
.workshop {
    text-align: center;
}

.workshop > .thumbnail {
    border: none;
    padding: 0;
}

.workshop > .thumbnail > img {
    max-width: 75px;
}

.workshop > .thumbnail > .caption > h3 {
    margin-top: 0;
    margin-bottom: 0;
}

/* Art Competition */
.art-competition .panel-title > a {
    color: #000;
}

.art-competition .panel-title > a:hover,
.art-competition .panel-title > a:focus {
    color: #000;
    opacity: 0.6;
}

/* Forminator plugin modifications */
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-radio .forminator-radio-bullet ~ span,
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-radio .forminator-radio-bullet ~ span {
    margin-left: 0 !important;
    margin-right: 10px;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input-with-icon .forminator-input, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input-with-icon .forminator-input {
    padding-left: 10px !important;
    padding-right: 36px;
    margin-top: -24px;
}

.forminator-input.forminator-field--phone {
    direction: ltr;
}

#et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input-with-icon [class*=forminator-icon-], .forminator-ui.forminator-custom-form[data-design=flat] .forminator-input-with-icon [class*=forminator-icon-] {
    right: 10px;
    left: unset !important;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-phone.allow-dropdown .forminator-input, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-phone.allow-dropdown .forminator-input {
    padding-left: 10px !important;
    padding-right: 50px;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: 0;
    left: auto !important;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-phone .flag-container .selected-flag .iti-flag+.iti-arrow, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-phone .flag-container .selected-flag .iti-flag+.iti-arrow {
    margin-left: 0 !important;
    margin-right: 5px;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox .forminator-checkbox-box~span, .forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox .forminator-checkbox-box~span {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.intl-tel-input .country-list .country {
    direction: ltr;
    text-align: left;
}

.ui-datepicker.forminator-calendar--flat {
    direction: ltr;
}

#forminator-module-44638.forminator-design--flat .forminator-has_error .forminator-input {
    box-shadow: inset -2px 0 0 0 #e04562 !important;
    -moz-box-shadow: inset -2px 0 0 0 #E04562 !important;
    -webkit-box-shadow: inset -2px 0 0px 0px #e04562 !important;
}

.forminator-ui#forminator-module-45632.forminator-design--flat .forminator-button-next {
    margin-right: 15px !important;
    margin-left: 0 !important;
}

.forminator-ui#forminator-module-45632.forminator-design--flat .forminator-button-back {
    margin-right: 0 !important;
    margin-left: 15px;
}

.prize-juries div.jury {
	min-height: 290px;
}

/* equal hights columns */
.aligned-row {
  display: flex;
  flex-flow: row wrap;

  &::before {
    display: block;
  }
}