/*!
 * IUCN Red List of Ecosystems
 * Copyright 2016 Provita NGO
 */

/*
 ******************************************************************************
 * General Styles
 ******************************************************************************
 */
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    color: #000000;
    font-family: "Proxima Nova", Tahoma, sans-serif;
    font-weight: normal; /* 400 */
    font-style: normal;
    padding-top: 0px;
    font-size: 14px;
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}
.btn,
.form-control,
.navbar,
.nav-pills>li>a,
.form-group > input[type="text"],
.form-group > input[type="password"],
.form-group > input[type="datetime"],
.form-group > input[type="datetime-local"],
.form-group > input[type="date"],
.form-group > input[type="month"],
.form-group > input[type="time"],
.form-group > input[type="week"],
.form-group > input[type="number"],
.form-group > input[type="email"],
.form-group > input[type="url"],
.form-group > input[type="search"],
.form-group > input[type="tel"],
.form-group > input[type="color"],
.form-group > select,
.form-group > textarea,
.thumbnail,
.panel,
.breadcrumb,
.alert {
  border-radius: 0;
}
.form-group > input[type="text"],
.form-group > input[type="password"],
.form-group > input[type="datetime"],
.form-group > input[type="datetime-local"],
.form-group > input[type="date"],
.form-group > input[type="month"],
.form-group > input[type="time"],
.form-group > input[type="week"],
.form-group > input[type="number"],
.form-group > input[type="email"],
.form-group > input[type="url"],
.form-group > input[type="search"],
.form-group > input[type="tel"],
.form-group > input[type="color"],
.form-group > select,
.form-group > textarea {
    max-width: 100%;
}
.btn {
    font-weight: bold;
    text-transform: uppercase;
}
.div-divider {
    width: 100%;
    height: 5px;
    background-color: #333333333;
    margin-bottom: 5px;
}
#no-carousel-divider {
    width: 100%;
    height: 1px;
    // background-color: transparent;
    // padding-bottom: 19px;
    background-color: #f6f6f6;
    padding-bottom: 54px;
}
.white-color {
    color: #ffffff;
}
.gray-color {
    color: #808080;
}
.green-color {
    color: #008000;
}
.greenYellow-color {
    color: #adff2f;
}
.yellow-color {
    color: #ffff00;
}
.orange-color {
    color: #ffa500;
}
.red-color {
    color: #ff0000;
}
.dull-red-color {
    color: #BD3D3D;
}
.dark-red-color {
    color: #A90000;
}
.black-color {
    color: #000000;
}
.blue-color {
    color: #4295d5;
}
.dark-blue-color {
    color: #05006d;
}
.light-blue-color {
    color: #008aff;
}
.white-bg,
.ne-category {
    background-color: #ffffff;
}
.gray-bg,
.dd-category {
    background-color: #808080;
}
.green-bg,
.lc-category {
    background-color: #008000;
}
.greenYellow-bg,
.nt-category {
    background-color: #adff2f;
}
.yellow-bg,
.vu-category {
    background-color: #ffff00;
}
.orange-bg,
.en-category {
    background-color: #ffa500;
}
.red-bg,
.cr-category {
    background-color: #ff0000;
}
.dull-red-bg {
    background-color: #BD3D3D;
}
.dark-red-bg {
    background-color: #A90000;
}
.black-bg,
.co-category {
    background-color: #000000;
}
.blue-bg {
    background-color: #4295d5;
}
.dark-blue-bg,
.sn-category {
    background-color: #05006d;
}
.light-blue-bg,
.na-category {
    background-color: #008aff;
}
.category-circle {
    border-radius: 100%;
    font-weight: 500;
    color: #ffffff;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.ne-category {
    border: 1px solid #000000;
}
.ne-category-text,
.vu-category-text,
.nt-category-text {
    color: #000000;
}
/*p,
ul,
ol {
    text-align: justify;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold; /* 700 */
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
}
a {
    -webkit-transition: color 0.15s ease-in-out 0s;
    -moz-transition: color 0.15s ease-in-out 0s;
    -o-transition: color 0.15s ease-in-out 0s;
    transition: color 0.15s ease-in-out 0s;
}
.column {
    padding-left: 15px;
    padding-right: 15px;
}
.lightGray-bg {
    background-color: #fafafa;
}
.multicolumn {
    padding-bottom: 15px;
    padding-top: 15px;
}
blockquote {
    font-style: italic;
    font-weight: normal;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
}
.as-table {
    display: table;
    width: 100%;
}
.as-table-row {
    display: table-row;
}
.as-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e6e6e6;
}
.wrapper {
    width: 100%;
}
.editable-link:hover,
.editable-link:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.editable-highlight {
   border: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (min-width: 0px) {
    .col-xs-15 {
        width: 20%;
    }
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
    }
}
.rle-facebook {
    color:#3b5998;
}
.rle-instagram {
    color:#3f729b;
}
.rle-twitter {
    color:#55acee;
}
.rle-google-plus {
    color:#dc4e41;
}
.rle-pinterest {
    color:#bd081c;
}
.rle-tumblr {
    color:#35465c;
}
.rle-linkedin {
    color:#0077b5;
}
.rle-youtube {
    color:#cd201f;
}
.rle-rss {
    color:#f26522;
}
.rle-envelope {
    color:#848484;
}
.rle-link {
    color:#178bf4;
}
.rle-bg-facebook {
    background-color:#3b5998;
}
.rle-bg-instagram {
    background-color:#3f729b;
}
.rle-bg-twitter {
    background-color:#55acee;
}
.rle-bg-google-plus {
    background-color:#dc4e41;
}
.rle-bg-pinterest {
    background-color:#bd081c;
}
.rle-bg-tumblr {
    background-color:#35465c;
}
.rle-bg-linkedin {
    background-color:#0077b5;
}
.rle-bg-youtube {
    background-color:#cd201f;
}
.rle-bg-rss {
    background-color:#f26522;
}
.rle-bg-envelope {
    background-color:#848484;
}
.rle-bg-link {
    background-color:#178bf4;
}
.alignright {
    text-align: right;
}
img.alignright {
    float: right;
    margin: 0 0 5px 15px;
    display: inline;
}
.alignleft {
    text-align: left;
}
img.alignleft {
    float: left;
    margin: 0 15px 5px 0;
    display: inline;
}
.modal-content {
    border-radius: 0;
}
.no-image {
    background-color: #f6f6f6;
}
.light-gray-bg {
    background-color: #e6e6e6;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.no-margin-left {
    margin-left: 0px !important;
}
.no-margin-right {
    margin-right: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.badge {
    background-color: #265088;
}

/*
 ******************************************************************************
 * RLE Collapse Styles
 ******************************************************************************
 */
.rle-collapse.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.rle-collapse .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}
.rle-collapse .panel:last-child {
    border-bottom: none;
}
.rle-collapse.panel-group .panel {
    border-radius: 0;
}
.rle-collapse.panel-group .panel + .panel {
    margin-top: 0;
}
.rle-collapse .panel-heading {
    background-color: #265088;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}
.rle-collapse .panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.rle-collapse .panel-body {
    background: #fff;
    padding: 15px 0;
}
.rle-collapse .panel:last-child .panel-heading {
    transition: border-radius 0.3s linear 0.2s;
}
.rle-collapse .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}
/* .rle-collapse icon scale option */
.rle-collapse .panel-heading a:before {
    content: '\2b';
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 15px;
    top: 40%;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}
