/*-----------------------------------------------------------------------------------

	Theme Name: MADEO Child
	Theme URI: http://madeostudio.com
	Description: Innocence project
	Author: MADEO 
        Author URI: http://madeostudio.com
        Version: 1.0
        Template: madeo
 
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  0.  Import style.css
/*-----------------------------------------------------------------------------------*/
@import url(include/css/bootstrap.min.css);
@import url("../madeo/style.css");
@import url("//fonts.googleapis.com/css?family=Roboto:400,300,700");
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
@import url(include/css/font-awesome.min.css);
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }
.bootstrap-select.btn-group.bs-container {
  position: absolute; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
*/
/*-----------------------------------------------------------------------------------*/
/*  1.  General
/*-----------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: black !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: black  !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: black  !important; }

:-ms-input-placeholder {
  color: black  !important; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0px; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400; }

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.1500em;
  text-transform: uppercase; }

p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400; }

body, input, button, select, textarea, .gallery-caption, header #logo a {
  font-family: 'Roboto', sans-serif; }

body {
  color: #2a2d32;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; }

a:not([class*="btn"]) {
  color: #ACA581; }

header {
  height: 100px; }

.caption {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.0300em; }

a.yellow-link {
  color: #9E8819 !important;
  text-decoration: underline; }

.page-header-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .3;
  background-color: #2a2d32;
  left: 0;
  top: 0; }

.div-center {
  margin: auto !important;
  float: none;
  display: table; }

.up-index {
  position: relative;
  z-index: 2; }

.right-btn {
  margin-top: -50px;
  padding: 11px 27px !important;
  margin-right: 15px; }

.default-btn, .colored-btn, .blue-btn, .colored-btn-revert, .def-white-btn, .black-btn, .white-btn {
  padding: 11px 70px;
  font-size: 17px;
  font-weight: 800;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.colored-btn {
  background-color: #ACA581;
  border: 1px solid #aca581;
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.colored-btn:hover, .def-white-btn:hover {
  background-color: #2A2D32;
  color: #fff;
  border: 1px solid #2a2d32; }

.blue-btn {
  background-color: #344388;
  border: 1px solid #344388;
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.blue-btn:hover {
  background-color: #1e2653;
  color: #fff;
  border: 1px solid #1e2653; }

.colored-btn-revert {
  background-color: #ACA581;
  border: 1px solid #aca581;
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.colored-btn-revert:hover {
  background-color: #fff;
  color: #2A2D32;
  border: 1px solid white; }

.def-white-btn {
  background-color: #fff;
  border: 1px solid white;
  color: #000; }

.black-btn {
  border: 1px solid rgba(42, 45, 50, 0.1);
  color: rgba(42, 45, 50, 0.5);
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.black-btn:hover {
  border: 1px solid #2a2d32;
  color: #2a2d32; }

.white-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.white-btn:hover {
  border: 1px solid white;
  color: #fff; }

.center-btn {
  display: table;
  margin: auto; }

.wide-btn {
  display: block;
  text-align: center; }

.form-control {
  padding: 15px 25px;
  height: auto;
  border-radius: 0px;
  border: 2px solid #ECECEC;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border: 2px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-overlay {
  position: relative; }

#logo a img {
    width: auto;
    max-width: 72%;
    height: auto;
    opacity: 1;
    vertical-align: text-top;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease; }
#logo a:hover img, #logo a:focus img, #logo a:active img {
  opacity: 1; }

#logo a img.animate {
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease; }
blockquote {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #2D3C48;
  border-left: none;
  font-style: normal;
  padding: 0px; }

blockquote * {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-top: 55px !important;
  margin-bottom: 55px !important;
  /*margin-left: 20px;
  margin-right: 20px;*/
  font-size: 28px !important;
  line-height: 38px !important;
  font-weight: 400 !important;
  /*color: #2D3C48 !important;*/
  border-left: none !important;
  font-style: normal !important;
  padding: 0px !important; }

blockquote *:not(a) {
  color: #2D3C48 !important; }
blockquote.new-quote p {
  padding: 19px 50px 40px 50px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  font-family: 'Roboto', sans-serif;
  text-align: left !important; }

blockquote a {
  color: #ACA581 !important; }

#title-page .overlay-bg-fill {
  background-color: #ACA581 !important; }

#wnb-bar {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

#error-page .error-btn {
  background: none !important;
  width: 100%;
  opacity: 1; }

#error-page .error-btn .error-title {
  color: #2a2d32; }

#error-page .error-btn .error-caption {
  color: #2a2d32; }

#error-page {
  background: #fff;
  padding: 110px 0 150px 0; }

#cases-loader {
  margin-bottom: 80px !important; }
  #cases-loader img {
    width: 65px;
    height: auto; }

#search-loader, #tag-loader {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }
  #search-loader img, #tag-loader img {
    width: 65px;
    height: auto; }

#team-loader img {
  width: 65px;
  height: auto; }

#black_header_widget-3 .static-navbar .col-md-3.col-md-offset-1 {
  margin-left: 21% !important; }

