/* RTL Version */

/*  Author: Eiad Ashraf, Hazem Tawfik
    Author Website: http://iEiad.com
    Template Name: Romisa Magazine, Blog and News
    Themeforest link: #
    Template version: 1
    //COPY RIGHT RESERVED//
*/

/*
Table of content
    1- General classes
    2- Header Classes
    3- Expanded Search
    4- Main Nav (Menu)
    6- Main Banner sections
    7- Home Page 1
    8- Module One
    9- Module Two
    10- Module Four
    11- Bottom Pagination
    12- Right Side Modules
        12-1 Module B
        12-2 Social Media Types
        12-3 free area Module A
        12-4 Module C
        12-5 Flickr Module 
        12-6 Module D
        12-7 Module F
        12-8 Module G
        12-9 Rightside Social Media icon
    13- Footer
    14- Article page
    15- Post Page
    16- About us
    17- Contact us
    18- Video Background
    19- Authors Page
    20- 404 Page
*/


/* import fonts styles */
/* @import url(fonts.css); */
@import url(droidarabicnaskh.css);
/* /import fonts styles */

html{line-height:1;color:#727272}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
fieldset,hr{border:0;padding:0}
hr{display:block;height:1px;border-top:1px solid #ccc;margin:1em 0}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset{margin:0}
textarea{resize:vertical}

/* General classes */

:root{font-size: 12px}
body{font-family: 'Droid Arabic Naskh', serif; color: #303030}
p{line-height: 2; color: #727272}
:focus{outline: none !important}

.row.full-width {
    max-width: 142.223rem;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.upper {
    text-transform: uppercase;
}
.rel {
    position: relative;
}
.inline-ul {
    list-style: none;
    margin: 0;
    line-height: 1;
}
.inline-ul > li {
    display: inline-block;
}
.modules a,
.trans1 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.trans2 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* Header Classes */

.main-header {
    background: #303030;
}
.main-header a {
    color: #fff;
}
.main-header a:hover,
.menu-nav > ul > li > ul > li .megamenu-item-typo > h5 > a:hover,
.menu-nav > ul > li.menu-hovered > a {
    color: #eab96a;
}
ul.top-social-links > li > a {
    margin: 0 4px;
    font-size: 1rem;
}
p.trending-title {
    background: #eab96a;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.167rem;
    padding: 10px 0;
    color: #303030;
}
.top-strip_bar .orbit {
    padding: 10px;
}
.ticker-a {
    font-size: 1rem;
    display: block;
    line-height: 1.4;
}
.ticker-a > span {
    color: #eab96a;
}
.logo-search {
    border-top: 1px solid #eab96a;
    border-bottom: 1px solid #eab96a;
    padding: 46px 0;
}
/* Expanded Search */

.mnu-search {
    position: relative;
    width: 0%;
    min-width: 30px;
    height: 40px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.mnu-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    width: 100%;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 1rem;
    visibility: hidden;
    height: 40px;
    font-weight: bold;
    padding-right: 20px;
    background: #f6f6f6;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.mnu-search-open .mnu-search-input {
    visibility: visible;
}
.mnu-icon-search,
.mnu-search-submit {
    position: absolute;
    cursor: pointer;
}
.mnu-search-submit {
    z-index: -1;
}
.mnu-icon-search {
    color: #ffffff;
    font-size: 1.25rem;
    border: none;
    left: 0;
    top: 0;
    padding: 13px 14px;
}
.mnu-search-open .mnu-icon-search {
    background: #d5a963;
    z-index: 89;
}
.mnu-search-open .mnu-icon-search:hover {
    color: #ffffff;
}
.mnu-icon-search:hover {
    color: #eab96a;
}
/* Open state */

.mnu-search.mnu-search-open,
.no-js .mnu-search {
    width: 300px;
}
.mnu-search.mnu-search-open .mnu-search-submit,
.no-js .mnu-search .mnu-search-submit {
    z-index: 90;
}
input.mnu-search-submit {
    background: transparent;
    border: none;
    width: 42px;
    height: 40px;
    left: 0;
}
/* /Exoanded Search */

.my-account {
    position: absolute;
    top: 13px;
    left: 50px;
    font-size: 1.333rem;
}
/* Main Nav */

.menu-container {
    width: 100%;
    margin: 0 auto;
}
.menu-mobile {
    display: none;
    padding: 0 10px;
}
.menu-mobile:after {
    content: "\f0c9";
    font-family: "Fontawesome";
    font-size: 2.5rem;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "\f078";
    font-family: "Fontawesome";
    display: none;
    cursor: pointer;
    float: left;
    color: #ffffff;
    line-height: 30px;
    margin-top: 11px;
    width: 50px;
    text-align: center;
    background: #2a2a2a;
}
.menu-dropdown-icon:hover:before {
    color: #eab96a;
}
.sub-mob-opened.menu-dropdown-icon:before {
    content: "\f077";
    color: #eab96a;
}
.sub-mob-opened ul.megamenu-dropdown {
    max-height: 600px;
    overflow: auto;
}
.menu-nav > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    text-align: center;
    /* IF .menu-nav position=relative -> ul = container width, ELSE ul = 100% width */
    
    box-sizing: border-box;
}
.menu-nav > ul:before,
.menu-nav > ul:after {
    content: "";
    display: table;
}
.menu-nav > ul:after {
    clear: both;
}
.menu-nav > ul > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.menu-nav > ul > li > a {
    text-transform: uppercase;
}
.menu-nav > ul > li a {
    text-decoration: none;
    padding: 24px;
    display: block;
    font-weight: bold;
    font-size: 1.167rem;
}
.menu-nav > ul > li > ul {
    display: none;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: absolute;
    z-index: 99;
    right: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu-nav > ul > li > ul:before,
.menu-nav > ul > li > ul:after {
    content: "";
    display: table;
}
.menu-nav > ul > li > ul:after {
    clear: both;
}
.menu-nav > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: right;
}
.menu-nav > ul > li > ul > li a {
    color: #777;
    padding: 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu-nav > ul > li > ul > li .megamenu-item > a {
    margin: 0;
    text-align: center;
    width: 100%;
}
.menu-nav > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu-nav > ul > li > ul > li > ul:before,
.menu-nav > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu-nav > ul > li > ul > li > ul:after {
    clear: both;
}
.menu-nav > ul > li > ul > li > ul > li {
    float: right;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
.menu-nav > ul > li > ul > li > ul > li a {
    border: 0;
}
.menu-nav > ul > li > ul.normal-sub {
    width: 300px;
    right: auto;
    padding: 10px 20px;
}
.menu-nav > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu-nav > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.menu-nav > ul > li > ul > li > ul > li.megamenu-item-single {
    padding: 0 10px;
}
.megamenu-item-date {
    color: #727272;
    margin: 15px 0 10px 0;
    line-height: 1;
}
.megamenu-item-typo > p {
    margin: 7px 0 0 0;
    font-size: 1rem;
}
.menu-nav > ul > li > ul > li .megamenu-item-typo > h5 {
    margin: 8px 0 0 0;
}
.menu-nav > ul > li > ul > li .megamenu-item-typo > h5 > a {
    font-weight: bold;
    color: #303030;
    width: 100%;
    padding: 0;
	line-height: 1.5;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Nav Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1026px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: inline-block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu-nav > ul {
        display: none;
    }
    .menu-nav > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu-nav > ul > li a {
        padding: 1.1em;
        width: 100%;
        display: block;
    }
    .menu-nav > ul > li > ul {
        position: relative;
    }
    .menu-nav > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu-nav > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu-nav > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu-nav > ul > li > ul > li > ul {
        position: relative;
    }
    .menu-nav > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu-nav .show-on-mobile {
        display: block;
		float: left;
		direction: ltr;
    }
    .mob-nav-open a.menu-mobile {
        color: #eab96a;
    }
}
/* /Main Nav */
/* /Header Classes */
/* Main Banner sections */

.module-one-typo.module-hero-typo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: inset 0px -118px 150px -20px rgba(0, 0, 0, 0.4);
    padding: 0 20px;
}
.columns:hover > div > .module-one-typo.module-hero-typo {
    box-shadow: inset 0px -118px 150px -10px rgba(0, 0, 0, 0.7);
}
.module-one-typo.module-hero-typo > h3 a,
.module-one-typo.module-hero-typo > h5,
.module-one-typo.module-hero-typo > p {
    color: #eab96a;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.module-one-typo.module-hero-typo > .tagtwo {
    text-shadow: none;
}
.module-one-typo.module-hero-typo > p.top-hero-text {
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.columns:hover > div > .module-one-typo.module-hero-typo > p.top-hero-text {
    max-height: 500px;
    transition: max-height 1s ease-in;
}
.module-one-typo.module-hero-typo > h3 {
    margin: 10px 0;
}
.module-one-typo.module-hero-typo > h5 {
    margin: 0 0 10px 0;
}
.module-one-typo > a:first-child {
    display: block;
    text-align: center;
}
/* Home Page 1 */

section.main-content-container {
    padding: 30px 0;
}
.modules {
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
/* Module One */

.row .module-one .module-one-tabs {
    border-bottom: 2px solid #ededed;
    margin-right: 0;
    margin-left: 0;
}
.module-one div .tabs-panel {
    padding: 20px 0 0 0;
}
.module-one .tabs-content {
    border: none;
}
.module-one-typo > h3 {
    margin: 20px 0;
    color: #303030;
	line-height: 1.5;
}
.module-one-typo > h5 {
    margin: 0 0 15px 0;
	line-height: 1.5;
}
a.module-one-more {
    font-size: 1.167rem;
    color: #eab96a;
    display: block;
    margin-top: 20px;
}
a.module-one-more:hover {
    color: #303030;
}
.module-one-strip h5:last-child {
    margin: 10px 0 0 0;
    color: #727272;
}
.module-one-strip:not(:last-child) {
    margin-bottom: 20px;
}
.module-one .tabs-title > a:focus,
.module-one .tabs-title > a[aria-selected='true'] {
    color: #eab96a;
}
.module-one .tabs-title > a {
    background: transparent;
    font-size: 1rem;
    padding: 0 10px;
}
.module-one .tabs {
    border: none;
    text-align: left;
}
.module-one .tabs-title {
    float: left;
}
.modules-title {
    margin-bottom: -2px;
    padding-right: 0;
}
.modules-title > span {
    border-bottom: 2px solid #eab96a;
    display: inline-block;
    padding-bottom: 15px;
    font-family: 'Droid Arabic Naskh', serif;
    color: #303030;
}
/* Module Two */

.is-slider .orbit-next,
.is-slider .orbit-previous,
.is-slider .orbit-next:focus,
.is-slider .orbit-previous:focus {
    background: transparent;
    color: #eab96a;
    font-size: 1.667rem;
    padding: 2px 9px;
    border: 1px solid #eab96a;
    position: static;
    transform: none;
    display: inline-block;
}
.is-slider .orbit-next:hover,
.is-slider .orbit-previous:hover {
    background: #eab96a;
    color: #ffffff;
}
.row .row.module-two-ctrl {
    border-bottom: 2px solid #ededed;
    margin: 0 0 30px 0;
}
.row .row.module-two-ctrl > div.columns {
    padding: 0;
}
.module-two-strips {
    margin: 30px 0 0 0;
}
/* Module 4 */

.tagtwo {
    display: block;
}
.tagtwo > a {
    display: inline-block;
    background: #eab96a;
    padding: 5px 10px;
    font-size: 0.8333rem;
    color: #303030;
    font-weight: bold;
}
.tagtwo .reviews-stars {} .tagtwo.toptag {
    position: absolute;
    top: 15px;
    right: 15px;
}
.modulefour-single:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.modulefour-single{
	width: 100%;
}
/* /Module 4 */
/* Bottom Pagination */

.btm-pagination {
    margin-top: 40px;
}
.btm-pagination ul a {
    display: inline-block;
    padding: 8px 11.5px;
    margin: 0 10px;
    font-size: 1.167rem;
    font-weight: bold;
}
.btm-pagination ul a.onpage {
    background: #eab96a;
    color: #ffffff;
}
/* Right Side Modules */

.right-modules {
    /* padding-top: 25px; */
}
.modules-side {
    padding: 25px 0;
}
.module-a.rightsearch > form {
    margin-top: 20px;
}
.right-module-title {
    border-bottom: 2px solid #ededed;
}
.right-searchinput {
    padding-left: 0;
}
.right-searchinput > input {
    margin: 0;
    background: #f6f6f6;
    border: none;
    font-weight: bold;
    padding: 0 20px;
    height: 49px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
button.right-searchsubmit {
    margin-right: 0;
    padding-right: 0;
}
button.right-searchsubmit > i.fa {
    background: #d5a963;
    color: #fff;
    padding: 16px;
    font-size: 1.417rem;
}
/* Module B */

.socialmedia-right {
    padding-top: 10px;
}
.socialmedia-strip {
    margin: 20px 0;
}
.socialmedia-strip:last-child {
    margin-bottom: 0;
}
.socialmedia-strip-cont {
    color: #ffffff;
}
.socialmedia-strip-cont:hover {
    color: #ffffff;
    font-weight: bold;
}
.socialmedia-strip-icon > span {
    display: block;
    font-size: 2.167rem;
    width: 8.333rem;
    padding: 12px 0px;
}
.socialmedia-strip-followers {
    font-size: 1.167rem;
}
.socialmedia-strip-arrow > span i {
    font-size: 1.5rem;
    padding: 12px 31.3px;
}
/* Social Media Types */
/* Facebook */

.socialmedia-strip.fb-strip {
    background: #225b99;
}
.socialmedia-strip.fb-strip .socialmedia-strip-icon > span {
    background: #1e4c82;
}
/* Twitter */

.socialmedia-strip.tw-strip {
    background: #00adf2;
}
.socialmedia-strip.tw-strip .socialmedia-strip-icon > span {
    background: #2a8ebc;
}
/* G Plus */

.socialmedia-strip.gp-strip {
    background: #dc4d2d;
}
.socialmedia-strip.gp-strip .socialmedia-strip-icon > span {
    background: #b74123;
}
/* /Module B */
/* free area Module A */

.freearea-module-a > div {
    padding: 30px;
    border: 1px solid #eab96a;
}
/* free area Module A */
/* Module C */

.category-right h5 {
    border-bottom: 1px solid #e5e5e5;
}
.category-right a {
    padding: 25px 0;
}
.category-right a:hover {
    padding-right: 3px;
}
.category-right a:hover span {
    color: #eab96a;
}
.category-right a i {
    font-size: 1rem;
}
/* /Module C */
/* Flickr Module */

div#flckrstream {
    padding: 1.2rem 0.46875rem;
}
div#flckrstream > div {
    padding: 0.46875rem;
}
#flckrstream img {
    width: 100%;
    height: 97px;
}
div#flckrstream > div > a {
    display: block;
}
div#flckrstream > div > a:hover:after {
    content: "\f002";
    font-family: 'Fontawesome';
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 33% 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
}
/* /Flickr Module */
/* Module D */

.categ-tag-right a {
    color: #eab96a;
    display: block;
    margin-bottom: 10px;
}
.reviews-stars {
    color: #eab96a;
    display: block;
    margin-top: 10px;
    font-size: 1.083rem;
}
/* /Module D */
/* Module F */

.tags-cont {
    margin: 0 -3px;
}
.tags-cont > .columns {
    padding: 0 3px;
    margin-bottom: 10px;
}
.taglist {
    background: #f6f6f6;
    color: #303030;
    padding: 2px 5px;
    font-size: 0.8333rem;
}
.taglist:hover {
    background: #eab96a;
    color: #ffffff;
}
.row.tags-cont {
    padding-top: 25px;
    margin-left: 0;
    margin-right: 0;
}
/* /Module F */
/* Module G */

.module-g.modules-side > p {
    margin: 25px 0;
}
/* /Module G */
/* Rightside Social Media icon */

.social-rightside {
    font-size: 1.167rem;
}
.social-rightside li {
    margin-left: 10px;
}
/* /Rightside Social Media icon */
/* /Right Side Modules */
/* Footer */

footer {
    background: #303030;
    padding-top: 90px;
    margin-top: 50px;
    border-top: 5px solid #eab96a;
    color: #eab96a;
}
footer a {
    color: #eab96a;
}
.footercontent {
    padding-bottom: 30px;
}
.footer-one p {
    color: #eab96a;
    margin: 30px 0;
}
ul.contact-info-footer {
    list-style: none;
    margin: 0;
    font-size: 1.167rem;
}
ul.contact-info-footer li {
    margin: 10px 0;
}
ul.contact-info-footer li span:last-child {
    color: #ffffff;
}
ul.contact-info-footer li i.fa {
    margin-left: 10px;
}
.socialicons-footer {
    padding-top: 20px;
}
.socialicons-footer a {
    display: inline-block;
    background: #ffffff;
    color: #303030;
    width: 30px;
    height: 30px;
    border-radius: 90px;
    font-size: 1.167rem;
    margin-left: 10px;
}
.socialicons-footer a:hover {
    background: #eab96a;
}
.socialicons-footer a > i.fa {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 30%;
}
.footer-title {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
}
h3.footer-title {
    margin-bottom: -2px;
    padding-right: 0;
}
h3.footer-title > span {
    border-bottom: 2px solid #eab96a;
    display: inline-block;
    padding-bottom: 15px;
    font-family: 'Droid Arabic Naskh', serif;
    color: #eab96a;
    margin-bottom: -2px;
}
.feedfooter {
    margin: 10px 0;
}
.twitterfeed {
    margin: 15px 0;
}
.twitterfeed > p {
    color: #ffffff;
}
.twitterfeed> p > i {
    color: #eab96a;
    font-size: 125%;
}
.twitterfeed > h5 {
    padding-top: 10px;
}
.footerstrip {
    padding: 30px 0;
    border-top: 1px solid #eab96a;
}
a.scroll-top {
    position: fixed;
    left: 40px;
    bottom: 50px;
    font-size: 2.917rem;
    opacity: 0;
    z-index: 8888;
    color: #eab96a;
}
a.scroll-top:hover {
    color: #000000;
    opacity: 1;
}
/* /Footer */
/* Article page */

.module-one.articletwo .column-block {
    margin-bottom: 40px;
}
/* Post Page */

.single-post-main p {
    margin-bottom: 30px;
    line-height: 1.6;
}
.single-post-main {
    margin-bottom: 50px;
}
.article-image {
    margin-bottom: 20px;
}
.post-title-sec {
    margin-bottom: 20px;
}
.post-title-sec h1 {
    margin: 10px 0 10px 0;
}
a.post-cat {
    color: #eab96a;
    display: block;
    font-size: 1.167rem;
}
.single-post-main blockquote p {
    margin-bottom: 15px;
}
.post-tags a {
    display: inline-block;
    margin: 0 3px;
}
.post-tags i.fa {
    margin-left: 8px;
    font-size: 1.6rem;
    color: #eab96a;
    position: relative;
    top: 3px;
}
.post-share {
    margin: 20px 0;
}
.post-share .socialmedia-strip {
    display: inline-block;
    padding: 5px 10px;
    margin: 6px 0 0 0;
}
.post-share .socialmedia-strip .socialmedia-strip-icon > span {
    width: initial;
    background: transparent;
    padding: 0;
}
.next-prev-posts {
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    margin: 50px 0;
}
.next-article-post {
    border-right: 1px solid #e4e4e4;
}
.prev-article-post {} .next-article-post,
.prev-article-post {
    padding: 50px 10px;
}
.next-prev-posts i.fa {
    font-size: 2.083rem;
    font-weight: bold;
}
a.post-next-tag {
    display: block;
    margin: 0 0 5px 0;
    color: #eab96a;
}
.author-post p {
    margin: 10px 0 20px 0;
}
.user-comments {
    margin: 40px 0;
}
.user-comments h6 {
    margin-bottom: 13px;
}
.comment-date {
    margin-right: 10px;
}
.single-comment {
    margin: 10px 0;
    padding: 10px 0;
}
.first-comment.single-comment:not(:first-child) {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 30px;
}
.second-comment.single-comment {
    margin-right: 5%;
}
.third-comment.single-comment {
    margin-right: 10%;
}
.commenting-form .columns {
    margin-bottom: 20px;
}
.commenting-form input {
    min-height: 40px;
    padding: 0 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.commenting-form textarea {
    padding: 20px;
}
.commenting-form button[type="submit"] {
    background: #eab96a;
    color: #ffffff;
    font-size: 1.167rem;
    padding: 13px 28px;
}
.commenting-form button[type="submit"]:hover {
    background: #303030;
}
.commenting-form > h3 {
    color: #eab96a;
    margin-bottom: 30px;
}
/* About us */

.about-head {
    background: url(../../img/bar-bg.jpg) center top repeat-x;
    color: #eab96a;
}
.about-head .about-text {
    padding: 93px 0;
    font-family: 'Droid Arabic Naskh', serif;
}
.about-head .about-text h1,
.about-head .about-text a,
.about-text i.fa {} .about-head .about-text h1 {
    font-size: 2.917rem;
    margin-bottom: 30px;
}
.about-crumbs > li {
    margin: 0 5px;
}
.video-about {
    margin: 100px 0 0 0;
}
.single-post-main {
    margin: 30px 0;
}
/* Contact us */

.contactus-content {
    margin-top: 40px;
}
.contactus-form {
    margin: 40px 0;
}
.contactus-text {
    padding-top: 25px;
}
.contactus-form.commenting-form input:not(:last-child) {
    margin-bottom: 20px;
}
.contact-address,
.contact-us-form i {
    color: #eab96a;
}
.contact-address li {
    width: 100%;
    margin-bottom: 10px;
}
.contact-address li h3 {
    margin-bottom: 7px;
}
.contact-address li h2 {
    font-size: 2.5rem;
    display: block;
    margin-left: 10px;
}
.contact-us-form h3 {
    color: #d1d1d1;
}
.contact-form-cont {
    margin-top: 25px;
}
.errors-contact {
    list-style: none;
}

.errors-contact h5{
    color: #f00;
}

/* Video Background */

section.video-bg {
    height: 50vh;
    overflow: hidden;
}
.video-background {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -99;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        right: -100%;
    }
}
/* Authors Page */

.authors-img {
    text-align: center;
    background-color: #CCCCCC;
}

.authors-name {
    padding: 40px 0;
    background: #f6f6f6;
}
.authors-name h3 {
    font-family: 'Droid Arabic Naskh', serif;
    margin-bottom: 12px;
}
section.authors-page .columns.column-block {
    margin-bottom: 25px;
}
/* 404 Page */

.error404-cont {
    padding: 8vh 0;
}
.error-404 {
    background: url(../../img/bg-404.jpg) center repeat-x;
    color: #eab96a;
    font-family: 'Droid Arabic Naskh', serif;
    margin-bottom: -51px;
    margin-top: -2px;
}
.error404-cont h1 {
    font-size: 3.5rem;
    margin-top: 40px;
}
.error404-cont h2 {
    font-size: 2.5rem;
    margin: 25px 0 50px 0;
}
.error404-cont h5 {
    display: inline-block;
    font-family: 'Droid Arabic Naskh', serif;
    color: #ffffff;
    background: #eab96a;
    padding: 1.4rem 4.4rem;
}

/* Blink CSS3 */
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}




/* RTL Only */
div{
    direction: rtl;
}

#sb_gallery_slideshow, #sb_gallery_slideshow div{
    direction: ltr;
}

.fa-angle-right:before {
    content: "\f104";
}

.fa-angle-left:before {
    content: "\f105";
}

.fa-chevron-left:before {
    content: "\f054";
}

.fa-chevron-right:before {
    content: "\f053";
}

.fa-arrow-circle-right:before {
    content: "\f0a8";
}













table th, table td{
	line-height: 1.5;
	text-align: center;
}

table th{
	color: #ffffff;
	background-color: #eab96a;
	border-bottom: 1px solid #303030;
}