.rle-collapse .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}
.rle-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 15px;
    top: 40%;
    transform: scale(0);
    transition: all 0.5s;
}
.rle-collapse .panel-heading.active a:after {
    content: '\2212';
    transform: scale(1);
    transition: all 0.5s;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

/*
 ******************************************************************************
 * Header Styles
 ******************************************************************************
 */
header {
    color: #ffffff;
}
header .navbar-fixed-top {
    border: none !important;
}
.header-top-fixed {
    top: 0px;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}
.navbar {
    min-height: 30px;
}
.navbar, .navbar-nav {
    margin-bottom: 0px;
}
.navbar-header {
    width: 100%;
}
@media (max-width: 767px) {
    .navbar-header {
        float: right;
    }
}
.navbar-brand {
    font-weight: bold; /* 700 */
}
.navbar-static-top {
    border: none;
}
.navbar-default {
    background-color: #333333;
    /*border-top: solid 15px #A90000;*/
    -webkit-box-shadow: inset 4px 5px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 4px 5px 4px rgba(0,0,0,0.5);
    box-shadow: inset 4px 5px 4px rgba(0,0,0,0.5);
}
/*.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover {
    color: #ffffff;
}*/
.navbar-default .navbar-nav>li>a,
body.documents li#nav_documents a {
    color: #fff !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555 !important;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #000000;
    background-color: #e7e7e7;
}
.dropdown-menu .dropdown-menu {
    width: 100%;
}
@media (max-width: 767px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 10px;
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:active.,
body.documents li#nav_documents a:hover,
body.documents li#nav_documents a:active {
    color: #000000;
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle.sub-arrow {
    border: 0 !important;
}
.navbar-nav.sm-collapsible .caret:before {
    font-weight: normal;
    font-size: 16px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background-color: #ffffff;
    border-color: #000000;
}
.navbar-default .navbar-toggle.sub-arrow:hover,
.navbar-default .navbar-toggle.sub-arrow:focus,
.navbar-default .navbar-toggle.sub-arrow:active {
    background-color: transparent !important;
    border: 0 !important;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
    background-color: #000000;
}
.navbar-toggle .icon-bar {
    border-radius: 0px;
}
.navbar-default .navbar-toggle {
    border-radius: 0px;
}
#header-top {
    height: 20px;
    background-color: #A90000;
    width: 100%;
    font-size: 12px;
}
#header-top a,
#header-top a:visited,
#header-top a:link {
    color: #ffffff;
    font-weight: 600;
}
#header-top a:hover,
#header-top a:active {
    color: #000000;
}
#logos {
    background-color: #A90000;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 10px;
    -webkit-box-shadow: 4px 5px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 5px 4px rgba(0,0,0,0.5);
    box-shadow: 4px 5px 4px rgba(0,0,0,0.5);
}
#logos .navbar-brand {
    color: #ffffff;
    margin-top: -10px;
    font-size: 25px;
    line-height: 22px;
}
.dropdown-menu,
.nav-tabs>li>a {
    border-radius: 0px !important;
}
.navbar-brand-img {
    height: 50px;
}
.nav>li>a {
    padding: 10px 10px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}