/*-----------------------------------------------------------------------------------*/
/*  2.  Sections
/*-----------------------------------------------------------------------------------*/
.ivory-section {
  background-color: #F9F8F0; }

.black-russian-section {
  background-color: #16171B; }

.golden-section {
  background-color: #ACA581; }

.black-pearl-section {
  background-color: #15171A; }

.white-section {
  background-color: #fff; }

.alabaster-section {
  background-color: #EFEEE5; }

.light-grey-section {
  background-color: #f3f3f3; }

.dark-section {
  background-color: #2a2d32; }

.wrap_all {
  overflow-x: hidden; }

/*-----------------------------------------------------------------------------------*/
/*  3.  padding
/*-----------------------------------------------------------------------------------*/
.padding-top-90 {
  padding-top: 90px; }

.equal-top-bottom-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.margin-top-70 {
  margin-top: 70px; }

.equal-top-bottom-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.equal-top-bottom-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-40 {
  padding-top: 40px; }

/*-----------------------------------------------------------------------------------*/
/*  4.  Get involved
/*-----------------------------------------------------------------------------------*/
.page-template-template-intake-form .volunteer-intro {
  padding-bottom: 50px; }
.page-template-template-intake-form .involved-submit {
  margin-top: 30px; }
.page-template-template-intake-form .volunteer-intro .ivory-section {
  padding: 60px 50px 60px; }

.black-russian-section.involved-support .row {
  padding-left: 95px;
  padding-right: 95px; }

.find-organization .page-header-overlay {
  background-color: #2A2D32;
  opacity: 0.5; }

.find-local-organization .has-background-img .col-md-12 {
  max-width: 800px; }

.involved-intro .col-md-12, .involved-support .col-md-12, .about-team .col-md-12 {
  max-width: 630px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center; }

.involved-intro {
  padding-bottom: 55px; }
  .involved-intro .ivory-section {
    padding-top: 80px;
    padding-bottom: 45px; }
    .involved-intro .ivory-section p {
      color: rgba(42, 45, 50, 0.4);
      max-width: 580px;
      margin: 0 auto;
      float: none;
      clear: both; }

.intro-head {
  margin-bottom: 50px; }

.involved-intro-input .col-md-4, .involved-intro-input .col-md-8 {
  margin-bottom: 40px; }

.involved-intro-input .form-control, .involved-intro-input input[type=text], .involved-intro-input input[type=email] {
  border-radius: 0px;
  border: 2px solid rgba(42, 45, 50, 0.2);
  font-size: 16px;
  background-color: #F9F8F0; }
.involved-intro-input input::-webkit-input-placeholder, .involved-intro-input textarea::-webkit-input-placeholder {
  color: rgba(42, 45, 50, 0.2) !important; }
.involved-intro-input input:-moz-placeholder, .involved-intro-input textarea:-moz-placeholder {
  color: rgba(42, 45, 50, 0.2) !important; }
.involved-intro-input label {
  display: none; }

.involved-intro-input .form-control:focus {
  border: 2px solid #2a2d32;
  -webkit-box-shadow: none;
  box-shadow: none; }

.involved-submit {
  background-color: #2A2D32;
  width: 100%;
  padding: 16px 5px;
  border-radius: 0px;
  color: #fff;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s; }
  .involved-submit:hover {
    background-color: #3e4249;
    color: #fff; }

.involved-submit i.fa-chevron-right {
  color: #fff;
  padding-left: 45px; }

.black-access-section {
  margin-bottom: 55px;
  padding: 60px 15px 50px; }

.black-access-section h4 {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 30px; }

.black-access-section .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 55px; }

.black-access-section .content h3 {
  margin: 0px auto 70px auto;
  color: #fff; }

.black-access-section .access-btn {
  height: 115px;
  background-color: #2A2D32;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out; }
  .black-access-section .access-btn img {
    height: 100%;
    width: 180px; }
  .black-access-section .access-btn .bg-img {
    height: 100%;
    width: 180px;
    background-size: cover;
    background-position: center center; }
  @media screen and (max-width: 768px) {
    .black-access-section .access-btn .bg-img {
      width: 130px; } }
  .black-access-section .access-btn h3 {
    color: #fff;
    padding-left: 40px;
    margin: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 28px;
    position: absolute; }
  .black-access-section .access-btn i {
    color: #fff;
    opacity: 0.3;
    position: absolute;
    top: 50px;
    right: 23px;
    padding-right: 30px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s; }
  .black-access-section .access-btn .double-data {
    width: 50%;
    /* height: 50%; */
    top: 40%;
    -ms-transform: translateY(-37%);
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    /* overflow: auto; */
    /* margin: auto; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    padding-left: 50px;
    /* right: 0; */ }
    .black-access-section .access-btn .double-data h3 {
      position: inherit;
      padding-left: 0px;
      font-size: 20px; }
    .black-access-section .access-btn .double-data p {
      margin: 0px;
      color: rgba(255, 255, 255, 0.5); }

.black-access-section .access-btn img, .black-access-section .access-btn .double-data, .black-access-section .single-data, .black-access-section .access-btn i {
  display: inline; }

.black-access-section .access-btn:hover {
  background-color: #3e4249; }
  .black-access-section .access-btn:hover h3 {
    color: #fff; }
  .black-access-section .access-btn:hover i {
    color: #fff;
    opacity: 0.6;
    right: 17px; }

.black-access-section .first-btn {
  margin-left: -15px;
  float: left;
  margin-bottom: 20px; }

.black-access-section .first-btn:last-child {
  margin-right: -15px;
  float: right;
  margin-bottom: 20px; }

.black-access-section .last-btn {
  margin-right: -15px;
  float: right;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .single-profile .container .col-md-7 {
    padding-right: 15px !important; }

  .black-access-section .last-btn, .black-access-section .first-btn, .black-access-section .first-btn:last-child {
    margin: 0 auto 20px auto;
    float: left; }

  .has-background-img h2 {
    padding: 0 30px; }

  .involved-ways ul li, .cause-resources ul li {
    float: none !important;
    margin: 0 auto !important;
    padding: 15px;
    width: 100% !important; }

  .causes .causes-items > .row {
    display: block !important;
    flex-wrap: inherit !important; }

  .causes .causes-items > .row > .col-md-4 {
    display: block !important; }

  #navigation-mobile #menu-nav-mobile li:last-child {
    border-bottom: 1px solid #606266 !important; }

  #navigation-mobile #menu-nav-mobile ul.sub-menu li {
    border-top: 1px solid #606266 !important; }
    #navigation-mobile #menu-nav-mobile ul.sub-menu li:last-child {
      border-bottom: 1px solid #606266 !important; }

  #navigation-mobile #menu-nav-mobile li a {
    font-size: 20px !important; }

  body.menu-opened {
    overflow: hidden; }
    body.menu-opened #main, body.menu-opened footer {
      display: none; }
    body.menu-opened header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
    body.menu-opened #navigation-mobile {
      display: block !important;
      position: fixed;
      top: 90px;
      margin-top: 0;
      width: 100vw;
      height: calc( 100vh - 90px) !important;
      height: -webkit-calc( 100vh - 90px) !important;
      overflow-y: scroll;
      overflow-x: hidden; }
      body.menu-opened #navigation-mobile .container {
        padding-bottom: 70px; }
        body.menu-opened #navigation-mobile .container ul.submenu-opened {
          overflow: hidden;
          height: calc( 100vh - 90px) !important;
          height: -webkit-calc( 100vh - 90px) !important; }
      body.menu-opened #navigation-mobile.submenu-active .container {
        padding-bottom: 0; }
    body.menu-opened.ios-device #navigation-mobile .container {
      padding-bottom: 70px; }
    body.menu-opened.ios-device #navigation-mobile.submenu-active .container {
      padding-bottom: 0; } }
@media (max-width: 767px) {
  .about-work-tabs .about-work-content {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .has-background-img h2 {
    padding: 0 15px; }

  .right-side .text-center.header h4 {
    margin-top: 20px; }

  .single-post .article-img {
    padding-left: 0px;
    padding-right: 0px; } }
.has-background-img .col-md-12 {
  max-width: 700px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  margin-top: 11%;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px); }

.has-background-img {
  margin: 55px auto 55px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .has-background-img .img-background {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-block;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    width: 100%;
    align-items: center; }
  .has-background-img h2 {
    margin-bottom: 35px; }

.find-organization h2 {
  color: #000; }

.involved-promote {
  padding: 10px 0px 85px 0px; }
  .involved-promote .col-md-6 h3 {
    color: #000;
    padding: 90px 90px 55px 90px; }
  .involved-promote .header {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08); }
    .involved-promote .header h4 {
      margin-bottom: 20px;
      color: #B7B7B7; }

.involved-ways, .cause-resources {
  padding: 20px 0px 70px 0px;
  margin-top: -15px; }
  .involved-ways ul, .cause-resources ul {
    padding-top: 15px;
    max-width: 970px;
    text-align: center;
    margin: 0 auto; }
    .involved-ways ul li, .cause-resources ul li {
      float: left;
      height: 110px;
      margin: 0 70px 10px 10px;
      width: 45%;
      border-bottom: 1px solid rgba(21, 23, 26, 0.08);
      display: table;
      justify-content: center;
      flex-direction: column;
      text-align: left; }
      .involved-ways ul li a, .cause-resources ul li a {
        display: table-cell;
        vertical-align: middle; }
    .involved-ways ul li:nth-child(even), .cause-resources ul li:nth-child(even) {
      margin-right: 0; }
  .involved-ways .header, .cause-resources .header {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08); }
    .involved-ways .header h4, .cause-resources .header h4 {
      margin-bottom: 40px;
      color: #B7B7B7; }

/*-----------------------------------------------------------------------------------*/
/*  5.  About page
/*-----------------------------------------------------------------------------------*/
.about-intro {
  padding: 40px 0 75px; }
  .about-intro .col-md-12 {
    max-width: 600px;
    float: none;
    margin-left: auto;
    margin-right: auto; }

.about-video a:hover .video-class {
  background-size: 115%; }
  .about-video a:hover .video-class span {
    border-color: white; }

.video-class {
  position: relative;
  height: 490px;
  float: none;
  margin: 0 auto;
  background-size: 100%;
  background-position: center center;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out; }
  .video-class span {
    margin: auto;
    float: none;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(243, 243, 243, 0);
    width: 115px;
    height: 115px;
    position: relative;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    .video-class span i {
      margin: 50% auto 0;
      float: none;
      width: 19px;
      height: 22px;
      display: block;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      font-size: 18px;
      color: #FFFFFF; }
  .video-class iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about-work {
  padding: 80px 0 0 0; }
  .about-work .row {
    padding-left: 95px;
    padding-right: 95px; }
  .about-work .head, .about-work .section-footer .subscribe p, .section-footer .subscribe .about-work p {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    margin-bottom: 60px; }
    .about-work .head h4, .about-work .section-footer .subscribe p h4, .section-footer .subscribe .about-work p h4 {
      color: rgba(42, 45, 50, 0.2); }
  .about-work .col-md-12.content {
    max-width: 610px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }

.about-work-tabs section.article-title {
  margin-bottom: 60px; }
.about-work-tabs .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px; }
.about-work-tabs li.active .arrow-down {
  bottom: -25px; }
.about-work-tabs .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 45%;
  bottom: -5px;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
.about-work-tabs .about-work-content {
  padding: 100px 110px; }
  .about-work-tabs .about-work-content h3 {
    opacity: 0.5;
    margin-bottom: 55px; }
.about-work-tabs .tab-content {
  padding: 0px;
  border: none; }
.about-work-tabs .about-work-img {
  padding: 0px;
  background-size: cover;
  background-position: center center; }
.about-work-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  background: #fff;
  margin: 0 50px 15px 50px;
  border: none; }
  .about-work-tabs .nav-tabs li a {
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px; }
    .about-work-tabs .nav-tabs li a:hover {
      opacity: 1; }
.about-work-tabs .nav-tabs > li.active > a, .about-work-tabs .nav-tabs > li.active > a:hover, .about-work-tabs .nav-tabs > li.active > a:focus {
  opacity: 1; }

.page-template-template-about .find-local-organization .img-background .page-header-overlay {
  display: none; }

.page-template-template-involved .find-organization h2 {
  color: #fff; }

.find-local-organization .page-header-overlay {
  background-color: #F8F8F0;
  opacity: 1; }

.single-post .article-img .has-background + p {
  float: right; }
.single-post .article-img img + p {
  float: right; }
.single-post .article-details img {
  max-width: 100%;
  height: auto;
  display: block; }

.img-caption {
  text-align: right;
  padding: 0 !important;
  margin-bottom: 25px; }

/*-----------------------------------------------------------------------------------*/
/*  6.  Footer
/*-----------------------------------------------------------------------------------*/
.section-footer {
  padding: 75px 0; }
  .section-footer .container {
    padding-left: 25px;
    padding-right: 25px; }
  .section-footer .footer-links li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 10px 0; }
  .section-footer .follow-us-section .follow-div {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .section-footer .follow-us-section h3.follow-us {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    opacity: 0.5; }
  .section-footer .follow-us-section .footer-icons {
    margin-bottom: 40px; }
    .section-footer .follow-us-section .footer-icons li {
      list-style: none;
      display: inline-block;
      color: #fff;
      font-size: 28px;
      margin: 0 40px 0 0;
      cursor: pointer; }
      .section-footer .follow-us-section .footer-icons li:last-child {
        margin: 0; }
    .section-footer .follow-us-section .footer-icons a {
      display: block;
      color: transparent;
      line-height: 0;
      font-size: 0; }
      .section-footer .follow-us-section .footer-icons a i {
        color: #fff;
        font-size: 24px;
        margin: 0 43px 0 0; }
      .section-footer .follow-us-section .footer-icons a:last-child i {
        margin: 0 !important; }
  .section-footer .follow-us-section p.credit {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    margin: 0;
    line-height: 22px; }
    .section-footer .follow-us-section p.credit a {
      color: #fff;
      opacity: 1; }
  .section-footer .footer-links {
    padding: 0 65px; }
    .section-footer .footer-links a {
      color: #fff;
      opacity: 1;
      font-size: 18px; }
  .section-footer .subscribe ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .section-footer .subscribe :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4) !important; }
  .section-footer .subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4) !important; }
  .section-footer .subscribe :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  .section-footer .subscribe .head, .section-footer .subscribe p {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 30px; }
  .section-footer .subscribe .footer-subscribe {
    position: relative; }
    .section-footer .subscribe .footer-subscribe .form-control {
      margin: 0 auto;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: none;
      border-radius: 0px;
      height: 60px;
      text-indent: 13px;
      color: #fff;
      font-size: 18px;
      font-family: 'Roboto', sans-serif; }
    .section-footer .subscribe .footer-subscribe:hover i.fa-chevron-right {
      opacity: 1 !important; }
    .section-footer .subscribe .footer-subscribe:hover .form-control {
      border: 1px solid white;
      color: #fff; }
    .section-footer .subscribe .footer-subscribe:hover input::-webkit-input-placeholder, .section-footer .subscribe .footer-subscribe:hover textarea::-webkit-input-placeholder, .section-footer .subscribe .footer-subscribe:hover input:-moz-placeholder, .section-footer .subscribe .footer-subscribe:hover textarea:-moz-placeholder {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      color: white !important; }
    .section-footer .subscribe .footer-subscribe .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid white;
      color: #fff; }
    .section-footer .subscribe .footer-subscribe input::-webkit-input-placeholder, .section-footer .subscribe .footer-subscribe textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
    .section-footer .subscribe .footer-subscribe input:-moz-placeholder, .section-footer .subscribe .footer-subscribe textarea:-moz-placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
    .section-footer .subscribe .footer-subscribe i.fa-chevron-right {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      top: 21px;
      right: 24px;
      color: #fff;
      font-size: 16px;
      opacity: .3; }

.section-footer .subscribe .head, .section-footer .subscribe p {
  font-size: 18px; }

.section-footer .subscribe .form-control {
  padding-left: 5px !important; }
.section-footer .subscribe p {
  font-size: 14px; }

/*-----------------------------------------------------------------------------------*/
/*  7.  Single-profile
/*-----------------------------------------------------------------------------------*/
.single-profile {
  padding-top: 15px; }
  .single-profile .container .col-md-7 {
    padding-right: 25px; }
    .single-profile .container .col-md-7 h3 {
      padding-bottom: 20px; }
  .single-profile .container .col-md-5 {
    padding-left: 55px; }
  .single-profile .info {
    padding: 50px 20px 75px 0px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08); }
    .single-profile .info .years {
      opacity: 0.5; }
  .single-profile .img {
    height: 230px;
    background-size: cover;
    background-position: center center; }
  .single-profile .info-head {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    padding-bottom: 50px;
    margin-top: 60px; }
    .single-profile .info-head + p {
      padding-top: 40px;
      padding-bottom: 40px; }
  .single-profile .small-details p {
    padding: 10px 0;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    color: #999;
    font-size: 15px;
    margin: 0; }
  .single-profile .share-case {
    margin-top: 20px;
    margin-bottom: 10px; }
    .single-profile .share-case h4 {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(21, 23, 26, 0.08);
      margin-bottom: 30px;
      color: rgba(42, 45, 50, 0.2); }
    .single-profile .share-case a {
      display: inline;
      margin: 0 30px;
      font-size: 1.6em; }
      .single-profile .share-case a .fa-twitter {
        color: #355087;
        font-size: 21px; }
      .single-profile .share-case a .fa-facebook {
        color: #253B6B;
        font-size: 21px; }
      .single-profile .share-case a .fa-linkedin {
        color: #4B66A3;
        font-size: 21px; }
      .single-profile .share-case a .fa-google-plus {
        color: #718AB5;
        font-size: 21px; }
      .single-profile .share-case a .fa-envelope {
        color: #9CABCA;
        font-size: 21px; }

.share-case {
  margin-top: 20px; }
  .share-case h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    margin-bottom: 30px;
    color: rgba(42, 45, 50, 0.2); }
  .share-case a {
    display: inline;
    margin: 0 30px; }
    .share-case a i {
      color: #999999;
      font-size: 25px; }

.support-cause h2 {
  color: #fff; }

.single-cases .black-access-section {
  margin-bottom: 0px;
  margin-top: 0px; }

/*-----------------------------------------------------------------------------------*/
/*  8.  Innocence Cases
/*-----------------------------------------------------------------------------------*/
#cases-black-access {
  margin-bottom: 0px;
  padding: 60px 15px 100px; }

.cases-video .row {
  padding-left: 95px;
  padding-right: 95px; }

#cases-result-msg {
  margin-bottom: 40px; }

.full-cases-header.affix {
  top: 0;
  width: 100%;
  position: fixed !important;
  padding-top: 10px;
  padding-bottom: 10px !important; }

.full-cases-header {
  padding-bottom: 40px;
  position: relative;
  z-index: 999; }
  .full-cases-header .col-sm-4.col-md-3 {
    padding-right: 0px;
    padding-left: 0px; }
  .full-cases-header .black-btn {
    padding: 10px 21px;
    color: rgba(42, 45, 50, 0.5);
    font-size: 14px;
    text-transform: capitalize; }
    .full-cases-header .black-btn .fa-plus {
      margin-left: 10px;
      font-size: 11px; }
  .full-cases-header .header {
    padding-left: 0px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 63.6666667%;
    margin-right: 21px; }
    .full-cases-header .header .head, .full-cases-header .header .section-footer .subscribe p, .section-footer .subscribe .full-cases-header .header p {
      color: rgba(42, 45, 50, 0.4) !important; }
  .full-cases-header .col-sm-7.col-md-4 {
    padding-left: 0px;
    padding-right: 0px; }

.col-md-4.black-full-filter {
  padding-right: 0px;
  padding-left: 10px; }

#full-cases-dropdown .bootstrap-select > .dropdown-toggle {
  border: 1px solid #EBEDEF;
  font-size: 14px;
  padding: 12px 11px;
  color: rgba(42, 45, 50, 0.5); }

#full-cases-dropdown .form-group {
  margin-bottom: 0px; }
#full-cases-dropdown .bootstrap-select.btn-group.open .dropdown-toggle {
  outline: 2px #000 solid !important; }
#full-cases-dropdown .bootstrap-select .dropdown-toggle:focus {
  outline: 2px #000 solid !important; }
#full-cases-dropdown .bootstrap-select.btn-group .custom-select .plus-select {
  transform: rotate(90deg);
  right: 8px; }
#full-cases-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 14px;
  padding: 11px 17px; }

.full-cases-header .header .head, .full-cases-header .header .section-footer .subscribe p, .section-footer .subscribe .full-cases-header .header p, .full-cases-header .header .no-cases {
  display: inline;
  margin-bottom: 22px; }

.page-template-template-cases .cases-filter-section.cases a.colored-btn {
  margin-top: 30px; }

.cases-intro {
  padding: 60px 0px 40px 0px; }

#cases-content-left {
  padding-left: 0px;
  padding-right: 0px; }

.header.header-cases {
  margin-bottom: 42px; }

.left-single-case {
  padding-left: 0px;
  padding-right: 26px; }

.right-single-case {
  padding-right: 0px;
  padding-left: 26px; }

.cases-content {
  padding: 70px 0px 100px 0px; }
  .cases-content .cases-social-bar {
    padding: 0;
    list-style-type: none;
    margin-top: -0.85em; }
    .cases-content .cases-social-bar li {
      margin-bottom: 15px; }
      .cases-content .cases-social-bar li a {
        font-size: 1.6em; }
        .cases-content .cases-social-bar li a i {
          color: #ACA581; }
  .cases-content ul {
    margin-left: 0px;
    list-style-type: square; }
  .cases-content .bold-p {
    font-weight: 700;
    margin-bottom: -0.85em; }
  .cases-content .col-md-9 {
    max-width: 730px; }
  .cases-content .causes-content h3, .cases-content .causes-content p {
    padding-bottom: 20px; }
  .cases-content .causes-content a {
    color: #9E8819 !important;
    text-decoration: underline; }

.cause-resources .col-md-9 {
  max-width: 600px; }

/*-----------------------------------------------------------------------------------*/
/*    Thanks page
/*-----------------------------------------------------------------------------------*/
.thanks-page-section {
  padding-bottom: 50px; }
  .thanks-page-section .ivory-section {
    padding-top: 155px;
    padding-bottom: 155px; }
    .thanks-page-section .ivory-section .col-md-12 {
      max-width: 400px;
      float: none;
      margin: 0 auto; }
      .thanks-page-section .ivory-section .col-md-12 h3 {
        margin-bottom: 55px; }
      .thanks-page-section .ivory-section .col-md-12 .share a {
        display: inline;
        margin: 0 30px; }
        .thanks-page-section .ivory-section .col-md-12 .share a i {
          color: #2a2d32;
          font-size: 40px; }

.thanks-section {
  padding: 150px 0 250px; }

/*-----------------------------------------------------------------------------------*/
/*  9.  contact
/*-----------------------------------------------------------------------------------*/
.page-template-template-contact .news-categ .bootstrap-select.btn-group .dropdown-menu li:first-child {
  display: block; }

.contact-navbar.affix {
  top: 50px;
  width: 100%;
  background-color: #fff;
  z-index: 9999; }

.contact-intro .col-md-4 .download_lnk-contact p {
  font-size: 15px;
  color: #9E8819; }

.page-template-template-contact .share-case a i:hover {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000; }

.page-template-template-contact .share-case a i {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.contact-navbar {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding: 20px 0px;
  margin-top: -50px; }
  .contact-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .contact-navbar ul li {
      margin: 50px;
      display: inline; }
      .contact-navbar ul li .navbar-btn {
        color: #9c9c9c; }
        .contact-navbar ul li .navbar-btn:hover, .contact-navbar ul li .navbar-btn:active {
          color: #2a2d32; }

.contact-intro {
  padding: 90px 0px; }
  .contact-intro h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    margin-bottom: 15px;
    color: #979899; }
  .contact-intro .share-case {
    margin-top: 55px; }
    .contact-intro .share-case h4 {
      color: #979899;
      margin-bottom: 45px; }
    .contact-intro .share-case a {
      margin: 0 35px; }
  .contact-intro .address {
    margin-bottom: 80px; }
  .contact-intro .col-md-4 p {
    color: #2a2d32;
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px; }
  .contact-intro .col-md-4:first-child {
    padding-left: 0px; }
  .contact-intro .col-md-4:last-child {
    padding-right: 0px; }

.contact-black .col-md-12 {
  max-width: 600px;
  margin: 0 auto;
  float: none; }

.col-md-12.text-center.share-case, #faq_section .container {
  padding-left: 0px;
  padding-right: 0px; }

.contact-quest {
  padding: 70px 0;
  margin-top: -70px; }
  .contact-quest h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    margin-bottom: 0px;
    color: #2A2D32;
    opacity: 0.4; }
  .contact-quest .question {
    padding: 35px 0px 20px 40px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    margin: 0; }
    .contact-quest .question:last-child {
      border-bottom: none !important; }
    .contact-quest .question > div:first-child {
      cursor: pointer; }
    .contact-quest .question h5 {
      color: rgba(42, 45, 50, 0.5);
      font-size: 15px; }
    .contact-quest .question .col-md-1 {
      padding-top: 4px; }
      .contact-quest .question .col-md-1 .fa-plus {
        color: rgba(42, 45, 50, 0.2);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }
      .contact-quest .question .col-md-1 .fa-minus {
        color: #2a2d32;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }

#menu ul li.donate-btn.menu-item-has-children > a {
  margin-bottom: 30px; }

.normal-header #menu ul .donate-btn.menu-item-has-children {
  line-height: 97px !important;
  padding-top: 0 !important; }
  .normal-header #menu ul .donate-btn.menu-item-has-children > a {
    line-height: 20px !important;
    margin-top: 20px;
    margin-bottom: 23px !important;
    padding: 18px 25px !important;
    color: #fff !important;
    opacity: 1 !important;
    border: 0 none; }
  .normal-header #menu ul .donate-btn.menu-item-has-children:hover {
    border: 0 none !important;
    box-shadow: 0 0 0 #fff !important;
    color: #fff !important; }
    .normal-header #menu ul .donate-btn.menu-item-has-children:hover > a {
      color: #fff !important;
      box-shadow: 0 0 0 #fff !important;
      border: 0 none !important;
      background-color: #2A2D32 !important; }
      .normal-header #menu ul .donate-btn.menu-item-has-children:hover > a:hover {
        color: #fff !important;
        box-shadow: 0 0 0 #fff !important;
        border: 0 none !important;
        background-color: #2A2D32 !important; }

header {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  margin-bottom: 50px; }
  header .col-md-3 {
    padding-left: 0px; }
  header .col-md-9 {
    padding-right: 0px; }

#menu > ul > li:after {
  border-right: none; }

