/* Dojo v1.1 */
/* ====================== */
/*         ASSETS         */
/* ====================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

* {
    padding: 0;
    margin: 0;
}

body {
    color: #532d19;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 37px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 25px;
}

h2 {
    font-size: 37px;
    line-height: 57px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 16px;
    font-weight: 300;
}

h4 {
    font-size: 21px;
    margin-bottom: 35px;
    line-height: 31px;
    font-weight: 300;
}

h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}

h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 31px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

p {
    font-size: 19px;
    margin-bottom: 36px;
    line-height: 31px;
}

a {
    font-size: 14px;
    line-height: 31px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    border: 2px solid #789546;
    padding: 6px 27px;
    color: #789546;
    margin: 0 0 12px;
    letter-spacing: 1px;
    background: #ffffff;
}

a:hover {
    background: #789546;
    border-color: #789546;
    color: #ffffff;
}

a.rl_anchor_white {
    border: 2px solid #ffffff;
    color: white;
    background: transparent;
}

a.rl_anchor_white:hover {
    background: #729535;
    color: #ffffff;
}

a.rl_anchor_transparent {
    background: transparent;
}

a.rl_anchor_transparent:hover {
    background: #789546;
    border-color: #789546;
    color: #ffffff;
}

.rl_grey {
    background: #f8f8f8;
    padding: 84px 0;
}

.rl_white {
    background: #ffffff;
    padding: 100px 0;
}

ul {
    list-style: none;
    padding-left: 37px;
    margin-bottom: 30px;
}

ul li {
    font-size: 19px;
    margin-bottom: 16px;
    line-height: 31px;
    position: relative;
    font-weight: 300;
}

ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 12px !important;
    color: #67833a;
    position: absolute;
    left: -37px;
}

ol {
    list-style: none;
    padding-left: 37px;
    counter-reset: i;
    position: relative;
    margin-bottom: 30px;
}

ol li {
    font-size: 19px;
    margin-bottom: 16px;
    line-height: 31px;
    position: relative;
    font-weight: 300;
}

ol li:before {
    counter-increment: i;
    content: counter(i);
    position: absolute;
    left: -37px;
    color: #67833a;
    font-size: 18px !important;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], .jcf-select {
    padding: 13px;
    border: 2px solid #e3e3e3;
    margin: 0 20px 24px 0 !important;
    width: 338px;
    background: white !important;
    height: auto !important;
    display: inline-block;
    font-weight: 300;
}

@media (max-width: 400px) {
    input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], .jcf-select {
        width: 100%;
    }
}

textarea {
    resize: none;
    padding: 18px;
    border: 2px solid #e3e3e3;
}

.jcf-select {
    padding: 14px 12px 11px;
    border: 2px solid #e3e3e3 !important;
    margin: 0 20px 24px 0 !important;
    width: 338px;
}

@media (max-width: 400px) {
    .jcf-select {
        width: 100%;
    }
}

.jcf-select.jcf-focus {
    border: 2px solid #e3e3e3 !important;
}

span.jcf-select-text {
    margin: 0 !important;
}

.jcf-select .jcf-select-opener {
    background: transparent !important;
}

.jcf-select .jcf-select-opener:before {
    content: "\f0dd" !important;
    font-family: FontAwesome;
    line-height: 37px !important;
    margin-right: 15px !important;
    color: #c9c9c9;
    font-size: 17px !important;
}

button, .rl_green, input[type=submit] {
    color: white;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #6d9332;
    background: #6d9332;
    margin: 0 20px 24px 0 !important;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: 336px;
    padding: 17px;
}

@media (max-width: 400px) {
    button, .rl_green, input[type=submit] {
        width: 100%;
    }
}

button:hover, .rl_green:hover, input[type=submit]:hover {
    background: none;
    text-decoration: none;
    color: #7ea63d;
}

.rl_blank {
    color: #7ea63d;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #6d9332;
    background: transparent;
    margin: 0 20px 24px 0 !important;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: 336px;
    padding: 17px;
}

@media (max-width: 400px) {
    .rl_blank {
        width: 100%;
    }
}

.rl_blank:hover {
    background: #6d9332 !important;
    text-decoration: none;
    color: white;
    border: 2px solid #6d9332 !important;
}

.jcf-select .jcf-select-text {
    font-size: 17px !important;
    font-weight: 300;
    color: #532d19;
    line-height: inherit !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 17px !important;
    font-weight: 300;
    color: #532d19;
    line-height: inherit !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 17px !important;
    font-weight: 300;
    color: #532d19;
    line-height: inherit !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 17px !important;
    font-weight: 300;
    color: #532d19;
    line-height: inherit !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 17px !important;
    font-weight: 300;
    color: #532d19;
    line-height: inherit !important;
}

hr {
    height: 1px;
    border: 1px solid #532d19;
    margin: 20px 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

/* ====================== */
/*         LAYOUT         */
/* ====================== */
/* ======= HEADER ======= */
@media (max-width: 767px) {
    header {
        position: relative;
    }
}

header a {
    border: 0;
    padding: 0;
    background: transparent;
    letter-spacing: inherit;
}

header a:hover {
    background: none;
}

header .rl_header_top {
    padding: 24px 0 26px;
    overflow: hidden;
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    header .rl_header_top {
        display: block;
        padding: 24px 0;
        text-align: center;
    }
}

header .rl_header_top #rl_nav_bars {
    position: absolute;
    left: 13px;
    top: 48px;
    z-index: 11;
    display: none;
    width: 38px;
    height: 20px;
    background: url("../images/nav-bars.png") no-repeat;
}

header .rl_header_top #rl_nav_bars.open {
    background: url("../images/nav-bars-open.png") no-repeat;
}

@media (max-width: 767px) {
    header .rl_header_top #rl_nav_bars {
        display: inline-block;
    }
}

header .rl_header_top #rl_logo {
    float: left;
    margin: 0 0 0;
}