.nav>li>a:hover, .nav>li>a:active, .nav>li.active>a {
    -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: inset 0px 5px 0px rgba(0,0,0,0.05);
    background-color: #fff !important;
    color: #333333 !important;
}
/*img.pull-left {
    margin-right: 0px;
    margin-bottom: 0px;
}*/
#language_selector_form select {
    margin-top: -3px;
    height: 15px;
    font-size: 12px;
    padding: 0;
}
@media (max-width: 767px) {
    #language_selector_form select {
        margin-top: 3px;
    }
}
#login_option {
    margin-right: 10px;
}

/*
 * Responsive adjusment of the container in order
 * for the header to fit properly
 */
 
@media (max-width: 1199px) {
    .navbar-brand-img {
        height: 40px;
    }
    #logos {
        padding: 7px;
    }
    #logos .navbar-brand {
        font-size: 20px;
        margin-top: -15px;
    }
    .nav>li>a {
        padding: 8px 8px;
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .navbar-brand-img {
        height: 30px;
    }
    #logos .navbar-brand {
        font-size: 15px;
        margin-top: -20px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open>a.dropdown-toggle,
    .navbar-default .navbar-nav .open>a.has-submenu {
        color: #555 !important;
    }
    #logos {
        padding: 5px;
    }
    .nav>li>a {
        padding: 8px 8px;
        font-size: 11px;
    }
    .navbar-default {
        border-width: 10px;
    }
    .navbar-toggle {
        margin-right: 0px;
        padding: 7px 8px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: inherit;
    }
}
@media (max-width: 767px) {
    .navbar-brand-img {
        height: 35px;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    #logos .navbar-brand {
        font-size: 20px;
        margin-top: -20px;
    }
    .navbar-default {
        border-width: 10px;
    }
    .navbar-toggle {
        margin-right: 0px;
        padding: 8px 9px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus {
        color: #000 !important;
    }
    .dropdown-menu>li>a {
        font-weight: 500;
        font-size: 11px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #000;
        background-color: #e6e6e6;
    }
}
@media (max-width: 480px) {
    .navbar-brand-img {
        height: 30px;
    }
    #logos .navbar-brand {
        font-size: 15px;
        margin-top: -20px;
    }
    .navbar-default {
        border-width: 5px;
    }
    .navbar-toggle {
        margin-right: 0px;
        padding: 5px 6px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/*
 ******************************************************************************
 * Carousel & Header Image Styles
 ******************************************************************************
 */

.carousel-caption,
.carousel-info {
  z-index: 10;
  text-shadow: none;
  color: #ffffff;
}
.carousel-caption {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 40px;
}
.carousel-info {
    position: absolute;
    top: 175px;
    max-width: 50%;
    left: 20%;
}
.carousel-caption p,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    text-align: right;
}

.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    padding-top: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item,
#header-image {
  height: 400px;
  width: 100%;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-control {
    height: 100%;
    z-index: 15;
}
.carousel-img {
    width: 100%;
    height: 100%;
}
.slider-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    height: 30px;
    color: #ffffff;
}
.slider-box-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    min-height: 15px;
    background-color: #f8f8f8;
    opacity: 0.95;
    color: #000000;
}
.slider-box-info-title {
    margin-bottom: 0;
}
.slider-box-info-author {
    margin-top: 2px;
}
.slider-box-floating-info {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 14;
    width: 40%;
    height: 60px;
    background-color: #f8f8f8;
    opacity: 0.95;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    right: -20px;
}
.slider-floating-info {
    position: absolute;
    top: 70%;
    z-index: 14;
    width: 40%;
    height: 60px;
    color: #ffffff;
}
.slider-floating-info h5,
.slider-floating-info h6,
.slider-box-floating-info h5,
.slider-box-info h6,
.slider-box-floating-info h6,
.slider-box-info h5 {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
@media (max-width: 1199px) {
    .carousel .item,
    #header-image {
        height: 350px;
    }
    .carousel-info {
        top: 125px;
    }
    .carousel-info h1 {
        font-size: 34px;
    }
    .carousel-info h2 {
        font-size: 28px;
    }
    .carousel-caption h3 {
        font-size: 22px;
    }
    .carousel-caption h4 {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .carousel .item,
    #header-image {
        height: 300px;
    }
    .carousel-info {
        top: 75px;
    }
    .carousel-info h1 {
        font-size: 32px;
    }
    .carousel-info h2 {
        font-size: 26px;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    .carousel-caption h4 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .carousel .item,
    #header-image {
        height: 250px;
    }
    .carousel-info {
        top: 25px;
    }
    .carousel-info h1 {
        font-size: 30px;
    }
    .carousel-info h2 {
        font-size: 24px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
    .carousel-caption h4 {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .carousel .item,
    #header-image {
        height: 200px;
    }
    .carousel-info {
        top: 0px;
    }
    .carousel-info h1 {
        font-size: 28px;
    }
    .carousel-info h2 {
        font-size: 22px;
    }
    .carousel-caption h3 {
        font-size: 16px;
    }
    .carousel-caption h4 {
        font-size: 12px;
    }
    .carousel-caption {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .slider-box-info h5 {
        padding-right: 10px;
    }
}
@media (min-width: 768px) {
    body.map-page #header-image {
        height: auto;
    }
}

/*
 ******************************************************************************
 * Donation Panel
 ******************************************************************************
 */
#donation-panel {
    position: relative;
    width: 100%;
    min-height: 60px;
    text-align: center;
    background-color: #333333;
}
#donation-panel h2 {
    color: #fff;
    margin-top: 16px;
    margin-right: 17%;
    font-size: 28px;
}
#paypal-donation-form {
    width: 100%;
}
#paypal-donation-form input[type=image] {
    margin-top: 10px;
    border-radius: 0;
}
@media (min-width: 992px) {
    #paypal-donation-form {
        text-align: left;
    }
    #donation-text,
    #donation-text h2 {
        text-align: right;
    }
}
@media (max-width: 991px) {
    #paypal-donation-form {
        text-align: center;
        padding-bottom: 10px;
    }
    #donation-panel h2 {
        text-align: center;
        margin-right: 0;
    }
}