#menu ul a {
  text-transform: capitalize;
  color: #2a2d32;
  opacity: 0.6;
  font-family: 'Roboto', sans-serif; }

#menu > ul > li > a {
  padding-right: 0;
  padding-left: 0;
  margin: 0 10px;
  border-bottom: 2px solid transparent; }

#menu ul a:hover {
  opacity: 1;
  color: #2a2d32; }

#menu ul .sub-menu.superfish li a:hover {
  color: #fff !important;
  opacity: 1 !important; }

#menu ul ul li {
  line-height: 42px; }

#menu ul .sub-menu li a {
  padding: 14px 20px 15px !important;
  font-size: 14px;
  color: #2a2d32 !important; }

#menu ul .donate-btn .sub-menu li:last-child a {
  padding-right: 20px !important; }

#menu ul .sub-menu li:first-child a, #menu ul .sub-menu li.overview + li a {
  padding-left: 0 !important; }

#menu ul li.donate-btn ul li:last-child {
  margin-left: 0 !important; }

.normal-header #menu ul .sub-menu li a:hover {
  color: #fff !important;
  opacity: 1 !important; }

#menu ul li.current_page_item > a, #menu ul li.current-menu-item > a {
  opacity: 1;
  color: #2a2d32;
  border-bottom: 2px solid transparent !important;
  box-shadow: 0 2px 0 #2a2d32; }

#menu ul li a#search-button {
  box-shadow: 0 0 0 #fff; }

/*-----------------------------------------------------------------------------------*/
/*  10.  Carousel
/*-----------------------------------------------------------------------------------*/
.default-carousel {
  margin-bottom: 60px; }
  .default-carousel .slide {
    height: 500px; }
    .default-carousel .slide .transition-timer-carousel-progress-bar {
      display: none;
      height: 5px;
      background-color: #fff;
      width: 0%;
      margin: -5px 0px 0px 0px;
      border: none;
      z-index: 11;
      position: relative; }
    .default-carousel .slide .time-line {
      width: 100%;
      display: block;
      background: #ABA581;
      height: 10px; }
  .default-carousel .carousel-inner {
    height: 100%; }
    .default-carousel .carousel-inner .item {
      height: 100%;
      background-position: center center;
      background-size: cover; }
      .default-carousel .carousel-inner .item .page-header-overlay {
        background-color: #2a2d32;
        opacity: 0.5; }
      .default-carousel .carousel-inner .item .carousel-caption {
        /* margin-top: 50%; */
        max-width: 70%;
        width: 70%;
        display: inline-table;
        float: none;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 15%;
        bottom: auto; }
        .default-carousel .carousel-inner .item .carousel-caption h2 {
          text-shadow: none;
          color: #fff;
          margin-bottom: 40px;
          font-size: 34px;
          line-height: 44px; }
        .default-carousel .carousel-inner .item .carousel-caption a {
          text-shadow: none;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          text-transform: capitalize;
          width: auto; }
  .default-carousel .carousel-indicators li {
    border: none;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 10px;
    width: 8px;
    height: 8px; }
    .default-carousel .carousel-indicators li.active {
      margin: 0 10px;
      background: white;
      width: 8px;
      height: 8px; }

/*-----------------------------------------------------------------------------------*/
/*  10.  static navbar
/*-----------------------------------------------------------------------------------*/
.static-navbar {
  height: 70px;
  color: #ECECEC;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 99999;
  background: #23282d;
  padding: 20px; }
  .static-navbar p {
    opacity: 0.5;
    color: #fff;
    margin-top: 0;
    font-size: 18px; }
  .static-navbar .in-middle {
    margin: auto; }
  .static-navbar .share-case {
    margin-top: 5px; }
    .static-navbar .share-case a {
      margin: 0 15px; }
      .static-navbar .share-case a:hover i {
        color: #fff;
        transition: all .07s ease;
        -moz-transition: all .07s ease;
        -webkit-transition: all .07s ease; }
      .static-navbar .share-case a i {
        font-size: 20px;
        transition: all .07s ease;
        -moz-transition: all .07s ease;
        -webkit-transition: all .07s ease; }
  .static-navbar .hr {
    color: #fff;
    background: #fff;
    opacity: 0.1;
    /* width: 100%; */
    height: 2px;
    margin: 12px -2px;
    /* transform: translateY(-50%); */ }
  .static-navbar.static-navbar-donate {
    background-color: #344388;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: initial;
    padding: 0px; }
    .static-navbar.static-navbar-donate .container {
      width: 100%; }
    .static-navbar.static-navbar-donate p {
      font-size: 18px;
      opacity: 1;
      display: inline;
      line-height: 24px; }
      .static-navbar.static-navbar-donate p.donate {
        opacity: 0.4;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease; }
    .static-navbar.static-navbar-donate hr {
      width: 10px;
      margin: 5px;
      display: inline-block; }
    .static-navbar.static-navbar-donate .col-md-12 {
      max-width: 700px;
      float: none;
      margin: 0 auto;
      padding-bottom: 22px;
      padding-top: 22px; }
    .static-navbar.static-navbar-donate .close-nav-div {
      position: relative; }
      .static-navbar.static-navbar-donate .close-nav-div #close-navbar {
        position: absolute;
        top: -70px;
        margin: auto;
        bottom: 0px;
        right: 3%; }
        .static-navbar.static-navbar-donate .close-nav-div #close-navbar #close-btn {
          opacity: 0.3;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
        .static-navbar.static-navbar-donate .close-nav-div #close-navbar:hover #close-btn {
          opacity: 1 !important;
          transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
    .static-navbar.static-navbar-donate:hover {
      background-color: #1E2752;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
      .static-navbar.static-navbar-donate:hover p.donate {
        opacity: 1;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease; }

#close-navbar {
  float: right;
  font-size: 20px;
  color: #999999;
  margin-right: -15px;
  width: 15px;
  height: 23px; }
  #close-navbar #close-btn {
    width: 100%;
    height: 100%; }

.widget {
  margin-bottom: 0px; }

/*-----------------------------------------------------------------------------------*/
/*  9.  home
/*-----------------------------------------------------------------------------------*/
.default-with-bg-image .container {
  padding-left: 0px;
  padding-right: 0px; }

.col-md-12.causes-items {
  padding-left: 75px;
  padding-right: 75px; }

.half-section-home .left-side img {
  width: 45px; }
.half-section-home .left-side .img {
  background-size: cover;
  background-position: center center;
  width: 45px;
  height: 45px;
  margin: 14px auto 30px; }

.about-us-home .col-md-12 {
  max-width: 650px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center; }

/*-----------------------------------------------------------------------------------*/
/*  11.  Volunteer  template
/*-----------------------------------------------------------------------------------*/
.volunteer-intro .ivory-section {
  padding: 60px 50px; }
  .volunteer-intro .ivory-section h1 {
    margin-bottom: 60px; }
  .volunteer-intro .ivory-section h3 {
    margin-bottom: 25px; }
.volunteer-intro .bootstrap-select > .dropdown-toggle {
  min-height: 56px; }
.volunteer-intro .bootstrap-select .custom-select .plus-select {
  top: 15px !important; }
.volunteer-intro .bootstrap-select .dropdown-menu {
  max-height: 240px !important; }
.volunteer-intro .address .col-md-8 {
  padding-bottom: 15px; }
  .volunteer-intro .address .col-md-8 .col-md-5:first-child {
    padding-left: 0px; }
  .volunteer-intro .address .col-md-8 .col-md-2 {
    padding-right: 0px; }
.volunteer-intro .address p {
  margin-top: 0px; }

/*-----------------------------------------------------------------------------------*/
/*  11.  default template
/*-----------------------------------------------------------------------------------*/
.news-item-group .news-item a.content-post-cat:after {
  border-right: 1px solid #000; }

.news-item-group #news-loader {
  margin-top: 50px; }

.default-content h3, .default-content p {
  padding-bottom: 20px; }
.default-content .container {
  max-width: 700px; }
.default-content img {
  max-width: 100%;
  height: auto; }

.quote-part h3 {
  display: inline; }

.quote-author {
  opacity: 0.5;
  text-transform: capitalize; }

#causes .causes-items .pic-causes .pic-cause-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.causes .header h4 {
  margin-bottom: 20px; }

.causes .causes-items > .row {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.causes .causes-items > .row > .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }

.causes .causes-items > .row > .col-md-4 > .pic-causes a {
  min-height: 180px;
  width: 100%;
  padding: 70px 15px;
  display: block;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.causes .causes-items > .row > .col-md-4 > .pic-causes {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.causes .causes-items > .row > .col-md-4 > .pic-causes:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.causes .causes-items > .row > .col-md-4 h3 {
  padding: 0 30px;
  color: #fff;
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.causes .causes-items > .row > .col-md-4 .page-header-overlay {
  width: 100%;
  left: 0;
  top: 0;
  right: 15px; }

.default-with-bg-image a.bg-image-click .white-btn {
  background: transparent; }
.default-with-bg-image a.bg-image-click:hover .white-btn {
  border: 1px solid white !important;
  color: #fff !important; }
.default-with-bg-image .bg-image-box {
  padding: 95px 20px 85px 20px;
  background-position: center center;
  background-size: cover;
  margin: 70px 0;
  min-height: 300px;
  position: relative; }
  .default-with-bg-image .bg-image-box .page-header-overlay {
    background-color: #2a2d32;
    opacity: 0.5; }
  .default-with-bg-image .bg-image-box h2 {
    color: white;
    width: 70%;
    text-align: center;
    margin: 0px auto 40px; }
  .default-with-bg-image .bg-image-box .white-btn {
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .default-with-bg-image .bg-image-box .white-btn:hover {
      border: 1px solid white; }

.half-section {
  margin: 20px 0; }
  .half-section h4 {
    opacity: .3;
    text-align: center;
    margin-bottom: 30px; }
  .half-section .left-side {
    padding-right: 40px;
    padding-left: 70px; }
    .half-section .left-side h3 {
      text-align: center; }
    .half-section .left-side a {
      text-align: center; }
    .half-section .left-side img {
      margin: 14px auto 50px;
      text-align: center;
      display: block; }
  .half-section .right-side {
    padding-left: 40px;
    padding-right: 70px; }
    .half-section .right-side.brand-bg-color {
      vertical-align: middle;
      color: #fff;
      height: 100%;
      margin-top: 20px;
      display: block;
      border-left: 1px solid rgba(21, 23, 26, 0.08); }
      @media screen and (max-width: 768px) {
        .half-section .right-side.brand-bg-color {
          /* default iPad screens */ }
          .half-section .right-side.brand-bg-color h1, .half-section .right-side.brand-bg-color h3 {
            margin: auto;
            text-align: center !important; } }
      .half-section .right-side.brand-bg-color h1 {
        text-align: center;
        color: #23282d;
        line-height: 1.1;
        font-size: 60px; }
      .half-section .right-side.brand-bg-color h3 {
        text-align: center;
        color: #23282d; }

.header {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08); }

.featured a.featured-read-more {
  text-align: center;
  display: table;
  margin: 25px auto; }
.featured .left-side h3 {
  margin: 50px auto 25px; }
.featured .left-side .has-background {
  height: 229px;
  /*200px;*/
  padding: 0;
  text-align: center;
  margin: 95px auto 20px auto;
  float: none;
  max-width: 400px; }
.featured .left-side .quote-div {
  max-width: 340px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center; }
.featured .right-side .news {
  padding: 21px 0;
  border-top: 1px solid rgba(21, 23, 26, 0.08); }
  .featured .right-side .news:first-child {
    border-top: 0px solid rgba(21, 23, 26, 0.05); }
  .featured .right-side .news .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  .featured .right-side .news:hover i {
    right: 0px;
    padding-right: 10px;
    opacity: 1; }
  .featured .right-side .news:last-child {
    border-bottom: none !important; }
  .featured .right-side .news i {
    color: #2D3C48;
    opacity: 0.2;
    font-size: 18px;
    position: absolute;
    right: 5px;
    padding-right: 20px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%); }
  .featured .right-side .news .caption {
    color: #b7b7b7; }

.featured .right-side .header:last-child {
  border-bottom: none !important; }

.our-work {
  margin: 0px;
  padding: 70px 0px; }
  .our-work .content {
    max-width: 600px;
    float: none;
    margin: 0 auto; }
    .our-work .content h3 {
      margin-bottom: 45px !important; }

.causes {
  padding-bottom: 55px; }
  .causes .content {
    margin: 55px auto 55px;
    max-width: 650px;
    text-align: center;
    float: none; }
  .causes .black-btn {
    margin: 25px auto; }
  .causes .box {
    height: 170px;
    vertical-align: middle;
    display: table;
    position: relative;
    padding: 70px;
    width: 100%; }
    .causes .box .page-header-overlay {
      background-color: #2a2d32;
      opacity: 0.5; }
    .causes .box h3 {
      vertical-align: middle;
      display: table-cell;
      color: #fff;
      position: relative;
      z-index: 2; }

.filtered-item a {
  min-height: 115px;
  display: block; }
.filtered-item .col-md-10, .filtered-item .col-md-7, .filtered-item .col-md-6 {
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57px;
  position: relative; }

.team-content .filtered-item {
  min-height: 115px; }
  .team-content .filtered-item i {
    font-size: 19px !important;
    right: 0px !important;
    margin-right: -4px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotateZ(90deg); }

.team-content .filtered-item .col-md-8 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57px;
  position: relative;
  padding-left: 40px;
  padding-right: 10px; }

.team-content .filtered-item .col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px;
  margin-left: -25px;
  margin-right: 70px; }

.teams .cases-filter-section .filtered-item > a {
  margin-left: 0px !important; }

.team-content .filtered-item i {
  right: 22px !important; }

.team-content .left-single-case {
  padding-left: 0px;
  padding-right: 10px; }

.team-content .right-single-case {
  padding-right: 0px;
  padding-left: 10px; }

.team-content .filtered-item .col-md-10 {
  width: 91.66666667%; }

.cases-filter-section .team-content .filtered-item {
  padding-left: 0px;
  padding-right: 0px; }
  .cases-filter-section .team-content .filtered-item a.no_summary {
    cursor: default; }

.team-content .filtered-item .col-md-6 .caption {
  line-height: 20px; }

.team-content .filtered-item .has-background {
  height: 115px !important;
  background-position: center center;
  width: 115px; }

.team-content .filtered-item .col-md-10 {
  padding-left: 35px; }

.cases-filter-section .filtered-item .col-md-10 .caption {
  color: #999;
  opacity: 1;
  font-size: 15px; }

#btn-load-cases {
  margin-top: 32px; }

.cases-filter-section {
  margin-bottom: 60px; }
  .cases-filter-section h4 {
    text-align: center;
    color: rgba(42, 45, 50, 0.4) !important; }
  .cases-filter-section .filter-type, .cases-filter-section .filtered-item {
    padding-top: 21px;
    padding-bottom: 21px; }
    .cases-filter-section .filter-type i, .cases-filter-section .filtered-item i {
      color: #000;
      opacity: 0.3;
      position: absolute;
      top: 25px;
      right: 15px;
      padding-right: -10px;
      transition: all .2s;
      margin-top: -7px;
      -moz-transition: all .2s;
      -webkit-transition: all .2s;
      /* transform: translateY(-76%); */ }
    .cases-filter-section .filter-type a, .cases-filter-section .filtered-item a {
      text-align: left; }
    .cases-filter-section .filter-type a[aria-expanded="true"] i, .cases-filter-section .filtered-item a[aria-expanded="true"] i {
      -ms-transform: rotateZ(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotateZ(90deg); }
    .cases-filter-section .filter-type .filter-collapse .filter-well, .cases-filter-section .filtered-item .filter-collapse .filter-well {
      padding: 5px 10px; }
      .cases-filter-section .filter-type .filter-collapse .filter-well input[type='checkbox'], .cases-filter-section .filtered-item .filter-collapse .filter-well input[type='checkbox'] {
        margin-right: 10px; }
  .cases-filter-section a {
    width: 100%;
    text-align: center; }
  .cases-filter-section .filtered-item {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 10px 0 21px; }
    .cases-filter-section .filtered-item .has-background {
      height: 115px; }
    .cases-filter-section .filtered-item h3 {
      margin: 0px 0 0 0;
      font-size: 18px;
      line-height: 25px; }
    .cases-filter-section .filtered-item i {
      top: 55px;
      right: 28px;
      font-size: 17px;
      color: #2a2d32;
      opacity: 0.2; }
    .cases-filter-section .filtered-item:hover i {
      right: 18px;
      opacity: 0.5; }
  .cases-filter-section .filtered-item.opened {
    background-color: #EFEFE7; }
    .cases-filter-section .filtered-item.opened .caption {
      color: #000;
      font-size: 19px; }
  .cases-filter-section .filtered-item .col-md-7, .cases-filter-section .filtered-item .col-md-6 {
    padding-left: 40px; }
    .cases-filter-section .filtered-item .col-md-7 .caption, .cases-filter-section .filtered-item .col-md-6 .caption {
      color: #999;
      opacity: 1;
      font-size: 15px; }
  .cases-filter-section .filter-type a[aria-expanded="true"] i, .cases-filter-section .filtered-item a[aria-expanded="true"] i, .cases-filter-section .filter-type:hover a[aria-expanded="true"] i, .cases-filter-section .filtered-item:hover a[aria-expanded="true"] i {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotateZ(-90deg); }

.team-img .container {
  padding-left: 0px;
  padding-right: 0px; }
.team-img.default-with-bg-image .bg-image-box {
  padding: 200px 20px 160px;
  margin-top: 0px; }
.team-img.default-with-bg-image h1 {
  color: #fff; }

.has-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.team .header-team {
  padding-left: 0px; }
  .team .header-team h4 {
    color: rgba(42, 45, 50, 0.4); }
.team .left-side {
  margin-left: 5%; }
  .team .left-side h3 {
    margin-top: 10px; }
.team .right-side {
  margin-left: 75px; }
  .team .right-side .header-team {
    margin-bottom: 30px; }
  .team .right-side .cat_desc {
    text-align: left;
    display: inline-block; }
  .team .right-side .black-btn {
    margin-top: 50px; }

.cases .left-side h3 {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 5px; }
.cases .right-side .header {
  margin-bottom: 30px; }

section.news-menu {
  padding: 30px 0 25px;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08); }
  section.news-menu .container .nav-tabs > li {
    border: none !important;
    background: none;
    color: #D6D6D6; }
    section.news-menu .container .nav-tabs > li.active a {
      color: #000; }
    section.news-menu .container .nav-tabs > li a {
      color: #AFAFAF; }
      section.news-menu .container .nav-tabs > li a:hover {
        color: #000; }

#arch-loader {
  margin: 70px 0; }

.news-item .content-post-cat, .news-item .post-date {
  display: inline; }

.news-item .vertical_line {
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #000;
  margin-right: 13px;
  margin-left: 13px; }

.article-title .title a, .article-title .title .post-date {
  display: inline; }

.article-title .title .vertical_line {
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #000;
  margin-right: 13px;
  margin-left: 13px; }

.news-item-group .wide-btn {
  margin-top: 60px;
  padding: 20px;
  margin-bottom: 0px; }
.news-item-group .news-item {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding: 70px 70px 55px 70px; }
  .news-item-group .news-item h2 {
    margin-bottom: 40px; }
  .news-item-group .news-item .col-md-8 {
    padding-left: 30px; }
  .news-item-group .news-item .short-details {
    margin-top: 0px;
    opacity: 0.5; }
  .news-item-group .news-item .img {
    height: 180px;
    border-radius: 0px; }

.page-id-57 .default-carousel {
  margin-bottom: 0px; }

.news-slider.default-carousel .carousel-inner .item .carousel-caption h2 {
  margin-top: 0px; }

.news-slider.default-carousel .carousel-inner .item .carousel-caption p {
  margin-top: 90px; }

/*-----------------------------------------------------------------------------------*/
/*  9.  Menu
/*-----------------------------------------------------------------------------------*/
#menu ul .overview {
  display: none; }
#menu ul li {
  line-height: 97px; }
  #menu ul li > div {
    width: 0px !important;
    position: absolute;
    height: 72px;
    overflow: hidden;
    left: 0px; }
  #menu ul li ul {
    display: none !important;
    visibility: hidden !important;
    background-color: #f9f8f0 !important; }
    #menu ul li ul li {
      border-top: 0 none !important;
      transform: translateY(-70px);
      transition: 0.2s; }
      #menu ul li ul li a {
        color: #2a2d32 !important;
        border-top: 0 none !important; }
    #menu ul li ul.current-list li {
      transform: translateY(0); }
  #menu ul li.sfClick > div {
    width: 100% !important; }
  #menu ul li.sfClick > a i.fa.fa-chevron-right {
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
  #menu ul li.sfClick ul {
    top: -60px;
    opacity: 0;
    left: 0;
    margin-left: 0px;
    z-index: 99;
    display: block !important;
    visibility: visible !important; }
  #menu ul li:hover > ul {
    top: auto !important; }
  #menu ul li .menu-item-has-children ul {
    top: -60px;
    -moz-transition: all .2s;
    -webkit-transition: all .2s; }
  #menu ul li.menu-item-has-children > a {
    border-bottom: 2px solid transparent; }
    #menu ul li.menu-item-has-children > a:hover i.fa.fa-chevron-right {
      -ms-transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg); }
    #menu ul li.menu-item-has-children > a i {
      margin-left: 11px;
      display: inline-block;
      -moz-transition: all .2s;
      -webkit-transition: all .2s;
      font-size: 12px; }
  #menu ul li ul {
    width: 100% !important;
    left: 0px; }
    #menu ul li ul div {
      margin: auto;
      width: auto !important;
      display: table; }
    #menu ul li ul li {
      float: left !important;
      width: auto !important; }

.normal-header #menu > ul > li:hover > a {
  color: #2a2d32 !important;
  box-shadow: 0 2px 0 #2a2d32;
  z-index: 101;
  opacity: 1; }
.normal-header #menu > ul > li ul.sub-menu {
  border-top: 1px solid rgba(21, 23, 26, 0.08); }
  .normal-header #menu > ul > li ul.sub-menu li a {
    color: #2a2d32 !important;
    opacity: 0.6; }
    .normal-header #menu > ul > li ul.sub-menu li a:hover {
      color: #2a2d32 !important;
      opacity: 0.6; }

#search-button {
  color: #ACA581 !important; }
  #search-button i {
    color: #2a2d32 !important;
    font-size: 18px;
    opacity: 0.5;
    transition: all .07s ease;
    -moz-transition: all .07s ease;
    -webkit-transition: all .07s ease; }
  #search-button:hover i {
    opacity: 1;
    transition: all .07s ease;
    -moz-transition: all .07s ease;
    -webkit-transition: all .07s ease; }

.article-img .img {
  height: 500px; }
.article-img #commentform input:not([type=checkbox]) {
  float: none;
  margin-left: 0px;
  width: 100%; }
.article-img #commentform label {
  position: initial;
  display: block; }
.article-img #commentform .g-recaptcha {
  margin-bottom: 55px; }

form.post-password-form {
  min-height: 300px;
  margin-top: 90px; }
  form.post-password-form label {
    text-align: left; }
  form.post-password-form input[type=password] {
    width: 100%;
    float: none;
    padding: 15px;
    border: 2px solid #EBEDEF;
    margin: 20px 20px 0 0; }
  form.post-password-form input[type=submit] {
    display: inline-block;
    padding: 15px 24px;
    background-color: transparent;
    color: #BCBCC4;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14.5px;
    cursor: pointer;
    border: 2px solid #EBEDEF;
    -webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    -moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    -o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    margin-left: 30px; }
  form.post-password-form input[type=submit]:hover {
    border: 1px solid #2a2d32;
    color: #fff !important;
    background-color: #2a2d32; }

.article-title {
  margin-top: 90px; }
  .article-title .title {
    max-width: 700px;
    float: none;
    margin: 0 auto; }
  .article-title p {
    margin-bottom: 25px; }
  .article-title h1 {
    margin-bottom: 70px; }

.article-details .col-md-9.col-sm-9.col-xs-12 {
  margin-left: auto !important;
  margin-right: auto;
  float: none; }

.article-details .col-md-1.col-sm-1 {
  margin-left: 4% !important; }

.article-details .comments-title {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 20px; }
.article-details .comment-author cite {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Roboto', sans-serif; }
.article-details #reply-title {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 20px; }
.article-details #commentform #submit:hover {
  border: 1px solid #2a2d32;
  color: #fff !important;
  background-color: #2a2d32; }
.article-details h3 {
  padding-bottom: 40px; }
.article-details p {
  padding-bottom: 20px; }
.article-details .wide-btn {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 50px;
  font-size: 25px; }
.article-details .wp-caption-text {
  text-align: right;
  margin: 0.85em 0;
  font-style: normal;
  padding: 0 0 20px 0; }

.article-news {
  padding-top: 80px;
  padding-bottom: 60px; }
  .article-news .header h4 {
    color: rgba(118, 119, 121, 0.2); }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  /*max-width: 770px;
  min-width: 320px;*/
  height: auto;
  z-index: 8001;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 11px 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.09); }

.md-content .v-centered {
  max-width: 425px;
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translatex(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

.md-modal .md-close {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.3;
  height: 25px;
  width: 25px;
  background: url(include/img/SVG/black-close.svg) no-repeat center center; }

.md-modal .md-close:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.md-content .v-centered p {
  opacity: 0.5;
  margin-top: 30px;
  margin-bottom: 27px; }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 8000; }

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-content {
  background-color: #f9f8f0;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  min-height: 400px; }

/*-----------------------------------------------------------------------------------*/
/*  10.  Arrow 
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'arrow';
  src: url("include/fonts/arrow.eot?1do7c4");
  src: url("include/fonts/arrow.eot?1do7c4#iefix") format("embedded-opentype"), url("include/fonts/arrow.ttf?1do7c4") format("truetype"), url("include/fonts/arrow.woff?1do7c4") format("woff"), url("include/fonts/arrow.svg?1do7c4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*[class^="icon-"], [class*=" icon-"],*/
.fa-chevron-right {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arrow' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before, .fa-chevron-right:before {
  content: "\e900" !important; }

.page-template-template-archives .news-item-group .wide-btn, .archive .news-item-group .wide-btn {
  padding: 24px;
  margin-top: 75px;
  margin-bottom: 80px;
  margin-left: -15px;
  margin-right: -15px; }
  .page-template-template-archives .news-item-group .wide-btn .fa-chevron-right, .archive .news-item-group .wide-btn .fa-chevron-right {
    position: absolute;
    margin-top: 4px;
    margin-left: 20px;
    opacity: 0.5; }

.page-template-template-news .news-item-group .wide-btn {
  margin-bottom: 10px;
  margin-top: 75px;
  padding: 24px;
  margin-left: -15px;
  margin-right: -15px; }
  .page-template-template-news .news-item-group .wide-btn .fa-chevron-right {
    position: absolute;
    margin-top: 4px;
    margin-left: 20px;
    opacity: 0.5; }

.archives {
  position: relative;
  z-index: 1000; }
  .archives .container {
    margin-top: 100px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    padding-bottom: 50px; }
  .archives h1 {
    text-align: center;
    margin-bottom: 30px; }
  .archives .archives-row {
    width: 420px;
    margin: auto; }
    .archives .archives-row .fa-chevron-right {
      position: absolute;
      float: right;
      top: 35%;
      right: 27px;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */ }
      .archives .archives-row .fa-chevron-right.foucs {
        -ms-transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg); }
    .archives .archives-row .dropdown-menu {
      max-height: 155px !important; }
  .archives .bootstrap-select .dropdown-toggle {
    height: auto;
    padding: 16px 20px;
    border-radius: 0px;
    border: 2px solid #ECECEC;
    font-size: 16px;
    outline: none !important; }
  .archives .bootstrap-select.btn-group.open .dropdown-toggle {
    border: 2px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }
  .archives .form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

.bootstrap-select .bs-caret {
  position: absolute;
  right: 10px; }

.bootstrap-select.btn-group {
  height: auto !important; }

.bootstrap-select.btn-group .custom-select .plus-select, .bootstrap-select.btn-group .custom-select .bs-caret {
  background: none;
  top: auto;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-transition: all .2s;
  -webkit-transition: all .2s; }

.bootstrap-select.btn-group.open .custom-select .plus-select, .bootstrap-select.open .bs-caret {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  display: inline-block; }

span.plus-select:before, span.bs-caret:before {
  content: "\e900" !important;
  font-family: arrow; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none; }

.container.black-russian-section {
  padding: 65px 90px; }

.about-work-tabs {
  margin-bottom: 60px; }

.policy .donate .bg-image-box {
  margin-left: 65px;
  margin-right: 65px; }

.policy .article-title:first-child {
  margin-top: 80px; }
.policy .article-title .article-img {
  padding-left: 95px;
  padding-right: 95px; }
.policy .article-title .col-md-12.data {
  max-width: 650px;
  margin: 0 auto;
  float: none; }
.policy .impact_numbers h1 {
  text-align: center;
  color: #23282d;
  line-height: 1.1;
  font-size: 60px; }
.policy .impact_numbers h3 {
  text-align: center;
  color: #23282d; }
.policy .impact_numbers .policy-impact-center {
  margin-right: auto;
  margin-left: auto;
  width: 66.67%; }
.policy .impact_numbers .numbers-content {
  padding: 80px 30px;
  margin: 1px;
  width: 33%; }
.policy .row {
  display: block; }
.policy .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: -30px; }
  .policy .nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px; }