@media (max-width: 767px) {
    header .rl_header_top #rl_logo {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

header .rl_header_top #rl_logo a {
    background: url("../images/logo.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9000px;
    width: 161px;
    height: 62px;
    background-size: contain;
}

header .rl_header_top .rl_contact {
    float: right;
}

@media (max-width: 767px) {
    header .rl_header_top .rl_contact {
        display: none;
    }
}

header .rl_header_top .rl_contact ul {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    height: 61px;
    width: 100%;
}

header .rl_header_top .rl_contact ul li {
    display: inline-block;
    padding: 0 34px 0 0;
    margin: 0 29px 0 0;
    border-right: 1px solid #e8e8e8;
    line-height: 22px;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .rl_header_top .rl_contact ul li {
        padding: 0 20px 0 0;
        margin: 0 20px 0 0;
    }
}

header .rl_header_top .rl_contact ul li:last-child {
    padding: 0;
    margin: 0;
    border-right: 0;
}

header .rl_header_top .rl_contact ul li:last-child span {
    line-height: 23px;
}

header .rl_header_top .rl_contact ul li:last-child span i {
    font-size: 14px;
}

header .rl_header_top .rl_contact ul li:before {
    display: none;
}

header .rl_header_top .rl_contact ul li a {
    color: #7ea63d;
    font-weight: 300;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    text-transform: lowercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .rl_header_top .rl_contact ul li a {
        font-size: 20px;
    }
}

header .rl_header_top .rl_contact ul li a:hover {
    color: #512d17;
}

header .rl_header_top .rl_contact ul li a span {
    display: inline-block;
    border-radius: 50%;
    background: #7ea63d;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 20px 0 0;
    text-align: center;
    position: relative;
    top: -2px;
}

header .rl_header_top .rl_contact ul li a span i {
    color: #ffffff;
    font-size: 18px;
}

header .rl_navigation {
    background: #7ea63d;
    height: 61px;
    padding: 18px 0 0;
}

@media (max-width: 767px) {
    header .rl_navigation {
        height: auto;
        padding: 104px 13px 0;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 3;
        left: -355px;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .rl_navigation {
        height: 94px;
    }
}

@media (max-width: 767px) {
    header .rl_navigation .rl_container {
        padding: 0;
    }
}

header .rl_navigation nav {
    float: left;
    line-height: 0;
}

@media (max-width: 767px) {
    header .rl_navigation nav {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .rl_navigation nav {
        width: 100%;
        text-align: center;
    }
}

header .rl_navigation nav ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}

header .rl_navigation nav ul ul {
    position: absolute;
    z-index: 2;
    width: 180px;
    left: -15px;
    display: none;
    padding: 1px 0 0;
    text-align: left;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul ul {
        width: auto;
        position: inherit;
        display: block;
        left: 15px;
        top: -7px;
    }
}

header .rl_navigation nav ul ul li {
    display: block;
    background: #7ea63d;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul ul li {
        border: none;
    }
}

header .rl_navigation nav ul ul li:hover {
    background: #99c157;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul ul li:hover {
        background: none;
    }
}

header .rl_navigation nav ul ul li:hover > a {
    font-weight: 300;
}

header .rl_navigation nav ul ul li.current-menu-item a {
    font-weight: 300;
}

header .rl_navigation nav ul ul li a {
    font-weight: 300;
    display: block;
    padding: 7px 16px;
    line-height: 20px;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul ul li a {
        padding: 7px 0;
    }
}

header .rl_navigation nav ul ul li a:hover {
    font-weight: 300;
    text-decoration: none;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul ul li a:hover {
        font-weight: 300;
    }
}

header .rl_navigation nav ul ul ul {
    top: 0;
    left: 180px;
    padding: 0 0 0;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul ul ul {
        left: 15px;
    }
}

header .rl_navigation nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0 22px 0 0;
    font-size: 18px;
    position: relative;
}

@media (max-width: 767px) {
    header .rl_navigation nav ul li {
        display: block;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .rl_navigation nav ul li {
        margin: 0 10px 0 0;
    }

    header .rl_navigation nav ul ul {
        padding: 34px 0 0;
    }
}

header .rl_navigation nav ul li.current-menu-item a {
    font-weight: 600;
}

header .rl_navigation nav ul li.current-menu-item ul li a {
    font-weight: 300;
}

header .rl_navigation nav ul li:last-child {
    margin: 0 0 0;
}

header .rl_navigation nav ul li:before {
    display: none;
}

header .rl_navigation nav ul li:hover > ul {
    display: block;
}

header .rl_navigation nav ul li:hover > a {
    font-weight: 600;
}

header .rl_navigation nav ul li a {
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    text-transform: inherit;
}

header .rl_navigation nav ul li a:after {
    display: block;
    content: attr(title);
    font-weight: 600;
    color: transparent;
    visibility: hidden;
    overflow: hidden;
    height: 1px;
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
}

header .rl_navigation nav ul li a:hover {
    font-weight: 600;
    text-decoration: none;
}

header .rl_navigation .rl_contact {
    display: none;
    margin: 40px 0;
}

@media (max-width: 767px) {
    header .rl_navigation .rl_contact {
        display: block;
    }
}

header .rl_navigation .rl_contact ul {
    padding: 0;
    margin: 0;
}

header .rl_navigation .rl_contact ul li {
    display: block;
    padding: 0;
    margin: 0;
}

header .rl_navigation .rl_contact ul li:before {
    display: none;
}

header .rl_navigation .rl_contact ul li a {
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: lowercase;
}

header .rl_navigation .rl_contact ul li a:hover {
    text-decoration: underline;
}

header .rl_navigation .rl_social_icons {
    float: right;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    header .rl_navigation .rl_social_icons {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .rl_navigation .rl_social_icons {
        float: left;
        width: 100%;
        text-align: center;
    }
}

header .rl_navigation .rl_social_icons li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    display: inline-block;
    border-right: 1px solid #719931;
    line-height: 14px;
}

header .rl_navigation .rl_social_icons li.rl_jquery_search input[type=text] {
    width: 0;
    margin: 0 5px 0 0 !important;
    padding: 0;
    border: none;
    font-size: 17px;
    display: inline-block !important;
    -webkit-transition-property: width;
    /* Safari */
    -webkit-transition-duration: 0.5s;
    /* Safari */
    transition-property: width;
    transition-duration: 0.5s;
}

header .rl_navigation .rl_social_icons li.rl_jquery_search span.rl_submit {
    border: 0;
    padding: 0;
    display: inline-block;
    margin: 0 !important;
    height: 17px;
    width: 16px;
    vertical-align: middle;
    cursor: pointer;
    background: transparent url("../images/search.png") no-repeat center center;
}

header .rl_navigation .rl_social_icons li + li {
    margin: 0 14px 0 0;
    padding: 0;
    border-right: 0;
}

header .rl_navigation .rl_social_icons li:before {
    display: none;
}

header .rl_navigation .rl_social_icons li:last-child {
    margin: 0 0 0;
}

header .rl_navigation .rl_social_icons li a {
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 0;
}

header .rl_navigation .rl_social_icons li a i {
    font-size: 18px;
}

/* ======= FOOTER ======= */
footer {
    background: #7fa63c;
    padding: 66px 0 27px;
    overflow: hidden;
}

@media (max-width: 767px) {
    footer {
        padding: 56px 0 30px;
    }
}

footer a {
    border: 0;
    padding: 0;
    background: transparent;
    letter-spacing: inherit;
}

footer a:hover {
    background: none;
}

footer .rl_container {
    width: 1338px;
}

@media (max-width: 1338px) {
    footer .rl_container {
        width: 100% !important;
    }
}

footer h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer h5 {
    text-transform: capitalize;
    margin: 0 0 4px;
}

footer br {
    display: none;
}

@media (min-width: 768px) and (max-width: 1338px) {
    footer br {
        display: block;
    }
}

footer .footer_top {
    overflow: hidden;
    margin: 0 0 70px;
}

footer .rl_footer_contact {
    width: 350px;
    float: left;
    padding: 0 125px 0 0;
    color: #ffffff;
}

@media (max-width: 767px) {
    footer .rl_footer_contact {
        width: 100% !important;
    }
}

@media (max-width: 1338px) {
    footer .rl_footer_contact {
        width: 50%;
        padding: 0;
    }
}

footer .rl_footer_contact p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 33px;
}