/*
 ******************************************************************************
 * Sidebar
 ******************************************************************************
 */
#right-sidebar {
    position: relative;
}
#show-or-hide {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    background: #fff;
    /* background: rgba(255,255,255,0.5);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.65) 15%,rgba(255,255,255,0.5) 65%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(255,255,255,.85) 0%,rgba(255,255,255,0.65) 15%,rgba(255,255,255,0.5) 65%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    */
}
#side-menu {
    width: 100%;
}
#side-menu .nav>li>a:hover,
#side-menu .nav>li>a:active,
#side-menu .nav>li.active>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}
#footer-menu .nav>li>a:hover,
#footer-menu .nav>li>a:active,
#footer-menu .nav>li.active>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    font-weight: bold;
}
#side-menu .nav>li>a{
    font-weight: 300;
    padding: 5px;
}
#side-menu .nav>li {
    border-bottom: dashed 1px #e6e6e6;
}
#side-menu .nav>li.tree-new-branch {
    border-bottom: 0;
}
@media(max-width: 767px) {
    #side-menu {
        display: none;
    }
}
.panel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body {
    padding: 0;
}
.rle-sidebar {
    margin-top: 15px;
}
.rle-sidebar h4 {
    margin-top: 20px;
}
#index .rle-sidebar {
    margin-top: 0px;
}
.rle-sidebar .rle-sidebar-header {
    color: #ffffff;
    height: 63px;
}
.rle-sidebar .rle-sidebar-icon-box,
.rle-sidebar .rle-sidebar-header-text {
    margin-right: 0;
    margin-left: 0;
    height: 63px;
    padding-left: 0;
    padding-right: 0;
}
.rle-sidebar .rle-sidebar-header-text a,
.rle-sidebar .rle-sidebar-header-text a:visited {
    color: #ffffff;
}
#tw-sidebar .rle-sidebar-header-text a:hover,
#tw-sidebar .rle-sidebar-header-text a:active,
#tw-sidebar .rle-sidebar-header-text a:focus {
    color: #337ab7;
}
#blog-sidebar .rle-sidebar-header-text a:hover,
#blog-sidebar .rle-sidebar-header-text a:active,
#blog-sidebar .rle-sidebar-header-text a:focus {
    color: #d56501;
}
#events-sidebar .rle-sidebar-header-text a:hover,
#events-sidebar .rle-sidebar-header-text a:active,
#events-sidebar .rle-sidebar-header-text a:focus {
    color: #00a100;
}
#tw-sidebar .rle-sidebar-icon-box {
    background-color: #06a1f1;
}
#tw-sidebar .rle-sidebar-header-text {
    background-color: #24b4ff;
}
#blog-sidebar .rle-sidebar-icon-box {
    background-color: #db4b00;
}
#blog-sidebar .rle-sidebar-header-text {
    background-color: #ff7700;
}
#events-sidebar .rle-sidebar-icon-box {
    background-color: #005d00;
}
#events-sidebar .rle-sidebar-header-text {
    background-color: #00bb00;
}
.rle-sidebar .rle-sidebar-header-text {
    padding-top: 10px;
    padding-left: 10px;
}
.rle-sidebar .rle-sidebar-icon {
    font-size: 30px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-top: 5px;
}
#tw-sidebar .tweets,
#blog-sidebar .blog-posts,
#events-sidebar .events {
    margin-top: 20px;
}
.rle-sidebar .rle-sidebar-header-text-title {
    font-weight: 500;
}
.sidebar-link-container {
    padding-bottom: 10px;
}
.div-archive-sidebar {
    width: 32%;
    display: inline-block;
    padding-bottom: 10px;
}
.rle-sidebar-table tr {
    border-bottom: 1px dashed #337ab7;
}
.rle-sidebar-table tr:last-child {
    border-bottom: 0;
}
.rle-sidebar-table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.rle-sidebar-table tr:last-child td {
    padding-bottom: 0px;
}
.number-post-count {
    font-weight: bold;
    color: #aaa;
}
.post-category,
.sidebar-archive,
.sidebar-tag,
.sidebar-location {
    padding-left: 15px;
}
.rle-sidebar .rle-collapse .panel-heading {
    background-color: transparent;
}
.rle-sidebar .rle-collapse .panel-title a {
    padding: 0;
    color: #000;
}
.rle-sidebar .rle-collapse .panel-title h5 {
    margin: 0;
    padding: 5px 0;
}
.rle-sidebar .rle-collapse .panel-title a:before,
.rle-sidebar .rle-collapse .panel-title a:after {
    right: 0;
    top: 15%;
    font-size: 12px;
}
.rle-sidebar .rle-collapse .panel-body {
    padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .rle-sidebar .rle-sidebar-header-text {
        line-height: 100%;
    }
}

