﻿@charset "utf-8";

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    background-color: #fff;
}

::selection {
    background-color: #42750e;
    color: #FFF;
}

::-moz-selection {
    background-color: #42750e;
    color: #FFF;
}

h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    font-weight: normal;
}

h3 {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    line-height: 24px;
}

h4 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

h5 {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    clear: both;
    text-align: justify;
}

#mainwrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
    min-width: 1040px;
    padding: 0px;
}

.banner-wrapper {
    width: 100%;
    height: 300px;
}

.header-wrapper {
    position: relative;
    width: 100%;
    height: 135px;
    background-color: #fff;
    min-width: 1040px;
}

.header-lock-wrapper {
    position: relative;
    width: 100%;
    height: 135px;
    background-color: #fff;
    z-index: 14;
    min-width: 1040px;
}

.header-container {
    width: 1040px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.logo-block {
    float: left;
    margin-top: 20px;
    width: 340px;
    overflow: hidden;
}

.header-tools {
    float: right;
    margin-top: 57px;
}

.weather-block {
    float: left;
    width: 150px;
    margin-right: 20px;
}

#weatherImage {
    float: left;
    margin-top: -5px;
    overflow: hidden;
}

.weatherImage img {
    float: left;
}

.weather-block div {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
}

.weather-info {
    margin-left: 0;
}

.header-icons {
    float: left;
    margin-right: 30px;
}

    .header-icons ul li {
        float: left;
        margin-left: 15px;
        list-style: none;
        margin-top: 5px;
    }