footer .rl_footer_contact a {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 35px;
    display: block;
    font-weight: 300;
    text-transform: lowercase;
}

footer .rl_footer_contact a:hover {
    color: #512d17;
}

footer .rl_quick_links {
    width: 268px;
    float: left;
    color: #ffffff;
    padding: 0 130px 0 0;
}

@media (max-width: 767px) {
    footer .rl_quick_links {
        display: none;
    }
}

@media (max-width: 1338px) {
    footer .rl_quick_links {
        width: 50%;
        padding: 0;
    }
}

footer .rl_quick_links ul {
    margin: 0;
    padding: 0;
}

footer .rl_quick_links ul li {
    margin: 0;
}

footer .rl_quick_links ul li:before {
    display: none;
}

footer .rl_quick_links ul li a {
    text-decoration: none;
    font-size: 17px;
    color: white;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
}

footer .rl_quick_links ul li a:hover {
    color: #512d17;
}

footer .rl_latest_news {
    width: 325px;
    float: left;
    padding: 0 70px 0 0;
    color: #ffffff;
}

@media (max-width: 767px) {
    footer .rl_latest_news {
        display: none;
    }
}

@media (max-width: 1338px) {
    footer .rl_latest_news {
        width: 50%;
        padding: 0 20px 0 0;
    }
}

footer .rl_latest_news article {
    border-bottom: 1px solid #88ad5c;
    padding: 5px 0 17px;
    margin: 0 0 10px;
}

footer .rl_latest_news article a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    text-transform: inherit;
    line-height: normal;
    margin: 0 0 0;
}

footer .rl_latest_news article a:hover {
    color: #512d17;
}

footer .rl_sign_up {
    width: 390px;
    float: left;
    color: #ffffff;
}

@media (max-width: 767px) {
    footer .rl_sign_up {
        width: 100% !important;
    }
}

@media (max-width: 1338px) {
    footer .rl_sign_up {
        width: 50%;
        padding: 0;
    }
}

footer .rl_sign_up form {
    padding: 10px 0 0;
}

footer .rl_sign_up input[type=email],
footer .rl_sign_up input[type=text] {
    width: 100%;
    margin: 0 0 15px !important;
    padding: 19px;
}

@media (min-width: 420px) {
    footer .rl_sign_up input[type=email] {
        width: 390px;
    }
}

@media (min-width: 767px) and (max-width: 800px) {
    footer .rl_sign_up input[type=email] {
        width: 100% !important;
    }
}

footer .rl_sign_up input[type=submit] {
    width: 100%;
    color: #ffffff;
    border-color: #ffffff;
    margin: 0 0 28px !important;
    padding: 19px;
    background: transparent;
}

footer .rl_sign_up input[type=submit]:hover {
    border-color: #6d9332;
    background: #6d9332;
}

@media (min-width: 420px) {
    footer .rl_sign_up input[type=submit] {
        width: 390px;
    }
}

@media (min-width: 767px) and (max-width: 800px) {
    footer .rl_sign_up input[type=submit] {
        width: 100% !important;
    }
}

footer .rl_sign_up .rl_social_media {
    width: 100%;
    border-top: 1px solid #88ad5c;
    padding: 26px 0 0;
}

footer .rl_sign_up .rl_social_media ul {
    padding: 0;
    margin: 0;
}

footer .rl_sign_up .rl_social_media ul li {
    padding: 0;
    margin: 0 4px 0 0;
    float: left;
}

footer .rl_sign_up .rl_social_media ul li:before {
    display: none;
}

footer .rl_sign_up .rl_social_media ul li a {
    text-decoration: none;
    background: #ffffff;
    width: 29px;
    height: 29px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
}

footer .rl_sign_up .rl_social_media ul li a:hover {
    background: #67833a;
}

footer .rl_sign_up .rl_social_media ul li a:hover i {
    color: #ffffff;
}

footer .rl_sign_up .rl_social_media ul li a i {
    font-size: 18px;
    color: #67833a;
}

footer .footer_bottom {
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    line-height: 31px;
}

footer .footer_bottom a {
    text-decoration: none;
    font-size: 17px;
    color: white;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
}

footer .footer_bottom a:hover {
    color: #512d17;
}