/*
 ******************************************************************************
 * Breacrumb Box Styles
 ******************************************************************************
 */
#breadcrumb-box {
    /*margin-top: 40px;*/
    background-color: #F5F5F5;
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0;
    list-style: outside none none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > .active {
    color: #000000;
    font-weight: 500;
}

/*
 ******************************************************************************
 * Main Content Styles
 ******************************************************************************
 */
.no-image-post-link::before {
    content: "\f03e";
    font-family: FontAwesome;
    position: absolute;
    font-size: 100px;
    color: #e6e6e6;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -40px;
}
#title-box {
    background-color: #265088;
    color: white;
    padding: 25px 0px;
}
#main {
    min-height: 500px;
    /*width: 100%;*/
    margin-bottom: 15px;
}
#main .form-actions {
    background-color: transparent;
    border-radius: 0px;
    border-top: 0;
    max-width: 400px;
    text-align: right;
    width: 100%;
}
#main table>thead>tr>td,
#main .table>thead>tr>td {
    vertical-align: middle;
    text-align: center;
}
#main table>thead>tr>td,
#main .table>thead>tr>td {
    font-weight: bold;
}
#main table td,
#main .table td {
    vertical-align: middle;
}
.otherimages {
    padding: 15px;
}
.donor-partner-img,
.tab-img {
    max-height: 60px;
    max-width: 100%;
}
#featured-quote-panel {
    background-color: #265088;
    color: white;
    padding: 25px 10px;
}
#featured-quote-panel .quote-text {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
}
#featured-quote-panel .quote-divider {
    background: #ffffff;
    height: 3px;
    width: 300px;
    margin: 25px auto;
}
#featured-quote-panel #quote-box {
    position: relative;
}
#featured-quote-panel .double-quote-left,
#featured-quote-panel .double-quote-right {
    position: absolute;
    width: 100px;
}
#featured-quote-panel .double-quote-left {
    top: 0;
    left: 0; 
}
#featured-quote-panel .double-quote-right {
    bottom: 0;
    right: 0; 
}
@media (max-width: 991px) {
    #featured-quote-panel .quote-divider {
        width: 150px;
        margin: 20px auto;
    }
}
@media (max-width: 767px) {
    #featured-quote-panel .quote-divider {
        width: 100px;
        margin: 15px auto;
    }
    #featured-quote-panel .quote-text {
        font-size: 18px;
    }
    #featured-quote-panel .double-quote-left,
    #featured-quote-panel .double-quote-right {
        width: 50px;
    }
    .featured-item h3 {
        font-size: 18px;
    }
}
#featured-blog-panel {
    background-color: #FFF;
}
#featured-event-panel {
    background-color: #F6F6F6;
}
#featured-blog-panel,
#featured-event-panel {
    width: 100%;
}
#featured-news .index-post-box,
#featured-events .index-post-box {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
#sidebar-news .index-post-box,
.sidebar-events .index-post-box {
    width: 100%;
    display: block;
}
#timed-news .index-post-box,
#timed-events .index-post-box,
#related-posts .index-post-box,
#blog-posts .index-post-box {
    margin-top: 20px;
    padding-bottom: 20px;
}
#sidebar-news .index-post-box,
.sidebar-events .index-post-box {
    padding-bottom: 20px;
}
#sidebar-news .index-post-box:first-child,
.sidebar-events .index-post-box:first-child {
    margin-top: 20px;
}
#timed-news .index-post-box,
#timed-events .index-post-box,
#related-posts .index-post-box,
#sidebar-news .index-post-box,
.sidebar-events .index-post-box {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
#timed-news,
#timed-events,
#related-posts {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 992px) {
    #featured-news .col-md-6.index-post-box,
    #featured-events .col-md-6.index-post-box {
        width: 48%;
    }
    #featured-news,
    #featured-events {
        padding-right: 0;
    }
    #timed-news .index-post-box,
    #timed-events .index-post-box {
        width: 49%;
    }
    #timed-news .news-vertical-separator,
    #timed-events .news-vertical-separator {
        width: 2%;
        float: left;
    }
}
#timed-news .index-post-img,
#timed-events .index-post-img,
#related-posts .index-post-img {
    height: 300px;
}
#timed-news .index-post-img h4,
#timed-events .index-post-img h4,
#related-posts .index-post-img h4,
#sidebar-news .index-post-box h5,
.sidebar-events .index-post-box h5,
#featured-news .index-post-img h3,
#featured-events .index-post-img h3,
#featured-events .index-post-img h6 {
    position: absolute;
    bottom: 20px;
    color: #fff;
    margin: 0;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background: rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.65) 15%,rgba(0,0,0,0.5) 65%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,.85) 0%,rgba(0,0,0,0.65) 15%,rgba(0,0,0,0.5) 65%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
}
#featured-events .index-post-img h3 {
    padding-bottom: 30px;
}
#featured-events .index-post-img h6 {
    background-color: transparent;
}
.index-post-img,
.member-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}
#featured-news .index-post-img,
#featured-events .index-post-img {
    height: 300px;
}
.member-image {
    border-radius: 100%;
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.06);
}
#members .member-image-link-profile {
    position: relative;
}
#members .member-image-link-profile .flag-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 21px;
    border: 4px solid #FFFFFF;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-animation: scaleIn 0.3s 3.5s ease forwards;
    animation: scaleIn 0.3s 3.5s ease forwards;
}
.member-image-link-profile:hover > .member-image {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.member-social-table {
    display: inline-block;
}
.member-social-table-cell {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.member-social-table-cell > a > i {
    vertical-align: middle;
}
.member-social-link > .member-social {
    color: #ffffff;
    padding: 7px;
}
.member-social-link:hover > .member-social {
    color: #337AB7;
}
#members .row {
    margin: 0;
    margin-bottom: 20px;
}
.member-name {
    margin-top: 20px;
    line-height: 1.2;
}
#members-modals {
    padding-right: 0px !important;
}
#members-modals .modal-dialog {
    margin-top: 35px;
}
#members-modals .member-image {
    margin-top: -65px;
    margin-left: 30px;
    width: 100px;
    height: 100px;
}
#members-modals .modal-header {
    min-height: 80px;
    border-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#members-modals .modal-title {
    margin-top: 20px;
}
#members-modals .modal-content {
    padding: 0px;
}
.modal-header-background {
    background-color: #e5e5e5;
}
#members-modals button.close {
    opacity: 1;
}
#members-modals button.close span {
    color: #c3c3c3;
}
/*.member-extra-info {
    border-left: 2px dashed #EEEEEE;
}*/
@media (max-width: 767px) {
    #members-modals .member-image {
        margin: -65px auto 0;
        display: block;
    }
    .member-main-info {
        width: 100%;
    }
    .member-extra-info {
        width: 100%;
        /*border-left: 0;*/
    }
}
@media (max-width: 600px) {
    #title-box h1,
    #main h1 {
        font-size: 24px;
    }
    #main h2 {
        font-size: 20px;
    }
    #main h3 {
        font-size: 18px;
    }
    #main h4 {
        font-size: 16px;
    }
    #main h5 {
        font-size: 14px;
    }
    #main h6 {
        font-size: 12px;
    }
    #featured-events .index-post-img h3 {
        padding-bottom: 45px;
    }
}
@media (max-width: 480px) {
    .member-image {
        width: 80px;
        height: 80px;
    }
    #members .member-image-link-profile .flag-icon {
        bottom: -40px;
        right: -10px;
    }
    #members-modals .member-extra-info {
        height: 65px;
        overflow-y: auto;
    }
}
@media(max-width: 1199px) {
    #index .index-post-img{
        height: 175px;
    }
    #featured-news .index-post-img,
    #featured-events .index-post-img  {
        height: 200px;
    }
}
#donors .row,
#partners .row {
    margin-bottom: 50px;
}
#main table.no-border-table>tbody>tr>td,
#main table.no-border-table>tbody>tr>th,
#main table.no-border-table>tfoot>tr>td,
#main table.no-border-table>tfoot>tr>th,
#main table.no-border-table>thead>tr>td,
#main table.no-border-table>thead>tr>th {
    border-top: 0;
}
#icon-panel {
    background-color: #f6f6f6;
}
@media (min-width: 768px) {
    #index #main #content {
        margin-top: 30px;
    }
    #index .index-post-title-no-img {
        margin-top: 0px;
    }
}
#search_form_home_float_container {
    z-index: 500;
    position: absolute;
    left: 0;
    right: 0;
}
#search_form_sidebar_container {
    width: 100%;
}
#search-form-sidebar {
    width: 100%;
}
#search-form-sidebar #search-form-box {
    margin-bottom: 15px;
}
#search-form-sidebar #search-form-box,
#search-form-floating-home #search-form-box {
    padding-right: 0px;
    padding-left: 0px;
}
#search-form-sidebar #search-form-button .btn {
    width: 100%;
}
#search-form-sidebar #search-form-button {
    padding-right: 0px;
}
#search-form-sidebar #search-form-button,
#search-form-floating-home #search-form-button {
    padding-left: 0px;
}
#search-form {
    margin-top: 25px;
}
#search-form .form-group {
    width: 100%;
}
#search-form .form-group .col-xs-10,
#search-form .form-group .col-xs-2 {
    margin-left: 0px;
    margin-right: 0px;
}
#search-form .form-group .col-xs-10 {
    padding-right: 0px;
}
#search-form .form-group .col-xs-2 {
    padding-left: 0px;
}
#search-form #search-input {
    max-width: 100%;
}
#index .search-icon-panel a,
#index .search-icon-panel a:visited {
    color: #555555;
}
#index .search-icon-panel a:hover,
#index .search-icon-panel a:active {
    color: #BD3D3D;
}
#search-form-floating {
    margin-top: 15px;
}
#search-form-floating #search-form-box {
    padding-right: 0;
}
#search-form-floating #search-form-button {
    padding-left: 0;
}
/*#index .search-icon-panel .icon-link .glyphicon,
#index .search-icon-panel .icon-link .fa*/
#index .search-icon-panel .icon-link .lnr {
    font-size: 60px;
}
/*#index .search-icon-panel .icon-link {
    padding: 15px 0px;
}*/
#index .search-icon-panel .icon-link .icon-text {
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
}
@media(min-width: 992px) {
    #index .search-icon-panel .icon-container {
        text-align: center;
    }
    #index .search-icon-panel .icon-link .icon-box {
        text-align: center;
    }
    #index .read-more-text {
        margin-bottom: 30px;
    }
}
#index .search-icon-panel .icon-link .icon-box {
    padding-right: 0px;
    padding-left: 0px;
}
#index .search-icon-panel .icon-link .icon-text-box {
    text-align: left;
    padding-left: 5px;
}
#index .search-icon-panel .second-subpanel .icon-container {
    padding: 25px;
}
#index #search-form-floating {
    display: none;
}
#index #search-form-float {
    margin-top: 0px;
}
#search-form-floating-home {
    position: absolute;
    z-index: 999999;
    top: 20px;
    right: 20px;
}
.index-post-content {
    font-style: italic;
}
@media (max-width: 991px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 40px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 14px;
    }
    #index .index-post-box a img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 40px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 20px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 8px;
    }
}
.first-panel, .second-subpanel {
    width: 100%;
}
#search-form.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 1200px) {
    #index .index-post-title {
        margin-top: 8.5px;
    }
    #index .index-post-content {
        min-height: 92px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #index .index-post-title {
        margin-top: 9.5px;
    }
}
@media (min-width: 992px) {
    #index .index-post-title {
        min-height: 38px;
    }
}
@media (max-width: 1199px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 40px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 14px;
    }
    #index .search-icon-panel .second-subpanel .icon-container {
        padding: 25px;
    }
}
@media (max-width: 991px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 40px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 16px;
    }
    #index .search-icon-panel .second-subpanel .icon-container {
        padding: 20px;
    }
    #index .search-icon-panel .icon-container {
        border-style: solid;
        border-color: #e5e5e5;
        border-bottom-width: 0px; 
    }
    #index .search-icon-panel #explore {
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
    }
    #index .search-icon-panel #know {
        border-top-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
    }
    #index .search-icon-panel #read {
        border-top-width: 1px;
        border-right-width: 0px;
        border-left-width: 1px;
    }
    #index .search-icon-panel #work {
        border-top-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
    }
    #index .search-icon-panel #learn {
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 0px;
    }
    #search-form {
        margin-top: 15px;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    #search-form-box,
    #search-form-button {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 40px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 16px;
    }
    #index .search-icon-panel .second-subpanel .icon-container {
        padding: 15px;
    }
    #search-form .form-group {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    #index .search-icon-panel .icon-link .lnr {
        font-size: 40px;
    }
    #index .search-icon-panel .icon-link .icon-text {
        font-size: 14px;
    }
    #index .search-icon-panel .second-subpanel .icon-container {
        padding: 10px;
    }
    #search-form,
    #search-form-box,
    #search-form-button {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 360px) {
    #search-form-container {
        padding-left: 0;
    }
    #search-form {
        padding-left: 0;
    }
}
#index #content {
    margin-top: 15px;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.tab-content>.tab-pane {
    padding: 25px;
}
/* #rle_tab_content {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
#rle_tab_content img {
    max-width: 100%;
    height: auto;
} */
#featured-event-panel h2 {
    margin-left: 15px;
    margin-bottom: 0px;
}
#blog-posts h2 {
    margin-top: 0px;
}
.blog-post-image-box,
.event-post-image-box,
.initiative-image-box {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.index-post-img-title {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}
.blog-post-image,
.event-post-image,
.initiative-image {
    width: 100%;
    height: auto;
}
.editable-form {
    position: absolute !important;
}
#map {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    // height: 400px;
}
// @media (max-width: 1199px) {
//     #map {
//         height: 350px;
//     }
// }
// @media (max-width: 991px) {
//     #map {
//         height: 300px;
//     }
// }
@media (max-width: 767px) {
    #map {
        height: 250px;
    }
}
@media (max-width: 480px) {
    #map {
        height: 200px;
    }
}
#download-map-btn {
    width: 100%;
    padding-bottom: 10px;
}
#download-map-btn a.btn,
#download-map-btn a.btn:focus {
    width: 100%;
    background-color: #00bb00;
    border: 0;
}
#download-map-btn .download-map-btn-content-wrapper {
    text-align: left;
    width: 100%;
}
#download-map-btn a.btn:hover,
#download-map-btn a.btn:active,
#download-map-btn a.btn:focus {
    background-color: #005d00;;
}
#download-map-btn .lnr {
    border-left: 1px solid #fff;
    padding-left: 10px;
    font-size: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #download-map-btn .download-map-btn-content-wrapper {
        text-align: center;
    }
    #download-map-btn .lnr {
        border-left: 0;
        padding-left: 0px;
        display: block;
        font-size: 32px;
    }
}
.leaflet-popup-content-wrapper {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.65);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.65);
}
.leaflet-popup-content {padding: 15px 15px;}
.leaflet-popup-content h1 {font-size: 20px;}
.leaflet-popup-content p {text-align: justify;}