.policy div.div-center:not(.hidden) {
  display: table !important; }
.policy .div-center {
  max-width: 300px; }
.policy .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }
.policy .half-section-home {
  padding: 80px 0px !important; }
  .policy .half-section-home .left-side h3 {
    display: block; }
  .policy .half-section-home .improve .img {
    background-size: cover;
    background-position: center center;
    width: 45px;
    height: 45px;
    margin: 3px auto 0px;
    float: right; }
.policy .article-title .title {
  max-width: 100%;
  text-align: center; }
.policy .cases-content {
  padding: 0px; }
.policy .colored-btn.wide-btn {
  margin: 35px 0px 0px; }
.policy .tab-content {
  overflow: hidden; }
.policy .involved-ways, .policy .cause-resources {
  margin-top: 0;
  position: relative;
  z-index: 0; }
.policy .donate .bg-image-box {
  padding-top: 105px;
  padding-bottom: 115px; }
  .policy .donate .bg-image-box h2 {
    margin-bottom: 30px; }
  .policy .donate .bg-image-box .dropdown-menu {
    max-height: 209px !important;
    overflow-y: scroll; }
    .policy .donate .bg-image-box .dropdown-menu li:first-child {
      display: none; }
  .policy .donate .bg-image-box button.custom-select.form-control {
    background-color: #F8F8F1; }
  .policy .donate .bg-image-box .bootstrap-select .dropdown-toggle:focus {
    background-color: #F8F8F1;
    outline: none !important; }

.vermont .find-local-organization .page-header-overlay {
  opacity: 0.8; }
.vermont .find-local-organization .default-with-bg-image .bg-image-box {
  margin-top: 0; }
.vermont .article-title h1 {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding-bottom: 70px; }
.vermont .vermont-content a {
  color: #9E8819; }
.vermont .vermont-content a:before {
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  margin-bottom: 0.85em;
  background-color: #818B92; }

/***************************************************
****************** Search **************************
****************************************************/
.modal {
  padding-right: 0px !important; }
  .modal .search-input-section {
    margin-top: 160px; }
    .modal .search-input-section .container .col-sm-12.pull-right {
      padding: 0px;
      width: 100%; }

.search-form .caption {
  color: #999999;
  font-weight: 400; }

.search-input-section {
  padding: 0px 0px 0px;
  position: relative;
  z-index: 2000; }
  .search-input-section i.fa.icon-8 {
    position: absolute;
    right: 15px;
    float: right;
    top: 15px;
    font-size: 26px;
    z-index: 2222222222;
    opacity: 0.5;
    cursor: pointer; }
  .search-input-section form#searchform {
    margin-left: -15px;
    position: relative;
    float: none;
    display: block; }
  .search-input-section input.search-input {
    margin: -30px auto 35px !important;
    border: none !important;
    text-align: left;
    font-size: 28px !important;
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    padding: 20px 0 20px !important;
    float: none;
    line-height: 1.5;
    display: block; }
    .search-input-section input.search-input:placeholder-shown {
      border-bottom: 1px solid rgba(21, 23, 26, 0.08) !important; }

.modal-body {
  padding: 0px;
  display: table;
  width: 100%; }

.search-result h2.releas-date {
  color: #5cd877; }

.search-result-item {
  padding-top: 35px;
  /* padding: .2em .25em .15em; */
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: .1em;
  padding-bottom: 25px; }

#search-modal {
  z-index: 6500;
  height: 100%; }

.search-result-item h3 {
  opacity: .7; }

#search-modal .modal-dialog {
  width: 100%;
  height: inherit;
  margin: 0; }
  #search-modal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    overflow: auto; }
    #search-modal .modal-dialog .modal-content .close {
      margin: 3px 13px;
      opacity: .3;
      position: absolute;
      z-index: 2;
      right: 7%;
      padding: 12px;
      background-image: url(include/img/close.jpg);
      height: 0px;
      top: 27px;
      display: none; }
    #search-modal .modal-dialog .modal-content .bootstrap-select.btn-group:not(.input-group-btn) {
      display: block; }
    #search-modal .modal-dialog .modal-content .bootstrap-select.btn-group[class*="col-"] {
      display: block; }

.search-section-page {
  margin-top: 50px; }
  .search-section-page .filter-select {
    width: 25%; }
  .search-section-page input.search-input {
    margin-bottom: 10px !important; }
  .search-section-page h5 {
    margin-top: 15px; }
  .search-section-page #search-res-lbl {
    color: #999999;
    font-weight: 400;
    margin-bottom: 45px; }

.search-result-section {
  position: relative;
  z-index: 0; }
  .search-result-section .item {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 150px;
    padding: 60px 0px; }
    .search-result-section .item h2 {
      margin-bottom: 0px; }
    .search-result-section .item h4 {
      font-size: 18px;
      color: #9e8819;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: none; }

#affix-id-news {
  width: 100%;
  background: #fff;
  z-index: 30; }
  #affix-id-news.affix {
    top: 0px; }
    #affix-id-news.affix .container {
      /*width: 100%;
      padding-right: 5%;
      padding-left: 5%;*/ }
  #affix-id-news.affix-bottom {
    position: absolute; }

#affix-id.affix {
  top: 20px;
  max-width: 350px; }
#affix-id.affix-bottom {
  position: absolute;
  max-width: 350px; }
#affix-id.affix-top {
  max-width: 350px; }

.cases input[type=checkbox], .cases input[type=radio], .sortfilter input[type=checkbox], .sortfilter input[type=radio], #filter input[type=checkbox], #filter input[type=radio], #comments input[type=checkbox], #comments input[type=radio] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: 23px;
  padding: 0;
  border: 0; }
.cases input[type=checkbox] + label, .cases input[type=radio] + label, .sortfilter input[type=checkbox] + label, .sortfilter input[type=radio] + label, #filter input[type=checkbox] + label, #filter input[type=radio] + label, #comments input[type=checkbox] + label, #comments input[type=radio] + label {
  padding-left: 29px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-size: 15px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2a2d32; }
.cases input[type=checkbox]:checked + label, .cases input[type=radio]:checked + label, .sortfilter input[type=checkbox]:checked + label, .sortfilter input[type=radio]:checked + label, #filter input[type=checkbox]:checked + label, #filter input[type=radio]:checked + label, #comments input[type=checkbox]:checked + label, #comments input[type=radio]:checked + label {
  background-position: 0 -15px; }
.cases label.boxBG, .sortfilter label.boxBG, #filter label.boxBG, #comments label.boxBG {
  background-image: url(include/img/csscheckbox_386dc4744b6563661b3277496a81bd37-boxBG.png); }

.cases label, .sortfilter label, #filter label {
  background-image: url(include/img/csscheckbox_386dc4744b6563661b3277496a81bd37.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.cases p.col-md-12, .sortfilter p.col-md-12, #filter p.col-md-12 {
  margin-bottom: 0px;
  margin-top: 10px; }

#aboutVideo {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 20000; }
  #aboutVideo .modal-dialog {
    width: 100%;
    max-width: 1020px;
    margin: 80px auto 0px; }
    #aboutVideo .modal-dialog .modal-content {
      box-shadow: none;
      border: none;
      border-radius: 0px;
      background-color: transparent; }
      #aboutVideo .modal-dialog .modal-content .modal-body {
        max-width: 1020px;
        height: 100%;
        max-height: 500px; }
  #aboutVideo .close {
    font-size: 0;
    /* font-weight: bolder; */
    margin: 3px 0px;
    opacity: .6;
    position: absolute;
    z-index: 2;
    right: -47px;
    padding: 12px;
    background-image: url(include/img/close.png);
    height: 0px;
    top: -43px;
    background-repeat: no-repeat; }

.about-work-tabs .container {
  overflow: hidden;
  padding: 0px;
  display: inherit; }
.about-work-tabs .tab-content {
  padding: 0px;
  border: none;
  width: 400%;
  position: relative;
  left: 0%;
  margin: 0; }
  .about-work-tabs .tab-content .tab-pane {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    opacity: 1 !important; }

/***************************************************
********************** Petition page  ********************
****************************************************/
body.page-template-template-petition header #mobile-nav, body.page-template-template-petition header #search-button, body.page-template-template-petition header #menu {
  display: none; }
body.page-template-template-petition header .col-md-3.col-xs-9 {
  width: 200px;
  float: none;
  margin-right: auto;
  margin-left: auto; }
body.page-template-template-petition ul.ui-autocomplete.ui-front {
  height: 150px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9999;
  padding: 15px; }
  body.page-template-template-petition ul.ui-autocomplete.ui-front li {
    list-style: none; }

.intro-petition #support-petition, .intro-petition #support-petition-mob {
  padding: 35px; }
  .intro-petition #support-petition h4, .intro-petition #support-petition-mob h4 {
    margin-bottom: 20px; }
  .intro-petition #support-petition .bar-bg, .intro-petition #support-petition-mob .bar-bg {
    width: 100%;
    background: rgba(148, 151, 168, 0.5);
    height: 7px;
    border-radius: 7px;
    background-color: rgba(148, 151, 168, 0.5); }
    .intro-petition #support-petition .bar-bg .bar-progress, .intro-petition #support-petition-mob .bar-bg .bar-progress {
      width: 60%;
      background: #1e2653;
      height: 100%;
      position: relative;
      border-left: 3px solid #f9f8f0;
      border-right: 3px solid rgba(148, 151, 168, 0.5); }
      .intro-petition #support-petition .bar-bg .bar-progress::before, .intro-petition #support-petition-mob .bar-bg .bar-progress::before {
        height: 7px;
        display: inline-block;
        background: #1e2653;
        content: " ";
        width: 7px;
        position: absolute;
        left: -4px;
        border-radius: 50%; }
      .intro-petition #support-petition .bar-bg .bar-progress::after, .intro-petition #support-petition-mob .bar-bg .bar-progress::after {
        content: " ";
        height: 7px;
        display: inline-block;
        background: #1e2653;
        content: " ";
        width: 7px;
        position: absolute;
        right: -4px;
        border-radius: 50%; }
  .intro-petition #support-petition .barinfo .col-xs-6, .intro-petition #support-petition-mob .barinfo .col-xs-6 {
    text-align: left; }
    .intro-petition #support-petition .barinfo .col-xs-6:last-child, .intro-petition #support-petition-mob .barinfo .col-xs-6:last-child {
      text-align: right; }
  .intro-petition #support-petition .barinfo p, .intro-petition #support-petition-mob .barinfo p {
    font-weight: 700; }
    .intro-petition #support-petition .barinfo p span, .intro-petition #support-petition-mob .barinfo p span {
      font-weight: 400;
      margin-left: 5px; }
  .intro-petition #support-petition p.info-txt, .intro-petition #support-petition-mob p.info-txt {
    font-size: 14px;
    opacity: 0.5;
    line-height: 20px;
    margin: 0 0 45px 0; }
  .intro-petition #support-petition .support-petition-form .row .col-md-6, .intro-petition #support-petition-mob .support-petition-form .row .col-md-6 {
    padding: 0; }
    .intro-petition #support-petition .support-petition-form .row .col-md-6:last-child, .intro-petition #support-petition-mob .support-petition-form .row .col-md-6:last-child {
      padding-left: 15px; }
  .intro-petition #support-petition .support-petition-form .row .col-md-12, .intro-petition #support-petition-mob .support-petition-form .row .col-md-12 {
    padding: 0px; }
  .intro-petition #support-petition .support-petition-form .form-group, .intro-petition #support-petition-mob .support-petition-form .form-group {
    margin: 0px 0px 25px 0px;
    /* error */ }
    .intro-petition #support-petition .support-petition-form .form-group .form-control, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control {
      border: none;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      padding: 0 10px 15px 0px;
      background: none;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .intro-petition #support-petition .support-petition-form .form-group .form-control:hover, .intro-petition #support-petition .support-petition-form .form-group .form-control:focus, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control:hover, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control:focus {
        border-bottom: 2px solid black;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }
      .intro-petition #support-petition .support-petition-form .form-group .form-control.not-valid, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control.not-valid {
        border-color: #de1d1d; }
    .intro-petition #support-petition .support-petition-form .form-group input::-webkit-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5) !important; }
    .intro-petition #support-petition .support-petition-form .form-group input:-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5) !important; }
    .intro-petition #support-petition .support-petition-form .form-group input::-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5) !important; }
    .intro-petition #support-petition .support-petition-form .form-group input:-ms-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5) !important; }
    .intro-petition #support-petition .support-petition-form .form-group input.not-valid::-webkit-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid::-webkit-input-placeholder {
      color: #de1d1d !important; }
    .intro-petition #support-petition .support-petition-form .form-group input.not-valid:-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid:-moz-placeholder {
      /* Firefox 18- */
      color: #de1d1d !important; }
    .intro-petition #support-petition .support-petition-form .form-group input.not-valid::-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid::-moz-placeholder {
      /* Firefox 19+ */
      color: #de1d1d !important; }
    .intro-petition #support-petition .support-petition-form .form-group input.not-valid:-ms-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid:-ms-input-placeholder {
      color: #de1d1d !important; }
    .intro-petition #support-petition .support-petition-form .form-group input[type=number]::-webkit-inner-spin-button,
    .intro-petition #support-petition .support-petition-form .form-group input[type=number]::-webkit-outer-spin-button, .intro-petition #support-petition-mob .support-petition-form .form-group input[type=number]::-webkit-inner-spin-button,
    .intro-petition #support-petition-mob .support-petition-form .form-group input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .intro-petition #support-petition .support-petition-form .form-group input[type=number], .intro-petition #support-petition-mob .support-petition-form .form-group input[type=number] {
      -moz-appearance: textfield;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      margin: 0; }
  .intro-petition #support-petition .support-petition-form #myProgress, .intro-petition #support-petition-mob .support-petition-form #myProgress {
    background: #233588;
    /*display: none;*/
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    overflow-y: hidden;
    height: 0px; }
    .intro-petition #support-petition .support-petition-form #myProgress.activeBar, .intro-petition #support-petition-mob .support-petition-form #myProgress.activeBar {
      /*display: block;*/
      overflow-y: hidden;
      height: 15px;
      /* approximate max height */ }
  .intro-petition #support-petition .support-petition-form #myBar, .intro-petition #support-petition-mob .support-petition-form #myBar {
    background: #0e153f;
    height: 15px; }
  .intro-petition #support-petition .support-petition-form .blue-btn, .intro-petition #support-petition-mob .support-petition-form .blue-btn {
    /*width:100%;
    margin-top: 25px;*/
    width: 100%;
    margin-top: 0px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: inline-block; }
  .intro-petition #support-petition .support-petition-form div#submit-cont, .intro-petition #support-petition-mob .support-petition-form div#submit-cont {
    position: relative;
    background: #344388;
    margin-top: 25px;
    text-align: center;
    transition: all 0.25s ease; }
    .intro-petition #support-petition .support-petition-form div#submit-cont:hover, .intro-petition #support-petition-mob .support-petition-form div#submit-cont:hover {
      background: #1e2653; }
    .intro-petition #support-petition .support-petition-form div#submit-cont .blue-btn, .intro-petition #support-petition-mob .support-petition-form div#submit-cont .blue-btn {
      background: transparent;
      border-color: transparent; }
  .intro-petition #support-petition .support-petition-form .success-btn .blue-btn, .intro-petition #support-petition-mob .support-petition-form .success-btn .blue-btn {
    padding-left: 0em;
    padding-right: 0em;
    background: transparent;
    border-color: transparent; }
  .intro-petition #support-petition .support-petition-form .success-btn::after, .intro-petition #support-petition-mob .support-petition-form .success-btn::after {
    content: " ";
    display: inline-block;
    color: #fff;
    width: 23px;
    height: 22px;
    vertical-align: -2px;
    margin-left: 22px;
    background: url(include/img/checkIcon.png) bottom right no-repeat;
    background-size: 100%; }
  .intro-petition #support-petition .support-petition-form #mce-error-response, .intro-petition #support-petition-mob .support-petition-form #mce-error-response {
    color: #de1d1d; }