@media (max-width: 767px) {
    footer .footer_bottom {
        text-align: left;
    }
}

/* ======== BASE ======== */
.rl_container {
    width: 1235px;
    margin: 0 auto;
}

@media (max-width: 1250px) {
    .rl_container {
        width: 100%;
        padding: 0 13px;
    }
}

.rl_banner {
    position: relative;
    text-align: center;
    color: #ffffff;
    margin: 0 0 80px;
    overflow: hidden;
    width: 100%;
}
.inner_banner img {
    width: auto;
    display: block;

}

@media (max-width: 767px) {
    .rl_banner {
        margin: 0 0 60px;
    }
}

.rl_banner.rl_home_banner p {
    margin-bottom: 30px !important;
}

.rl_banner img {
    width: 100%;
    display: block;

}

@media (max-width: 1100px) {
    .rl_banner img {
        width: auto;
        max-width: inherit;
    }
}

.rl_banner .rl_banner_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.rl_banner .rl_banner_wrap a:hover {
    background: #5B8490;
}

.rl_banner .rl_banner_wrap .rl_container {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 170px;
}

@media (max-width: 767px) {
    .rl_banner .rl_banner_wrap .rl_container {
        padding: 0 13px;
    }
}

.rl_banner .rl_banner_wrap .rl_container p {
    margin: 0;
}

.rl_banner .rl_banner_wrap .rl_container h1 {
    margin-bottom: 8px;
}

.rl_banner .rl_contact {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 21px 0;
    text-align: center;
}

@media (max-width: 1023px) {
    .rl_banner .rl_contact {
        display: none;
    }
}

.rl_banner .rl_contact form {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0;
}

.rl_banner .rl_contact form input {
    margin-bottom: 0 !important;
}

.rl_banner .rl_contact form input[type=email],
.rl_banner .rl_contact form input[type=text]{
    margin-right: 14px !important;
    border: none;
    padding: 13px;
    width: 280px;
}

.rl_banner .rl_contact form input[type=submit] {
    width: 120px !important;
    padding: 11px 13px;
    border: none;
}

.rl_banner .rl_contact form input[type=submit]:hover {
    background: #5B8490;
    color: #ffffff;
    border-color: #ffffff;
}

.rl_banner .rl_contact .rl_newsletter {
    display: inline-block;
    font-size: 19px;
    line-height: 26px;
    padding: 0 0 15px;
    font-weight: 300;
    text-align: center;
    width: 100%;
}

.rl_banner .rl_contact .rl_newsletter i {
    float: left;
    color: #ffffff;
    margin: 6px 22px 0 0;
    vertical-align: middle;
    font-size: 41px;
}

#rl_logos {
    padding: 45px 0 30px;
    text-align: center;
    color: #dcd7d5;
    letter-spacing: 1px;
    position: relative;
}
#logo-slider {
    height: auto;
    margin-top: 0px !important;
    overflow: hidden;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    width: 1145px;
}
#rl_logos a {

     line-height: inherit !important;
     border: none !important;
     padding: 0 !important;
     color: inherit !important;
     margin: 0 !important;
     letter-spacing: normal !important;
     background: none !important;
}

@media (max-width: 767px) {
    #rl_logos {
        display: none;
    }
}

#rl_logos ul {
    margin: 0 !important;
    padding: 0 !important;
}

#rl_logos ul li {
    margin: 0 !important;
    margin-left: -63px !important;
}

#rl_logos ul li:before {
    display: none;
}

#rl_logos ul li img {
    display: inline-block;
    margin-right: 90px;
    vertical-align: middle;
    margin-bottom: 15px;
}

#rl_logos ul li img:last-child {
    margin-right: 0;
}

.rl_page_content {
    overflow: hidden;
}

.rl_page_content .rl_container {
    padding: 0 130px 95px;
}

@media (max-width: 1250px) {
    .rl_page_content .rl_container {
        padding: 0 13px 20px;
    }
}

.rl_page_content#rl_home_content {
    background: #f4f5f8;
    padding: 72px 0;
}

.rl_page_content#rl_home_content .rl_container {
    padding: 0 0 0;
}

@media (max-width: 1250px) {
    .rl_page_content#rl_home_content .rl_container {
        padding: 0 13px;
    }
}