.lang-selector {
    float: right;
    width: 82px;
    height: 20px;
    background-color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 15px;
    background-image: url(../images/lang-background.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.lang-en {
    float: left;
    color: #fff;
    width: 20px;
    padding-left: 10px;
    padding-top: 1px;
}

    .lang-en a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

.lang-ar {
    float: left;
    width: 30px;
    height: 18px;
    padding-left: 10px;
    margin-right: 1px;
    margin-top: 1px;
}

.menu-block {
    width: 1040px;
    height: 50px;
    background-color: #42750e;
    position: absolute;
    z-index: 14;
    margin-top: 111px;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 6px -2px rgba(0,0,0,0.5);
    box-shadow: 0 3px 6px -2px rgba(0,0,0,0.5);
}

.home-link {
    float: left;
    margin-top: 12px;
    margin-right: 25px;
}

.oe_menu {
    float: left;
    margin-top: 15px;
    margin-left: 0px;
}

    .oe_menu li a.home_icon {
        padding-right: 20px;
        padding-left: 20px;
    }

    .oe_menu li {
        float: right;
        list-style: none;
        font-size: 18px;
        font-weight: 600;
    }

        .oe_menu li a {
            color: #fff;
            text-decoration: none;
        }

.share-link {
    float: left;
    display: none;
}

    .share-link:hover > a {
        background-color: #129b9e;
    }

#share-link {
    display: block;
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.share-dropdown {
    position: absolute;
    padding-bottom: 0px;
    width: 120px;
    left: 0px;
    top: 50px;
    border-right: solid 4px rgba(12,141,144,.9);
    opacity: 1;
    height: 205px;
    display: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.share-header {
    width: 80px;
    background-color: #e5e5e5;
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    padding-bottom: 10px;
    -moz-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.share-dropdown-list {
    list-style: none;
    float: left;
    width: 100px;
    background-color: #e5e5e5;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .share-dropdown-list li {
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
        float: right;
        margin-left: 10px;
        background-color: #42750e;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding-top: 5px;
        padding-right: 5px;
    }

        .share-dropdown-list li:hover {
            background-color: #1674b2;
        }

.share-footer {
    float: right;
    margin-top: 0px;
}

.breif-wrapper {
    width: 100%;
    height: 425px;
    background-color: #1674b2;
    position: relative;
    min-width: 1040px;
}

.breif-container {
    width: 1040px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.brief-image {
    float: left;
    display: block;
    width: 336px;
    height: 322px;
    margin: 1em auto;
    margin-top: 60px;
}

.brief-content {
    float: right;
    width: 620px;
    height: 400px;
    margin-top: 25px;
    margin-left: 70px;
    background-image: url('../images/bahrain-map.png');
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.brief-content-block {
    float: left;
    margin-top: 60px;
    color: #fff;
}

    .brief-content-block .head1 {
        float: left;
        clear: both;
        font-family: 'Merriweather', serif;
        font-size: 32px;
        font-weight: normal;
        line-height: 42px;
    }

    .brief-content-block h2 {
        float: left;
        clear: both;
    }

    .brief-content-block p {
        float: left;
        color: #fff;
        line-height: 24px;
        font-size: 16px;
    }

.readmore {
    float: left;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #4590c1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    clear: both;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .readmore:hover {
        color: #cba97a !important;
        text-decoration: none;
    }

.newsevents-wrapper {
    width: 100%;
    height: 405px;
    background-color: #eee;
    position: relative;
    min-width: 1040px;
}

.newsevents-container {
    width: 1040px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.event-block {
    float: left;
    width: 385px;
    height: 10px;
    margin-top: 40px;
    color: #1674b2;
}

.event-header {
    float: left;
    margin-bottom: 1px;
    width: 385px;
    padding-bottom: 6px;
}

    .event-header .event-head {
        float: left;
        margin-top: 10px;
        font-family: 'Merriweather', serif;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
    }

.event-header-title {
    float: right;
    width: 265px;
    height: 40px;
    background-color: #1674b2;
}

.event-nav, .event-prev, .event-month, .event-next {
    float: right;
    white-space: nowrap;
}

.event-nav {
    margin-right: 20px;
    margin-top: 7px;
}

.event-prev {
    margin-left: 10px;
}

.event-next {
    margin-right: 10px;
}

.event-month {
    color: #fff;
    font-size: 18px;
}

.rss-block {
    float: right;
    width: 40px;
    height: 40px;
    border-left: 2px solid #1ea8ab;
}

    .rss-block a {
        display: block;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 9px;
    }

.event-list {
    float: left;
}

    .event-list li {
        margin-bottom: 1px;
        float: left;
        width: 382px;
        height: 80px;
        border-left: 3px solid #1674b2;
        background-color: #d0e3f0;
        list-style: none;
        transition: all 0.15s;
    }

        .event-list li:hover {
            border-left: 6px solid #1674b2;
        }

.event-date {
    font-size: 36px;
    padding-top: 20px;
    padding-left: 16px;
    font-weight: 400;
}

.event-date-small {
    font-size: 22px;
    float: right;
    margin-left: 5px;
}

.event-date-big {
    float: right;
}

.event-content {
    float: left;
    padding-left: 20px;
    margin-top: 15px;
}

.event-line1 {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.event-line2 {
    color: #1674b2;
    font-size: 18px;
    text-decoration: none;
    transition: all .5s;
}

    .event-line2 a:hover {
        color: #42750e;
    }

.event-footer {
    width: 385px;
    height: 40px;
    position: absolute;
    background-color: #adc9dc;
    margin-top: 1px;
}

.poll-footer {
    width: 385px;
    height: 40px;
    background-color: #DDD;
    margin-top: 1px;
}

    .event-footer a {
        color: #1674b2;
        font-size: 16px;
        display: block;
        padding-left: 20px;
        padding-top: 5px;
        text-decoration: none;
        float: left;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .event-footer a:hover {
            color: #42750e;
            text-decoration: none;
        }

.nave-down, .nave-up {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #1674b2;
}

.nave-down {
    border-left: 2px solid #438dbf;
}

    .nave-down a, .nave-up a {
        display: block;
        padding-top: 5px;
        padding-right: 9px;
        padding-bottom: 10px;
    }

        .nave-down a img, .nave-up a img {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            float: left;
            margin-top: 10px;
            margin-right: -6px;
        }

.news-block {
    float: left;
    width: 615px;
    height: 325px;
    margin-top: 40px;
    color: #92774c;
    margin-left: 40px;
}

.news-header {
    float: left;
    width: 615px;
    height: 27px;
}

/* ============================= JS faded-slider START ===================================== */

#faded {
    float: right;
    width: 615px;
    height: 325px;
    margin-top: 14px;
    margin-right: 35px;
}

    #faded ul.gallery li {
        width: 615px;
        height: 285px;
        background-color: #e5ddd1;
        list-style: none;
    }

        #faded ul.gallery li img {
            float: left;
        }

.news-header .news-head {
    position: absolute;
    margin-top: 10px;
    margin-right: 65px;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    text-transform: uppercase;
}

.news-header-title {
    float: left;
    width: 385px;
    height: 40px;
    background-color: #cba97a;
    left: 0;
    margin-top: -42px;
    z-index: 12;
}

    .news-header-title .rss-block {
        border-color: #d3b58a;
    }

.news-date {
    float: left;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 5px;
}

.news-content {
    float: left;
    background-color: #e5ddd1;
    width: 385px;
    height: 285px;
}

    .news-content img {
        float: left;
    }

.news-content-wrap {
    float: left;
    width: 355px;
    margin-left: 15px;
    margin-top: 10px;
}

.home-news-title {
    font-size: 22px;
    color: #92774c;
    float: left;
    width: 280px;
    text-align: left;
    clear: both;
    line-height: 30px;
}

    .home-news-title a {
        color: #92774c;
        text-decoration: none;
    }

        .home-news-title a:hover {
            color: #92774c;
        }

.home-news-details {
    float: left;
    color: #333;
    font-size: 16px;
    margin-top: 12px;
    clear: both;
}

.home-news-readmore {
    float: left;
    clear: both;
    margin-top: 10px;
}

    .home-news-readmore a {
        color: #92774c;
        text-decoration: none;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .home-news-readmore a:hover {
            color: #1674b2;
            text-decoration: none;
        }

.news-nav {
    position: absolute;
    margin-top: 245px;
    z-index: 12;
    right: 3px;
}

.nave-left, .nave-right {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #cba97a;
}

.nave-left {
    border-right: 2px solid #d3b58a;
}

    .nave-left a, .nave-right a {
        display: block;
        padding-top: 15px;
        padding-right: 15px;
        width: 25px;
        height: 25px;
        background-color: #cba97a;
    }

        .nave-left a img, .nave-right a img {
            float: right;
        }

.news-header-title .rss-block a {
    padding-left: 10px;
    padding-top: 14px;
}
/* ============================== JS faded-slider END ====================================== */
.news-event-border {
    position: absolute;
    margin-top: 393px;
    z-index: 12;
}

.block-wrapper {
    width: 100%;
    min-width: 1040px;
    min-height: 320px;
    background: #fff;
    position: relative;
    padding-bottom: 0px;
    display: block;
    overflow: hidden;
}

.block-container {
    width: 1040px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.home-block {
    width: 217px;
    float: left;
    padding-right: 30px;
    border-right: 2px solid #eaeaea;
    margin-top: 40px;
    margin-right: 15px;
    min-height: 265px;
    margin-bottom: 40px;
}

.block-header {
    float: left;
    height: 90px;
}

    .block-header img {
        float: left;
        margin-right: 15px;
    }

.block-header-content {
    float: right;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #42750e;
    width: 120px;
    margin-top: 10px;
}

    .block-header-content a {
        color: #42750e;
        text-decoration: none;
    }

        .block-header-content a:hover {
            color: #1674b2;
        }

.block-content {
    float: left;
    margin-top: 10px;
    clear: both;
    color: #333;
    font-size: 14px;
    text-align: justify;
}

.home-block ul {
    float: left;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

    .home-block ul li {
        background: url(../images/list-arrow.png) no-repeat left 11px;
        padding-left: 15px;
        list-style: none;
        width: 100%;
        line-height: 16px;
        padding-top: 5px;
    }

        .home-block ul li a {
            text-decoration: none;
            color: #777;
            -webkit-transition: all 1s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .home-block ul li a:hover {
                color: #1674b2;
            }

.footer-wrapper {
    width: 100%;
    min-width: 1040px;
    background: #fff;
    position: relative;
    background-image: url(../images/footer-top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.footer-container {
    width: 1040px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.menu-btn {
    float: left;
    font-family: 'Merriweather', serif;
    font-size: 28px;
    margin-top: 25px;
    width: 20px;
    cursor: pointer;
}

    .menu-btn a {
        display: block;
        color: #42750e;
        text-decoration: none;
    }

.footer-top-block {
    float: right;
    width: 520px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.home-phone-block {
    float: right;
    margin-top: 10px;
}

    .home-phone-block img {
        float: left;
        margin-right: 10px;
        margin-top: 3px;
    }

    .home-phone-block span {
        font-size: 24px;
        color: #c80009;
        text-align: left;
    }

.home-follow-block {
    float: left;
    font-size: 14px;
    color: #888;
    margin-left: 151px;
    margin-top: 5px;
}
    /*display:none; margin-left:40px*/
    .home-follow-block p {
        float: left;
    }

    .home-follow-block ul {
        float: left;
        margin-right: 0px;
        margin-left: 10px;
    }

        .home-follow-block ul li {
            float: left;
            list-style: none;
            margin-top: 10px;
            margin-left: 5px;
            margin-right: 5px;
        }

.footer-menu-wrapper {
    clear: both;
    float: left;
    width: 1040px;
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-menu-block {
    float: left;
    margin-right: 30px;
    display: inline-block;
    min-height: 300px;
    width: 140px;
}

    .footer-menu-block h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        clear: both;
    }

        .footer-menu-block h4 a {
            color: #666;
            text-decoration: none;
        }

            .footer-menu-block h4 a:hover {
                color: #42750e;
            }

    .footer-menu-block ul {
        float: left;
        clear: both;
        margin-left: 0px;
    }

        .footer-menu-block ul li {
            float: left;
            list-style: none;
            clear: both;
            line-height: 14px !important;
            padding-bottom: 10px;
        }

            .footer-menu-block ul li a {
                font-size: 14px;
                color: #888;
                text-decoration: none;
                -webkit-transition: color 0.2s linear;
                -moz-transition: color 0.2s linear;
                -ms-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                transition: color 0.2s linear;
            }

                .footer-menu-block ul li a:hover {
                    color: #1674B2;
                }

.copyright-block {
    float: left;
    font-size: 12px;
    padding-top: 10px;
    width: 1040px;
    color: #888;
    border-top: 1px solid #e3e3e3;
}

    .copyright-block div {
        float: left;
    }

    .copyright-block ul {
        float: left;
        list-style: none;
        margin-right: 5px;
        margin-top: 3px;
    }

        .copyright-block ul li {
            float: left;
        }

            .copyright-block ul li a {
                color: #888;
                text-decoration: none;
                -webkit-transition: color 0.2s linear;
                -moz-transition: color 0.2s linear;
                -ms-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                transition: color 0.2s linear;
            }

                .copyright-block ul li a:hover {
                    color: #1674B2;
                }

    .copyright-block .boxon-block {
        float: right;
    }

.footer-logos {
    float: left;
    width: 1040px;
    margin-top: 20px;
}

    .footer-logos ul {
        margin-left: 0;
    }

        .footer-logos ul li {
            list-style: none;
            padding-right: 20px;
            display: table-cell;
            vertical-align: middle;
        }
/*Banner Styles*/
.banner-content {
    width: 1040px;
    height: auto;
    position: relative;
    margin: 0 auto;
    color: #fff;
    margin-top: 160px;
    text-align: center;
}

.banner-content-wrapper {
    float: left;
    width: 1040px;
}

.main-head {
    padding: 10px;
    padding-top: 15px;
    background: url(../images/banner-caption-bg.png) repeat-x;
    float: left;
    font-family: 'Merriweather', serif;
    font-size: 42px;
    margin-bottom: 1px;
    height: 32px;
}

.sub-head {
    padding: 10px;
    line-height: 40px;
    padding-top: 10px;
    background: url(../images/banner-caption-bg.png) repeat-x;
    float: left;
    font-family: 'Merriweather', serif;
    font-size: 40px;
    clear: both;
    height: 37px;
}

.banner-more {
    width: 56px;
    height: 46px;
    background: url(../images/banner-caption-bg.png) repeat-x;
    float: left;
    margin-right: 1px;
    text-align: center;
}

.banner-more {
    display: block;
    padding-top: 15px;
}

.banner {
    position: fixed;
    width: 100%;
    overflow: auto;
    text-align: center;
    padding: 0px;
}

    .banner ul {
        list-style: none;
        width: 300%;
        margin: 0px;
    }

        .banner ul li {
            display: block;
            float: left;
            min-height: 400px;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .banner .dot {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
        float: left;
        margin: 0;
    }

        .banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            background-color: #fff;
            border-radius: 6px;
            cursor: pointer;
            opacity: .3;
        }

            .banner .dots li.active {
                background-color: #1674b2;
                opacity: 1;
            }
/*Banner Styles*/
/*Weather Block Styles*/
.dropdown {
    position: absolute;
    z-index: 9999999;
    display: none;
    direction: ltr;
}

    .dropdown .dropdown-menu,
    .dropdown .dropdown-panel {
        min-width: 120px;
        max-width: 360px;
        list-style: none;
        background: #FFF;
        border: solid 1px #DDD;
        border: solid 1px rgba(0, 0, 0, .2);
        border-radius: 6px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        overflow: visible;
        padding: 4px 0;
        margin: 0;
        margin-top: 30px;
    }

.dropdown-menu li h5 {
    font-family: 'HelveticaNeueLTArabic45Light', Tahoma, Geneva, sans-serif;
    color: #1674b2;
    font-size: 14px;
}

.dropdown .dropdown-panel {
    padding: 10px;
}

.dropdown.dropdown-tip {
    margin-top: 8px;
}

    .dropdown.dropdown-tip:before {
        position: absolute;
        top: 24px;
        right: 24px;
        content: '';
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #CCC;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        display: inline-block;
    }

    .dropdown.dropdown-tip.dropdown-anchor-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown.dropdown-tip:after {
        position: absolute;
        top: 25px;
        right: 25px;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #FFF;
        display: inline-block;
    }

    .dropdown.dropdown-tip.dropdown-anchor-right:after {
        left: auto;
        right: 10px;
    }


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
    max-height: 358px;
    overflow: auto;
}

.dropdown .dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}

.dropdown .dropdown-menu .dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #E5E5E5;
    padding: 0;
    margin: 5px 0;
}

.weather-link {
    text-decoration: none;
}
/*Weather Block Styles*/

/*News Slider*/
.news-list {
    list-style: none;
}
/*News Slider*/

/*TAB Caserole Style*/
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 386px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 386px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 260px;
    height: 66px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 386px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 386pxpx;
    height: 81px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0;
    margin-left: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0px;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 1px;
    float: right !important;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    right: 25px;
    left: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    right: auto;
    left: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -28px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
    z-index: 12;
}

    .jcarousel-skin-tango .jcarousel-next-vertical:hover {
        background-position: 0 -20px;
    }

    .jcarousel-skin-tango .jcarousel-next-vertical:active {
        background-position: 0 -40px;
    }

.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -60px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: -35px;
    right: 54px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
    z-index: 12;
}

    .jcarousel-skin-tango .jcarousel-prev-vertical:hover {
        background-position: 0 -20px;
    }

    .jcarousel-skin-tango .jcarousel-prev-vertical:active {
        background-position: 0 -40px;
    }

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -60px;
}
/*TAB Caserole Style*/

/*menu.css*/
ul.oe_menu {
    list-style: none;
    position: relative;
    margin-top: 0;
}

    ul.oe_menu > li {
        position: relative;
        float: left;
    }

        ul.oe_menu > li > a {
            display: block;
            padding-top: 15px;
            padding-bottom: 13px;
            padding-left: 14px;
            padding-right: 14px;
            margin: 0;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

            ul.oe_menu > li > a:hover,
            ul.oe_menu > li.selected > a {
                background: #1674b2;
                color: #fff;
            }

.oe_wrapper ul.hovered > li > a {
    color: #455660;
}

.oe_wrapper ul li:hover > a {
    color: #fff;
}

.oe_wrapper ul.hovered > li > a:hover {
    color: #fff;
}

ul.oe_menu div {
    position: absolute;
    top: 50px;
    margin-right: -4px;
    background-color: #e5e5e5;
    background-repeat: repeat;
    width: auto;
    height: auto;
    display: none;
    border-bottom: 4px solid rgba(55,128,177,.8);
    border-left: 4px solid rgba(55,128,177,.8);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    z-index: 8888;
    -moz-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
}

    ul.oe_menu div ul li {
        width: 200px;
        min-height: 40px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 9px;
        border-bottom: 1px solid #fff;
        margin-left: 0px;
        -webkit-transition: background-color 1s ease;
        -moz-transition: background-color 1s ease;
        -o-transition: background-color 1s ease;
        transition: background-color 1s ease;
    }

        ul.oe_menu div ul li:last-child {
            border-bottom: none;
        }

        ul.oe_menu div ul li a {
            text-decoration: none;
            color: #555;
            display: block;
            font-size: 16px;
            padding-top: 8px;
            font-weight: 400;
            padding-bottom: 5px;
            -webkit-transition: color .5s ease;
            -moz-transition: color .5s ease;
            -o-transition: color .5s ease;
            transition: color .5s ease;
        }

    ul.oe_menu div ul.oe_full {
        width: 100%;
    }

    ul.oe_menu div ul li:hover {
        background: #4590c1;
        color: #fff;
    }

        ul.oe_menu div ul li:hover > a {
            color: #fff;
        }

ul.oe_menu li ul {
    list-style: none;
    float: left;
    width: 189px;
}

li.oe_heading {
    color: #aaa;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}
/*menu.css*/
/*Subpage Style*/
.supage-banner-wrapper {
    height: 275px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eee;
}

.subpage-banner-container {
    width: 1040px;
    height: 275px;
    position: relative;
    margin: 0 auto;
}

.banner-title {
    position: absolute;
    bottom: 0;
    font-family: 'Merriweather', serif;
    font-size: 40px;
    margin-bottom: 65px;
    color: #fff;
}

.banner-tools {
    position: absolute;
    height: 35px;
    width: 1040px;
    background-color: #fff;
    bottom: 0;
    border-bottom: 1px solid #fdfdfd;
}

.bread-crumbs {
    float: left;
}

    .bread-crumbs ul {
        margin-left: 8px;
        margin-top: 10px;
    }

        .bread-crumbs ul li {
            float: left;
            list-style: none;
            white-space: nowrap;
        }

            .bread-crumbs ul li:before {
                content: '>';
                margin: 0 8px 0 8px;
                color: #bbb;
                font-size: 12px;
            }

            .bread-crumbs ul li:first-child {
                margin: 0;
            }

                .bread-crumbs ul li:first-child:before {
                    content: '' !important;
                    margin: 0;
                }

            .bread-crumbs ul li a {
                font-size: 16px;
                color: #555;
                text-decoration: none;
                -webkit-transition: color 0.2s linear;
                -moz-transition: color 0.2s linear;
                -ms-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                transition: color 0.2s linear;
            }

                .bread-crumbs ul li a:hover {
                    color: #1674b2;
                }

.pe-tools {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

    .pe-tools a {
        margin-right: 10px;
    }

.subpage-content-wrapper {
    width: 100%;
    background-color: #fff;
    min-height: 300px;
}

.subpage-content-container {
    width: 1040px;
    min-height: 300px;
    position: relative;
    margin: 0 auto;
    clear: both;
    height: auto;
}

.right-block {
    float: left;
    width: 760px;
    padding-top: 45px;
    clear: both;
    height: auto;
    padding-bottom: 20px;
}

.left-block {
    float: right;
    margin-left: 40px;
}

.submenu-block {
    float: right;
    width: 200px;
    min-height: 230px;
    background-color: #edf4d9;
    margin-top: 40px;
    padding: 20px;
    padding-left: 10px;
}

.menu-head {
    float: right;
    font-size: 20px;
    color: #42750e;
    font-family: 'GEThameen-DemiBold', "Times New Roman", Times, serif;
    margin-top: 10px;
    clear: both;
}

.sub-menu {
    list-style: none;
    float: right;
    margin-top: 5px;
    width: 200px;
}

    .sub-menu li {
        margin-bottom: 7px;
        background: url(../images/list-arrow.png) no-repeat right 11px;
        padding-right: 15px;
    }

        .sub-menu li a {
            font-size: 14px;
            text-decoration: none;
            color: #555;
            line-height: 16px;
            -webkit-transition: color 0.2s linear;
            -moz-transition: color 0.2s linear;
            -ms-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

            .sub-menu li a:hover {
                color: #1674b2;
            }

.content-head {
    float: left;
    clear: both;
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Merriweather', serif;
    color: #1674b2;
    margin-bottom: 20px;
}

.content-band-wrapper {
    float: right;
    clear: both;
    margin-bottom: 15px;
    width: 100%;
}

.pdf-wrap {
    float: right;
    margin-left: 10px;
}

.pdf-image {
    clear: both;
    width: 100%;
    float: right;
}

    .pdf-image a img {
        float: right;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        vertical-align: middle;
        display: inline-table;
        margin-top: 0;
        margin-left: 10px;
    }

    .pdf-image a {
        margin-top: 10px;
        clear: both;
        width: auto;
        float: right;
        font-size: 16px;
        color: #555;
        text-decoration: none;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .pdf-image a:hover {
            color: #1674b2;
        }

.content-wrap {
    float: right;
    margin-left: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    background-color: #d0e3f0;
    font-size: 16px;
    color: #333;
}

.content-footer-head1 {
    font-size: 20px;
    color: #333;
    font-family: 'HelveticaNeueLTArabic75Bold', Tahoma, Geneva, sans-serif;
    line-height: 22px;
    float: right;
    clear: both;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

.content-footer-head2 {
    font-size: 14px;
    color: #555;
    line-height: 16px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.right-block p {
    line-height: 26px;
    margin-bottom: 15px;
    clear: none;
    float: none;
}

.right-block ul {
    margin-top: 10px;
    width: 100%;
}

    .right-block ul img {
        float: right;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .right-block ul li, .climate-details ul li {
        margin-bottom: 15px;
        margin-right: 18px;
        list-style-image: url(../images/list-arrow.png);
        line-height: 22px;
        text-align: justify;
    }

        .climate-details ul li ul li {
            margin-bottom: 10px;
            margin-right: 18px;
            list-style: lower-latin !important;
            list-style-image: none;
            line-height: 22px;
            font-size: 14px;
        }

.green-head {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #42750e;
    line-height: 24px !important;
    float: left;
    clear: both !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    white-space: nowrap;
}

.green-head2 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #42750e;
    line-height: 24px !important;
    float: left;
}

.black-head {
    font-size: 16px;
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    line-height: 22px !important;
    float: right;
    clear: both;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

.content-bold {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
/*.search-wrapper{ width:710px; height:30px; background-color:#d0e3f0; padding:25px; margin-top:-5px;}*/
.control-block {
    float: right;
    margin-left: 20px;
}

select {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f8f8f8;
    color: #555;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 180px;
    height: 28px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    padding-top: 3px;
    padding-right: 5px;
}

    select option {
        background-color: #e5e5e5;
        color: #555;
        font-family: 'Titillium Web', sans-serif;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 5px;
    }


/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}*/



div span label:before
{
    content:none!important;
}
div span label:after {
    content: none !important;
}

label {
    position: relative
}

    label:after {
        content: '<';
        font: 32px "Merriweather", monospace;
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 12px;
        top: -2px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
    }

    label:before {
        content: '';
        left: 0px;
        top: 8px;
        width: 33px;
        height: 28px;
        background: #1674b2;
        position: absolute;
        pointer-events: none;
        display: block;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.textbox {
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 14px;
    width: 175px;
    height: 20px;
    border: none;
    outline: none;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.button {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    -moz-border-radius: 4px;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    background-color: #1674b2;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    min-width: 100px;
}

.othbutton {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    background-color: #1674b2;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    padding: 5px;
}
    .othbutton:hover {
        background-color: #cba97a;
    }
.othdisable {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    background-color: #d6d6d6;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    padding: 5px;
}


  

.button:hover {
    background-color: #42750e;
}

.report-header-wrap {
    width: 760px;
    background-color: #1674b2;
    margin-top: 1px;
    font-size: 14px;
    display: table-row;
    color: #fff;
}

.report-head1 {
    width: 34px;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-head2 {
    width: 154px;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-head3 {
    width: 379px;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-head3-head {
    width: 563px;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-head4 {
    width: 30px;
    padding: 10px 20px 10px 20px;
    display: table-cell;
}

.report-row-wrap {
    width: 760px;
    background-color: #ebebeb;
    margin-top: 1px;
    font-size: 16px;
    display: table-row;
}

.report-row-wrap-alter {
    width: 760px;
    background-color: #f2f2f2;
    margin-top: 1px;
    font-size: 16px;
    display: table-row;
}

.report-row1 {
    width: 34px;
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-row2 {
    width: 154px;
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-row3 {
    width: 379px;
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.report-row3-big {
    width: 563px;
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

    .report-row3 a, .report-row3-big a {
        text-decoration: none;
        color: #333;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .report-row3 a:hover, .report-row3-big a:hover {
            color: #1674b2;
        }

.report-row4 {
    width: 30px;
    padding: 10px 20px 20px 20px;
    display: table-cell;
}

.ajax-loader {
    width: 760px;
    text-align: center;
    padding-top: 15px;
    display: none;
}

.border-line {
    clear: both;
    float: right;
    width: 1040px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 40px;
}

.climate-block-wrapper {
    float: left;
    width: 1040px;
    padding-top: 40px;
}

.climate-block {
    float: left;
    height: 240px;
    padding-top: 40px;
    padding-bottom: 100px;
    overflow: hidden;
    width: 230px;
    margin-right: 40px;
    border-bottom: 1px solid #d6d6d6;
}

    .climate-block img {
        float: left;
        -moz-box-shadow: 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px #ccc;
        box-shadow: 5px 5px #ccc;
    }

.climate-head {
    float: left;
    margin-top: 20px;
}

    .climate-head a {
        float: left;
        font-size: 16px;
        font-weight: 600;
        color: #42750e;
        text-decoration: none;
        -webkit-transition: color 2s ease;
        -moz-transition: color 2s ease;
        -o-transition: color 2s ease;
        transition: color 2s ease;
    }

        .climate-head a:hover {
            color: #1674b2
        }

.climate-content {
    float: left;
    margin-top: 5px;
    clear: both;
    height: 120px;
}

    .climate-content a {
        float: left;
        font-size: 14px;
        color: #333333;
        text-decoration: none;
        -webkit-transition: color 2s ease;
        -moz-transition: color 2s ease;
        -o-transition: color 2s ease;
        transition: color 2s ease;
    }

        .climate-content a:hover {
            color: #888;
        }

.climate-details img {
    float: left;
    -moz-box-shadow: 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px #ccc;
    box-shadow: 5px 5px #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.right-block-small {
    float: left;
    margin-right: 40px;
}

.left-block-big {
    float: right;
    width: 770px;
    padding-top: 55px;
    height: auto;
    padding-bottom: 20px;
}

    .left-block-big ul {
        clear: both;
        margin-left: 0;
        padding-top: 10px;
    }

        .left-block-big ul li {
            margin-bottom: 8px;
            margin-left: 20px;
            list-style-image: url(../images/list-arrow.png);
            clear: both;
        }

            .left-block-big ul li span {
                padding-top: 15px;
                display: inline-block;
            }

            .left-block-big ul li ul {
                margin-top: 10px;
            }

                .left-block-big ul li ul li {
                    margin-bottom: 10px;
                    margin-right: 18px; /*list-style:lower-latin !important; list-style-image:none;*/
                    list-style-image: url(../images/list-arrow.png) !important;
                    line-height: 22px;
                    font-size: 14px;
                }

                    .left-block-big ul li ul li ul {
                        margin-top: 5px;
                    }

                        .left-block-big ul li ul li ul li {
                            margin-bottom: 10px;
                            margin-top: -10px;
                            margin-right: 18px;
                            list-style: circle !important;
                            list-style-image: none;
                            line-height: 22px;
                            font-size: 14px;
                        }

    .left-block-big ol {
        clear: both;
    }

        .left-block-big ol li {
            margin-bottom: 8px;
            margin-right: 18px;
            clear: both;
        }

            .left-block-big ol li span {
                padding-top: 15px;
                display: inline-block;
            }

.contents p {
    line-height: 26px;
    margin-bottom: 15px;
    clear: none;
    float: none;
}

.contents img {
    float: right;
    -moz-box-shadow: 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px #ccc;
    box-shadow: 5px 5px #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.sub-menu-left {
    float: left;
    margin-left: 0;
}

    .sub-menu-left li {
        float: left;
        position: relative;
        list-style: none;
        width: 230px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #d0e3f0;
        border-bottom: 1px solid #fff;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }

        .sub-menu-left li a {
            display: block;
            padding-right: 10px;
            padding-left: 15px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            color: #333;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

        .sub-menu-left li.current {
            background-color: #1674b2;
        }

            .sub-menu-left li.current > a {
                color: #fff;
            }

        .sub-menu-left li:hover {
            background-color: #1674b2;
            color: #fff;
        }

        .sub-menu-left li.current:after {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent #1674b2 transparent transparent;
            border-style: solid;
            border-width: 10px;
            top: 50%;
            margin-top: -10px;
            margin-left: 230px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .sub-menu-left li:hover:before {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent #1674b2 transparent transparent;
            border-style: solid;
            border-width: 10px;
            top: 50%;
            margin-top: -10px;
            margin-left: 230px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .sub-menu-left li:hover > a {
            color: #fff;
        }

.newslist-block {
    float: left;
    width: 768px;
}

.newslist-head {
    float: left;
    color: #92774c;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 28px;
}

    .newslist-head a {
        color: #92774c;
        font-family: 'Merriweather', serif;
        font-size: 20px;
        line-height: 28px;
        text-decoration: none;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        -o-transition: color 1s ease;
        transition: color 1s ease;
    }

        .newslist-head a:hover {
            color: #42750e;
        }

.newslist-image {
    float: left;
    width: 230px;
    height: 105px;
    clear: both;
    margin-top: 15px;
    margin-right: 20px;
}

    .newslist-image img {
        float: left;
        -moz-box-shadow: 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px #ccc;
        box-shadow: 5px 5px #ccc;
    }

.newslist-content {
    float: left;
    margin-top: 15px;
    width: 495px;
}

.newslist-date {
    float: left;
    font-size: 14px;
    padding: 0 8px 3px;
    background: #cba97a;
    color: #fff;
    white-space: nowrap;
}

.newslist-text {
    float: left;
    clear: right;
    width: 495px;
    margin-top: 7px;
}

    .newslist-text a {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        -o-transition: color 1s ease;
        transition: color 1s ease;
    }

        .newslist-text a:hover {
            color: #888;
        }

.border-line-newslist {
    clear: both;
    float: left;
    width: 770px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-details img {
    float: left;
    -moz-box-shadow: 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px #ccc;
    box-shadow: 5px 5px #ccc;
    clear: both;
}

.news-details .newslist-head {
    margin-top: 30px;
    clear: both;
}

.news-details .newslist-date {
    clear: both;
    margin-top: 20px;
}

.news-details p {
    line-height: 22px;
    font-size: 16px;
}

/*Event-Accordian Styles*/

.accordion {
    margin: 0;
    padding: 10px;
    height: 80px;
    border-right: #1674b2 3px solid;
    background-color: #d0e3f0;
    text-decoration: none;
    text-transform: uppercase;
    color: #1674b2;
    font-size: 1em;
    margin-top: 1px;
    transition: all 0.15s;
    cursor: pointer;
}

    .accordion:hover {
        border-right: #1674b2 6px solid;
    }

.accordion-open {
    background: #d0e3f0;
    border-right: #1674b2 6px solid;
}

    .accordion-open span {
        display: block;
        float: right;
        padding: 10px;
    }

    .accordion-open span {
        background: url(../images/minus.png) center center no-repeat;
    }

.accordion-close span {
    display: block;
    float: right;
    background: url(../images/plus.png) center center no-repeat;
    padding: 10px;
}

div.container {
    padding: 0;
    margin: 0;
}

div.content {
    background: #f0f0f0;
    margin: 0;
    padding-bottom: 40px;
    height: 532px;
}

.event-place-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    padding-right: 25px;
    height: 100px;
}

    .event-place-block img {
        float: right;
        margin-left: 20px;
    }

.event-place-content {
    float: right;
    width: 650px;
}

.event-list-head {
    color: #1674b2;
    font-size: 18px;
}

.event-time-block {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    padding-right: 25px;
    height: 80px;
}

    .event-time-block img {
        float: right;
        margin-left: 20px;
    }

.event-map-block {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    height: 265px;
    padding-right: 0px;
}

    .event-map-block img {
        float: right;
        margin-left: 20px;
        margin-right: 25px;
    }

.map-img {
    float: right;
    margin: 0px !important;
    clear: both;
    padding-top: 25px;
}

.eventlist-nav {
    float: right;
    font-size: 42px;
    color: #0c8d90;
    font-family: 'GEThameen-DemiBold', "Times New Roman", Times, serif;
    margin-top: 5px;
}

.eventlist-arrow-right {
    float: right;
    padding-left: 15px;
}

.eventlist-nav-content {
    float: right;
}

.eventlist-arrow-left {
    float: right;
    padding-right: 15px;
}
/*Event Accordian Style Ends*/
.contact-right-header {
    width: 180px;
    height: 35px;
    padding: 25px;
    background-color: #1674b2;
    color: #fff;
    font-size: 22px;
    padding-top: 20px;
}

.contact-right-head {
    font-weight: 600;
    font-size: 20px;
}

.contact-number {
    float: lefty;
    clear: both;
}

.contact-content {
    float: left;
    padding-bottom: 60px;
    background-color: #d0e3f0;
    width: 230px;
}

    .contact-content ul {
        float: left;
        margin-left: 0;
    }

        .contact-content ul li {
            float: left;
            list-style: none;
            height: 70px;
            width: 200px;
            border-bottom: 1px solid #fff;
            padding-top: 15px;
            padding-left: 25px;
        }

.contact-list-head {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #42750e;
    clear: both;
}

.contact-list-content {
    float: left;
    clear: both;
    margin-top: 3px;
    font-size: 18px;
}

    .contact-list-content a {
        text-decoration: none;
        color: #555;
        transition: all 1s;
    }

        .contact-list-content a:hover {
            color: #1674b2;
        }

.contact-address-block {
    float: left;
    width: 200px;
    padding-top: 15px;
    padding-left: 25px;
}

.gmap-link {
    float: left;
    width: 200px;
    padding-left: 20px;
    padding-top: 15px;
}

    .gmap-link img {
        float: left;
    }

    .gmap-link a {
        float: left;
        padding-top: 10px;
        text-decoration: none;
        color: #555;
        padding-left: 10px;
        transition: all 1s;
    }

        .gmap-link a:hover {
            color: #1674b2;
        }

.contact-form {
    float: left;
    width: 745px;
    background-color: #f2f2f2;
    margin-top: 5px;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 70px;
}

    .contact-form p {
        font-size: 18px;
        line-height: 26px;
    }

.contact-small-head {
    float: left;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
}

.contact-form-controls {
    float: left;
    clear: both;
    margin-top: 10px;
}

    .contact-form-controls li {
        float: left;
        clear: both;
        list-style-type: none;
        width: 740px;
        margin-bottom: 10px;
        margin-left: 0 !important;
        list-style: none !important;
    }

        .contact-form-controls li label {
            float: left;
            width: 130px;
            padding-top: 10px;
        }

            .contact-form-controls li label::after {
                content: "";
            }

            .contact-form-controls li label::before {
                content: "";
                left: 0px;
                top: 0;
                width: 0;
                height: 0;
                background: none;
            }

.contact-text {
    float: left;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #f2f2f2;
    width: 590px;
    height: 30px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
}

.contact-message {
    width: 590px;
    border: 1px solid #cdcdcd;
    height: 105px;
    float: left;
    margin-top: 25px;
}

.capthcha-block {
    float: left;
    width: 590px !important;
}

    .capthcha-block img {
        float: left;
    }

.captcha-text {
    float: left;
    width: 115px;
    height: 35px;
    margin-left: 25px;
    border: 1px solid #cdcdcd;
}

.captha-link-content {
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 16px;
    width: 205px !important;
    margin-left: 25px;
    margin-top: 12px;
}

    .captha-link-content a {
        color: #0c8d90;
        text-decoration: none;
        margin-left: 5px;
    }

        .captha-link-content a:hover {
            color: #42750e;
        }

.contact-form-controls li:last-child {
    padding-top: 25px;
}

.photogallery {
    padding-top: 75px;
}

.photo-gallery-wrapper {
    float: left;
    width: 770px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.photogallery-block {
    float: left;
    height: 175px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 230px;
    margin-right: 40px;
    border-bottom: 1px solid #d6d6d6;
}

    .photogallery-block img {
        float: left;
        -moz-box-shadow: 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px #ccc;
        box-shadow: 5px 5px #ccc;
        cursor: pointer;
    }

.photogallery-line1 {
    float: left;
    margin-top: 10px;
    font-size: 12px;
}

.photogallery-line2 {
    float: left;
    margin-top: 5px;
    clear: both;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .photogallery-line2:hover {
        color: #1674b2;
    }

    .photogallery-line2 a {
        text-decoration: none;
        color: #333;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .photogallery-line2 a:hover {
            color: #1674b2;
        }

.overlay {
    background-image: none;
    position: absolute;
    width: 225px;
    height: 100px;
    z-index: 1;
    opacity: 0.65;
    margin-right: 5px;
    transition: background-color 1s ease-in;
    cursor: pointer;
    pointer-events: none;
}

    .overlay:hover {
        background: transparent url(../images/zoom-icon.png)no-repeat center center;
        background-color: #1674b2;
    }

/* START - Climate Change - Green House Gases Table Styles */
.ghg-table {
    width: 100%;
    direction: ltr;
    float: right;
    display: table;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.ghg-header-wrap {
    font-family: 'HelveticaNeueLTArabic75Bold', Tahoma, Geneva, sans-serif;
    color: #fff;
    width: 100%;
    height: 40px;
    background-color: #1674b2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.ghg-head1 {
    float: left;
    width: 27%;
    height: 50px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 7px;
    border-right: 1px solid #dbdbdb;
    margin: 0;
}

.ghg-head2 {
    float: left;
    width: 5.5%;
    height: 50px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 7px;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    margin: 0;
}

    .ghg-head2.last {
        border-right: none;
    }

.ghg-row-wrap {
    width: 100%;
    background-color: #ebebeb;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.ghg-row-wrap-alter {
    width: 100%;
    background-color: #f2f2f2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.ghg-row1 {
    float: left;
    width: 27%;
    padding-left: 1%;
    padding-right: 1%;
    border-right: 1px solid #dbdbdb;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
}

.ghg-row2 {
    float: left;
    width: 5.5%;
    padding-left: 1%;
    padding-right: 1%;
    border-right: 1px solid #dbdbdb;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
}

    .ghg-row2.last {
        border-right: none;
    }

.ghg-row-wrap-alter.final-row {
    font-family: 'HelveticaNeueLTArabic75Bold', Tahoma, Geneva, sans-serif;
}

.ghg-table .conclusion {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'HelveticaNeueLTArabic75Bold', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    background-color: #d0e3f0;
}
/* END -  Climate Change - Green House Gases Table Styles */

.content-link a {
    font-size: 16px;
    color: #555;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .content-link a:hover {
        color: #1674b2;
    }

/* START - Environmental Conventions Table Styles */
.convention-table {
    width: 100%;
    float: left;
    display: table;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.convention-header-wrap {
    font-family: 'Merriweather', serif;
    color: #fff;
    width: 100%;
    height: 40px;
    background-color: #1674b2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.convention-head1 {
    width: 7%;
    height: 50px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 7px;
    border-left: 1px solid #dbdbdb;
    margin: 0;
    text-align: center;
    border-right: none;
    display: table-cell;
}

.convention-head2 {
    width: 28%;
    height: 50px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 7px;
    border-left: 1px solid #dbdbdb;
    text-align: center;
    margin: 0;
    display: table-cell;
}

.convention-head3 {
    width: 13%;
    height: 50px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 7px;
    border-left: 1px solid #dbdbdb;
    text-align: center;
    margin: 0;
    display: table-cell;
}

.convention-head4 {
    width: 43%;
    height: 50px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 7px;
    border-left: 1px solid #dbdbdb;
    text-align: center;
    margin: 0;
    display: table-cell;
}

.convention-row-wrap {
    width: 100%;
    background-color: #ebebeb;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.convention-row-wrap-alter {
    width: 100%;
    background-color: #f2f2f2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.convention-row1 {
    width: 5%;
    padding-left: 3%;
    padding-right: 1%; /*border-left:1px solid #dbdbdb;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-right: none;
    display: table-cell;
}

.convention-row2 {
    width: 28%;
    padding-left: 1%;
    padding-right: 1%;
    border-left: 1px solid #dbdbdb;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    display: table-cell;
    font-weight: 600;
}

.convention-row3 {
    width: 13%;
    padding-left: 1%;
    padding-right: 1%;
    border-left: 1px solid #dbdbdb;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    display: table-cell;
}

.convention-row4 {
    width: 41%;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #dbdbdb;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    display: table-cell;
}
/* END - Environmental Conventions Table Styles */

/* START - Biodiversity National Committee Table Styles */
.committee-table {
    width: 100%;
    float: right;
    display: table;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.committee-header-wrap {
    font-family: 'Merriweather', serif;
    color: #fff;
    width: 100%;
    height: 40px;
    background-color: #1674b2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.committee-head1 {
    float: right;
    width: 5%;
    height: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    border-left: 1px solid #dbdbdb;
    margin: 0;
    display: table-cell;
}

.committee-head2 {
    float: right;
    width: 40%;
    height: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    border-left: 1px solid #dbdbdb;
    margin: 0;
    display: table-cell;
}

    .committee-head2.last {
        border-left: none;
    }

.committee-row-wrap {
    width: 100%;
    background-color: #ebebeb;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.committee-row-wrap-alter {
    width: 100%;
    background-color: #f2f2f2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.committee-row1 {
    float: right;
    width: 5%;
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #dbdbdb;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    display: table-cell;
}

.committee-row2 {
    float: right;
    width: 40%;
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #dbdbdb;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    display: table-cell;
}

    .committee-row2.last {
        border-left: none;
    }
/* END - Biodiversity National Committee Table Styles */

/* START - Biodiversity Table Styles */
.bio-table {
    width: 100%;
    float: right;
    display: table;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bio-header-wrap {
    font-family: 'Merriweather', serif;
    color: #fff;
    width: 100%;
    height: 40px;
    background-color: #1674b2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.bio-head1 {
    float: left;
    width: 5%;
    height: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    border-right: 1px solid #dbdbdb;
    margin: 0;
    display: table-cell;
}

.bio-head2 {
    float: left;
    width: 40%;
    height: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    border-right: 1px solid #dbdbdb;
    margin: 0;
    display: table-cell;
}

    .bio-head2.last {
        border-right: none;
    }

.bio-row-wrap {
    width: 100%;
    background-color: #ebebeb;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.bio-row-wrap-alter {
    width: 100%;
    background-color: #f2f2f2;
    font-size: 14px;
    display: table-row;
    margin: 0;
    padding: 0;
}

.bio-row1 {
    float: left;
    width: 5%;
    height: 30px;
    padding-left: 2%;
    padding-right: 2%;
    border-right: 1px solid #dbdbdb;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    display: table-cell;
}

.bio-row2 {
    float: left;
    width: 40%;
    height: 30px;
    padding-left: 2%;
    padding-right: 2%;
    border-right: 1px solid #dbdbdb;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    display: table-cell;
}

    .bio-row2.last {
        border-right: none;
    }

.bio-row-wrap.final-row {
    font-weight: 600;
    background-color: #d0e3f0;
}

.screen-resolution-block {
    float: right !important;
    margin-top: 3px;
    white-space: nowrap;
}
/* END - Biodiversity Table Styles */

.event-header-wrap {
    width: 100%;
    background-color: #edf4d9;
    margin-top: 1px;
    font-size: 14px;
    display: table-row;
    color: #fff;
    background-color: #1674b2;
}

.event-head1 {
    width: 10%;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.event-head2 {
    width: 70%;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.event-head3 {
    width: 20%;
    padding: 10px 20px 10px 20px;
    display: table-cell;
}

.event-row-wrap {
    width: 100%;
    background-color: #ebebeb;
    margin-top: 1px;
    font-size: 14px;
    display: table-row;
}

.event-row-wrap-alter {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 1px;
    font-size: 14px;
    display: table-row;
}

.event-row1 {
    width: 10%;
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.event-row2 {
    width: 70%;
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #dbdbdb;
    display: table-cell;
}

.event-row3 {
    width: 20%;
    padding: 10px 20px 20px 20px;
    display: table-cell;
}

/*	--------------------------------------------------
	Reveal Modals PopUp
	-------------------------------------------------- */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: -300px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee;
    position: absolute;
    z-index: 101;
    padding: 30px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -410px;
    }

    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        font-weight: bold;
        cursor: pointer;
    }

#contact {
    color: #555;
}

    #contact div {
        text-align: right;
    }

    #contact ul {
        margin: 0;
        padding: 0;
        margin-right: 0px;
    }

        #contact ul li {
            margin: 10px 0;
            list-style: none;
            float: right;
            clear: both;
            height: auto;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

    #contact label {
        float: right;
        width: 100px;
        font-family: 'GEThameenBook', "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        margin-right: 20px;
    }

        #contact label span {
            color: #c93827;
            display: inline-block;
        }

    #contact input.textinput {
        width: 280px;
        height: 18px;
        margin-right: 10px;
        padding: 5px 10px;
        background-color: #f3f3f3;
        border: 1px solid #eaeaea;
        float: right;
        margin: 0px;
    }

    #contact ul li A:link {
        color: #c93827;
        text-decoration: none;
    }

    #contact ul li A:visited {
        color: #c93827;
        text-decoration: none;
    }

    #contact ul li A:active {
        color: #005bb0;
        text-decoration: none;
    }

    #contact ul li A:hover {
        color: #005bb0;
        text-decoration: none;
    }

.rounded_five {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


#contact ul li label {
    font-weight: bold;
    width: 110px;
}

    #contact ul li label:after {
        display: none;
    }

    #contact ul li label:before {
        display: none;
    }

#contact ul li .textinput {
    background-color: #f3f3f3;
    font-family: 'GEThameenBook', "Times New Roman", Times, serif;
}

.validation-message {
    font-style: normal;
    font-size: 12px;
    color: #c93827;
    float: right;
    clear: both;
    margin-right: 220px;
}

.mandatory-icon-sce {
    font-size: 15px;
    color: #ef0a05;
}

.verify-error {
    margin-right: 180px;
}

.calendar-image {
    background-image: url(../images/calendar.png);
    border: solid 1px #000;
    background-position: 10px center;
    background-repeat: no-repeat;
}


.error {
    background-color: #ffcccc;
    border: 1px solid #ff9999;
}

#contact textarea {
    padding: 10px;
    background-color: #f4f4f4;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    width: 370px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 8px;
    border-style: solid;
    border-color: #eee;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    padding-top: 10px;
    padding-left: 10px;
    width: 640px;
    height: 480px;
    text-align: left;
}

.btnClose {
    margin-right: 600px;
}

.image-button {
    margin-top: -3px;
    margin-left: 5px;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important
}

.impact-block {
    float: right;
    clear: both;
}

.search-open {
    right: 0px;
    top: 15px;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .search-open form,
    .search-open .input-append {
        margin: 0 !important;
    }

a.search i.icon-remove {
    top: 2px;
    font-size: 18px;
    position: relative;
}

.btn-u {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 13px;
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background: #129b9e;
    cursor: pointer;
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -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;
        background: #86b300;
    }

.search-text {
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 5px;
    color: #593049;
}
/*Added By R (Start)*/
#ajaxLoader {
    margin: 0 auto;
    width: 33px;
    margin-top: 27px;
    margin-bottom: 20px;
    display: none;
}

.newsletter-open {
    right: 0px;
    top: 15px;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .newsletter-open form,
    .newsletter-open .input-append {
        margin: 0 !important;
    }

a.newsletter i.icon-remove {
    top: 2px;
    font-size: 18px;
    position: relative;
}

.btn-newsletter {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 13px;
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background: #129b9e;
    cursor: pointer;
}

    .btn-newsletter:hover {
        color: #fff;
        text-decoration: none;
        -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;
        background: #86b300;
    }

.newsletter-text {
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 5px;
    color: #593049;
}

.class-newsletter-label {
    left: 0px;
    top: 10px;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 !important;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* Form wrapper styling */
.search-wrapper {
    width: 240px;
    margin: 45px auto 50px auto;
}

    /* Form text input */

    .search-wrapper input {
        width: 152px;
        height: 25px;
        padding: 3px 8px 3px 8px;
        float: left;
        text-align: left;
        font-family: "Titillium Web",sans-serif;
        font-size: 14px !important;
        font-weight: normal !important;
        border: 0;
        background: #E5E5E5;
        border-radius: 5px 0 0 5px;
        -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;
    }

        .search-wrapper input:focus {
            outline: 0;
            background: #fff;
            color: #999;
            box-shadow: 0 0 2px rgba(0,0,0,.5) inset;
        }

        .search-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: normal;
        }

        .search-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: normal;
        }

        .search-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: normal;
        }

    /* Form submit button */
    .search-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 31px;
        width: 72px;
        font: normal 15px/35px;
        font-family: "Merriweather",serif;
        color: white;
        background: #129b9e;
        border-radius: 0 5px 5px 0;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
        line-height: 5px;
        -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;
    }

        .search-wrapper button:hover {
            background: #86b300;
        }

        .search-wrapper button:active,
        .search-wrapper button:focus {
            background: #129b9e;
            outline: 0;
        }

        .search-wrapper button:before { /* right arrow */
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #129b9e;
            position: absolute;
            top: 8px;
            left: -6px;
            -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;
            -ms-transform: rotate(180deg); /* IE 9 */
            -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
            transform: rotate(180deg);
        }

        .search-wrapper button:hover:before {
            border-left-color: #86b300;
        }

        .search-wrapper button:focus:before,
        .search-wrapper button:active:before {
            border-left-color: #129b9e;
        }

        .search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
            border: 0;
            padding: 0;
        }

.head-gold {
    color: #92774c;
    font-family: "Merriweather",serif;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.color-blue {
    color: #1674b2;
}

.color-gold {
    color: #92774c;
}

.color-green {
    color: #42750e;
}

/*Added By R (End)*/