/***************************************************
********************** Donate page  ********************
****************************************************/
.ways-donate {
  padding-top: 50px;
  padding-bottom: 40px; }
  .ways-donate .content {
    padding-bottom: 60px; }

.col-md-12.donate-items {
  padding-left: 75px;
  padding-right: 75px; }

.ways-donate .donate-items > .row {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ways-donate .donate-items > .row > .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }

.ways-donate .donate-items > .row > .col-md-4 > .pic-donate {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.ways-donate .donate-items > .row > .col-md-4 > .pic-donate:hover .has-background {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.ways-donate .donate-items > .row > .col-md-4 > .pic-donate a {
  min-height: 180px;
  width: 100%;
  padding: 70px 15px;
  display: block;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.ways-donate .donate-items > .row > .col-md-4 .page-header-overlay {
  width: 100%;
  left: 0;
  top: 0;
  right: 15px;
  opacity: 0.5; }

.ways-donate .donate-items .pic-donate .pic-donate-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.ways-donate .donate-items > .row > .col-md-4 h3 {
  padding: 0 30px;
  color: #fff;
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.donate-ques {
  padding: 70px 0px; }
  .donate-ques .container {
    padding-left: 25px;
    padding-right: 25px; }
    .donate-ques .container .header {
      margin-bottom: 30px; }
    .donate-ques .container .content {
      opacity: 0.5; }
      .donate-ques .container .content .bold {
        font-weight: 700; }
      .donate-ques .container .content p a {
        color: #2a2d32; }
      .donate-ques .container .content a h3 {
        margin-bottom: 30px; }
      .donate-ques .container .content .address {
        padding-bottom: 15px;
        padding-top: 10px; }
        .donate-ques .container .content .address p {
          margin: 0; }
    .donate-ques .container .taxes {
      padding-bottom: 40px; }
    .donate-ques .container .left-div {
      padding-left: 75px;
      padding-right: 50px; }
    .donate-ques .container .right-div {
      padding-left: 50px;
      padding-right: 75px; }

/***************************************************
********************** SVG Icon ********************
****************************************************/
@font-face {
  font-family: 'icomoon';
  src: url("include/fonts/sop-svg/icomoon.eot?oj0el5");
  src: url("include/fonts/sop-svg/icomoon.eot?oj0el5#iefix") format("embedded-opentype"), url("include/fonts/sop-svg/icomoon.ttf?oj0el5") format("truetype"), url("include/fonts/sop-svg/icomoon.woff?oj0el5") format("woff"), url("include/fonts/sop-svg/icomoon.svg?oj0el5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-1:before {
  content: "\e900"; }

.icon-2:before {
  content: "\e901"; }

.icon-3:before {
  content: "\e902"; }

.icon-4:before {
  content: "\e903"; }

.icon-5:before {
  content: "\e904"; }

.icon-6:before {
  content: "\e905"; }

.icon-7:before {
  content: "\e906"; }

.icon-8:before {
  content: "\e907"; }

.icon-9:before {
  content: "\e908"; }

.icon-10:before {
  content: "\e909"; }

.icon-11:before {
  content: "\e90a"; }

.icon-12:before {
  content: "\e90b"; }

.icon-13:before {
  content: "\e90c"; }

.icon-14:before {
  content: "\e90d"; }

.icon-15:before {
  content: "\e90e"; }

.link-news {
  max-width: 700px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px; }

/***************************************************
****************** END SVG Icon ********************
****************************************************/
.sortfilter {
  padding: 0px 0px !important;
  height: auto !important;
  position: absolute;
  z-index: 20000;
  width: 100%; }
  .sortfilter hr {
    /* width: 100%; */
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .sortfilter i {
    right: -15px;
    position: relative;
    color: #000;
    opacity: 0.3;
    padding-right: -10px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotateZ(0deg); }
  .sortfilter a[aria-expanded="true"] i {
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotateZ(90deg); }
  .sortfilter h3 {
    margin: 10px 0 10px 29px !important;
    font-size: 18px; }
  .sortfilter i {
    margin: 19px -18px !important;
    font-size: 12px; }
  .sortfilter div#sortsearch {
    margin: -12px 25px 12px; }
  .sortfilter div#sortsearchpopup {
    margin: -5px 30px 12px; }

.menu-nav .menu-icon {
  right: none;
  left: 0; }

.menu-nav.open {
  background: transparent !important; 
}
  .menu-nav.open .menu-icon {
    background-image: url(include/img/menu-close.svg);
    background-size: 100% 100%;
    background-position: 0 0; 
  }  

ul.sub-menu {
  position: absolute  !important;
  top: 0 !important;
  left: 250%;
  width: 100% !important;
  height: 100%;
  background: #2a2d32 !important;
  z-index: 20;
  transition: left .5s;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s; }

ul.sub-menu.active {
  position: absolute !important;
  left: 0%; }

header .mobile-search {
  display: none; }

#filter {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.85); }
  #filter .modal-dialog {
    width: 90%;
    margin: 4% auto;
    max-width: 1166px; }
    #filter .modal-dialog .close {
      margin: 3px 13px;
      opacity: 1;
      position: absolute;
      z-index: 2;
      right: -5%;
      font-size: 0;
      padding: 12px;
      background-image: url(include/img/closenew.png);
      height: 0px;
      top: -23px;
      background-repeat: no-repeat; }
    #filter .modal-dialog .colored-btn.wide-btn.disabled {
      display: none !important; }
    #filter .modal-dialog .modal-content {
      border: none;
      border-radius: 0px; }
      #filter .modal-dialog .modal-content .well .container {
        padding: 0px !important; }
      #filter .modal-dialog .modal-content .container {
        width: 100%;
        max-width: 1052px; }
      #filter .modal-dialog .modal-content .black-btn {
        padding: 11px 20px;
        float: right;
        border: 1px solid #2a2d32;
        color: #2a2d32; }
        #filter .modal-dialog .modal-content .black-btn.disabled, #filter .modal-dialog .modal-content .black-btn.disabled:hover {
          border: 1px solid rgba(42, 45, 50, 0.1);
          color: rgba(42, 45, 50, 0.5); }
      #filter .modal-dialog .modal-content .modal-header, #filter .modal-dialog .modal-content .modal-footer {
        border: none; }
      #filter .modal-dialog .modal-content .modal-header {
        padding: 50px 45px 0px; }
        #filter .modal-dialog .modal-content .modal-header .header {
          padding-bottom: 15px; }
          #filter .modal-dialog .modal-content .modal-header .header h4 {
            text-align: left;
            color: rgba(42, 45, 50, 0.4) !important; }
      #filter .modal-dialog .modal-content .modal-body {
        margin: 40px auto 50px;
        padding: 0px 45px; }
        #filter .modal-dialog .modal-content .modal-body .right {
          padding-left: 26px; }
        #filter .modal-dialog .modal-content .modal-body .left {
          padding-right: 26px; }
        #filter .modal-dialog .modal-content .modal-body a.filteritem {
          border-bottom: 1px solid rgba(21, 23, 26, 0.08);
          padding: 15px 0 5px;
          display: block; }
          #filter .modal-dialog .modal-content .modal-body a.filteritem h3 {
            opacity: 0.7; }
          #filter .modal-dialog .modal-content .modal-body a.filteritem[aria-expanded="true"] h3, #filter .modal-dialog .modal-content .modal-body a.filteritem.active h3 {
            opacity: 1; }
          #filter .modal-dialog .modal-content .modal-body a.filteritem i {
            color: #000;
            opacity: 0.3;
            padding-right: 10px;
            transition: all .2s;
            -moz-transition: all .2s;
            -webkit-transition: all .2s;
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            float: right;
            line-height: 30px;
            padding: 0; }
          #filter .modal-dialog .modal-content .modal-body a.filteritem[aria-expanded="true"] i {
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 1; }
        #filter .modal-dialog .modal-content .modal-body .collapse, #filter .modal-dialog .modal-content .modal-body .collapsing {
          position: absolute;
          width: 94%;
          width: -moz-calc(100% - 30px);
          width: -webkit-calc(100% - 30px);
          width: calc(100% - 30px); }
          #filter .modal-dialog .modal-content .modal-body .collapse .well, #filter .modal-dialog .modal-content .modal-body .collapsing .well {
            background-color: #FFFFFF;
            border: 2px solid #000000;
            border-radius: 0;
            z-index: 2;
            display: block;
            width: 100%; }
            #filter .modal-dialog .modal-content .modal-body .collapse .well #searchlist, #filter .modal-dialog .modal-content .modal-body .collapsing .well #searchlist {
              padding-top: 5px;
              padding-bottom: 5px;
              margin: 2px auto 12px;
              border: 2px solid rgba(175, 176, 178, 0.32);
              font-weight: bold;
              color: #000; }
            #filter .modal-dialog .modal-content .modal-body .collapse .well .list p, #filter .modal-dialog .modal-content .modal-body .collapsing .well .list p {
              margin: 1px auto; }
      #filter .modal-dialog .modal-content .modal-footer {
        bottom: 0;
        width: 100%;
        padding: 0px; }

#scrollbar {
  max-width: 100%;
  position: relative;
  height: 130px;
  overflow: auto;
  padding: 22px 15px  !important;
  padding-right: 10px; }
  #scrollbar .row {
    margin-right: 0px;
    margin-left: 0px; }
    #scrollbar .row .col-md-11 {
      margin: 0; }

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0; }

.vscrollerbase {
  width: 14px;
  background-color: #fff; }

.vscrollerbar {
  width: 4px;
  margin: 0 0 0 -4px;
  padding: 5px 0 5px; }

.vscrollerbarbeg {
  background-image: url(include/img/top-scroll.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%; }

.vscrollerbarend {
  background-image: url(include/img/bottom-scroll.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 6px; }

.hscrollerbase {
  height: 6px;
  background-color: white; }

.hscrollerbar {
  height: 3px;
  background-color: black;
  margin-top: -6px;
  border-radius: 114px;
  border: 2px solid #000; }

.scrollerjogbox {
  width: 14px;
  height: 14px;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  background-color: gray;
  padding: 5px; }

.teams .cases-filter-section .filtered-item > a {
  margin-left: -15px; }
.teams #affix-id-teams {
  width: 100%;
  background: #fff;
  z-index: 30;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08); }
  .teams #affix-id-teams.affix {
    top: 0px; }
    .teams #affix-id-teams.affix.nav-tabs {
      margin-top: 0px; }
      .teams #affix-id-teams.affix.nav-tabs li {
        margin: 10px 5px  !important; }
    .teams #affix-id-teams.affix .container {
      /*width: 100%;
      padding-right: 5%;
      padding-left: 5%;*/ }
  .teams #affix-id-teams.affix-bottom {
    position: absolute; }
.teams .news-categ.affix-top {
  top: 0px;
  width: 100%; }
  .teams .news-categ.affix-top #full-cases-dropdown {
    padding: 0px; }
.teams .news-categ.affix #full-cases-dropdown {
  padding: 0px; }
.teams #full-cases-dropdown ul {
  position: inherit; }
.teams.about-work-tabs section.article-title {
  margin-bottom: 55px; }
.teams.about-work-tabs .nav-tabs li {
  margin: -5px 10px 15px; }
  .teams.about-work-tabs .nav-tabs li a {
    font-size: 15px; }
.teams .article-title h1 {
  margin-bottom: 0px; }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity; }
  .carousel-fade .carousel-inner .item .carousel-caption h2, .carousel-fade .carousel-inner .item .carousel-caption a {
    position: relative;
    opacity: 0; }
  .carousel-fade .carousel-inner .item .carousel-caption h2 {
    right: -150px;
    -moz-transition: all .85s ease-out;
    -webkit-transition: all .85s ease-out;
    transition: all .85s ease-out; }
  .carousel-fade .carousel-inner .item .carousel-caption a {
    right: -150px;
    -moz-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    transition-delay: .15s;
    -moz-transition-delay: .15s;
    -webkit-transition-delay: .15s; }
  .carousel-fade .carousel-inner .item.active .carousel-caption h2, .carousel-fade .carousel-inner .item.active .carousel-caption a {
    opacity: 1;
    right: 0px; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
header #logo a {
  line-height: 80px !important;
  margin-top: 11px; }