@media (max-width: 767px) {
    .rl_page_content {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .rl_page_content img {
        display: none;
    }
}

.rl_what_we_do {
    text-align: center;
    margin: 0 0 78px;
}

@media (max-width: 767px) {
    .rl_what_we_do {
        margin: 0 0 56px;
    }
}

.rl_what_we_do p {
    padding: 0 140px;
}

@media (max-width: 900px) {
    .rl_what_we_do p {
        padding: 0 0;
    }
}

.rl_what_we_do .rl_widgets {
    padding: 50px 0 0;
}

.rl_what_we_do .rl_widgets p {
    padding: 0 0;
}

.rl_what_we_do .rl_widgets .rl_connect {
    width: 402px;
    display: inline-block;
    margin: 0 10px 23px 0;
    background: #7ea63d;
    padding: 4px 0 0;
}

@media (max-width: 428px) {
    .rl_what_we_do .rl_widgets .rl_connect {
        width: 100%;
    }
}

.rl_what_we_do .rl_widgets .rl_connect:last-child {
    margin: 0 0 0 0;
}

.rl_what_we_do .rl_widgets .rl_connect .rl_content {
    padding: 36px 42px 40px;
}

@media (max-width: 767px) {
    .rl_what_we_do .rl_widgets .rl_connect .rl_content {
        padding: 36px 14px 40px;
    }
}

.rl_what_we_do .rl_widgets .rl_connect .rl_content h3 {
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 21px;
}

.rl_what_we_do .rl_widgets .rl_connect .rl_content p {
    color: #ffffff;
    margin: 0 0 20px;
}

.rl_projects {
    border-top: 1px solid #f4f5f8;
    padding: 80px 0 89px;
    text-align: center;
}

@media (max-width: 767px) {
    .rl_projects {
        padding: 48px 0 54px;
    }
}

@media (max-width: 767px) {
    .rl_projects .rl_container {
        padding: 0 0 0;
    }
}

.rl_projects p {
    padding: 0 140px;
}

@media (max-width: 900px) {
    .rl_projects p {
        padding: 0 0;
    }
}

.rl_projects .rl_projects_wrapper {
    overflow: hidden;
    margin: 0 0 55px;
    padding: 17px 0 0;
}

@media (max-width: 767px) {
    .rl_projects .rl_projects_wrapper {
        margin: 0 0 42px;
        padding: 0 0 0;
    }
}

.rl_projects .rl_projects_wrapper h6 {
    margin: 0 0 0;
}

.rl_projects .rl_projects_wrapper p {
    padding: 0 0;
}

.rl_projects .rl_projects_wrapper .rl_project {
    float: left;
    width: 410px;
    position: relative;
    height: 339px;
    overflow: hidden;
}

@media (max-width: 428px) {
    .rl_projects .rl_projects_wrapper .rl_project {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1250px) {
    .rl_projects .rl_projects_wrapper .rl_project {
        float: none;
        margin: -6px -6px 0 0;
        display: inline-block;
    }
}

.rl_projects .rl_projects_wrapper .rl_project a {
    background: #243509;
}

.rl_projects .rl_projects_wrapper .rl_project img {
    opacity: 0.5;
}

.rl_projects .rl_projects_wrapper .rl_project:hover img {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.rl_projects .rl_projects_wrapper .rl_project a {
    display: block;
    padding: 0;
    border: 0;
    margin: 0 0 0;
    color: #ffffff;
    text-transform: inherit;
}

.rl_projects .rl_projects_wrapper .rl_project .rl_project_content {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 0 30px;
}

@media (max-width: 428px) {
    .rl_projects .rl_projects_wrapper .rl_project .rl_project_content {
        padding: 0 13px;
    }
}

.rl_testimonials {
    position: relative;
    margin: 0 0 94px;
    overflow: hidden;
    background: url("../images/slider.jpg") no-repeat;
    height: 295px;
    background-size: cover;
}

@media (max-width: 767px) {
    .rl_testimonials {
        margin: 0 0 46px;
    }
}

@media (max-width: 800px) {
    .rl_testimonials {
        height: 630px;
    }
}

.rl_testimonials .cycle-slideshow {
    width: 100%;
    position: relative;
    height: 100%;
}

.rl_testimonials .cycle-slideshow .cycle-slide {
    width: 100%;
    height: 100%;
}

.rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay .rl_container {
    padding: 0 100px 0 40px;
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 1310px) {
    .rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay .rl_container {
        padding: 0 4%;
    }
}

.rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay p {
    font-style: italic;
}

.rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay span {
    font-size: 19px;
    line-height: 31px;
}

.rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay img {
    width: auto;
    border-radius: 50%;
    border: 2px solid #ffffff;
    float: left;
    margin-right: 50px;
    height: auto;
}

@media (max-width: 767px) {
    .rl_testimonials .cycle-slideshow .cycle-slide .cycle-overlay img {
        float: none;
        margin: 0 auto 25px;
        max-width: 100%;
        height: 72px;
    }
}

.rl_testimonials .center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}

@media (max-width: 1300px) {
    .rl_testimonials .center {
        display: none;
    }
}

.rl_testimonials .center a {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.rl_testimonials .center #prev {
    float: left;
    margin: 0 0 0 42px;
}

.rl_testimonials .center #next {
    float: right;
    margin: 0 42px 0 0;
}

.rl_latest {
    margin: 0 0 115px;
    text-align: center;
}

@media (max-width: 767px) {
    .rl_latest {
        margin: 0 0 54px;
    }
}

.rl_latest p {
    margin: 0 0 59px;
    padding: 0 140px;
}

@media (max-width: 900px) {
    .rl_latest p {
        padding: 0 0;
    }
}

.rl_latest .rl_blog_news {
    width: 402px;
    display: inline-block;
    background: #f4f5f8;
    margin: 0 10px 15px 0;
    vertical-align: top;
}

.rl_latest .rl_blog_news p {
    padding: 0 0;
}

@media (max-width: 425px) {
    .rl_latest .rl_blog_news {
        width: 100%;
    }
}

.rl_latest .rl_blog_news > a {
    border: 0;
    padding: 0;
    background: transparent;
    letter-spacing: inherit;
    margin: 0;
    display: block;
}

.rl_latest .rl_blog_news > a:hover {
    background: none;
}

.rl_latest .rl_blog_news:last-child {
    margin: 0;
}

.rl_latest .rl_blog_news .rl_blog_content {
    padding: 24px 30px 20px;
    text-align: left;
}

.rl_latest .rl_blog_news .rl_blog_content:hover {
    box-shadow: 0 7px 20px #EFEFEF;
}

@media (max-width: 425px) {
    .rl_latest .rl_blog_news .rl_blog_content {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.rl_latest .rl_blog_news .rl_blog_content h6 {
    color: #7a9b5f;
    margin: 0 0 5px;
}

.rl_latest .rl_blog_news .rl_blog_content p {
    margin: 0 0 20px;
}

.rl_latest .rl_blog_news .rl_blog_content h3 a {
    color: #532d19;
    font-size: 22px;
    line-height: 31px;
    text-transform: inherit;
}

.rl_latest .rl_blog_news .rl_blog_content h3 a, .rl_latest .rl_blog_news .rl_blog_content h6 a {
    border: 0;
    padding: 0;
    background: transparent;
    letter-spacing: inherit;
    margin: 0;
}

.rl_latest .rl_blog_news .rl_blog_content h3 a:hover, .rl_latest .rl_blog_news .rl_blog_content h6 a:hover {
    background: none;
    color: inherit;
}

.rl_staff {
    padding: 61px 0 90px;
    text-align: center;
    border-top: 1px solid #dedede;
}

.rl_staff .rl_team_members {
    overflow: hidden;
    padding: 30px 0 0;
}

.rl_staff .rl_team_members .rl_team_member {
    float: left;
    width: 48%;
    margin: 0 0 29px;
    background: #f4f5f8;
    text-align: left;
    padding: 28px 26px 8px;
}

@media (max-width: 767px) {
    .rl_staff .rl_team_members .rl_team_member {
        text-align: center;
        padding: 28px 13px;
    }
}

@media (max-width: 1100px) {
    .rl_staff .rl_team_members .rl_team_member {
        width: 100%;
        margin-bottom: 18px !important;
    }
}

.rl_staff .rl_team_members .rl_team_member img {
    float: left;
    margin: 0 28px 18% 0;
}

@media (max-width: 767px) {
    .rl_staff .rl_team_members .rl_team_member img {
        float: none;
        margin: 0 auto 2% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .rl_staff .rl_team_members .rl_team_member img {
        margin: 0 28px 9% 0 !important;
    }
}

@media (max-width: 1100px) {
    .rl_staff .rl_team_members .rl_team_member img {
        margin: 0 28px 5% 0;
    }
}

.rl_staff .rl_team_members .rl_team_member h3 {
    margin: 0 0 0;
    text-transform: capitalize;
}

.rl_staff .rl_team_members .rl_team_member a {
    padding: 3px 30px;
}

.rl_staff .rl_team_members .rl_team_member span {
    color: #7ea63d;
    font-size: 19px;
    line-height: 31px;
    text-transform: capitalize;
    margin-bottom: 11px;
    display: block;
}

.rl_staff .rl_team_members .rl_team_member p {
    font-size: 18px;
    margin-bottom: 17px;
}

.rl_staff .rl_team_members .rl_team_member.rl_margin {
    margin-left: 26px;
}

@media (max-width: 1100px) {
    .rl_staff .rl_team_members .rl_team_member.rl_margin {
        margin: 0;
    }
}

.rl_black_background {
    width: 100%;
    height: 100%;
    opacity: 50;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

#rl_popup {
    display: none;
}

.ui-dialog {
    width: auto !important;
    position: fixed !important;
    z-index: 11;
    background: #f4f5f8;
    padding: 20px;
}

@media (max-width: 560px) {
    .ui-dialog {
        margin: 0 2%;
    }
}

.ui-dialog span {
    color: #7ea63d;
    font-size: 19px;
    line-height: 31px;
    text-transform: capitalize;
}

.ui-dialog h3 {
    margin: 0 0 0;
    text-transform: capitalize;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog-content.ui-widget-content {
    box-shadow: none !important;
    overflow: hidden;
}

.ui-dialog-content.ui-widget-content .rl_member_content {
    width: 320px;
    float: left;
}

.ui-dialog-content.ui-widget-content .rl_member_content p:last-child {
    margin: 0 0 0;
}

@media (max-width: 560px) {
    .ui-dialog-content.ui-widget-content .rl_member_content {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.ui-dialog-content.ui-widget-content .rl_member_image {
    width: 120px;
    float: left;
    margin: 0 20px 0 0;
}

@media (max-width: 560px) {
    .ui-dialog-content.ui-widget-content .rl_member_image img {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .ui-dialog-content.ui-widget-content .rl_member_image {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
}

.ui-button.ui-corner-all {
    position: absolute;
    right: 0;
    margin: 0;
    background: transparent url(../images/cross.png) no-repeat center !important;
    top: 5px;
    width: 14px !important;
    height: 14px;
    border: 0;
    line-height: 58px;
    text-indent: -9000px;
}

#rl_project_page {
    padding: 55px 0 72px;
    border-bottom: 1px solid #e8eaf0;
}

@media (max-width: 1023px) {
    #rl_project_page {
        padding: 48px 13px;
    }
}

#rl_project_page ul {
    padding: 0;
    margin: 0;
}

#rl_project_page ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

#rl_project_page ul li:before {
    display: none;
}

#rl_project_page #rl_cats {
    padding: 20px 0 0;
}

#rl_project_page #rl_cats li.active a {
    border-bottom: 3px solid #7ea63d;
    padding: 0 14px 18px;
}

#rl_project_page #rl_cats li a {
    font-size: 21px;
    color: #532d19;
    border: 0;
    background: none;
    line-height: 31px;
    text-transform: capitalize;
    padding: 0 14px 21px;
    margin: 0;
}

#rl_project_page #rl_cats li a:hover {
    border-bottom: 3px solid #7ea63d;
    padding: 0 14px 18px;
}

#rl_project_page #rl_tabs {
    border-top: 1px solid #e8eaf0;
    background: #f9f9f9;
    padding: 26px 0 12px;
    line-height: 0;
}