/*
 ******************************************************************************
 * Subscribe Form Styles
 ******************************************************************************
 */
#subscribe-container {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 225px;
    width: 100%;
}
#subscribe-form {
    margin-top: 20px;
    padding: 40px;
    padding-top: 30px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    background: #fff !important;
    position: relative !important;
    z-index: 1;
}
.subscribe_form_input_box {
    padding-bottom: 15px;
}
#subscribe-form .has-error .help-block {
    display: none;
}

/*
 ******************************************************************************
 * Twitter Horizontal
 ******************************************************************************
 */
#tw-horizontal {
    height: 300px;
    width: 100%;
    background-color: #265088;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#tw-horizontal a,
#tw-horizontal a:visited,
#tw-horizontal a:active {
    color: #24b4ff;
}
#tw-horizontal a:hover,
#tw-horizontal a:focus {
    color: #eee;
}
#tw-horizontal .timespan {
    color: #fff;
}
#tw-horizontal-slider {
    /*border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;*/
    border: 0;
}
#tw-horizontal-slider .item {
    height: auto;
    color: #fff;
    background-color: transparent;
}
#tw-horizontal-slider .item.next,
#tw-horizontal-slider .item.prev {
    height: auto;
}
#tw-horizontal-slider .as-table-cell {
    vertical-align: top;
}
#twitter-logo {
    color: #265088;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding: 10px;
}
#tw-horizontal a.twitter-control.left {
    margin-right: 5px;
}
#tw-horizontal a.twitter-control.right {
    margin-left: 5px;
}
#tw-horizontal a.twitter-control span,
#tw-horizontal a.twitter-control:active span,
#tw-horizontal a.twitter-control:visited span {
    line-height: 0;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #265088;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#tw-horizontal a.twitter-control:hover span,