/* petition page */
.intro-petition .info {
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .intro-petition .info h1 {
    position: absolute;
    bottom: 1em;
    color: #fff;
    left: 1.5em;
    font-size: 42px;
    z-index: 1;
    line-height: 1.2;
    right: 1.2em; }
.intro-petition .share-case {
  margin-top: 45px;
  margin-bottom: 45px; }
  .intro-petition .share-case h4 {
    color: rgba(42, 45, 50, 0.5);
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .intro-petition .share-case a {
    margin: 0 60px 0 0; }
    .intro-petition .share-case a i {
      transition: 0.5s ease-in-out; }
    .intro-petition .share-case a:hover i {
      color: #000; }
.intro-petition .default-carousel {
  margin: 60px 0 85px; }
.intro-petition h3 {
  font-size: 24px;
  line-height: 34px; }

.intro-petition .carousel-indicators {
  bottom: -60px; }
  .intro-petition .carousel-indicators li {
    background: rgba(0, 0, 0, 0.3);
    margin: 0 6px; }
  .intro-petition .carousel-indicators li.active {
    margin: 0 6px;
    background: rgba(0, 0, 0, 0.6); }

@-moz-document url-prefix() {
  .section-footer .subscribe .form-control {
    padding: 15px; } }
/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media (min-width: 1200px) {
  .intro-petition #support-petition .barinfo p {
    font-size: 15px; } }
@media (min-width: 991px) {
  .intro-petition .data #support-petition {
    display: none; } }
/*=====================================================
=            col-xs Media Queries            =
=====================================================*/
@media (max-width: 380px) {
  .single-cases .black-access-section {
    margin-top: -20px; }
    .single-cases .black-access-section .access-btn .double-data {
      padding-left: 6px !important; }
      .single-cases .black-access-section .access-btn .double-data h3 {
        font-size: 12px; }
      .single-cases .black-access-section .access-btn .double-data p {
        font-size: 11px;
        line-height: 9px; }

  .about-video a:hover .video-class {
    background-size: auto 105%; }
  .about-video a .video-class {
    background-size: auto 100%; } }
@media (max-width: 475px) {
  .cases-filter-section .team-content .filtered-item .col-xs-4 {
    width: 25.333333% !important; }

  .teams .cases-filter-section .team-content .filtered-item .col-md-6 {
    width: 53% !important; }

  .single-cases .black-access-section {
    margin-top: -20px; }
    .single-cases .black-access-section .access-btn .double-data {
      padding-left: 30px; }
      .single-cases .black-access-section .access-btn .double-data h3 {
        line-height: 13px;
        font-size: 13px; }
      .single-cases .black-access-section .access-btn .double-data p {
        font-size: 13px;
        line-height: 13px; }

  .intro-petition .info h1 {
    font-size: 30px; } }
@media (max-width: 769px) {
  .article-details #sidebar-social-article {
    display: none; } }
@media (max-width: 370px) {
  .cases-filter-section .team-content .filtered-item .col-xs-4 {
    width: 30.333333% !important; }

  .teams .cases-filter-section .team-content .filtered-item .col-md-6 {
    width: 48% !important; } }
/*=====================================================
=            col-sm Media Queries            =
=====================================================*/
/* Small devices - Tablets (>768px) */
@media (max-width: 768px) {
  .col-md-12.donate-items {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px; }

  .ways-donate .donate-items > .row > .col-md-4 {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px; }

  .ways-donate .donate-items > .row > .col-md-4 > .pic-donate a {
    min-height: 150px; }

  .ways-donate .donate-items > .row > .col-md-4 h3 {
    padding: 0px; }

  .default-carousel .carousel-inner .item .carousel-caption {
    max-width: 90% !important;
    right: 0% !important;
    left: 0% !important;
    width: 100%; }

  .single-causes .cases-video .row {
    padding-left: 0px;
    padding-right: 0px; }

  .single-cases .black-access-section {
    margin-top: -20px; }

  .share-case a {
    margin: 0 10px !important; }

  .single-causes .cases-content .cases-social-bar li {
    display: inline !important;
    margin: 0 13px; }

  .single-causes .cases-content .cases-social-bar.text-center.affix {
    margin-bottom: 40px;
    width: 100% !important; }

  .page-template-template-cases .cases-filter-section .filtered-item i, .page-template-template-full-cases .cases-filter-section .filtered-item i {
    right: 20px !important;
    top: 39px; }

  .page-template-template-cases .cases-filter-section .filtered-item:hover i, .page-template-template-full-cases .cases-filter-section .filtered-item:hover i {
    right: 15px !important;
    top: 39px; }

  .team-content .left-single-case {
    padding-right: 0px; }

  .team-content .right-single-case {
    padding-left: 0px; }

  .team-content .filtered-item .col-md-10 {
    width: 83.33333333%; }

  .cases-filter-section .filtered-item .col-md-6 {
    margin-left: 0px !important;
    padding-left: 20px !important; }

  .teams .cases-filter-section .filtered-item > a {
    height: 115px; }

  .teams .cases-filter-section .filtered-item .col-md-10 {
    top: 55px; }

  .teams .cases-filter-section .filtered-item .col-md-6 {
    top: 55px;
    margin-right: 0px !important;
    margin-left: 20px !important;
    width: 60%; }

  .team-content .filtered-item .col-xs-4 {
    width: 20.333333% !important; }

  .teams .cases-filter-section .filtered-item i {
    top: 54px; }

  .default-carousel .slide {
    height: 390px; }

  .policy .donate .bg-image-box {
    margin-left: 0px;
    margin-right: 0px; }

  .volunteer-intro .address .col-md-8 .col-md-5 {
    padding-left: 0px;
    padding-right: 0px; }

  .volunteer-intro .address .col-md-8 .col-md-2 {
    padding-left: 0px; }

  .volunteer-intro .ivory-section {
    padding: 60px 25px; }
    .volunteer-intro .ivory-section .header-info {
      padding-left: 0px; }
    .volunteer-intro .ivory-section .fsFieldName {
      margin-bottom: 10px; }
    .volunteer-intro .ivory-section .fsCalendarPickerLink {
      margin: 0 15px !important; }

  .single-profile .container .col-md-5 {
    padding-left: 15px; }

  .search-result-section .item .col-xs-2 {
    margin-right: 10px; }

  .policy .article-title .article-img {
    padding-left: 15px;
    padding-right: 15px; }

  .cases-filter-section .filtered-item .col-md-7 {
    padding-right: 0px; }

  .cases-filter-section .filtered-item .col-md-7 .caption, .cases-filter-section .filtered-item .col-md-6 .caption {
    font-size: 8px;
    line-height: 12px; }

  h1 {
    font-weight: 400;
    font-size: 23px;
    line-height: 29px; }

  h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px; }

  h3 {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px; }

  h4 {
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1200em; }

  body {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px; }

  p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px; }

  .caption {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.0300em; }

  .default-btn, .colored-btn, .blue-btn, .colored-btn-revert, .def-white-btn, .black-btn, .white-btn {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0; }

  .about-video .video-class {
    margin: 0 15px;
    height: 335px; }

  .about-work {
    padding: 40px 0 0 0; }

  .about-work .head, .about-work .section-footer .subscribe p, .section-footer .subscribe .about-work p {
    margin-bottom: 30px; }

  .about-intro {
    padding: 40px 0 35px; }

  .about-work .row {
    padding-left: 0px;
    padding-right: 0px; }

  .about-intro .head, .about-intro .section-footer .subscribe p, .section-footer .subscribe .about-intro p {
    margin-bottom: 30px; }

  .black-russian-section.involved-support .row {
    padding-left: 0px;
    padding-right: 0px; }

  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 7.5px; }

  .about-work-tabs .about-items .row .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }

  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 > .pic-causes {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 > .pic-causes a {
    min-height: 165px;
    width: 100%;
    padding: 70px 15px;
    display: block;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

  .about-work-tabs .about-items .pic-causes .pic-cause-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 h3 {
    padding: 0 30px;
    color: #fff;
    z-index: 5;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

  .about-work-tabs {
    margin-bottom: 40px; }

  .black-russian-section.about-team.black-access-section .row {
    padding-left: 0px;
    padding-right: 0px; }

  .black-access-section .access-btn {
    height: 90px; }

  .black-access-section .access-btn img {
    width: 130px; }

  .black-access-section .access-btn h3 {
    font-size: 15px;
    padding-left: 30px; }

  .black-access-section {
    margin-bottom: 20px;
    padding: 30px 15px 30px; }

  .black-access-section .col-xs-12.first-btn {
    padding-left: 0px;
    padding-right: 0px; }

  .black-access-section .content h3 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto 40px auto; }

  .black-access-section .header {
    margin-bottom: 30px; }

  .has-background-img {
    margin: 20px auto 20px auto;
    padding-right: 15px;
    padding-left: 15px; }

  .has-background-img .col-md-12 {
    display: table-cell;
    vertical-align: middle;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); }

  .has-background-img .img-background {
    min-height: 300px;
    display: table;
    padding: 60px 15px; }

  .news-slider .head, .news-slider .section-footer .subscribe p, .section-footer .subscribe .news-slider p {
    margin-bottom: 30px;
    margin-top: 50px; }

  .page-template-template-news .news-item-group .wide-btn {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px; }

  .default-with-bg-image .bg-image-box {
    margin: 30px 0;
    padding: 70px 20px 60px 20px; }

  .news-item-group .news-item .short-details {
    display: none; }

  .news-item-group .news-item {
    padding: 0px 15px 20px 15px !important; }

  .news-item-group .news-item h2 {
    margin-bottom: 10px; }

  .page-id-57 .default-carousel {
    padding-left: 15px;
    padding-right: 15px; }

  .news-categ {
    position: relative;
    z-index: 999; }
    .news-categ .dropdown-menu {
      overflow-y: scroll;
      max-height: 175px !important; }
    .news-categ #full-cases-dropdown {
      padding-top: 42px;
      padding-bottom: 13px;
      background-color: #FFFFFF; }
      .news-categ #full-cases-dropdown .plus-select {
        width: 45%;
        text-align: center; }
    .news-categ.affix {
      top: 0;
      width: 100%;
      position: fixed; }
      .news-categ.affix #full-cases-dropdown {
        padding-top: 15px;
        padding-bottom: 15px; }

  .news-categ #full-cases-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center;
    padding-right: 40px; }

  .news-categ #full-cases-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
    text-align: center; }

  .news-categ .bootstrap-select.btn-group .dropdown-menu li:first-child {
    display: none; }

  .page-template-template-news .news-item-group .wide-btn {
    padding: 15px; }

  .default-with-bg-image.donate {
    padding-left: 15px;
    padding-right: 15px; }

  #filter .modal-dialog .modal-content .modal-body {
    padding: 0px; }

  #filter .modal-dialog .modal-content .modal-body .left {
    padding-right: 15px; }

  #filter .modal-dialog .modal-content .modal-body .right {
    padding-left: 15px;
    float: left !important;
    width: 100%; }

  #filter .modal-dialog .modal-content .modal-header {
    padding: 50px 0px 0px; }

  #filter .modal-dialog .modal-content .modal-header .col-xs-10 {
    width: 100%; }

  #filter .modal-dialog .modal-content .btn-fixed-filter .black-btn.disabled {
    display: none !important; }

  .fixed-filter .btn-fixed-filter {
    width: 100%;
    z-index: 99999;
    position: fixed;
    bottom: 0px; }

  .fixed-filter .btn-fixed-filter .btn-view-cases, .fixed-filter .btn-fixed-filter .btn-reset-filter {
    width: 50%; }

  .fixed-filter .black-btn {
    border: 1px solid rgba(42, 45, 50, 0.2);
    background-color: #fff; }

  .fixed-filter .btn-fixed-filter .btn-view-cases.disabled, .fixed-filter .btn-fixed-filter .btn-reset-filter.disabled {
    display: none !important; }

  .fixed-filter {
    display: none !important; }

  .modal-open .fixed-filter {
    display: block !important; }

  .fixed-filter .btn-fixed-filter .btn-view-cases {
    padding: 11px 5px; }

  #scrollbar .row {
    margin-bottom: 8px; }

  #filter .modal-dialog {
    margin-top: 13%; }

  #filter .modal-dialog .close {
    margin: -8px 13px 10px; }

  .head-cases {
    padding: 50px 0px 30px 0px; }

  .page-template-template-cases .default-carousel {
    margin-bottom: 30px; }

  .cases-filter-section .filtered-item h3 {
    font-size: 12px;
    line-height: 18px; }

  .cases-filter-section .filtered-item .col-md-6 .caption, .cases-filter-section .filtered-item .col-md-10 .caption {
    font-size: 8px;
    line-height: 12px; }

  .cases-filter-section .filtered-item {
    margin: 10px 0 15px; }

  .page-template-template-cases .cases-filter-section.cases a.black-btn {
    margin-top: 9px;
    font-size: 13px; }

  .cases-filter-section {
    margin-bottom: 30px; }

  .black-russian-section.involved-support .row {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .black-access-section .last-btn {
    padding-left: 0px;
    padding-right: 0px; }

  .page-template-template-cases .black-access-section {
    padding: 50px 15px 40px; }

  .black-access-section h4 {
    margin-bottom: 15px; }

  .page-template-template-cases .black-access-section {
    margin-bottom: 35px; }

  .black-access-section .access-btn i {
    padding-right: 0px;
    top: 38px;
    right: 20px; }

  .page-template-template-home .default-carousel {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px; }

  .featured .left-side .has-background {
    margin: 20px auto 20px auto; }

  .half-section h4 {
    margin-bottom: 10px; }

  .featured .left-side h3 {
    margin: 30px auto 25px;
    padding-left: 15px;
    padding-right: 15px; }

  .featured .right-side .news {
    padding: 21px 0px 21px 15px; }

  .featured .right-side .news i {
    padding-right: 10px;
    right: 0px; }

  .featured a.featured-read-more {
    width: initial;
    padding: 11px 50px;
    font-size: 15px; }

  .half-section .left-side .quote-part {
    border-bottom: 1px solid rgba(21, 23, 26, 0.05);
    padding-bottom: 20px; }

  .default-with-bg-image.get-involved {
    padding-left: 15px;
    padding-right: 15px; }

  #causes {
    margin-top: 10px;
    padding-bottom: 40px; }

  .col-md-12.causes-items {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px; }

  .causes .causes-items > .row > .col-md-4 {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px; }

  .our-work .col-md-12:last-child {
    padding-left: 30px;
    padding-right: 30px; }

  .filtered-item a {
    min-height: 78px; }

  .cases-filter-section .filtered-item .has-background {
    height: 78px; }

  .filtered-item .col-md-10, .filtered-item .col-md-6 {
    top: 39px; }

  .cases-filter-section .filtered-item i {
    right: 5px !important; }

  .full-cases-header .header {
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 25px !important;
    padding-bottom: 12px; }

  .full-cases-header .col-sm-4.col-md-3 {
    padding-right: 15px;
    padding-left: 15px; }

  #full-cases-dropdown {
    padding-bottom: 20px; }

  .full-cases-header {
    padding-bottom: 35px; }

  .col-md-4.black-full-filter {
    padding-right: 15px;
    padding-left: 15px; }

  .default-carousel .carousel-inner .item .carousel-caption h2 {
    font-size: 20px !important;
    margin-bottom: 30px; }

  .default-carousel .carousel-inner .item .carousel-caption a {
    font-size: 15px;
    line-height: 25px; }

  .featured .right-side .news .caption {
    font-size: 8px;
    line-height: 5px; }

  .half-section .right-side.brand-bg-color h1 {
    font-size: 28px; }

  .half-section-home {
    margin-bottom: 0px; }

  .default-with-bg-image .bg-image-box h2 {
    width: 100%; }

  .causes .causes-items > .row > .col-md-4 h3 {
    padding: 0px; }

  .causes .content {
    margin: 25px 15px 25px; }

  .about-intro .col-md-12 {
    margin-left: 15px;
    margin-right: 15px; }

  .involved-intro .ivory-section .col-md-12 {
    margin-left: 15px;
    margin-right: 15px; }

  .causes .causes-items > .row > .col-md-4 > .pic-causes a {
    min-height: 150px; }

  .half-section .right-side.brand-bg-color {
    margin-top: 35px; }

  a[class*="-btn"] {
    font-size: 12px; }

  a.white-btn {
    font-size: 15px; }

  .section-footer .footer-links li {
    line-height: 12px; }

  .section-footer .footer-links a {
    font-size: 15px;
    line-height: 18px; }

  .section-footer {
    padding: 45px 0; }

  #mobile-footer-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    padding-bottom: 27px; }

  .section-footer .follow-us-section h3.follow-us {
    font-size: 10px;
    margin-bottom: 20px; }

  .follow-us-section {
    margin-left: -15px;
    margin-right: -15px; }

  .section-footer .follow-us-section .footer-icons {
    margin-bottom: 30px; }

  .section-footer .follow-us-section p.credit {
    font-size: 10px;
    line-height: 18px; }

  .section-footer .subscribe .head, .section-footer .subscribe p {
    font-size: 10px;
    margin-bottom: 0px; }

  .section-footer .subscribe p {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px; }

  .section-footer .subscribe .footer-subscribe .form-control {
    height: 45px;
    font-size: 13px;
    padding: 15px 15px; }

  .section-footer .subscribe .footer-subscribe i.fa-chevron-right {
    top: 15px; }

  #subscribe-email {
    margin-bottom: 30px; }

  .contact-intro {
    padding: 0px 0px 40px; }

  .contact-intro .col-md-4:first-child {
    padding-left: 15px; }

  .contact-intro .col-md-4:last-child {
    padding-right: 15px; }

  .contact-intro .share-case {
    margin-top: 35px; }

  .contact-intro .share-case a {
    margin: 0 20px; }

  .contact-intro .share-case h4 {
    margin-bottom: 25px; }

  .contact-intro .address {
    margin-bottom: 40px; }

  .contact-intro .col-md-4 {
    margin-bottom: 25px; }

  .contact-black .col-md-12 {
    padding-right: 0px;
    padding-left: 0px; }

  .contact-black {
    margin-bottom: 0px !important; }

  .contact-quest {
    padding: 37px 0;
    margin-top: 0px; }

  .contact-quest .question {
    padding: 35px 0px 20px 0px; }

  .contact-quest .question .col-md-1 .fa-plus, .contact-quest .question .col-md-1 .fa-minus {
    float: right; }

  .article-title {
    margin-top: 30px; }
    .article-title p {
      text-align: center; }
    .article-title h1 {
      margin-bottom: 35px;
      text-align: center; }

  .article-img .img {
    margin-left: -15px;
    margin-right: -15px; }

  .cases-content {
    padding: 50px 0px 100px 0px; }

  .news-item-group .news-item .col-md-8 {
    padding-left: 15px; }

  .right {
    padding-left: 15px; }

  .left {
    padding-right: 15px; }

  .search-input-section i.fa.icon-8 {
    top: 35px; }

  .has-background-img .img-background {
    padding: 60px 15px; }
  .has-background-img h2 {
    line-height: 26px; }

  .news-item-group .news-item {
    padding: 0px; }

  .cases-content .cases-social-bar {
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 250px;
    position: static !important; }

  ul#sidebar-social-article li {
    float: left;
    margin: 0 15px; }

  .involved-promote .col-md-6 h3 {
    padding: 30px 10px; }

  .black-access-section .access-btn .double-data h3 {
    padding-left: 0px;
    font-size: 13px;
    line-height: 13px; } }