#rl_project_page #rl_tabs li {
    margin: 0 35px 0 0;
    line-height: 0;
}

#rl_project_page #rl_tabs li.active a {
    font-weight: bold;
    color: #7ea63d;
}

#rl_project_page #rl_tabs li a {
    font-size: 17px;
    color: #532d19;
    padding: 0;
    border: 0;
    background: none;
    margin: 0 0 0;
    text-transform: inherit;
    line-height: 19px;
}

#rl_project_page #rl_tabs li a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    color: transparent;
    visibility: hidden;
    height: 1px;
    width: 100%;
    font-size: 17px;
    text-transform: capitalize;
}

#rl_project_page #rl_tabs li a:hover {
    font-weight: bold;
    color: #7ea63d;
}

#rl_project_page .rl_projects_wrapper {
    padding: 79px 0 0;
}

#rl_project_page .rl_projects_wrapper .rl_project_content {
    padding: 0 30px 8px;
}

#rl_project_page .rl_projects_wrapper .rl_project_content h3 {
    text-transform: capitalize;
}

.rl_project_logo {
    padding: 24px 0 16px;
}

.rl_projects_detail {
    overflow: hidden;
    padding: 118px 0 134px;
}

@media (max-width: 1250px) {
    .rl_projects_detail {
        padding: 60px 0;
    }
}

.rl_projects_detail .rl_container {
    padding: 0 62px;
    text-align: center;
}

@media (max-width: 1250px) {
    .rl_projects_detail .rl_container {
        padding: 0 13px;
    }
}

.rl_projects_detail .rl_container .rl_project_description {
    width: 742px;
    float: left;
    margin: 0 74px 0 0;
    text-align: left;
}

