@font-face {
    font-family: 'HacenSaudiArabia_gdi';
    src: url("../fonts/HacenSaudiArabia_gdi.eot");
    src: local("?"), url("../fonts/HacenSaudiArabia_gdi.woff") format("woff"), url("../fonts/HacenSaudiArabia_gdi.ttf") format("truetype"), url("../fonts/HacenSaudiArabia_gdi.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ge_ss_two_medium';
    src: url("../fonts/ge_ss_two_medium.eot");
    src: local("?"), url("../fonts/ge_ss_two_medium.woff") format("woff"), url("../fonts/ge_ss_two_medium.ttf") format("truetype"), url("../fonts/ge_ss_two_medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ge_ss_two_light';
    src: url("../fonts/ge_ss_two_light.eot");
    src: local("?"), url("../fonts/ge_ss_two_light.woff") format("woff"), url("../fonts/ge_ss_two_light.ttf") format("truetype"), url("../fonts/ge_ss_two_light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droidsansarabic';
    src: url("../Fonts/droidsansarabic.eot");
    src: local("?"), url("../Fonts/droidsansarabic.woff") format("woff"), url("../Fonts/droidsansarabic.ttf") format("truetype"), url("../Fonts/droidsansarabic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*
-- usage
.page-wrap {
  width: 75%;
  @include breakpoint(x-small) { width: 60%; }
  @include breakpoint(small) { width: 80%; }
  @include breakpoint(mid) { width: 95%; }
}

-- output
.page-wrap {
  width: 75%;
}
@media (min-width: 64.375em) {
  .page-wrap {
    width: 60%;
  }
}
@media (min-width: 50em) {
  .page-wrap {
    width: 80%;
  }
}
@media (min-width: 37.5em) {
  .page-wrap {
    width: 95%;
  }
}


*************

mesh 3ayzeen nnsa dool
/*Mobiles and Tablets
@media (min-width: 320px) and (max-width:991px) {
}

/*Mobiles only
@media (min-width: 320px) and (max-width:776px) {
}

/*Tablets only
@media (min-width: 767px) and (max-width:991px) {
}
*/
/*$font-primary : 'HacenSaudiArabia_gdi', Tahoma, Arial, sans-serif;*/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
.clear-styles, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
 caption {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    list-style: none;
    -ms-text-shadow: none;
    text-shadow: none;
}
table, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    list-style: none;
    -ms-text-shadow: none;
    text-shadow: none;
}

.pos-abs, .main-banner .slides .det {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    top: 0;
    right: 0;
}

.display-none {
    display: none;
}

.auto-margin {
    margin: 0 auto;
}

.remove-sidePadding {
    padding-left: 0;
    padding-right: 0;
}

.posRelative {
    position: relative;
}

.centered {
    text-align: center;
}

.article-wrapper {
    font-size: 20px;
    font-size: 1.25rem;
}

    .article-wrapper .ttl {
        font-size: 1em;
        color: #000;
        margin-top: 5px;
    }

        .article-wrapper .ttl a {
            color: inherit;
        }

            .article-wrapper .ttl a:hover {
                color: #119a4f;
            }

        .article-wrapper .ttl .fa {
            color: #a6a6a6;
            font-size: 0.9em;
            margin-left: 5px;
        }

    .article-wrapper .brief {
        font-size: 0.75em;
        color: #404040;
        margin-top: 5px;
        font-family: "droidsansarabic", Tahoma, Arial, sans-serif;
        line-height: 1.8;
        overflow-x:auto;
        
    }

        .article-wrapper .brief a {
            color: inherit;
        }

            .article-wrapper .brief a:hover {
                color: #119a4f;
            }

    .article-wrapper figure {
        position: relative;
        /*max-height: 400px;*/
        overflow: hidden;
        direction:rtl;
    }

        .article-wrapper figure img {
            width: 100%;
            height: 100%;
        }

    .article-wrapper .date {
        color: #a4a4a4;
        margin-top: 15px;
        display: block;
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .article-wrapper.article-grid {
        font-size: 15px;
        font-size: 0.9375rem;
    }

        .article-wrapper.article-grid figure {
            height: 120px;
            margin-bottom: 15px;
        }

        .article-wrapper.article-grid .brief {
            font-size: 1em;
        }
    .article-wrapper.article-ad figure {
        height: 90px;
    }
    .article-wrapper.article-list {
        margin-bottom: 35px;
        display: inline-block;
        width: 100%;
    }

        .article-wrapper.article-list figure {
            float: right;
            height: 170px;
            width: 280px;
            margin-left: 15px;
        }

@media (min-width: 319px) and (max-width: 767px) {
    .article-wrapper.article-list figure {
        width: 100%;
    }
}

.article-label {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    margin-top: 40px;
}

    .article-label span {
        background-color: #119a4f;
        color: #fff;
        display: inline-block;
        padding: 5px 35px;
    }

.article-date {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    margin-top: 15px;
}

    .article-date span {
        background-color: rgba(27, 27, 27, 0.25);
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
    }

    .article-date .author {
        color: #119a4f;
    }

@media (min-width: 319px) and (max-width: 767px) {
    .article-date .author {
        display: inline;
        color: #fff;
    }
}

.section-ttl {
    padding-bottom: 15px;
    border-bottom: 5px solid #d0d0d0;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 1.25rem;
    height: 50px;
}

    .section-ttl.green {
        border-color: #119a4f;
    }

    .section-ttl.section-more {
        border-bottom: 0;
        margin-bottom: 5px;
        padding-bottom: 0;
        height: 40px;
    }

    .section-ttl .more {
        float: left;
        font-size: 0.65em;
        color: #7c7c7c;
        line-height: 3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .section-ttl .more:hover {
            color: #119a4f;
        }

            .section-ttl .more:hover .fa {
                color: #7c7c7c;
            }

        .section-ttl .more .fa {
            font-size: 0.6em;
            margin-right: 2px;
            color: #119a4f;
        }

@media (min-width: 319px) and (max-width: 991px) {
    .section-more {
        margin-top: 1.5em;
    }
}

.section-more .article-grid {
    display: inline-block;
    width: 100%;
}

@media (min-width: 767px) and (max-width: 991px) {
    .section-more .article-grid figure {
        float: right;
        margin-left: 15px;
    }

    .section-more .article-grid hr {
        float: right;
        width: 100%;
    }
}

.home-section {
    margin-bottom: 4rem;
}

.modal .close {
    top: -20px;
    position: absolute;
    left: 0;
    color: #fff;
    opacity: 1;
    font-weight: normal;
}

.modal .img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

[data-toggle="tooltip"] + .tooltip > .tooltip-inner {
    background-color: #119a4f;
    font-family: Segoe UI;
}

[data-toggle="tooltip"] + .tooltip > .tooltip-arrow {
    border-bottom-color: #119a4f;
}

.center {
    text-align: center;
}

.gradient-overlay, .main-banner .slides .det {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,000000+100,000000+100,000000+100&amp;0+0,0+50,0.86+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.86) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.86)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.86) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.86) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.86) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, transparent 50%, rgba(0, 0, 0, 0.86) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#db000000',GradientType=0 );
    /* IE6-9 */
}

html, body {
    font-family: "ge_ss_two_medium", Tahoma, Arial, sans-serif;
    overflow-x: hidden;
}

@media (min-width: 320px) {
    html, body {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    html, body {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    html, body {
        font-size: 16px;
    }
}
body {
    padding-bottom:48px;
}
.scrollTop {
    background-color: rgba(16, 152, 78, 0.6);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 1000;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

    .scrollTop.visible {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        bottom: 50px;
    }

    .scrollTop:hover {
        background-color: #10984e;
    }

.search-result {
    border: dotted 2px #bbb;
    margin: 0;
    padding: 5px;
    background: #f9f9f9;
    transition: all 0.2s linear;
}

    .search-result:hover {
        box-shadow: -2px 2px 15px #ccc;
    }

.more-comapny-details {
    color: #119a4f;
}

    .more-comapny-details i {
        color: #fff;
        background: #119a4f;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 50%;
    }

    .more-comapny-details:hover {
        color: #119a4f;
    }

/*===================================== 
	-- initialization --
=====================================*/
::selection {
    background: #09552c;
    color: #fff;
}

/* Safari */
::-moz-selection {
    background: #09552c;
    color: #fff;
}

/* Firefox */
:-moz-placeholder, .form-control::-moz-placeholder {
    color: #d1d1d1;
}

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #d1d1d1;
}

:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #d1d1d1;
}

a, a:hover, a:link, a:active, a:focus, a:visited {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    line-height: normal;
}

*:focus {
    outline: none;
}

/*===================================== 
	-- bootstrap custpmization --
=====================================*/
/*.container{
	width:$container-width+px;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.pagination li a {
    color: #11994e;
    border: 1px solid #11994e;
    transition: all 0.2s linear;
}

    .pagination li a:hover {
        color: #fff;
        background-color: #11994e;
    }

.pagination li .active {
    color: #fff;
    background-color: #11994e;
}

.breadcrumb-holder {
    background-color: #f5f5f5;
}

    .breadcrumb-holder .breadcrumb {
        margin-bottom: 0;
    }

        .breadcrumb-holder .breadcrumb li {
            font-size: 12px;
        }

        .breadcrumb-holder .breadcrumb a {
            color: #404040;
            font-size: 12px;
        }

.control-label {
    display: block;
    margin: 10px 0 7px 0;
    font-weight: 100;
}

.registration-header {
    text-align: right;
    height: 50px;
    position: relative;
}

    .registration-header:after {
        top: 0;
        position: absolute;
        display: block;
        height: 100%;
        width: 5px;
        background: #4caf50;
        content: "";
        right: 0;
    }

    .registration-header .text {
        margin-top: 10px;
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
    }

    .registration-header .glyphicon {
        color: #4CAF50;
        float: right;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 48px;
    }

.form-control-feedback {
    left: 0;
    right: auto;
}

.form-control {
    padding: 10px 15px !important;
    font-size: 14px !important;
}

iframe {
    width: 100%;
    border: solid 1px #119a4f;
}

.contact-info h3, .map h3, .company-contact h3, .lightgallery h3, .youtube-video h3, .local-videos h3 {
    background: #f5f5f5;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    margin: 20px 0 10px 0;
    font-weight: 700;
    border-right: solid 5px #119a4f;
}

.contact-info label {
    color: #119a4f;
    font-weight: 100;
    margin: 5px 0;
}

.videos {
    margin: 20px 0;
}

    .videos .video-holder {
        max-height: 200px;
        min-height: 100px;
        overflow: hidden;
    }

        .videos .video-holder img {
            width: 100%;
        }

.sarch-result .result-holder img {
    width: 100%;
}

.sarch-result .result-holder {
    border: solid 1px #119a4f;
    padding-left: 0;
    margin: 10px 0;
}

    .sarch-result .result-holder h3 a {
        color: #119a4f;
    }

    .sarch-result .result-holder .col-md-3 {
        padding-left: 0;
    }

.company-contact {
    margin: 20px 0;
}

    .company-contact p {
        font-size: 14px;
    }

    .company-contact label {
        font-size: 15px;
        color: #119a4f;
        margin: 5px;
    }

        .company-contact label i {
            font-size: 22px;
            margin: 5px;
        }

.company-logo {
    width: 100%;
    background: #f5f5f5;
    height: auto;
    border-right: solid 5px #119a4f;
}

    .company-logo img {
        height: auto !important;
        width: auto !important;
        margin: 10px 10px 0 0 !important;
        max-height: 80px;
    }

    .company-logo figcaption {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 15px;
    }

.full-width {
    width: 70% !important;
    float: none !important;
    height: auto !important;
}

.vi-gray-wrapper {
    background: #eaeaea;
}

.btn, .btn-secondary, .btn-cancel, .btn-icon {
    padding: 10px 50px;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #119a4f;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn:hover, .btn-secondary:hover, .btn-cancel:hover, .btn-icon:hover, .btn:focus, .btn-secondary:focus, .btn-cancel:focus, .btn-icon:focus {
        background-color: #1c5b39;
        color: #fff;
    }

    .btn.login-btn, .login-btn.btn-secondary, .login-btn.btn-cancel, .login-btn.btn-icon {
        background-color: transparent;
        color: #1fcb4d;
        border: 1px solid;
        padding: 10px 30px;
        margin-top: 20px;
    }

        .btn.login-btn:hover, .login-btn.btn-secondary:hover, .login-btn.btn-cancel:hover, .login-btn.btn-icon:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

.btn-secondary {
    background-color: #c6a64e;
    color: #000;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: #bf9c3d;
    }

.btn-cancel {
    background-color: grey;
}

    .btn-cancel:hover, .btn-cancel:focus {
        background-color: #333;
    }

.btn-icon {
    position: relative;
    display: inline-block;
}

    .btn-icon > i {
        position: absolute;
        color: inherit;
        line-height: 1;
        padding: 5px 0 5px 11px;
        font-size: 1.4em;
    }

.form-control {
    font-family: "ge_ss_two_medium", Tahoma, Arial, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    color: #565656;
    display: block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 22px;
    height: auto;
}

    .form-control:focus {
        outline: none;
        border-color: transparent;
        box-shadow: 0 0 3px 0px rgba(161, 161, 161, 0.8);
    }

textarea, textarea.form-control {
    resize: vertical;
    min-height: 150px;
    width: 100%;
}

.top-links {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

    .top-links a {
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
        color: #565656;
        padding: 13px 8px;
        border-left: 1px solid #e6e6e6;
    }

        .top-links a:first-child {
            padding-right: 0;
            border-right: 0;
        }

        .top-links a:hover {
            color: #119a4f;
        }

    .top-links .pull-left a {
        float: left;
        font-size: 12px;
        font-size: 0.75rem;
        border: 0;
        padding: 13px 8px;
    }

        .top-links .pull-left a span {
            margin-right: 15px;
            float: left;
        }

            .top-links .pull-left a span.sep {
                margin-right: 0;
            }

        .top-links .pull-left a .fa {
            font-size: 1.3em;
        }

        .top-links .pull-left a.login {
            border-left: 1px solid #e6e6e6;
            padding-left: 15px;
            margin-left: 10px;
        }

        .top-links .pull-left a:first-child {
            padding-left: 0;
        }

        .top-links .pull-left a:last-child {
            padding-right: 8px;
        }

@media (min-width: 319px) and (max-width: 767px) {
    .top-links .socials-wrapper {
        width: 100%;
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .top-links .socials-wrapper a.login, .top-links .socials-wrapper a.register {
        display: inline;
        margin: 0;
        border: 0;
    }

        .top-links .socials-wrapper a.login .sep, .top-links .socials-wrapper a.register .sep {
            display: none;
        }
}

.top-links .socials-wrapper a.register {
    float: right;
}

.main-header {
    background-color: #f6f6f6;
}

@media (min-width: 319px) and (max-width: 991px) {
    .main-header.sticky {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 1000;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 319px) and (max-width: 991px) {
    .main-header .google-ads, .main-header .mid-ad, .main-header .side-ad, .main-header .main-mid-ad {
        display: none;
    }
}

.main-header .navbar-brand {
    height: auto;
    padding: 5px 0;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-header .navbar-brand {
        float: right;
        display: block;
        text-align: center;
    }
}

.main-header .navbar-brand .img-responsive {
    height: 100px;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-header .navbar-brand .img-responsive {
        height: 70px;
        margin: auto;
    }
}

.header-ads .ad-wrapper {
    max-height: 70px !important;
    margin-top: 15px !important;
}

.navbar {
    min-height: 10px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    max-height: none;
    overflow: visible;
}

@media (min-width: 319px) and (max-width: 991px) {
    .navbar {
        max-height: 268px;
        overflow: scroll;
    }
}

.navbar-default {
    background-image: -moz-linear-gradient(0deg, #12ad4d 0%, #10914b 50%, #119a4f 100%);
    background-image: -webkit-linear-gradient(0deg, #12ad4d 0%, #10914b 50%, #119a4f 100%);
    background-image: -ms-linear-gradient(0deg, #12ad4d 0%, #10914b 50%, #119a4f 100%);
    background-color: #119a4f;
    border-top: 5px solid #1fcb4d;
}

    .navbar-default.sticky {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 100;
    }

@media (min-width: 768px) {
    .navbar-default.sticky {
        top: 130px;
    }
}

@media (min-width: 1200px) {
    .navbar-default.sticky {
        top: 0;
    }
}

.navbar-default .navbar-nav {
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .navbar-nav {
        float: none;
    }
}

.navbar-default .navbar-nav > li {
    position: relative;
    border-left: 1px solid #228a51;
}

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #228a51;
        border-left: 0;
        float: none;
        display: block;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        float: none;
        display: block;
    }
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > .dynamic-children-caret {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #10823E;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    cursor: pointer;
}

    .navbar-default .navbar-nav > li > .dynamic-children-caret:hover {
        background-color: #149146;
    }

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > .dynamic-children-caret {
        display: inline-block;
    }
}

.navbar-default .navbar-nav > li > .dynamic-children-caret.opened:before {
    content: "\f0d8";
}

.navbar-default .navbar-nav > li:last-child {
    border-left: 0;
}

.navbar-default .navbar-nav > li > ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #0b682e;
    position: absolute;
    top: 55px;
    z-index: 100;
    width: 450px;
    border: 1px solid #119a4f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > ul {
        display: none;
    }
}

.navbar-default .navbar-nav > li > ul.opened {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0 !important;
    width: 100%;
}

.navbar-default .navbar-nav > li > ul:after {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(18, 173, 77, 0);
    border-bottom-color: #119a4f;
    border-width: 10px;
    margin-left: -10px;
}

.navbar-default .navbar-nav > li > ul > li {
    padding: 0;
}

    .navbar-default .navbar-nav > li > ul > li > a {
        color: #fff;
        padding: 12px 20px;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .navbar-default .navbar-nav > li > ul > li > a:hover {
            background-color: #119a4f;
        }

.navbar-default .navbar-nav > li:hover {
    background-color: #fff;
}

    .navbar-default .navbar-nav > li:hover > a {
        color: #119a4f;
    }

    .navbar-default .navbar-nav > li:hover > ul {
        top: 60px;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.navbar-default .search-box {
    background-color: #12ad4d;
    padding: 8px 20px 8px 3px;
    position: relative;
}

    .navbar-default .search-box .controls-wrapper {
        position: relative;
    }

        .navbar-default .search-box .controls-wrapper .form-control {
            background-color: #119a4f;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            border: 0;
            width: 210px;
            -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.38);
            -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.38);
            -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.38);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.38);
            padding: 5px;
            font-size: 13px;
            font-size: 0.8125rem;
            height: 33px;
        }

        .navbar-default .search-box .controls-wrapper .search-btn {
            font-family: FontAwesome;
            position: absolute;
            left: 7px;
            top: 2px;
            background-color: transparent;
            border: 0;
            color: #12ad4d;
            font-size: 20px;
            font-size: 1.25rem;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .search-box .controls-wrapper .search-btn {
        color: #fff;
    }
}

.navbar-default .search-box .controls-wrapper .search-btn:hover {
    color: #ddd;
}

@media (min-width: 319px) and (max-width: 991px) {
    .navbar-default .search-box {
        width: 100%;
    }
}

.navbar-toggle {
    background-color: #167340;
    border-radius: 0;
    border-color: #1B5D39;
    margin-top: 30px;
}

    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #1B5D39;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
    }

        .navbar-toggle .icon-bar:nth-child(2) {
            opacity: 0;
            visibility: hidden;
            left: -90px;
        }

        .navbar-toggle .icon-bar:nth-child(1) {
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 7px;
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -5px;
        }

    .navbar-toggle.collapsed .icon-bar {
        opacity: 1;
        visibility: visible;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        top: auto;
        left: 0;
    }

.main-footer .footer-links {
    border-top: 2px solid #119a4f;
    padding: 45px 0;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-footer .footer-links {
        padding-bottom: 0;
        display: none;
    }
}

.main-footer .footer-links .block {
    float: right;
    width: 20%;
    padding: 0 10px;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-footer .footer-links .block {
        margin-bottom: 10px;
        width: 50%;
    }

        .main-footer .footer-links .block:nth-child(2n+1) {
            clear: both;
        }
}

.main-footer .footer-links .ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-footer .footer-links .ttl {
        margin-bottom: 5px;
    }
}

.main-footer .footer-links a {
    display: block;
    color: #929292;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .main-footer .footer-links a:hover {
        color: #119a4f;
    }

.main-footer .footer-links .socials {
    border-right: 1px solid #d8d8d8;
    padding: 0 25px 40px 0;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-footer .footer-links .socials {
        padding: 15px;
        background-color: #f2f2f2;
        border-right: 0;
        border-top: 1px solid #d8d8d8;
        margin-top: 10px;
    }
}

.main-footer .footer-links .socials a {
    margin-bottom: 10px;
}

.main-footer .footer-links .socials .fa {
    margin-left: 5px;
    font-size: 1.3em;
    color: #6d6d6d;
    width: 16px;
    text-align: center;
    position: relative;
    top: 3px;
}

.main-footer .copy-rights {
    background-color: #119a4f;
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    color: #fff;
}

    .main-footer .copy-rights span {
        font-family: Arial;
    }

    .main-footer .copy-rights a {
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

.side-socials {
    position: absolute;
    left: 0;
    top: 30%;
}

    .side-socials a {
        background-color: #2e3832;
        width: 45px;
        height: 48px;
        color: #fff;
        text-align: center;
        display: inline-block;
        line-height: 49px;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .side-socials a.twt {
            background-color: #b59d66;
        }

        .side-socials a.fb {
            background-color: #9e895a;
        }

        .side-socials a.inst {
            background-color: #88764d;
        }

        .side-socials a:hover {
            width: 55px;
        }

    .side-socials li {
        float: left;
        width: 100%;
    }

.main-banner {
    height: 250px;
}

@media (min-width: 768px) {
    .main-banner {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .main-banner {
        height: 430px;
    }
}

.main-banner .slides {
    position: relative;
    direction: ltr;
}

@media (min-width: 768px) {
    .main-banner .slides {
        padding-right: 0;
    }
}

.main-banner .slides .slideArr {
    position: absolute;
    top: 50%;
    background: #119a4f;
    border-bottom: 2px solid #12AD4D;
    display: block;
    width: 40px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35);
    z-index: 5;
    right: 0;
    border-bottom: 2px solid #12AD4D;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

    .main-banner .slides .slideArr.prev {
        left: 0;
        right: auto;
    }

@media (min-width: 1200px) {
    .main-banner .slides .slideArr {
        position: absolute !important;
        font-size: 30px !important;
        padding: 10px;
        margin-top: -25px;
    }
}

@media (min-width: 319px) and (max-width: 991px) {
    .main-banner .slides .slideArr {
        position: absolute !important;
        bottom: -30px;
        top: auto !important;
        font-size: 20px !important;
        width: 30px !important;
    }
}

.main-banner .slides .slick-slide {
    border: 0;
    height: 250px;
    position: relative;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

@media (min-width: 768px) {
    .main-banner .slides .slick-slide {
        height: 430px;
    }
}

.main-banner .slides img {
    width: 100%;
    height: 100%;
}

.main-banner .slides .det {
    text-align: right;
    direction: rtl;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-banner .slides .det .article-label {
        display: none;
    }
}

.main-banner .slides .det .ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 120px;
    color: #fff;
    padding: 0 10px;
}

    .main-banner .slides .det .ttl a {
        color: inherit;
    }

        .main-banner .slides .det .ttl a:hover {
            color: #119a4f;
        }

@media (min-width: 768px) {
    .main-banner .slides .det .ttl {
        margin-top: 175px;
        padding: 0 30px;
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.main-banner .slides .det .brief {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 20px;
    color: #efefef;
    padding: 0 30px;
}

@media (min-width: 319px) and (max-width: 767px) {
    .main-banner .slides .det .brief {
        display: none;
    }
}

.main-banner .actions {
    position: absolute;
    right: 15px;
    width: 404px;
}

    .main-banner .actions slick-slider {
        direction: ltr;
    }

@media (min-width: 319px) and (max-width: 991px) {
    .main-banner .actions {
        display: none;
    }
}

.main-banner .actions .slick-list {
    height: 429px !important;
}

.main-banner .actions .slick-slide {
    height: 81px;
    background-color: #f7f7f7;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 6.5px;
    width: 365px !important;
    float: right;
}

    .main-banner .actions .slick-slide.slick-current {
        background-color: #e6e4e4;
        position: relative;
    }

        .main-banner .actions .slick-slide.slick-current:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(230, 228, 228, 0);
            border-right-color: #e6e4e4;
            border-width: 42px;
            margin-top: -42px;
        }

    .main-banner .actions .slick-slide:hover {
        background-color: #f0ebeb;
    }

    .main-banner .actions .slick-slide:last-child {
        margin-bottom: 0;
    }

.main-banner .actions .thumb {
    float: right;
    margin-left: 25px;
    width: 69px;
    height: 69px;
}

    .main-banner .actions .thumb img {
        width: 100%;
        height: 100%;
    }

.main-banner .actions .ttl {
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
}

.main-banner .actions .date {
    color: #a4a4a4;
    font-size: 12px;
    font-size: 0.75rem;
}

.latest-news {
    margin: 20px 0;
}

    .latest-news .ttl {
        float: right;
        background-color: #119a4f;
        color: #fff;
        padding: 10px 30px;
        font-size: 16px;
        font-size: 1rem;
        width: auto;
        text-align: center;
        position: relative;
        z-index: 10;
    }

@media (min-width: 1200px) {
    .latest-news .ttl {
        width: 12%;
    }
}

.latest-news .latest-news-slider {
    direction: ltr;
    text-align: right;
    padding: 10px;
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    font-size: 0.8125rem;
    float: right;
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
}

@media (min-width: 1200px) {
    .latest-news .latest-news-slider {
        padding: 11px 30px 11px 50px;
        border-right-width: 0;
        width: 88%;
    }
}

.latest-news .latest-news-slider a {
    color: inherit;
    display: block;
}

    .latest-news .latest-news-slider a:hover {
        color: #119a4f;
    }

.latest-news .slick-arrow {
    position: absolute;
    left: 23px;
    top: 6px;
    font-size: 0;
    border: 0;
    background-color: transparent;
}

@media (min-width: 319px) and (max-width: 991px) {
    .latest-news .slick-arrow {
        display: none !important;
    }
}

.latest-news .slick-arrow:hover {
    color: #119a4f;
}

.latest-news .slick-arrow:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
}

.latest-news .slick-arrow.slick-next {
    left: 10px;
}

    .latest-news .slick-arrow.slick-next:after {
        content: "\f0d9";
    }

.home-agenda {
    line-height: 1.5;
}

    .home-agenda .article-label {
        text-align: right;
        font-size: 0.85em;
    }

    .home-agenda .article-date {
        text-align: right;
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .home-agenda .article-date {
        margin-top: 170px;
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .home-agenda .article-grid {
        margin-top: 20px;
    }
}

.home-agenda .article-grid .article-label {
    margin-top: 80px;
}

.home-agenda .article-grid .ttl {
    margin: 20px 0;
}

@media (min-width: 319px) and (max-width: 767px) {
    .home-sponsers {
        margin-top: 20px;
    }
}

.home-sponsers .inner {
    border-bottom: 2px solid #e6e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .home-sponsers .inner:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.home-sponsers .logo-wrapper {
    text-align: center;
}

    .home-sponsers .logo-wrapper .img-responsive {
        margin: auto;
    }

.home-sponsers .name {
    font-size: 20px;
    font-size: 1.25rem;
    color: #119a4f;
}

    .home-sponsers .name a {
        color: inherit;
    }

.home-sponsers .cat {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 2px 0 4px;
}

.home-sponsers .brief {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #a4a4a4;
}

.google-ads, .mid-ad, .side-ad, .main-mid-ad {
    max-width: 100%;
}

    .google-ads .ad-wrapper, .mid-ad .ad-wrapper, .side-ad .ad-wrapper, .main-mid-ad .ad-wrapper, .google-ads .ad-wrapper2, .mid-ad .ad-wrapper2, .side-ad .ad-wrapper2, .main-mid-ad .ad-wrapper2 {
        width: 728px;
        max-width: 100%;
        height: 90px;
        background-color: #c3c3c3;
        margin-top: 22px;
    }

        .google-ads .ad-wrapper img, .mid-ad .ad-wrapper img, .side-ad .ad-wrapper img, .main-mid-ad .ad-wrapper img, .google-ads .ad-wrapper embed, .mid-ad .ad-wrapper embed, .side-ad .ad-wrapper embed, .main-mid-ad .ad-wrapper embed, .google-ads .ad-wrapper iframe, .mid-ad .ad-wrapper iframe, .side-ad .ad-wrapper iframe, .main-mid-ad .ad-wrapper iframe, .google-ads .ad-wrapper2 img, .mid-ad .ad-wrapper2 img, .side-ad .ad-wrapper2 img, .main-mid-ad .ad-wrapper2 img, .google-ads .ad-wrapper2 embed, .mid-ad .ad-wrapper2 embed, .side-ad .ad-wrapper2 embed, .main-mid-ad .ad-wrapper2 embed, .google-ads .ad-wrapper2 iframe, .mid-ad .ad-wrapper2 iframe, .side-ad .ad-wrapper2 iframe, .main-mid-ad .ad-wrapper2 iframe {
            max-width: 100%;
            max-height: 100%;
        }

    .mid-ad .ad-wrapper, .side-ad .ad-wrapper {
        margin: 0 auto;
    }

    .mid-ad .ad-wrapper2, .side-ad .ad-wrapper2 {
        margin: 0 auto;
    }

    .main-mid-ad .ad-wrapper {
        margin: 10px auto 20px;
    }

    .main-mid-ad .ad-wrapper2 {
        margin: 10px auto 20px;
    }

    .side-ad .ad-wrapper {
        width: 300px;
        height: 250px;
    }

    .side-ad .ad-wrapper2 {
        width: 300px;
        height: 600px;
    }

.main-side-sd {
    display: none;
    position: absolute;
    width: 200px;
    right: -200px;
    top: -20px;
}

@media (min-width: 1200px) {
    .main-side-sd {
        display: block;
    }
}

.main-side-sd.left {
    left: -200px;
    right: auto;
}

.news-letter {
    text-align: center;
    background-color: #f7f7f7;
    padding: 40px 0;
}

    .news-letter .container {
        background: url("../images/news-letter.png") no-repeat center right;
    }

@media (min-width: 319px) and (max-width: 767px) {
    .news-letter .container {
        background-image: none;
    }
}

.news-letter .section-ttl {
    border-bottom: 0;
    margin-bottom: 5px;
}

.news-letter .form-control {
    margin-bottom: 25px;
}

.home-videos .slick-list {
    width: 100%;
}

.home-videos .slick-arrow {
    position: absolute;
    left: -80px;
    top: 90px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    color: #d7d7d7;
}

@media (min-width: 319px) and (max-width: 991px) {
    .home-videos .slick-arrow {
        display: none !important;
    }
}

.home-videos .slick-arrow:hover {
    color: #119a4f;
}

.home-videos .slick-arrow:after {
    content: "\f0d9";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 140px;
    font-size: 8.75rem;
}

.home-videos .slick-arrow.slick-next {
    left: auto;
    right: -80px;
}

    .home-videos .slick-arrow.slick-next:after {
        content: "\f0da";
    }

.home-videos figure {
    position: relative;
    height: 370px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

    .home-videos figure img {
        width: 100%;
        height: 100%;
    }

.home-videos .article-label {
    font-size: 15px;
    font-size: 0.9375rem;
}

.home-videos .play-btn {
    margin-top: 95px;
    text-align: center;
}

    .home-videos .play-btn span {
        background-color: #119a4f;
        color: #fff;
        padding: 14px 35px;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .home-videos .play-btn span:hover {
            background-color: #12ad4d;
        }

.home-videos .ttl {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(21, 21, 21, 0.6);
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 15px;
}

.news-header {
    border-bottom: 5px solid #178147;
    margin-bottom: 20px;
}

    .news-header .ttl {
        margin-bottom: 40px;
    }

    .news-header figure {
        margin-bottom: 50px;
    }

    .news-header .socials {
        font-size: 14px;
        font-size: 0.875rem;
        color: #a3a3a3;
        margin-bottom: 15px;
    }

        .news-header .socials .fa {
            margin-left: 5px;
        }

        .news-header .socials span {
            margin-left: 30px;
        }

        .news-header .socials .date {
            color: #119a4f;
        }

@media (min-width: 319px) and (max-width: 767px) {
    .news-header .socials .date {
        display: block;
        margin-bottom: 5px;
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .news-header .socials .pull-left {
        display: inline-block;
        float: none !important;
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.news-header .socials a {
    color: #6d6d6d;
    float: left;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

    .news-header .socials a:hover {
        color: #119a4f;
    }

.news-details {
    margin-bottom: 50px;
}

    .news-details .brief {
        line-height: 2.4;
        text-align: justify;
        font-size: 0.8em;
        overflow-x:auto;
    }
    .news-details .brief table{
     border:1px !important;
    }

.users-comments {
    display: none;
    margin-top: 20px;
    background-color: #FAFAFA;
    border-top: 3px solid #119A4F;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .users-comments .comments {
        list-style: none;
    }

        .users-comments .comments li {
            display: block;
            overflow: hidden;
            clear: both;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

            .users-comments .comments li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }

            .users-comments .comments li .authorimg {
                background: url("../images/anonymous.png") no-repeat center center;
                background-size: 100%;
                display: block;
                float: right;
                margin-left: 10px;
                margin-right: 10px;
                margin-top: 5px;
                overflow: hidden;
                width: 60px;
                height: 60px;
                border: 1px solid #ccc;
            }

                .users-comments .comments li .authorimg img {
                    width: 100%;
                    height: 100%;
                }

            .users-comments .comments li .comment {
                margin-right: 75px;
                position: relative;
            }

                .users-comments .comments li .comment strong {
                    margin-top: 5px;
                    font-weight: normal;
                }

            .users-comments .comments li:last-child .comment {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

            .users-comments .comments li .commentreply {
                font-size: 11px;
                text-transform: uppercase;
            }

            .users-comments .comments li .replybutton:hover {
                color: #fff;
            }

            .users-comments .comments li .commenttime {
                font-size: 11px;
                color: #999;
                display: inline-block;
                margin-right: 10px;
            }

            .users-comments .comments li .commentbody {
                margin-top: 5px;
                font-family: "droidsansarabic", Tahoma, Arial, sans-serif;
                font-size: 0.9em;
            }

        .users-comments .comments ul {
            margin-right: 9%;
            margin-top: 25px;
            border-top: 1px dashed #ddd;
            padding-top: 25px;
        }

            .users-comments .comments ul li:last-child .comment {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

    .users-comments .replypanel {
        margin: 20px 0;
    }

        .users-comments .replypanel .author-thumb {
            float: right;
            margin-top: 5px;
            overflow: hidden;
            width: 55px;
        }

        .users-comments .replypanel .topic-content {
            margin-left: 70px;
        }

        .users-comments .replypanel h5 {
            font-size: 14px;
        }

        .users-comments .replypanel p {
            margin: 10px 0;
        }

        .users-comments .replypanel textarea {
            width: 100%;
            background: #fcfcfc;
            border: 1px solid #ccc;
            padding: 7px 5px;
            min-height: 100px;
            resize: vertical;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .users-comments .replypanel textarea:focus {
                border-color: #ccc;
                color: #666;
                background: #fff;
                font-style: normal;
                box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            }

.news-comments {
    background: url("../images/comments-bg.png") no-repeat 30px 40px #f5f5f5;
    padding: 50px 70px;
    display: inline-block;
    width: 100%;
}

    .news-comments .header {
        position: relative;
    }

        .news-comments .header .info {
            position: absolute;
            top: 0;
            width: 130px;
            font-size: 16px;
            font-size: 1rem;
            color: #a3a3a3;
            text-align: center;
        }

            .news-comments .header .info .fa {
                margin-left: 5px;
            }

            .news-comments .header .info .btn, .news-comments .header .info .btn-secondary, .news-comments .header .info .btn-cancel, .news-comments .header .info .btn-icon {
                font-size: 14px;
                font-size: 0.875rem;
                padding: 8px 15px;
                margin-top: 10px;
            }

@media (min-width: 319px) and (max-width: 767px) {
    .news-comments .header .info .btn, .news-comments .header .info .btn-secondary, .news-comments .header .info .btn-cancel, .news-comments .header .info .btn-icon {
        margin-right: 15px;
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .news-comments .header .info {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
}

.news-comments h3 {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 70px;
}

@media (min-width: 319px) and (max-width: 767px) {
    .news-comments h3 {
        margin-bottom: 20px;
    }
}

.news-comments .form-control {
    margin-bottom: 15px;
}

.news-comments .btn, .news-comments .btn-secondary, .news-comments .btn-cancel, .news-comments .btn-icon {
    margin: auto;
}

@media (min-width: 319px) and (max-width: 767px) {
    .news-comments {
        padding: 20px 10px;
        background-image: none;
    }
}

.moreTabs .nav-tabs {
    background: #119a4f;
    border-top: 5px solid #19b35e;
    margin-bottom: 20px;
}

    .moreTabs .nav-tabs li {
        width: 33.333%;
        border: 1px solid #119a4f;
        text-align: center;
    }

        .moreTabs .nav-tabs li a {
            color: #26d374;
            padding: 5px;
        }

            .moreTabs .nav-tabs li a:hover {
                background-color: transparent;
                color: #fff;
                border: 1px solid #119a4f;
            }

        .moreTabs .nav-tabs li.active a {
            background-color: transparent;
            color: #fff;
            border: 1px solid #119a4f;
        }

.tags-header {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #119a4f;
    background-color: rgba(208, 208, 208, 0.16);
    display: inline-block;
    padding-right: 15px;
    width: 100%;
}

    .tags-header .article-tags {
        margin-top: 5px;
    }

.article-tags {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1rem;
}

    .article-tags .fa {
        color: #119a4f;
        font-size: 24px;
        font-size: 1.5rem;
        margin-left: 10px;
        position: relative;
        top: 5px;
    }

    .article-tags a, .article-tags span {
        color: #fff;
        background-color: #119a4f;
        margin-left: 5px;
        padding: 3px 15px;
        font-family: "ge_ss_two_light", Tahoma, Arial, sans-serif;
    }

        .article-tags a:hover, .article-tags span:hover {
            background-color: #178147;
        }

.article-rating {
    text-align: left;
    margin-top: 15px;
    direction: ltr;
    color: #119a4f;
    direction: ltr;
    font-size: 12px;
}

    .article-rating .label {
        font-weight: normal;
        font-family: tahoma;
    }

    .article-rating .fa {
        cursor: pointer;
    }

        .article-rating .fa:hover:before {
            content: "\f005";
        }

@media (min-width: 319px) and (max-width: 767px) {
    .articlesArrows {
        position: fixed;
        bottom: 0;
        height: 40px;
        left: 0;
        right: 0;
    }
}

.articlesArrows .articlesNav {
    position: fixed;
    top: 50%;
    background: #119a4f;
    border-bottom: 2px solid #12AD4D;
    display: block;
    width: 40px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.35);
    z-index: 5;
    right: 0;
    border-bottom: 2px solid #12AD4D;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 319px) and (max-width: 767px) {
    .articlesArrows .articlesNav {
        position: absolute;
        font-size: 35px;
        top: 0;
    }
}

.articlesArrows .articlesNav.prev {
    left: 0;
    right: auto;
}

.articlesArrows .articlesNav:hover, .articlesArrows .articlesNav:focus {
    color: #fff;
    background-color: #12AD4D;
}

#lightgallery img {
    width: 100%;
    height: 100%;
}

#lightgallery a {
    height: 135px;
    overflow: hidden;
    margin-bottom: 30px;
}

.agri-news .top-section .article-date {
    text-align: right;
}

    .agri-news .top-section .article-date span {
        background-color: #119a4f;
    }

.agri-news .top-section .article-grid {
    margin-bottom: 15px;
}

    .agri-news .top-section .article-grid figure {
        height: 105px;
    }

    .agri-news .top-section .article-grid:last-child {
        margin-bottom: 0;
    }

.agri-news .top-section .article-wrapper .ttl {
    margin-top: 5px;
}

.agri-news .article-wrapper .ttl {
    margin-top: 15px;
}

@media (min-width: 319px) and (max-width: 767px) {
    .agri-news .article-wrapper {
        margin-bottom: 20px;
    }
}

.agri-news .mid-ad, .agri-news .side-ad {
    margin-top: 45px;
    margin-bottom: 25px;
}

.encyclopedia .enc_categories {
    position: relative;
    padding: 15px 0;
}

@media (min-width: 319px) and (max-width: 767px) {
    .encyclopedia .enc_categories {
        padding: 15px 50px;
    }
}

.encyclopedia .enc_categories a {
    color: #717171;
    font-size: 1em;
    display: block;
    text-align: center;
    font-family: "ge_ss_two_light", Tahoma, Arial, sans-serif;
    padding: 5px 0;
    margin: 3px;
    transition: all 0.2s linear;
}

    .encyclopedia .enc_categories a:hover {
        color: #fff;
        background: #119a4f;
    }

    .encyclopedia .enc_categories a.active {
        color: #fff;
        background: #119a4f;
    }

        .encyclopedia .enc_categories a.active span {
            position: relative;
        }

            .encyclopedia .enc_categories a.active span:after {
                content: "";
                width: 100%;
                height: 2px;
                background: #119a4f;
                position: absolute;
                left: 0;
                bottom: -5px;
            }

.encyclopedia .enc_categories .slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    color: #d7d7d7;
    cursor: pointer;
    font-size: 48px;
}

@media (min-width: 319px) and (max-width: 991px) {
    .encyclopedia .enc_categories .slick-arrow {
        left: -5px;
    }
}

.encyclopedia .enc_categories .slick-arrow:hover {
    color: #119a4f;
}

.encyclopedia .enc_categories .slick-arrow.slick-next {
    left: auto;
    right: -30px;
}

@media (min-width: 319px) and (max-width: 991px) {
    .encyclopedia .enc_categories .slick-arrow.slick-next {
        right: -5px;
    }
}

.encyclopedia .enc_figure figure {
    position: relative;
    height: auto;
   /* overflow: hidden;*/
   text-align:center;
}

    .encyclopedia .enc_figure figure img {
        width: 100%;
    }

    .encyclopedia .enc_figure figure figcaption {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        color: #fff;
    }

        .encyclopedia .enc_figure figure figcaption hgroup {
            padding-top: 2em;
        }

            .encyclopedia .enc_figure figure figcaption hgroup h2 {
                font-size: 2.5em;
            }

            .encyclopedia .enc_figure figure figcaption hgroup h3 {
                font-size: 1.5em;
            }
.enc-diseases {
    direction:ltr;
}
.encyclopedia .enc-diseases .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    
}