#tw-horizontal a.twitter-control:focus span{
    background-color: #24b4ff;
}

/*
 ******************************************************************************
 * Footer Styles
 ******************************************************************************
 */
footer {
    min-height: 50px;
    background-color: #A90000;
    color: #ffffff;
    border-top: 0;
    margin-top: 0px;
    padding: 0px;
    z-index: 0;
    position: relative;
    padding-bottom: 50px;
}
footer #copyright a {
    color: #000000;
}
footer #social-net {
    font-size: 23px;
    margin-top: 8px;
}
footer .navbar {
    margin-bottom: 0px;
}
footer .navbar-default {
    border: 0;
    box-shadow: none;
    background-color: #A90000;
}
footer .navbar-default .navbar-nav>li {
    text-align: center;
}
@media(max-width: 767px) {
    footer .navbar-default .navbar-nav>li>a {
        border: none;
    }
    footer .container {
        padding: 0;
    }
    footer {
        padding-bottom: 60px;
    }
}
@media(max-width: 480px) {
    footer .navbar-default .navbar-nav>li.col-xs-4 {
        width: 50%; /* Done for smartphones */
        height: 60px;
    }
}
@media(min-width: 768px) and (max-width: 849px) {
    footer .nav>li>a {
        padding: 15px;
    }
}
.social-net-link,
.social-net-link:visited,
.social-net-link:link {
    color: #ffffff;
}
.social-net-link:hover,
.social-net-link:active {
    color: #333333;
}
#turpial {
    height: 20px;
}
#horizontal-toolbox .toolbox-title {
    padding: 0;
}
#horizonta-toolbox .addthis_horizontal_follow_toolbox p,
#horizontal-toolbox .toolbox-title h6 {
    margin: 0;
}
#horizontal-toolbox .addthis_horizontal_follow_toolbox {
    padding: 0;
}
#atstbx .at-share-btn:first-child,
#atftbx .at-follow-btn:first-child {
    margin-left: 0;
}
#horizontal-toolbox .toolbox-title h6 {
    margin-top: 5px;
}
#social-net-wrapper {
    margin-bottom: 20px;
}
#horizontal-toolbox .addthis_toolbox {
    width: 217px;
    margin: auto;
}
#horizontal-toolbox .at-icon-wrapper {
    width: 50px !important;
    height: 50px !important;
}
#horizontal-toolbox .at-icon {
    width: 50px !important;
    height: 50px !important;
}
#footer-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer-menu a {
    color: #fff;
}
#footer-menu .nav>li:hover,
#footer-menu .nav>li:focus,
#footer-menu .nav>li:active,
#footer-menu .nav>li.active {
    color: #000 !important;
}
#footer-menu .nav>li>a:hover,
#footer-menu .nav>li>a:focus,
#footer-menu .nav>li>a:active,
#footer-menu .nav>li.active>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    color: #000 !important;
    display: inline-block;
    font-weight: normal;
}
#footer-menu .nav>li.active>a {
    font-weight: bold;
}
#footer-menu .nav>li>a {
    font-weight: 300;
    padding: 5px;
    display: inline-block;
}
#footer-menu ul {
    text-align: center;
}
#footer-menu .nav>li {
    border-bottom: 0;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    border-right: solid 1px #fff;
}
#footer-menu .nav>li:last-child {
    border-right: 0;
    padding-right: 0px;
}
#footer-menu .nav>li:first-child {
    padding-left: 0px;
}
#footer-menu .nav>li:last-child {
    border-bottom: 0;
}
#footer-menu .nav>li.footer-new-branch {
    border-bottom: 0;
}
@media (max-width: 767px) {
    #footer-menu .nav>li>a {
        font-size: 16px;
    }
}

/*
 ******************************************************************************
 * RLE Custom Tabs Styles
 ******************************************************************************
 */
/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