@media (max-width: 1100px) {
    .rl_projects_detail .rl_container .rl_project_description {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    .rl_projects_detail .rl_container .rl_project_description {
        float: none;
        display: inline-block;
        margin: 0 30px 0 0;
    }
}

.rl_projects_detail .rl_container .rl_project_description img {
    margin: 0 auto;
}

.rl_projects_detail .rl_container .rl_project_description h1 {
    line-height: 28px;
}

@media (max-width: 767px) {
    .rl_projects_detail .rl_container .rl_project_description h1 {
        line-height: 44px;
    }
}

@media (max-width: 1100px) {
    .rl_projects_detail .rl_container .rl_project_description h1 {
        text-align: center;
    }
}

.rl_projects_detail .rl_container aside.rl_project_listing {
    width: 294px;
    padding: 19px 21px 0;
    border: 1px solid #ebecf0;
    background: #f9f9f9;
    float: left;
    vertical-align: top;
    text-align: left;
}

@media (max-width: 1100px) {
    .rl_projects_detail .rl_container aside.rl_project_listing {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    .rl_projects_detail .rl_container aside.rl_project_listing {
        float: none;
        display: inline-block;
    }
}

.rl_projects_detail .rl_container aside.rl_project_listing h3 {
    font-size: 20px;
    color: #7ea63d;
    font-weight: bold;
    margin: 0 0 31px;
}

.rl_projects_detail .rl_container aside.rl_project_listing ul {
    padding: 0;
    margin: 0;
}

.rl_projects_detail .rl_container aside.rl_project_listing ul li {
    border-bottom: 1px solid #ebecf0;
    padding: 0;
    margin: 0 0 15px;
}

.rl_projects_detail .rl_container aside.rl_project_listing ul li:last-child {
    margin: 0 0 0;
    border: none;
}

.rl_projects_detail .rl_container aside.rl_project_listing ul li:before {
    display: none;
}

.rl_projects_detail .rl_container aside.rl_project_listing ul li a {
    padding: 0;
    margin: 0 0 22px;
    display: block;
    color: #532d19;
    font-size: 19px;
    line-height: normal;
    border: none;
    text-transform: inherit;
    background: none;
}

.rl_projects_detail .rl_container aside.rl_project_listing ul li a:hover {
    color: #7ea63d;
    background: none;
}

.rl_post_meta {
    margin-bottom: 24px;
    text-align: center;
}

@media (min-width: 1100px) {
    .rl_post_meta {
        text-align: left;
    }
}

.rl_post_meta span {
    font-size: 19px;
    font-weight: 300;
    margin: 0 9px 10px 0;
    padding: 0 19px 0 0;
    line-height: 14px;
    color: #532d19;
    display: inline-block;
    border-right: 1px solid #e0e1e4;
}

.rl_post_meta span:last-child {
    border: 0;
}

@media (max-width: 480px) {
    .rl_post_meta span {
        border: 0;
    }
}

.rl_post_meta span a {
    font-size: 19px;
    font-weight: 300;
    background: none;
    border: none;
    padding: 0 !important;
    text-transform: inherit;
    color: #532d19;
    margin: 0;
    line-height: 14px;
}

@media (max-width: 480px) {
    .rl_post_meta span {
        display: block;
    }
}

.rl_post_meta span.rl_location:before {
    content: '\F041';
    font-family: FontAwesome;
    margin-right: 10px;
    display: inline-block;
    color: #c8cbd4;
}

.rl_post_meta span.rl_category:before {
    content: '\f02b';
    font-family: FontAwesome;
    margin-right: 10px;
    display: inline-block;
    color: #c8cbd4;
}

.rl_post_meta span.rl_date:before {
    content: '\f017';
    font-family: FontAwesome;
    margin-right: 10px;
    display: inline-block;
    color: #c8cbd4;
}

.rl_blog {
    overflow: hidden;
    padding: 7px 0 107px;
}

.rl_blog .rl_container {
    padding: 0 64px 0 35px;
}

@media (max-width: 1250px) {
    .rl_blog .rl_container {
        padding: 0 13px;
        text-align: center;
    }
}

.rl_blog .rl_container .rl_blog_wrapper {
    width: 742px;
    float: left;
    margin-right: 78px;
    text-align: left;
}

@media (max-width: 1100px) {
    .rl_blog .rl_container .rl_blog_wrapper {
        width: 100%;
        margin: 0 0 0;
    }
}

@media (max-width: 1250px) {
    .rl_blog .rl_container .rl_blog_wrapper {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 1101px) and (max-width: 1250px) {
    .rl_blog .rl_container .rl_blog_wrapper {
        margin-right: 40px;
    }
}

.rl_blog .rl_container .rl_blog_wrapper article {
    border-bottom: 1px solid #e8eaf0;
    padding: 0 0 29px;
    margin: 0 0 30px;
}

.rl_blog .rl_container .rl_blog_wrapper article .rl_post_meta {
    margin-bottom: 18px;
    text-align: left !important;
}

.rl_blog .rl_container .rl_blog_wrapper article .rl_post_meta span {
    margin: 0 6px 10px 0;
    padding: 0 12px 0 0;
}

.rl_blog .rl_container .rl_blog_wrapper article h1 {
    margin: 0 0 0;
}

.rl_blog .rl_container .rl_blog_wrapper article h1 a {
    color: #532d19;
    padding: 0;
    border: 0;
    background: none;
    font-size: 37px;
    line-height: 50px;
    letter-spacing: inherit;
    text-transform: inherit;
    margin: 0 0 8px;
}

@media (max-width: 600px) {
    .rl_blog .rl_container .rl_blog_wrapper article h1 a {
        font-size: 30px;
        line-height: 34px;
    }
}

.rl_blog .rl_container .rl_blog_wrapper article a.rl_blog_image {
    padding: 0;
    margin: 0 0 21px;
    border: 0;
}

.rl_blog .rl_container .rl_blog_wrapper article a {
    padding: 10px 52px;
}

.rl_blog .rl_container aside.rl_blog_aside {
    width: 292px;
    float: left;
    padding: 12px 0 0;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 1100px) {
    .rl_blog .rl_container aside.rl_blog_aside {
        width: 100%;
        padding: 34px 0 0;
    }
}

@media (max-width: 1250px) {
    .rl_blog .rl_container aside.rl_blog_aside {
        float: none;
        display: inline-block;
    }
}

.rl_blog .rl_container aside.rl_blog_aside h3 {
    color: #7ea63d;
    font-size: 20px;
    font-weight: bold;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles {
    background: #f9f9f9;
    border: 1px solid #ebecf0;
    margin: 0 0 27px;
    padding: 14px 21px 20px;
}

@media (max-width: 1100px) {
    .rl_blog .rl_container aside.rl_blog_aside .rl_search_articles {
        text-align: center;
    }
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles h3 {
    margin-bottom: 9px;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form input, .rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form .jcf-select {
    width: 100% !important;
    margin: 0 0 10px !important;
    border-width: 1px !important;
    display: block;
    text-align: left;
    padding: 10px 13px;
}

@media (min-width: 460px) and (max-width: 1100px) {
    .rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form input, .rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form .jcf-select {
        width: 390px !important;
        margin: 0 auto 10px !important;
    }
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form .jcf-select {
    padding: 5px 12px !important;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form .jcf-select .jcf-select-opener:before {
    content: '\f107' !important;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form input[type=submit] {
    background: none;
    color: #7ea63d;
    padding: 12px;
    text-align: center;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_search_articles form input[type=submit]:hover {
    background: #6d9332;
    color: #ffffff;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles {
    background: #f9f9f9;
    border: 1px solid #ebecf0;
    margin: 0 0 27px;
    padding: 19px 21px 0;
}

@media (max-width: 1100px) {
    .rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles {
        text-align: center;
    }
}

.rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles article {
    border-bottom: 1px solid #ebecf0;
    padding: 0 0 15px;
    margin: 0 0 19px;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles article:last-child {
    border: 0;
    margin: 0 0 12px;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles article img {
    margin: 0 auto 12px;
    display: block;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles article a {
    border: 0;
    padding: 0;
    background: transparent;
    letter-spacing: inherit;
    text-transform: inherit;
    color: #532d19;
    font-size: 19px;
    line-height: inherit;
    margin: 0;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_latest_articles article a:hover {
    background: none;
    color: #7ea63d;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter {
    background: #7ea63d;
    padding: 27px 21px 12px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter i {
    display: block;
    font-size: 37px;
    margin: 0 0 14px;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter form {
    padding: 20px 0 0;
}

.rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter form input {
    width: 100% !important;
    margin: 0 0 14px !important;
    border-width: 1px !important;
    padding: 12px 19px !important;
    display: block;
}

@media (min-width: 460px) and (max-width: 1100px) {
    .rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter form input {
        width: 390px !important;
        margin: 0 auto 10px !important;
    }
}

.rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter form input[type=submit] {
    background: none;
    color: #ffffff;
    border-color: #ffffff;
    padding: 12px;
}

@media (min-width: 460px) and (max-width: 1100px) {
    .rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter form input[type=submit] {
        width: 390px !important;
        margin: 0 auto 10px !important;
    }
}

.rl_blog .rl_container aside.rl_blog_aside .rl_blog_newsletter form input[type=submit]:hover {
    background: #6d9332;
    color: #ffffff;
    border-color: #6d9332;
}

.rl_blog .alm-btn-wrap {
    padding: 23px 0 0 !important;
}

.rl_blog .alm-btn-wrap button {
    font-size: 19px !important;
    color: #7ea63d !important;
    border: 2px solid #ebecf0 !important;
    background: none !important;
    margin: 0 0 0 !important;
    display: block !important;
    width: 100% !important;
    padding: 20px !important;
}

.rl_blog .alm-btn-wrap button:hover {
    background: #6d9332 !important;
    color: #ffffff !important;
    border-color: #6d9332 !important;
}

#rl_home_content .rl_container img {
    margin: 0 auto;
    float: right;
}

.searchandfilter ul {
    padding: 0;
    margin: 0;
    display: block;
}

.searchandfilter li {
    padding: 0;
    margin: 0;
    display: block;
}

.searchandfilter li:before {
    display: none;
}

.searchandfilter li .jcf-select {
    min-width: 248px;
}

.rl_contact form .mc4wp-response {
    position: absolute !important;
    bottom: 2px !important;
}

.mc4wp-response .mc4wp-alert p {
    margin: 0 0 0 !important;
    font-size: 13px;
    line-height: 20px;
}

footer .mc4wp-response .mc4wp-alert p {
    margin: 0 0 20px !important;
}

.rl_inner_pages {
    padding: 0 0 44px;
}

@media (max-width: 1250px) {
    .rl_inner_pages {
        padding: 0 13px 22px;
    }
}

#rl_news_single a {
    padding: 0;
    margin: 0 !important;
    border: none !important;
    line-height: 16px;
    display: inline;
    color: #532d19;
    text-transform: inherit;
    font-size: inherit;
    
}
#rl_news_single a:hover{
    background: none;
    color: #7ea63d;
}
.navigation {
  clear: both;
}
.navigation .alignleft {
  float: left;
}
.navigation .alignright {
  float: right;
}

.rl_inner_pages a,
.rl_project_description a,
.post a,
#rl_team_single a,
.rl_page_content a,
#rl_news_single article p a{
border: none !important;
padding: 0 !important;
color: #7ea63d !important;
font-size: 19px !important;
 text-decoration: underline !important;
 text-transform: inherit !important;
}
.rl_inner_pages a:hover,
.rl_project_description a:hover,
.post a:hover,
#rl_team_single a:hover,
.rl_page_content a:hover,
#rl_news_single article p a:hover {
	background: none !important;
	color: #512d17 !important;

}
.alignleft {
  margin: 6px 20px 20px 0;
  float: left;
}
.alignright {
  margin: 6px 0 20px 20px;
  float: right;
}
.contactSidebar{
	background: #EFEFF2;
	width: 342px;
	border-radius: 5px;
	padding: 48px 89px 25px 48px;
}
.contactSidebar a{
	background: none;
}
.contactSidebar h4{
	font-size: 25px;
	text-transform: uppercase;
}
.contactSidebar h5 {
    font-size: 20px;
    text-transform: uppercase;
}
.rl_team_thumb {
  width: 17%;
  float: left;
}
.rl_team_has_thumb {
  width: 83%;
  float: right;
}

#gallery-1 img {
	border: none !important;
}