@media screen and (max-width: 767px) {
  /*header .col-md-3 {
    padding-left: 15px; }
  header .col-md-9 {
    padding-right: 15px; }*/
  .md-modal {
    width: 100%; }

  .md-content .v-centered {
    padding: 10%; }

  .static-navbar.static-navbar-donate p {
    font-size: 16px; }

  .intro-petition h4 {
    font-size: 12px;
    line-height: 1.5; }
  .intro-petition h3 {
    font-size: 21px;
    line-height: 1.5; }
  .intro-petition p {
    font-size: 16px;
    line-height: 1.6; }

  .data #support-petition-mob #support-form-mob .form-group .form-control {
    font-size: 21px;
    line-height: 1.5; }
  .data #support-petition-mob #support-form-mob .blue-btn {
    font-size: 21px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px; }
  .data #support-petition-mob p.info-txt {
    font-size: 16px;
    line-height: 1.6; } }
@media (min-width: 645px) and (max-width: 768px) {
  .about-video a:hover .video-class {
    background-size: 105% auto !important; }
  .about-video a .video-class {
    background-size: 100% auto !important; } }
@media (max-width: 810px) {
  .static-navbar .share-case a {
    margin: 0 15px; } }
@media (max-width: 370px) {
  .static-navbar.static-navbar-donate .col-md-12 {
    padding-right: 35px;
    padding-left: 35px; } }
@media (max-width: 352px) {
  .static-navbar.static-navbar-donate {
    height: initial; }

  .static-navbar.static-navbar-donate .close-nav-div #close-navbar {
    top: -90px; } }
/*=====================================================
=            col-md Media Queries            =
=====================================================*/
/* Medium devices - Desktops (>992px) */
@media (max-width: 991px) {
  .md-modal {
  width:80%;}
  header .col-md-3 {
    padding-left: 0;
    width: calc( 83.333% - 160px);
    width: -webkit-calc( 83.333% - 160px); }
  header .col-md-9 {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    width: 160px; }
    header .col-md-9 a.colored-btn {
      float: right;
      margin: 12px 0 0 0; 
    }

  .intro-petition .data #support-petition-mob {
    position: relative;
    margin-top: -40px;
    padding: 60px 25px 30px; }

  .intro-petition #support-petition-mob #support-form-mob .row .col-md-6 {
    padding: 0 0 25px 0; }

  .intro-petition #support-petition-mob #support-form-mob .row .col-md-6:last-child {
    padding: 0; }

  .intro-petition #support-petition-mob #support-form-mob .form-group .form-control {
    text-align: center; }

  .donate-ques .container .left-div {
    padding: 0px 0px 30px 0px; }
  .donate-ques .container .right-div {
    padding: 0px; }

  .ways-donate .donate-items > .row {
    display: block !important;
    flex-wrap: inherit !important; }

  .team-content .filtered-item .col-xs-4 {
    width: 23.3333333%; }

  .team-content .filtered-item .col-md-6 {
    margin-left: 0px !important;
    width: 60%;
    margin-right: 59px !important; }

  .single-causes .cases-content .cases-social-bar {
    width: 40px !important; }

  .single-causes .cases-content .cases-social-bar li {
    display: block; }

  .single-causes .cases-video .row {
    padding-left: 0px;
    padding-right: 0px; }

  .full-cases-header .cases-header-row {
    padding-left: 15px;
    padding-right: 15px; }

  #black_header_widget-3 .static-navbar .col-md-3.col-md-offset-1 {
    margin-left: 0px !important; }

  .static-navbar .share-case a {
    margin: 0 8%; }

  .teams.about-work-tabs .nav-tabs li {
    margin: -5px 2px 15px !important; }

  #affix-id-news .div-center .ul-blog-cat {
    margin-left: -150px; }

  #affix-id-news .black-btn.right-btn {
    width: 15%; }

  .team .right-side {
    margin-left: 0px; }

  .full-cases-header .header {
    width: 37.66666667%;
    margin: 0 2% 0 0; }

  .team-content .filtered-item {
    min-height: auto !important; }
  .team-content .col-md-6 {
    display: block; }

  .policy .nav-tabs {
    margin-top: 12px; }

  .full-cases-header .black-btn {
    padding: 10px 9px; }
    .full-cases-header .black-btn .fa-plus {
      margin-left: 7px; }

  .about-work .row {
    padding: 0px 15px; }

  .about-work-tabs .nav-tabs li {
    margin: 0 4% 15px !important; }

  .about-video a:hover .video-class {
    background-size: auto 105%; }
  .about-video a .video-class {
    background-size: auto 100%; }

  #affix-id.affix {
    position: relative; }

  .causes-items {
    padding-left: 15px;
    padding-right: 15px; }

  .sortfilter {
    position: relative;
    padding: 0;
    margin-bottom: 25px; }

  .search-input-section form#searchform {
    float: left;
    display: block;
    width: 100%;
    margin: 0 auto; }
  .search-input-section .search-form .caption {
    position: relative;
    display: inline-block; }
  .search-input-section .container .col-sm-12.pull-right {
    width: 100% !important;
    padding: 0; }

  header {
    border-bottom: 2px solid rgba(234, 234, 234, 0.4);
    background: white;
    background-clip: padding-box; }
    header .container {
      width: 100%; }
    header #logo a {
      /* margin-top: -8px; */
      margin: auto auto;
      float: none;
      max-width: 200px; }
      header #logo a img {
        margin-top: 0px;
        max-width: 100%; }

  #mobile-nav {
    float: left !important; }

  header.normal-header .col-md-3.col-xs-9 {
    width: 66.66666666667%  !important; }

  header.normal-header .col-md-9.col-xs-2 {
    width: 16.66666666667%  !important; }
    header.normal-header .col-md-9.col-xs-2 > .search-toggle {
      display: block;
      margin-right: 10px;
      margin-top: 36px;
      float: right;
      transform: translateY(0%);
      -webkit-transform: translateY(0px); }
      header.normal-header .col-md-9.col-xs-2 > .search-toggle i {
        opacity: 1 !important; }

  header .mobile-search {
    display: block; }

  #navigation-mobile {
    background: #2a2d32;
    margin-top: -2px;
    position: relative;
    z-index: 9999;
    height: 700px; }
    #navigation-mobile .container {
      width: 100%; }
    #navigation-mobile .overview {
      display: block; }

  #navigation-mobile li a {
    color: #FFF;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    padding: 25px 0; }
    #navigation-mobile li a > i {
      float: right;
      opacity: 0.3;
      height: 77px;
      margin-top: -23px;
      width: 100px;
      display: table; }
      #navigation-mobile li a > i::before {
        display: table-cell;
        vertical-align: middle;
        text-align: right; }

  .menu-nav {
    width: 70% !important;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 25px; }
    .menu-nav.open {
      background: #2a2d32; }
    .menu-nav .menu-icon {
      margin: -6px auto 0; }

  #menu-nav-mobile {
    margin-top: 0px; }
    #menu-nav-mobile li {
      border-top: 1px solid #606266; }
    #menu-nav-mobile ul.sub-menu li {
      border-top: 2px solid #606266 !important; }
      #menu-nav-mobile ul.sub-menu li a {
        color: #fff;
        padding-left: 0px; }

  #navigation-mobile li .back a i {
    float: left;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    width: initial; }

  header {
    margin-bottom: 0px;
    height: auto; }

  #menu-nav-mobile {
    margin: 0 -15px;
    padding: 0px 0px; }
    #menu-nav-mobile li {
      padding: 0 35px; }

  .news-menu.affix {
    top: 70px; }

  .half-section .left-side, .half-section .right-side {
    padding-right: 15px;
    padding-left: 15px; }

  .default-carousel .carousel-inner .item .carousel-caption {
    max-width: 90%;
    right: 10%;
    left: 10%; }
    .default-carousel .carousel-inner .item .carousel-caption h2 {
      font-size: 25px;
      line-height: 27px; }

  a[class*="-btn"] {
    padding: 11px 20px;
    width: 100%;
    text-align: center; }

  .quote-part h3 {
    display: block; }

  .default-with-bg-image .bg-image-box h1 {
    width: 90%;
    font-size: 25px;
    line-height: 27px; }

  .news-item-group .news-item h2 {
    margin-top: 30px; }

  .cases-content .col-md-9 {
    max-width: 2500px; }

  .left-single-case, .right-single-case {
    padding-left: 15px;
    padding-right: 15px; }

  .intro-petition .info {
    margin: 0 -23px;
    height: 400px;
    min-height: 400px;
    background-position: center center; }
    .intro-petition .info .vAlign {
      display: table;
      height: 100%; }
    .intro-petition .info h1 {
      text-align: center;
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 1em 1em 0;
      left: 0;
      right: 0; } }
/*=====================================================
=            col-lg Media Queries            =
=====================================================*
/* Large devices - Desktops (>1200px) */
@media (max-width: 1200px) {
  /*.cases-filter-section .team-content .filtered-item .col-md-6{
      margin-right: 20px;
      margin-left: 0px;
  } */
  .team-content .filtered-item .col-md-6 {
    margin-right: 17px; }

  .page-template-template-full-cases .cases-filter-section .filtered-item .col-md-6, .page-template-template-cases .cases-filter-section .filtered-item .col-md-6 {
    margin-left: 0px; }

  .cases-filter-section .filtered-item .col-md-6 {
    margin-left: 20px; }

  .teams.about-work-tabs .nav-tabs li {
    margin: -5px 20px 15px; }

  .static-navbar .share-case a {
    margin: 0 15px; }

  .cases-filter-section .filtered-item .col-md-7, .cases-filter-section .filtered-item .col-md-6 {
    padding-left: 20px; }

  .article-details .col-md-1.col-sm-1.col-sm-offset-1 {
    margin-left: 0% !important; }

  .article-details .col-md-9.col-sm-9.col-xs-12 {
    margin-left: auto !important;
    margin-right: auto;
    float: none; }

  #filter .modal-dialog .modal-content .black-btn {
    padding: 10px 9%; }

  .full-cases-header .black-btn {
    padding: 10px 10px; }

  #menu ul li {
    margin-left: 5px; }

  .black-russian-section.involved-support .row {
    padding-left: 40px;
    padding-right: 40px; } }

  @media (max-width: 480px) {
  header .col-md-3 {
    float: left;
    width: 50%;
    padding-right: 15; }
  header .col-md-9 {
    float: right;
    width: 125px; }
  header .col-md-9 a.colored-btn {
      float: right;
      padding: 18px 30px;
      margin: 13px 0 0 0; } 
  }
@media (max-width: 375px) {
  header .col-md-3 {
    width: 43%;
    padding-right: 0px; }
  header .col-md-3 #logo a img {
      margin-top: 8px;
      max-width: 100%; }
  header .col-md-9 {
    float: right;
    width: 125px; }
    header .col-md-9 a.colored-btn {
      float: right;
      padding: 18px 30px;
      margin: 13px 0 0 0; } }
@media (max-width: 340px) {
  header .col-md-3 {
    padding-right: 15px; } }  

/*# sourceMappingURL=style.css.map */