.encyclopedia .enc-diseases .panel-heading {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fafafa;
    position: relative;
    padding-left: 65px;
}

    .encyclopedia .enc-diseases .panel-heading .status {
        background-color: #119a4f;
        color: #fff;
        padding: 10px;
        width: 45px;
        bottom: 0;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
    }

.encyclopedia .enc-diseases .panel-collapse .panel-body {
    border-top: 0 !important;
}

    .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .brief {
        margin-bottom: 20px;
    }

    .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slider {
        color: #fff;
    }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slider figcaption {
            background: rgba(0, 0, 0, 0.25);
        }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slider figcaption .dis-desc {
                padding: 35px 25px;
            }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slider figcaption .infection {
                position: absolute;
                bottom: 35px;
                right: 25px;
                font-size: 0.75em;
            }

    .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slick-dots {
        position: absolute;
        bottom: 5px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        direction: rtl;
    }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slick-dots li {
            display: inline-block;
        }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slick-dots li button {
                background: transparent;
                border: 0;
                color: #fff;
                font-family: "ge_ss_two_light", Tahoma, Arial, sans-serif;
                padding: 5px 15px;
            }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slick-dots li:hover button, .encyclopedia .enc-diseases .panel-collapse .panel-body .article-wrapper .sliders .slick-dots li.slick-active button {
                background-color: #636363;
            }

    .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .reason h5 {
        font-size: 0.8em;
    }

    .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .reason span {
        color: #119a4f;
        font-size: 1.1em;
        margin-bottom: 25px;
        display: block;
    }

    .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations {
        border-top: 1px solid #ccc;
        padding-top: 45px;
    }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations h5 {
            font-size: 1.05em;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations span {
            font-size: 0.9em;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company img {
            margin: auto;
            margin-bottom: 5px;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company h3 {
            font-size: 1em;
            color: #119a4f;
            margin-bottom: 3px;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company h4 {
            font-size: 0.75em;
            color: #000;
            margin-bottom: 3px;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company h5 {
            font-size: 0.65em;
            color: #a4a4a4;
            margin-bottom: 3px;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company .more {
            font-size: 0.75em;
            color: #131313;
        }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company .more:hover {
                color: #119a4f;
            }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .company .more:after {
                font-family: fontawesome;
                content: "\f177";
                margin-right: 10px;
                top: 2px;
                position: relative;
                color: #119a4f;
            }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .slick-arrow {
            font-size: 30px;
            color: #119a4f;
            top: 0;
            left: 0;
            position: absolute;
            cursor: pointer;
        }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .disease-reasons .recommendations .slick-arrow.fa-caret-right {
                left: 20px;
            }

    .encyclopedia .enc-diseases .panel-collapse .panel-body .socials {
        margin-top: 15px;
        border-bottom: 5px solid #f5f5f5;
        padding-bottom: 15px;
    }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .social-network a {
            float: left;
            color: #6d6d6d;
            margin-right: 15px;
        }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .social-network a:hover {
                color: #119a4f;
            }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .socials span {
            color: #a3a3a3;
            font-size: 0.75em;
            font-family: "ge_ss_two_light", Tahoma, Arial, sans-serif;
            margin-left: 15px;
        }

            .encyclopedia .enc-diseases .panel-collapse .panel-body .socials span i {
                margin-left: 5px;
            }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .btn, .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .btn-secondary, .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .btn-cancel, .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .btn-icon {
            font-size: 0.8em;
            padding: 3px 15px;
        }

        .encyclopedia .enc-diseases .panel-collapse .panel-body .socials .users-comments.in {
            display: inline-block;
        }

.encyclopedia .enc-diseases .panel-collapse.in {
    border-top: 4px solid #119a4f;
}

.recommendation-holder.slick-slide {
    text-align: center;
}

.recommendations .more {
    color: #fff !important;
}

    .recommendations .more:after {
        color: #fff !important;
    }

.egyptMarket {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    transition: all 0.2s linear;
}

    .egyptMarket .article-wrapper.article-grid {
        font-size: 13px;
    }

        .egyptMarket .article-wrapper.article-grid figure {
            margin-bottom: 0;
            height: 80px;
        }

        .egyptMarket .article-wrapper.article-grid .details {
            padding-right: 0;
            padding-left: 30px;
        }

@media (min-width: 319px) and (max-width: 767px) {
    .egyptMarket .article-wrapper.article-grid .details {
        padding-right: 30px;
    }
}

.egyptMarket .article-wrapper.article-grid .details .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.egyptMarket .article-wrapper.article-grid .details .location {
    color: #119a4f;
    font-family: "droidsansarabic", Tahoma, Arial, sans-serif;
}

    .egyptMarket .article-wrapper.article-grid .details .location .fa {
        margin-left: 5px;
    }

.egyptMarket:hover {
    box-shadow: -2px 2px 15px #ccc;
}

.marketSearch {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
    font-family: "droidsansarabic", Tahoma, Arial, sans-serif;
    display: inline-block;
    width: 100%;
}

    .marketSearch .form-group {
        margin-bottom: 0;
    }

    .marketSearch label {
        font-weight: normal;
        font-size: 13px;
    }

    .marketSearch .form-control {
        font-family: "droidsansarabic", Tahoma, Arial, sans-serif;
        font-size: 13px;
        padding: 7px;
    }

    .marketSearch .btn, .marketSearch .btn-secondary, .marketSearch .btn-cancel, .marketSearch .btn-icon {
        padding: 4px 15px;
    }

    .marketSearch .add {
        color: #119a4f;
        border-bottom: 1px solid;
        padding-top: 6px;
        display: inline-block;
    }

.main-footer .marqueeContainer {
    direction: ltr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 111, 51, 0.95);
    padding: 15px;
}

.main-footer .copy-rights .marquee {
    overflow: hidden;
    font-family: "ge_ss_two_light", Tahoma, Arial, sans-serif;
}

    .main-footer .copy-rights .marquee a {
        color: #fff;
        text-decoration: underline;
        margin-right: auto;
        top: auto;
    }

    .main-footer .copy-rights .marquee .js-marquee {
        direction: rtl;
    }
