@import url(https://fonts.googleapis.com/css?family=Lato:700,300);
/*
 Theme Name: Streetpoets
 Theme URI:
 Author: the --- team
 Author URI:
 Description: Streetpoets Theme.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Streetpoets
 Text Domain: streetpoets

 This theme, like WordPress, is licensed under the GPL.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@font-face {
  font-family: 'EvelethDot';
  src: url('fonts/transfonter/EvelethDot-Light.eot');
  src: url('fonts/transfonter/EvelethDot-Light.eot?#iefix') format('embedded-opentype'), url('fonts/transfonter/EvelethDot-Light.woff') format('woff'), url('fonts/transfonter/EvelethDot-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Light';
  src: url('fonts/futuraptlight.eot');
  src: url('fonts/futuraptlight.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptlight.woff') format('woff'), url('fonts/futuraptlight.ttf') format('truetype'), url('fonts/futuraptlight.svg#futuraptlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Medium';
  src: url('fonts/futuraptmedium.eot');
  src: url('fonts/futuraptmedium.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptmedium.woff') format('woff'), url('fonts/futuraptmedium.ttf') format('truetype'), url('fonts/futuraptmedium.svg#futuraptmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Book';
  src: url('fonts/futuraptbook.eot');
  src: url('fonts/futuraptbook.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptbook.woff') format('woff'), url('fonts/futuraptbook.ttf') format('truetype'), url('fonts/futuraptbook.svg#futuraptbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url('fonts/futuraptbold.eot');
  src: url('fonts/futuraptbold.eot?#iefix') format('embedded-opentype'), url('fonts/futuraptbold.woff') format('woff'), url('fonts/futuraptbold.ttf') format('truetype'), url('fonts/futuraptbold.svg#futuraptbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**Media Query ***/
/*--------------------------*/
/* BORDER RADIUS */
.transit {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.translate {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translateX {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translateY {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*

.background-gradient(@start, @stop) {
    background: mix(@start, @stop, 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(@start), to(@stop));
    background: -webkit-linear-gradient(top, @start, @stop);
    background:    -moz-linear-gradient(top, @start, @stop);
    background:      -o-linear-gradient(top, @start, @stop);
    background:         linear-gradient(to bottom, @start, @stop);
}

*/
.main-btn {
  width: auto;
  min-width: 240px;
  float: none;
  display: inline-block;
  height: 66px;
  margin: 0px;
  border: #ffffff solid 2px;
  background: none;
  font-family: 'FuturaPT-Bold';
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 66px;
  font-weight: normal;
}
.main-btn:hover {
  background: #af1709;
}
button.main-btn:hover,
button.main-btn:focus,
.button.main-btn:hover,
.button.main-btn:focus {
  background: #af1709;
}
.main-btn.read-more {
  width: auto;
  min-width: 240px;
  float: none;
  display: inline-block;
  height: 66px;
  margin: 0px;
  border: #ffffff solid 2px;
  background: none;
  font-family: 'FuturaPT-Bold';
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 66px;
  font-weight: normal;
  border: #8c3a02 solid 2px;
  color: #8c3a02;
}
.main-btn.read-more:hover {
  background: #af1709;
}
.main-btn.read-more:hover {
  background: #8c3a02;
  color: #ffffff;
}
.submit-btn {
  width: auto;
  min-width: 155px;
  height: 48px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 48px;
  font-weight: normal;
}
.submit-btn:hover {
  background: #851d1e;
}
.rounded-btn {
  width: auto;
  height: 36px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Medium';
  font-size: 22px;
  padding: 0 10px;
  line-height: 30px;
  font-weight: normal;
  color: #f5e3db;
  border: #841b1d solid 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.rounded-btn:hover {
  background: #851d1e;
}
/* iCheck plugin Line skin, black
----------------------------------- */
.icheckbox_line,
.iradio_line {
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 31px 17px 30px;
  font-family: 'EvelethDot';
  font-size: 24px;
  line-height: 24px;
  color: #383431;
  background: #ffffff;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.icheckbox_line.hover,
.icheckbox_line.checked.hover,
.iradio_line.hover {
  background: #851d1e;
  color: #ffffff;
}
.icheckbox_line.checked,
.iradio_line.checked {
  background: #851d1e;
  color: #ffffff;
}
.icheckbox_line.disabled,
.iradio_line.disabled {
  background: #cccccc;
  cursor: default;
}
.icheckbox_line.checked.disabled,
.iradio_line.checked.disabled {
  background: #cccccc;
}
/* HiDPI support */
/************/
.sbHolder {
  background-color: #ffffff;
  border: none;
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  font-weight: normal;
  height: 53px;
  position: relative;
  width: 395px;
  margin: 0 auto;
}
.sbSelector {
  display: block;
  height: 53px;
  left: 0;
  line-height: 53px;
  color: #37302c;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 28px;
  top: 0;
  width: 85.83%;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #37302c;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url('images/down_arrow.png') center center no-repeat;
  display: block;
  height: 53px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 14.17%;
}
.sbToggle:hover {
  background: url('images/down_arrow_hover.png') center center no-repeat;
}
.sbToggleOpen {
  background: url('images/down_arrow_hover.png') center center no-repeat;
}
.sbToggleOpen:hover {
  background: url('images/down_arrow_hover.png') center center no-repeat;
}
.sbHolderDisabled {
  background-color: #d9d9d9;
  border: none;
}
.sbOptions {
  background-color: #ffffff;
  border: none;
  list-style: none;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  width: 395px;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0 0;
}
.sbOptions a {
  border-bottom: none;
  display: block;
  outline: none;
  color: #37302c;
  padding: 15px 0 16px 28px;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #37302c;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #ffffff;
  background-color: #851d1e;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: none;
  color: #d9d9d9;
  display: block;
  padding: 15px 0 16px 28px;
}
.sbOptions .sbGroup {
  border-bottom: none;
  color: #851d1e;
  background-color: #37302c;
  display: block;
  font-weight: bold;
  padding: 15px 0 16px 28px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
/*******************************************************************************************************************************************/
body {
  font-family: 'FuturaPT-Book';
  font-size: 12px;
  line-height: 20px;
  background: #ffffff;
}
h1 {
  font-size: 70px;
  font-family: 'EvelethDot';
  font-weight: normal;
  line-height: 72px;
}
h2 {
  font-size: 36px;
  font-family: 'EvelethDot';
  font-weight: normal;
  line-height: 38px;
}
h3 {
  font-size: 32px;
  font-family: 'FuturaPT-Book';
  font-weight: normal;
  line-height: 34px;
}
h4 {
  font-size: 30px;
  font-family: 'FuturaPT-Book';
  font-weight: normal;
  line-height: 32px;
}
h5 {
  font-size: 26px;
  font-family: 'FuturaPT-Book';
  font-weight: normal;
  line-height: 28px;
}
h6 {
  font-size: 24px;
  font-family: 'FuturaPT-Book';
  font-weight: normal;
  line-height: 26px;
}
p {
  font-size: 12px;
  margin-bottom: 18px;
}
a {
  text-decoration: none;
  color: #8e8e8e;
}
a:hover {
  color: #af1709;
  text-decoration: none;
}
a:focus {
  color: #ffffff;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
blockquote {
  border-left: 4px solid #707070;
  color: #707070;
  font-size: 20px;
  font-style: italic;
  line-height: 1.8182;
  margin: 0 0 35px -21px;
  padding-left: 17px;
}
blockquote > blockquote {
  margin-left: 0;
}
blockquote p {
  margin-bottom: 35px;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 17px;
  line-height: 1.6471;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
.wrapper {
  width: 100%;
  /* max-width:1140px; */
  max-width: 100%;
  min-width: 296px;
  margin: 0px auto;
}
.inner-wrapper {
  width: 100%;
  max-width: 1140px;
  min-width: 296px;
  margin: 0px auto;
}
.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.column,
.columns {
  float: left;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}
.left-small {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 9999;
  background: none;
  border: none;
}
/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/*** Begin Header Section *************************************************************************************/
#main-headerblk-sticky-wrapper {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.header-outer {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
  position: absolute;
  top: 0!important;
}
.header-topblk {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  min-height: 40px;
  background: #000000;
}
.header-topblk ul {
  width: auto;
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-topblk ul li {
  width: auto!important;
  float: left!important;
  margin: 0px!important;
  line-height: 40px!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-topblk ul li a {
  font-family: 'FuturaPT-Bold' !important;
  font-size: 16px !important;
  color: #ffffff;
  padding: 0 19px!important;
  float: left!important;
  text-transform: uppercase!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-topblk ul li a span {
  line-height: 40px!important;
}
.header-topblk ul li a:hover {
  color: #af1709;
}
.header-topblk ul li.donate-btn a {
  background: #af1709;
  padding: 0 12px;
  margin-left: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-topblk ul li.donate-btn a i {
  padding-left: 10px;
}
.header-topblk ul li.donate-btn a:hover {
  background: #ffffff;
}
.main-header-blk {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 15px 30px;
}
.main-header-blk .logo-outercon {
  width: 13%;
  max-width: 165px;
  float: left;
}
.main-header-blk .logo-outercon img {
  width: 100%;
}
.main-header-blk ul {
  width: auto;
  float: right;
  margin: 0px;
  padding: 45px 0 0 0px;
  list-style: none;
}
.main-header-blk ul li {
  width: auto;
  float: left;
  margin: 0px;
  line-height: 40px;
  padding: 0 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.main-header-blk ul li a {
  font-family: 'FuturaPT-Bold';
  font-size: 24px;
  color: #ffffff;
  float: left;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-transform: uppercase;
}
.main-header-blk ul li a:after {
  content: "";
  width: 0px;
  height: 3px;
  background: #af1709;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.main-header-blk ul li a:hover:after {
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: block;
}
.main-header-blk ul li.search-block a {
  color: #7d808a;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.main-header-blk ul li.search-block a:after {
  display: none;
}
.main-header-blk ul li.search-block a:hover {
  color: #ffffff;
}
.main-header-blk ul ul li a:after {
  display: none;
  content: none;
}
.main-header-blk ul ul li a:hover {
  color: #af1709;
}
.tab-bar {
  background: none;
}
.tab-bar .menu-icon {
  height: 35px;
  outline: none;
}
.tab-bar .menu-icon span {
  height: 35px;
  padding: 8px 10px;
  float: left;
  box-sizing: border-box;
}
.tab-bar .menu-icon span:after {
  display: none;
}
.left-off-canvas-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  background: #ffffff;
}
.off-canvas-wrap.marketing.move-right .left-off-canvas-toggle .icon-bar.first {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: all 300ms ease-in 0s;
  margin-top: 10px;
}
.off-canvas-wrap.marketing.move-right .left-off-canvas-toggle .icon-bar.second {
  display: none;
}
.off-canvas-wrap.marketing.move-right .left-off-canvas-toggle .icon-bar.third {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  transition: all 300ms ease-in 0s;
  margin-top: -3px;
}
.header-outer .main-nav-btn {
  background: #af1709;
  width: 40px;
  height: 40px;
  float: left;
  display: none;
}
.header-outer .main-nav-btn span {
  height: 35px;
  padding: 8px 5px;
  float: left;
  box-sizing: border-box;
}
.header-outer .main-nav-btn span:after {
  display: none;
}
.header-outer .main-nav-btn span .icon-bar {
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 30px;
  margin-top: 4px;
  background: #ffffff;
}
.header-outer .main-nav-btn.active-nav .icon-bar.first {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 300ms ease-in 0s;
  margin-top: 10px;
}
.header-outer .main-nav-btn.active-nav .icon-bar.second {
  display: none;
}
.header-outer .main-nav-btn.active-nav .icon-bar.third {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 300ms ease-in 0s;
  margin-top: -3px;
}
.header-outer.sticky .main-nav-btn {
  display: block;
}
.header-outer.sticky .main-header-blk {
  top: -200px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-outer.sticky .main-header-blk.active-div {
  top: 40px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.header-outer.sticky .main-header-blk.active-div .logo-outercon {
  max-width: 50px;
}
.header-outer.sticky .main-header-blk.active-div ul {
  padding: 0px;
}
.left-off-canvas-menu {
  background: #000000;
}
.mobile-navigation {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}
.mobile-navigation ul {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 40px;
  list-style: none;
}
.mobile-navigation ul li {
  width: 100%;
  height: 40px;
  float: left;
  padding: 0 25px;
  border-bottom: #4a4a4a dotted 1px;
  line-height: 40px;
}
.mobile-navigation ul li a {
  width: 100%;
  float: left;
  font-size: 18px;
  font-family: 'FuturaPT-Bold';
  position: relative;
  color: #ffffff;
}
.mobile-navigation ul li a:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 0;
  background: #af1709;
  left: -25px;
  top: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.mobile-navigation ul li a:hover:after {
  top: 0px;
  height: 100%;
}
/*** End Header Section ***************************************************************************************/
/*** Begin Content Section ************************************************************************************/
.banner-outercon {
  width: 100%;
  height: auto;
  float: left;
  background: #000000;
  position: relative;
}
.banner-outercon .banner-img-outer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  line-height: 0px;
  max-height: 738px;
  overflow: hidden;
}
.banner-outercon .banner-img-outer img {
  width: 100%;
}
.banner-outercon .banner-img-outer:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.banner-cont-wrap {
  float: left;
  left: 50%;
  margin: auto;
  max-width: 1140px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-cont-wrap h1 {
  color: #ffffff;
  line-height: 92px;
  font-size: 92px;
}
.banner-cont-wrap h2 {
  font-size: 52px;
  line-height: 52px;
  color: #954f07;
  padding: 10px 0 25px;
}
.banner-sliderblk {
  width: 100%;
  height: auto;
  float: left;
  line-height: 1px;
}
.banner-sliderblk ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
}
.banner-sliderblk ul li {
  width: 100%;
  line-height: 1px;
}
.banner-sliderblk .cycle-pager {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  z-index: 1000;
  text-align: center;
}
.banner-sliderblk .cycle-pager span {
  text-indent: -999em;
  width: 10px;
  height: 10px;
  background: #ffffff;
  font-size: 0px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: #ffffff solid 1px;
  cursor: pointer;
  margin: 0 3px;
}
.banner-sliderblk .cycle-pager span.cycle-pager-active {
  background: #b01405;
  border: #ffffff solid 1px;
}
/*inner banner section*/
.innerbanner-con {
  width: 100%;
  float: left;
  background: #000000;
  position: relative;
}
.innerbanner-con .banner-img-outer {
  width: 100%;
  height: 440px;
  float: left;
  position: relative;
  line-height: 0px;
  max-height: 738px;
  overflow: hidden;
}
.innerbanner-con .banner-img-outer img {
  width: 100%;
  margin-top: 40px;
}
.page-id-2985 .innerbanner-con .banner-img-outer img {
  margin-top: -200px;
}
.page-id-3188 .innerbanner-con .banner-img-outer img {
  margin-top: 0;
}
.innerbanner-con .banner-img-outer:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.innerbanner-con .banner-cont-wrap {
  float: left;
  left: 50%;
  margin: auto;
  max-width: 1140px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.innerbanner-con .banner-cont-wrap h1 {
  color: #ffffff;
  line-height: 72px;
  font-size: 70px;
  letter-spacing: 4px;
  padding-top: 100px;
}
/*inner banner section*/
/*donate banner section*/
.donatebanner-con {
  width: 100%;
  float: left;
  background: #000000;
  position: relative;
}
.donatebanner-con .banner-img-outer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  line-height: 0px;
  overflow: hidden;
}
.donatebanner-con .banner-img-outer img {
  width: 100%;
  height: 100%;
}
.donatebanner-con .banner-img-outer:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.donatebanner-con .banner-cont-wrap {
  float: left;
  left: 50%;
  margin: auto;
  max-width: 1140px;
  position: absolute;
  text-align: center;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.donatebanner-con .banner-cont-wrap h1 {
  color: #ffffff;
  line-height: 52px;
  font-size: 70px;
  letter-spacing: 4px;
  padding: 200px 0 100px 0;
}
/*donate banner section*/
.slider-controls {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
}
.slider-controls a.prev-btn,
.slider-controls a.nex-btn {
  width: 50px;
  height: 46px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 50%;
  background: none;
  color: #d9d9d9;
  margin-top: -35px;
  z-index: 99;
}
.slider-controls a.prev-btn {
  left: 0;
  text-align: right;
}
.slider-controls a.nex-btn {
  right: 0px;
  text-align: left;
}
.slider-controls a.prev-btn i,
.slider-controls a.nex-btn i {
  font-size: 70px;
}
.slick-dots {
  display: none!important;
}
/**** contact page ******/
.contact-container {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}
.contact-container .details-outer {
  width: 100%;
  height: auto;
  float: left;
  background: #ffffff;
  padding: 90px 0;
}
.contact-container .details-outer .single-section {
  width: 30%;
  height: auto;
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.contact-container .details-outer .single-section h5 {
  width: 100%;
  height: auto;
  float: left;
  font-family: 'EvelethDot';
  color: #5c5d5d;
  padding: 20px 0;
  line-height: 30px;
}
.contact-container .details-outer .single-section a {
  width: 100%;
  height: auto;
  float: left;
  color: #570b0b;
  font-family: 'FuturaPT-Book';
  font-size: 28px;
}
.contact-container .details-outer .single-section a:hover {
  color: #af1709;
  text-decoration: underline;
}
.contact-container .details-outer .single-section.large-block {
  width: 38%;
}
.address-outercon {
  width: 100%;
  float: left;
  background: #000000;
  position: relative;
}
.address-outercon .contact-img-outer {
  float: left;
  position: relative;
  line-height: 0px;
  max-height: 738px;
  overflow: hidden;
}
.address-outercon .contact-img-outer img {
  width: 100%;
  height: 100%;
  opacity: .5;
}
.address-outercon .banner-cont-wrap {
  float: left;
  left: 50%;
  margin: auto;
  max-width: 1140px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.address-outercon .banner-cont-wrap h2 {
  color: #ffffff;
  line-height: 52px;
  font-size: 60px;
  padding: 100px 0 53px 0;
  font-family: 'FuturaPT-Bold';
  border-bottom: #ffffff solid 2px;
}
.address-outercon .banner-cont-wrap address {
  width: 100%;
  height: auto;
  float: left;
  padding: 44px 0 0 0;
  margin: 0px;
  font-size: 40px;
  font-family: 'FuturaPT-Medium';
  text-align: center;
  color: #ffffff;
  line-height: 48px;
}
.address-outercon .banner-cont-wrap address p {
  margin: 0px;
  font-size: 40px;
  font-family: 'FuturaPT-Medium';
  text-align: center;
  color: #ffffff;
  line-height: 48px;
}
.address-outercon .banner-cont-wrap address span,
.address-outercon .banner-cont-wrap address a {
  font-size: 36px;
  width: 100%;
  float: left;
  font-family: 'FuturaPT-Book';
  padding-bottom: 24px;
  color: #ffffff;
}
.contact-forms-outer {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  background: url(images/contact_bg.jpg) repeat-y center top;
}
.left-outercon {
  width: 75%;
  height: auto;
  max-width: 855px;
  float: left;
  margin: 0px;
  padding: 60px 0;
  position: relative;
  background: #d5d0cd;
}
.left-outercon:before {
  content: "";
  width: 500%;
  background: #d5d0cd;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0px;
}
.left-outercon h2 {
  color: #473f3a;
  padding-bottom: 33px;
}
.left-outercon input[type="text"] {
  width: 100%!important;
  height: 55px;
  float: left;
  color: #FFF;
  margin: 0px;
  border: #f0f0f0 solid 1px;
  color: #ababab;
  font-family: 'FuturaPT-Medium' !important;
  font-size: 18px !important;
  padding: 8px!important;
}
.left-outercon .single-block {
  width: 100%;
  height: auto;
  float: left;
}
.left-outercon .single-block .text-outercon {
  width: 50%;
  height: auto;
  float: left;
  margin-top: 33px;
  max-width: 385px;
  padding-right: 15px;
}
.left-outercon .single-block .text-outercon .main-textfiled {
  width: 100%;
  height: 55px;
  float: left;
  color: #FFF;
  margin: 0px;
  border: #f0f0f0 solid 1px;
  color: #ababab;
  font-family: 'FuturaPT-Medium';
  font-size: 18px;
}
.left-outercon .single-block .textarea-outercon {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 33px;
  max-width: 770px;
  padding-right: 15px;
}
.left-outercon .single-block .textarea-outercon .main-textarea {
  width: 100%;
  height: 190px;
  float: left;
  color: #FFF;
  margin: 0px;
  border: #f0f0f0 solid 1px;
  color: #ababab;
  font-family: 'FuturaPT-Medium';
  font-size: 18px;
  resize: none;
}
.right-outercontainer {
  width: 25%;
  max-width: 290px;
  height: auto;
  float: right;
  margin: 0px;
  padding: 46px 0 20px 50px;
  position: relative;
  background: #9c9c9c;
}
.right-outercontainer:after {
  content: "";
  width: 500%;
  background: #9c9c9c;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
}
.right-outercontainer h5 {
  font-size: 28px;
  font-family: 'EvelethDot';
  line-height: 39px;
  color: #ffffff;
}
.right-outercontainer ul {
  width: 100%;
  height: auto;
  float: left;
  list-style: none;
  padding: 25px 0 0 0;
}
.right-outercontainer ul li {
  width: auto;
  float: left;
  margin: 0;
  padding: 0px 20px 0 0;
}
.right-outercontainer ul li a {
  color: #ffffff;
  font-size: 28px;
}
.right-outercontainer ul li a:hover {
  color: #af1709;
}
.right-outercontainer .tweet-outercon {
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 0 0;
  margin: 0px;
	display:none;
}
.right-outercontainer .tweet-outercon h6 {
  font-family: 'EvelethDot';
  line-height: 39px;
  color: #ffffff;
}
.right-outercontainer .tweet-outercon p {
  padding-top: 48px;
  font-family: 'FuturaPT-Medium';
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
/**** contact page ******/
.programslider-list-outer {
  float: left;
  width: 100%;
}
.programslider-list-outer ul {
  float: left;
  width: 101.83%;
  list-style: none;
  margin-left: -1.83%;
  margin-bottom: 20px;
}
.programslider-list-outer ul li {
  width: 33.33%;
  float: left;
  margin: 0 0 0 21px !important;
}
.programslider-list-outer ul li:hover .programslider-image-outer:before {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.programslider-list-outer ul li a {
  float: left;
  width: 100%;
}
.programslider-list-container {
  float: left;
  width: 100%;
}
.programslider-image-outer {
  float: left;
  width: 100%;
  position: relative;
  background: #37302c;
  line-height: 0;
}
.programslider-image-outer a {
  float: none!important;
  width: auto!important;
}
.programslider-image-outer:before {
  background: #570b0b;
  content: "";
  display: inline;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 80;
  opacity: 0.8;
  border: 1px solid #969696;
}
.programslider-image-outer img {
  opacity: 0.5;
  width: 100%;
}
.programslider-image-outer .image-overlay {
  float: left;
  padding: 0 9%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.programslider-image-outer .image-overlay h5 {
  color: #ffffff;
  font-size: 28px;
  font-family: 'EvelethDot';
  line-height: 39px;
}
.programslider-details-outer {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'FuturaPT-Book';
  font-size: 18px;
  padding: 35px 9% 0;
  color: #000000;
}
.programslider-details-outer p {
  font-family: 'FuturaPT-Book';
  font-size: 18px;
}
/*-------what we do---------*/
.content-container {
  float: left;
  width: 100%;
}
.about-content-outer {
  float: left;
  width: 100%;
  padding: 69px 5% 52px;
}
.about-content-outer p {
  font-size: 28px;
  text-align: center;
  margin: 0;
  color: #000000;
  line-height: 35px;
}
.mission-image-container {
  float: left;
  width: 100%;
  position: relative;
  line-height: 0;
}
.mission-image-container img {
  width: 1600px;
  margin-left: -800px;
  left: 50%;
  max-width: none;
  position: relative;
}
.mission-content-container {
  background: rgba(0, 0, 0, 0.6);
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.mission-content-outer {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.mission-wrap {
  float: left;
  margin: auto;
  max-width: 1140px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mission-wrap h4 {
  font-family: 'EvelethDot';
  color: #ffffff;
  line-height: 29px;
  margin: 20px 0 68px;
}
.mission-wrap p {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 41px;
}
.mission-wrap ul {
  list-style: none;
  float: left;
  width: 100%;
}
.mission-wrap ul li {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 3px;
  padding: 0 2%;
}
.mission-button-outer {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.mission-button-outer .main-btn {
  float: none;
  margin: 0;
}
.programs-content-outer {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.programs-header-outer {
  float: lef;
  width: 100%;
  text-align: center;
}
.programs-header-outer h4 {
  font-family: 'EvelethDot';
  color: #3a3d47;
  line-height: 29px;
  margin: 0 0 45px;
}
.programs-header-outer p {
  color: #9c9c9c;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 41px;
  padding: 0 23%;
}
.programs-list-outer {
  float: left;
  width: 100%;
}
.programs-list-outer ul {
  float: left;
  width: 101.83%;
  list-style: none;
  margin-left: -1.83%;
}
.programs-list-outer ul li {
  float: left;
  max-width: 31.5%;
  margin: 0 0 0 1.83%;
  height: 485px;
}
.programs-list-outer ul li a {
  float: left;
  width: 100%;
}
.programs-list-outer ul li a:hover .programs-image-outer:before {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.programs-list-container {
  float: left;
  width: 100%;
}
.programs-image-outer {
  float: left;
  width: 100%;
  position: relative;
  background: #37302c;
  line-height: 0;
}
.programs-image-outer:before {
  background: #570b0b;
  content: "";
  display: inline;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 80;
  opacity: 0.8;
  border: 1px solid #969696;
}
.programs-image-outer img {
  opacity: 0.5;
}
.image-overlay {
  float: left;
  padding: 0 5%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.image-overlay h5 {
  color: #ffffff;
  font-size: 28px;
  font-family: 'EvelethDot';
  line-height: 39px;
}
.programs-details-outer {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'FuturaPT-Book';
  font-size: 18px;
  padding: 35px 9% 0;
  color: #000000;
}
.programs-details-outer p {
  font-family: 'FuturaPT-Book';
  font-size: 18px;
}
/*---------------home-programs-----------------*/
.home-programs .about-content-outer {
  padding: 58px 5% 30px;
}
.home-programs .about-content-outer p {
  font-family: 'FuturaPT-Medium';
  font-size: 34px;
  line-height: 43px;
}
.home-programs .programs-content-outer {
  padding: 30px 0;
}
.home-programs .programs-list-outer ul li {
  height: auto;
}
.home-programs .slider-controls a.prev-btn,
.home-programs .slider-controls a.nex-btn {
  top: 36%;
}
/*---------home-videos-----------*/
.videos-con {
  background: url(images/content/videos-banner.jpg) no-repeat 0 0 #ff0000;
  background-size: cover;
  position: relative;
}
.videos-con:before {
  position: absolute;
  content: "";
  background: rgba(225, 225, 225, 0.8);
  width: 100%;
  height: 100%;
  display: inline-block;
}
.videos-banner-outer {
  float: left;
  width: 100%;
  line-height: 0;
}
.home-videos-outer {
  float: left;
  width: 100%;
  padding: 80px 0 40px;
}
.home-videos-left {
  float: left;
  margin-right: 8%;
  width: 26.3%;
  margin-top: 22px;
}
.home-videos-left h2 {
  font-size: 36px;
  color: #000000;
  font-family: 'EvelethDot';
  line-height: 30px;
  margin: 0 0 55px;
}
.home-videos-left h5 {
  font-size: 26px;
  font-family: 'FuturaPT-Bold';
  color: #000000;
  line-height: 28px;
  margin: 0 0 34px;
}
.home-videos-left p {
  font-size: 24px;
  font-family: 'FuturaPT-Book';
  line-height: 31px;
}
.video-icons {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
.video-icons ul {
  float: left;
  width: 100%;
  list-style: none;
}
.video-icons ul li {
  float: left;
  width: auto;
  margin-left: 10px;
  line-height: 0;
}
.video-icons ul li:first-child {
  margin: 0;
}
.video-icons ul li a {
  float: left;
  width: 100%;
}
.video-icons ul li a:hover {
  opacity: 0.5;
}
.video-icons ul li a img {
  width: 92px;
  height: 56px;
}
.home-videos-right {
  float: right;
  width: 65.7%;
}
/*-----------listen-banner-outer-----------*/
.audio-con {
  background: url(images/content/listen-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  padding-bottom: 90px;
	display:none;
}
.audio-con:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: inline-block;
}
.listen-banner-outer {
  float: left;
  width: 100%;
  position: relative;
  line-height: 0;
}
.home-listen {
  padding: 62px 0 0;
	display:none;
}
.home-listen-outer {
  float: left;
  width: 100%;
}
.home-listen-outer h2 {
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 37px;
  font-size: 34px;
}
.audio-slider-outer {
  float: left;
  width: 100%;
}
.audio-slider-outer ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
}
.audio-slider-outer ul li {
  float: left;
  width: 33.33%;
  margin: 0 15px !important;
}
.audio-slider-outer ul li:first-child {
  margin: 0;
}
.audio-slider-outer .slider-controls a.prev-btn {
  left: -70px;
}
.audio-slider-outer .slider-controls a.nex-btn {
  right: -70px;
}
.news-container {
  float: left;
  width: 92.5%;
  margin: 0 3.75%;
  border-bottom: 1px solid #969696;
}
.home-news {
  padding: 77px 82px 58px;
}
.home-news h2 {
  margin-bottom: 61px;
  line-height: 35px;
}
.home-news ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
}
.home-news li {
  float: left;
  margin: 0 50px;
  width: 437px;
}
.home-news .slider-controls a.prev-btn {
  left: -7%;
}
.home-news .slider-controls a.nex-btn {
  right: -5%;
}
.blog-post-outer {
  float: left;
  width: 100%;
}
.blog-image-outer {
  float: left;
  width: 100%;
  margin: 0 0 33px;
}
.blog-content {
  float: left;
  width: 100%;
}
.blog-content h6 {
  font-size: 24px;
  color: #3a3d47;
  font-family: 'EvelethDot';
  margin-bottom: 17px;
  line-height: 26px;
}
.blog-content p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ababab;
  font-family: 'FuturaPT-Book';
  line-height: 26px;
  margin: 0;
}
.book-container {
  float: left;
  width: 100%;
  padding: 110px 0 121px;
  position: relative;
	display:none;
}
.book-container img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.book-content-outer {
  float: left;
  width: 40%;
}
.book-content-outer h2 {
  line-height: 30px;
  margin: 0 0 35px;
}
.book-content-outer h4 {
  font-size: 28px;
  font-family: 'FuturaPT-Bold';
  margin: 0 0 22px;
  text-transform: uppercase;
}
.book-content-outer p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ababab;
  font-family: 'FuturaPT-Book';
  line-height: 26px;
  margin: 0 0 34px;
}
.audio-player-outer {
  float: left;
  width: 100%;
  line-height: 0;
}
.audio-player-outer img {
  width: 100%;
}
/*---------event-bar-container---------*/
.event-bar-container {
  float: left;
  width: 100%;
}
.event-date {
  float: left;
  width: 11.63%;
  padding: 29px 2.6% 35px;
  background: #570b0b;
  text-align: right;
  font-size: 24px;
  color: #ffffff;
  font-family: 'FuturaPT-Bold';
  text-transform: uppercase;
}
.event-date span {
  font-size: 50px;
  font-family: 'EvelethDot';
  float: right;
  width: 100%;
  line-height: 40px;
  margin: 0 0 10px;
}
.event-outer {
  float: left;
  width: 88.37%;
  padding: 30px 8% 36px 2.8%;
  background: #851d1e;
  color: #ffffff;
}
.event-outer a.main-btn {
  float: right;
  width: 25%;
  min-width: auto;
}
.event-outer a.main-btn:hover {
  background: #000000;
}
.event {
  float: left;
  width: 75%;
  color: #ffffff;
  padding: 11px 0 0;
}
.event h5 {
  font-family: 'FuturaPT-Bold';
  font-size: 26px;
  color: #ffffff;
  margin: 0 0 9px;
}
.event p {
  font-family: 'FuturaPT-Book';
  font-size: 26px;
  margin: 0;
}
.event p a {
  color: #ffffff;
}
.slider-controls-programs {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
}
.slider-controls-programs a.prev-btn,
.slider-controls-programs a.nex-btn {
  width: 50px;
  height: 46px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 50%;
  background: none;
  color: #d9d9d9;
  margin-top: -35px;
  z-index: 999;
}
.slider-controls-programs a.prev-btn {
  left: 0;
  text-align: right;
}
.slider-controls-programs a.nex-btn {
  right: 0px;
  text-align: left;
}
.slider-controls-programs a.prev-btn i,
.slider-controls-programs a.nex-btn i {
  font-size: 70px;
}
.staff-content-block {
  float: left;
  width: 100%;
  padding: 54px 0 60px;
}
.staff-content-inner {
  float: left;
  width: 100%;
}
.staff-content-inner p {
  font-size: 24px;
  color: #ababab;
  font-family: 'FuturaPT-Book';
  line-height: 28px;
}
.our-staff-block {
  float: left;
  width: 100%;
}
.staff-content {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 35px;
}
.staff-content h4 {
  font-family: 'EvelethDot';
  padding-bottom: 32px;
  color: #3a3d47;
}
.staff-list {
  float: left;
  width: 100%;
}
.staff-list ul {
  float: left;
  width: 100%;
  height: auto!important;
  visibility: visible!important;
}
.staff-list ul li {
  list-style: none;
  width: 32.1%!important;
  margin-left: 1.8%!important;
  margin-bottom: 20px!important;
  float: left;
  position: relative!important;
  overflow: hidden;
  cursor: pointer;
  left: auto!important;
  top: auto!important;
}
.staff-list ul li:first-child {
  margin-left: 0;
}
.staff-list ul li.first-li {
  margin-left: 0!important;
}
.staff-list ul li:nth-child(3n+4) {
  margin-left: 0;
}
.single-staff {
  float: left;
  width: 100%;
}
.single-staff img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border: 2px solid #d9d9d9 !important;
}
.single-staff .staff-details {
  position: absolute;
  background: rgba(58, 61, 71, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-left: 11%;
  padding-right: 11%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single-staff .staff-details h5 {
  font-family: 'FuturaPT-Bold';
  color: #ffffff;
  padding-bottom: 8px;
}
.single-staff .staff-details p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.single-staff .staff-details span {
  color: #ffffff;
  font-size: 18px;
  font-family: 'FuturaPT-Book';
}
.staff-details-inner {
  position: absolute;
  bottom: 28px;
  width: 78%;
}
.staff-list li:hover .staff-details {
  height: 100%;
}
.social-links {
  float: right;
}
.social-links ul {
  float: right;
  width: auto;
}
.social-links ul li {
  list-style: none;
  float: left;
  margin-bottom: 0;
  margin-left: 18px;
  width: auto;
}
.social-links ul li i {
  font-size: 20px;
}
.our-board-block {
  float: left;
  width: 100%;
  padding-top: 83px;
}
.our-board-block h6 {
  color: #982c24;
  font-family: 'FuturaPT-Bold';
  padding-bottom: 50px;
}
.board-list-outer {
  float: left;
  width: 100%;
}
.board-list {
  float: left;
  width: 100%;
  max-width: 728px;
  padding-right: 10px;
  padding-top: 30px;
}
.board-list-block {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.board-list-block:first-child {
  padding-left: 0;
}
.board-list-block ul {
  float: left;
  color: #ababab;
  margin-left: 16px;
  padding-left: 20px;
}
.board-list-block ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
.board-list-block .partners-list a {
  text-decoration: underline;
  color: #982c24;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.board-list-block .partners-list a:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.alumini-block {
  background: #f0f0f0;
  float: right;
  max-width: 370px;
  width: 100%;
  padding: 28px 0 80px 18px;
  position: relative;
}
.alumini-block h5 {
  font-family: 'EvelethDot';
  padding-bottom: 25px;
  color: #59534e;
  font-size: 24px;
  padding-left: 6px;
}
.alumini-block img {
  border: 2px solid #154c4c;
  margin-bottom: 33px;
}
.alumini-block h6 {
  padding-bottom: 18px;
  padding-left: 6px;
}
.alumini-block p {
  padding-left: 6px;
}
.alumini-block:after {
  background: #f0f0f0;
  content: "";
  height: 100%;
  position: absolute;
  right: auto;
  top: 0;
  width: 400%;
}
.alumini-block-inner {
  float: left;
  width: 100%;
  max-width: 350px;
}
.accordion-content-block {
  float: left;
  width: 100%;
}
.accordion h2 {
  color: #ffffff;
  line-height: 45px;
  font-size: 36px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-outer {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: inline-block;
  background: #af1709;
}
.accordion-inner {
  text-align: center;
}
.accordion {
  cursor: pointer;
}
.acc-content p,
.acc-content a {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  padding-top: 70px;
}
.acc-content .more-link {
  display: none;
}
.red-color {
  background: #af1709;
}
.meroon-color {
  background: #851d1e;
}
.dark-gold-color {
  background: #8a572a;
}
.gray-color {
  background: #9c9c9c;
}
.black-color {
  background: #38302d;
}
.darkgray-color {
  background: #4a4a4a;
}
.lightbrown-color {
  background: #873c05;
}
.accordion-open span {
  position: relative;
  float: right;
}
.accordion-open span:after {
  position: absolute;
  top: 10px;
  background: url(images/acc_minus.png) no-repeat right center;
  width: 26px;
  height: 26px;
  content: "";
}
.accordion-close span {
  position: relative;
  float: right;
}
.accordion-close span:after {
  background: url(images/acc_plus.png) no-repeat right center;
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  top: 10px;
}
.funding-outer-block {
  float: left;
  width: 100%;
  background: url(images/content/how-we-banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.funding-outer-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.acc-below-block {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
.funding-inner-block {
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative;
}
.funding-inner-block h6 {
  font-family: 'EvelethDot';
  color: #ffffff;
  line-height: 33px;
  padding-bottom: 12px;
}
.funding-block {
  float: left;
  width: 50%;
  padding-right: 65px;
}
.fund-right-block {
  float: left;
  width: 50%;
}
.single-list {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.single-list i {
  border: 2px solid #fe5a56;
  margin-bottom: 30px;
  display: inline-block;
}
.single-list i.red-square {
  height: 42px;
  width: 42px;
}
.single-list i.red-round {
  height: 42px;
  width: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-list p {
  color: #ffffff;
  font-size: 18px;
}
.single-list ul {
  color: #ffffff;
  padding-left: 13px;
  list-style: none;
}
.single-list ul li {
  font-size: 18px;
  position: relative;
  padding-left: 5px;
  line-height: 24px;
}
.single-list ul li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 8px;
  left: -12px;
}
.involve-block {
  float: left;
  width: 100%;
  padding: 78px 0 75px;
  border-bottom: 2px solid #979696;
}
.involve-block span {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}
.involve-left {
  float: left;
  padding-right: 16%;
  width: 55%;
}
.involve-content {
  float: left;
  width: 100%;
  min-height: 334px;
}
.involve-left-inner {
  float: left;
  padding: 48px 50px 30px;
  width: 100%;
  max-width: 442px;
  background: #851d1e;
}
.involve-left-inner h2 {
  color: #ffffff;
  line-height: 40px;
  padding-bottom: 30px;
}
.involve-left-inner p {
  color: #ffffff;
  font-size: 18px;
}
.involve-left-inner .main-btn {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}
.involve-right {
  float: left;
  width: 45%;
}
.involve-right ul {
  float: left;
  width: 100%;
}
.involve-right ul li {
  min-height: 157px;
  list-style: none;
  padding-top: 45px;
}
.involve-right ul li h6 {
  padding-bottom: 18px;
  font-family: 'EvelethDot';
  color: #3a3d47;
}
.involve-right ul li h6 a {
  font-family: 'EvelethDot';
  color: #3a3d47;
}
.involve-right ul li span {
  color: #ababab;
}
.slider-test,
.toggle-head {
  display: none;
}
.toggle-head span {
  position: relative;
  float: right;
}
.toggle-head.opened span:after {
  background: url(images/acc_minus_black.png) no-repeat right center;
  width: 22px;
  height: 20px;
  content: "";
  position: absolute;
  top: 10px;
}
.toggle-head span:after {
  background: url(images/acc_plus_black.png) no-repeat right center;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 10px;
}
/*** Begin Donate Now Section *************************************************************************************/
.donte-now-container {
  margin: 0 auto;
}
.donte-now-outer {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 54px 94px 37px 90px;
  text-align: center;
}
.donte-now-outer h6 {
  color: #3b342e;
  font-family: 'EvelethDot';
  line-height: 24px;
  margin-bottom: 47px;
}
.pay-form-outer {
  float: left;
  width: 100%;
}
.donate-price-outer {
  float: left;
  width: 100%;
}
.donate-price-outer ul {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 41px;
  text-align: center;
}
.donate-price-outer ul li {
  display: inline-block;
  padding-left: 25px;
}
.donate-price-outer ul li:first-child {
  padding-left: 0;
}
.donate-price-outer {
  float: left;
  width: 100%;
}
.donate-price-outer label {
  display: inline-block;
  width: auto;
  margin-right: 50px;
  font-family: 'EvelethDot';
  font-size: 24px;
  line-height: 24px;
  color: #383431;
  vertical-align: middle;
}
.donate-price-outer span.prefix {
  margin-right: -35px;
  border: none;
  background: none;
  display: inline-block;
  width: auto;
  color: #a7a7a7;
  font-size: 20px;
}
.donate-price-outer input {
  display: inline-block;
  width: 370px;
  padding: 8px 15px 8px 35px;
  height: 55px;
  border: 2px solid #e6e6e6;
  font-size: 24px;
  line-height: 24px;
  color: #383431;
  box-shadow: none;
  margin-bottom: 0;
}
.donate-price-outer input:focus {
  border: 2px solid #e6e6e6;
  background: none;
}
.pay-btns-outer {
  float: left;
  width: 100%;
  margin-top: 74px;
}
.pay-btns-outer ul {
  list-style: none;
  float: left;
  width: auto;
  margin-bottom: 0;
}
.pay-btns-outer ul li {
  float: left;
  padding-left: 40px;
}
.pay-btns-outer ul li:first-child {
  padding-left: 9px;
}
.pay-btns-outer ul li:first-child button {
  background: #af1709 !important;
  color: #ffffff!important;
  border: 2px solid #af1709 !important;
  padding: 13px 36px 8px!important;
  height: 50px;
}
.pay-btns-outer ul li:first-child button:hover {
  background: #ffffff!important;
  color: #af1709 !important;
}
.pay-btns-outer ul li button {
  background: none!important;
  font-family: 'FuturaPT-Medium' !important;
  font-size: 24px !important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  margin: 0!important;
  padding: 5px 0!important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
}
.pay-btns-outer ul li button:hover {
  opacity: 0.8!important;
}
.pay-btns-outer ul.check-list {
  float: left;
  padding-top: 19px;
  padding-left: 25px;
}
.pay-btns-outer ul.check-list li {
  padding-left: 71px;
}
.pay-btns-outer ul.check-list li:first-child {
  padding-left: 0;
}
.pay-btns-outer ul.check-list li a {
  color: #af1709;
  text-decoration: underline;
  font-family: 'FuturaPT-Book';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.pay-btns-outer ul.check-list li a:hover {
  color: #383431;
}
.pay-btns-outer ul li:first-child button.check-link {
  color: #af1709 !important;
  text-decoration: underline;
  font-family: 'FuturaPT-Book';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  height: auto;
  padding: 0 !important;
  background: none!important;
  border: none!important;
  text-transform: capitalize!important;
}
/*** End Donate Now Section ***************************************************************************************/
.alumini-block-inner .read-more {
  color: #af1709 !important;
  text-decoration: underline;
  font-family: 'FuturaPT-Book';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.read-more-link {
  color: #af1709 !important;
  text-decoration: underline;
  font-family: 'FuturaPT-Book';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.iframe-wrap {
  text-align: center;
  display: inline;
  padding-bottom: 20px;
}
.iframe-wrap iframe {
  float: left;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
/*** Begin Street Poets Blog Section *************************************************************************************/
.filter-container {
  float: left;
  width: 100%;
  background: #851d1e;
  padding: 40px 0;
}
.filter-outer {
  float: left;
  width: 100%;
}
.blog-container {
  float: left;
  width: 100%;
  padding: 117px 0 186px;
}
.blog-outer {
  float: left;
  width: 100%;
}
.top-blog-outer {
  float: left;
  width: 100%;
  margin-bottom: 38px;
  border-top: 2px solid #47403a;
  padding-top: 38px;
}
.top-blog-outer:first-child {
  border-top: none;
  padding-top: 0;
}
.single .top-blog-outer {
  border-bottom: none;
  padding-top: 0;
}
.top-left-wrap {
  float: left;
  width: 40%;
  padding-right: 4.72%;
}
.top-left-wrap h2 {
  line-height: 40px;
  color: #403b35;
  text-transform: uppercase;
}
.top-middle-wrap {
  float: left;
  width: 48.60%;
  padding-right: 5.88%;
}
.top-middle-wrap .brief-desc-outer {
  float: left;
  width: 100%;
  padding-left: 9px;
  padding-top: 4px;
  margin-bottom: 33px;
}
.top-middle-wrap .brief-desc-outer p {
  color: #ababab;
  font-family: 'FuturaPT-Book';
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.top-middle-wrap .brief-desc-outer time {
  font-family: 'FuturaPT-Book';
  font-size: 18px;
  line-height: 20px;
  color: #c7301b;
}
.top-middle-wrap ul {
  list-style: none;
}
.top-middle-wrap ul li:first-child {
  margin-left: 0;
}
.top-middle-wrap ul li {
  float: left;
  margin-left: 8px;
  text-transform: capitalize;
}
.top-right-wrap {
  float: left;
  width: 11.40%;
}
.top-right-wrap .submit-btn {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.middle-blog-outer {
  float: left;
  width: 100%;
}
.middle-blog-outer img {
  width: 100%;
}
.bottom-blog-outer {
  float: left;
  width: 100%;
  padding: 76px 156px 0 166px;
}
.bottom-left-wrap {
  float: left;
  padding-top: 5px;
}
.bottom-left-wrap p {
  font-family: 'FuturaPT-Book';
  font-size: 21px;
  line-height: 26px;
  color: #ababab;
  margin-bottom: 26px;
}
.bottom-left-wrap p a {
  color: #af1709;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-decoration: underline;
}
.bottom-left-wrap p a:hover {
  color: #ababab;
}
.bottom-right-wrap {
  float: right;
  padding-left: 40px;
  width: 42.47%;
}
.bottom-right-wrap .social-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 8px;
}
.bottom-right-wrap .social-wrap h6 {
  float: left;
  font-family: 'FuturaPT-Bold';
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4a4a4a;
}
.bottom-right-wrap .social-wrap ul {
  list-style: none;
}
.bottom-right-wrap .social-wrap ul li:first-child {
  padding-left: 14px;
}
.bottom-right-wrap .social-wrap ul li {
  float: left;
  font-family: 'FuturaPT-Book';
  font-size: 17px;
  line-height: 16px;
  text-transform: capitalize;
  padding-left: 20px;
}
.bottom-right-wrap .social-wrap ul li a {
  color: #4a4a4a;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.bottom-right-wrap .social-wrap ul li a:hover {
  color: #af1709;
}
.bottom-right-wrap .share-text-wrap {
  float: left;
  width: 100%;
  border-top: 2px solid #e5e5e5;
  padding-top: 25px;
}
.bottom-right-wrap .share-text-wrap p {
  font-family: 'FuturaPT-Medium';
  font-size: 24px;
  line-height: 30px;
  color: #954f07;
}
/*** End Street Poets Blog Section ***************************************************************************************/
/*** Begin How We do it Section *************************************************************************************/
.howwedo-container {
  float: left;
  width: 100%;
}
.howwedo-container .main-title {
  text-align: center;
}
.howwedo-container .main-title h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.howwedo-container .main-title h2:before {
  background: #7a7a7a;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  width: 150px;
}
.howwedo-container .back-btn-out {
  float: left;
  width: 100%;
  text-align: center;
}
.howwedo-outer {
  float: left;
  width: 100%;
  padding: 50px 15.27% 69px;
  font-family: 'FuturaPT-Book';
  font-size: 26px;
  line-height: 1.4;
  color: #a6a6a6;
}
.howwedo-outer h2 {
  font-family: 'FuturaPT-Bold';
  font-size: 68px;
  line-height: 1;
  text-transform: uppercase;
}
.howwedo-outer h3 {
  font-family: 'FuturaPT-Bold';
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
.howwedo-outer h4 {
  font-family: 'FuturaPT-Bold';
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.howwedo-outer h6 {
  font-family: 'FuturaPT-Bold';
  line-height: 26px;
  color: #954f07;
  padding: 0 20px 22px 36px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 22px;
  display: inline-block;
}
.howwedo-outer p {
  font-family: 'FuturaPT-Book';
  font-size: 26px;
  line-height: 23px;
  color: #a6a6a6;
  text-align: left;
  margin-bottom: 23px;
  line-height: 1.4;
}
.howwedo-outer .main-btn.read-more {
  float: none;
  margin: 13px 0 0;
  text-transform: capitalize;
}
.howwedo-outer ul {
  list-style-position: inside;
}
.howwedo-outer ul,
.howwedo-outer ol {
  margin-bottom: 23px;
}
.howwedo-outer h2,
.howwedo-outer h3,
.howwedo-outer h5 {
  margin-bottom: 10px;
}
.howwedo-outer a {
  color: #af1709;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-decoration: underline;
}
.howwedo-outer a:hover {
  color: #ababab;
}
/*** End How We do it Section ***************************************************************************************/
/*** Begin Footer Section *************************************************************************************/
.main-outercon {
  float: left;
  height: 100%;
  width: 100%;
}
.content-wrapper {
  float: left;
  width: 100%;
}
.footer-container {
  float: left;
  width: 100%;
  background: #000000;
  padding: 65px 8% 131px 8%;
}
.footer-content-outer {
  float: left;
  width: 100%;
}
.footer-logo-outer {
  float: left;
  width: 18.44%;
}
.footer-logo-wrap {
  max-width: 114px;
}
.footer-logo-wrap img {
  width: 100%;
}
.footer-right-outer {
  float: left;
  width: 81.56%;
  padding-top: 20px;
}
.footer-links-outer {
  float: left;
  width: 35.71%;
}
.footer-menu-links {
  float: left;
  width: 50%;
}
.footer-menu-links ul {
  list-style: none;
}
.footer-menu-links ul li:first-child {
  padding-top: 0;
}
.footer-menu-links ul li {
  font-family: 'FuturaPT-Book';
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  padding-top: 18px;
}
.footer-menu-links ul li a {
  color: #ffffff;
  -webkit-transition: color 200ms ease-in-out 0s;
  -moz-transition: color 200ms ease-in-out 0s;
  transition: color 200ms ease-in-out 0s;
}
.footer-menu-links ul li a:hover {
  color: #af1709;
}
.footer-socialnewsletter-outer {
  float: right;
  width: 64.29%;
}
.footer-social-outer {
  float: left;
  padding-left: 5.41%;
  padding-right: 20px;
  width: 36.87%;
}
.footer-social-outer ul {
  list-style: none;
}
.footer-social-outer ul li:first-child {
  padding-left: 0;
}
.footer-social-outer ul li {
  float: left;
  padding-left: 20px;
  font-size: 18px;
  line-height: 20px;
}
.footer-social-outer ul li a {
  color: #ffffff;
  -webkit-transition: color 200ms ease-in-out 0s;
  -moz-transition: color 200ms ease-in-out 0s;
  transition: color 200ms ease-in-out 0s;
}
.footer-social-outer ul li a:hover {
  color: #af1709;
}
.footer-newsletter-outer {
  float: left;
  width: 63.13%;
}
.footer-newsletter-outer h6 {
  font-family: 'EvelethDot';
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.footer-newsletter-outer p {
  font-family: 'FuturaPT-Book';
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: -0.4px;
  margin-bottom: 26px;
}
.footer-newsletter-outer form {
  float: left;
  width: 100%;
}
.footer-newsletter-outer form input {
  border: 2px solid #949494;
  background: #000000;
  color: #949494;
  font-family: 'FuturaPT-Book';
  font-size: 18px;
  line-height: 20px;
  max-width: 340px;
  padding: 9px 50px 7px 16px;
  height: auto;
  float: left;
}
.footer-newsletter-outer form input:focus {
  background: #000000;
}
.footer-newsletter-outer form button[type="submit"] {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 0 0 -33px;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  float: left;
  -webkit-transition: color 200ms ease-in-out 0s;
  -moz-transition: color 200ms ease-in-out 0s;
  transition: color 200ms ease-in-out 0s;
}
.footer-newsletter-outer form button[type="submit"]:hover {
  color: #af1709;
}
/*** End Footer Section ***************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.scrollup {
  background: #af1709;
  color: #ffffff;
  bottom: 50px;
  display: none;
  height: 40px;
  position: fixed;
  right: 50px;
  width: 40px;
  z-index: 99;
  opacity: .8;
  outline: none;
}
.scrollup i {
  line-height: 40px;
  font-size: 24px;
  width: 100%;
  text-align: center;
}
.post-categories li a {
  width: auto;
  height: 36px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Medium';
  font-size: 22px;
  padding: 0 10px;
  line-height: 30px;
  font-weight: normal;
  color: #f5e3db;
  border: #841b1d solid 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.post-categories li a:hover {
  background: #851d1e;
}
.footer-container .search-block,
.book-content-outer .more-link {
  display: none;
}
.blog-page-link {
  float: left;
  width: 100%;
  text-align: center;
}
#wrap_404 {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}
#wrap_404 h1 {
  font-size: 176px;
  color: #af1709;
  margin: 50px 0;
  line-height: 176px;
}
#wrap_404 h2 {
  display: block;
  color: #af1709;
  font-size: 18px;
  font-weight: normal;
}
#wrap_404 h6 {
  display: inline-block;
  margin-bottom: 32px;
  padding-bottom: 32px;
  font-size: 21px;
  font-weight: normal;
}
#wrap_404 p {
  display: block;
  color: #f7a4a0;
  font-size: 16px;
  margin: 0;
}
#wrap_404 p a {
  padding: 8px 12px;
  display: inline-block;
  background: none;
  color: #af1709;
  border: 3px solid #af1709;
  font-size: 16px;
  line-height: 16px;
}
#wrap_404 p a:hover {
  color: #ffffff;
  background: #af1709;
  text-decoration: none;
}
.search-box {
  background: #f2f2f2 none repeat scroll 0 0;
  display: none;
  float: right;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 1;
}
.search-box input {
  margin-bottom: 0;
}
.menu-out {
  float: right;
  position: relative;
}
.gallery-container {
  background: #000000;
  border-bottom: 1px solid #969696;
}
.gallery-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}
.gallery-container .-items .-item {
  margin: 1%!important;
  margin-bottom: 20px!important;
}
.gallery-container .-columns3 .-item {
  width: 33.33%!important;
}
.gallery-container .-items .-item .itembox {
  max-width: 367px!important;
  width: 100%!important;
  border: none!important;
  box-shadow: none!important;
  padding-bottom: 78%!important;
}
.gallery-container .-filters .-filter {
  border-color: #494949 !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  min-width: 135px;
  padding: 11px 7px!important;
  text-align: center;
  margin: 0 15px!important;
}
.gallery-container .-filters .-filter.active,
.gallery-container .-pages .-page-link.active {
  background: #d01d1b !important;
  color: #ffffff;
  border-color: #af1707;
  font-family: 'FuturaPT-Bold';
}
.-filters > span {
  color: #ffffff;
  float: left;
  text-transform: uppercase;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  line-height: 42px;
  margin-right: 15px;
  margin-left: 10px;
}
.gallery-container .-item .title {
  overflow: visible!important;
  font-family: 'FuturaPT-Bold';
  font-size: 22px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  padding-top: 30px;
}
.-filters {
  margin-top: 64px;
  margin-bottom: 68px;
}
.-links {
  background: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  display: none;
  font-size: 18px;
}
.-links a {
  color: #ffffff !important;
}
.gallery-container .-items .-item:hover .-links {
  display: block;
}
.-pages {
  padding-top: 50px;
  padding-bottom: 90px;
  text-align: center;
}
#ff-filters li {
  border: 1px solid #494949 !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  min-width: 135px;
  padding: 11px 7px!important;
  text-align: center;
  margin: 0 15px!important;
}
#ff-filters li:hover {
  background: #d01d1b !important;
  color: #ffffff;
  border-color: #af1707;
  font-family: 'FuturaPT-Bold';
}
.ff-video iframe {
  left: 0;
}
.page-id-2985 h2 {
  font-family: 'EvelethDot' !important;
}
.staff-list .dvteam-icons li {
  width: 40px!important;
  margin-bottom: 0!important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.added_to_cart {
  width: auto;
  min-width: 155px;
  height: 48px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 48px;
  font-weight: normal;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  min-width: inherit;
  padding: 0 10px;
  font-size: 13px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.added_to_cart:hover {
  background: #851d1e;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.added_to_cart:hover {
  color: #ffffff;
}
ul.products .amount {
  color: #ffffff;
}
ul.products h3 {
  color: #ffffff;
  text-transform: uppercase;
}
.woocommerce a.added_to_cart {
  padding-top: 0;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 13px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  width: auto;
  min-width: 155px;
  height: 48px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 48px;
  font-weight: normal;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #851d1e;
}
.woocommerce .woocommerce-info::before {
  color: #954f07;
}
.woocommerce .woocommerce-info {
  border-top-color: #954f07;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: left;
}
.cart_totals h2,
.woocommerce h2,
.woocommerce h3 {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px;
}
.woocommerce-breadcrumb {
  margin-top: 11px!important;
}
.single-product .product .entry-summary .amount {
  font-family: 'FuturaPT-Bold';
  font-size: 34px;
  color: #570b0b;
}
.related .products li h3 {
  color: #4a4a4a;
  font-size: 20px !important;
  font-family: 'FuturaPT-Bold';
  line-height: 22px;
}
.related .products li .amount {
  color: #4a4a4a;
  font-size: 20px;
}
.donate-link {
  float: right;
}
.contact-forms-outer label {
  display: none!important;
}
.gform_wrapper {
  max-width: 770px!important;
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
.name_first,
.name_last {
  width: 100%;
  max-width: 370px;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  margin-right: 14px!important;
}
.name_first {
  margin-right: 12px!important;
}
.gfield {
  margin-bottom: 33px!important;
}
.gform_button {
  width: auto;
  min-width: 155px;
  height: 48px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 48px;
  font-weight: normal;
  font-size: 22px !important;
}
.gform_button:hover {
  background: #851d1e;
}
.gform_wrapper textarea.medium {
  padding: 8px!important;
  width: 98%!important;
  height: 190px!important;
  font-family: 'FuturaPT-Medium' !important;
  font-size: 18px !important;
}
.error404 #main-headerblk-sticky-wrapper {
  position: static;
}
.error404 .main-header-blk ul li a {
  color: #4a4a4a;
}
.error404 .header-outer.sticky ul li a {
  color: #ffffff;
}
.search-submit {
  width: auto;
  min-width: 155px;
  height: 48px;
  float: left;
  background: #af1709;
  font-family: 'FuturaPT-Bold';
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 48px;
  font-weight: normal;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.search-submit:hover {
  background: #851d1e;
}
.search-no-results .search-form {
  display: inline-block;
}
.search-no-results .search-form label {
  float: left;
  margin-right: 20px;
}
.search-no-results .search-form span.screen-reader-text {
  display: none;
}
.search-no-results .search-form .search-field {
  height: 48px;
}
.search-no-results .page-content p {
  color: #ffffff;
}
.calendar-outer {
  float: left;
  width: 100%;
}
#search {
  background: rgba(240, 236, 232, 0.9) none repeat scroll 0 0;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#search .close {
  color: #fff;
  font-size: 90px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
}
#search .close:focus {
  outline: 0 none;
}
#search .container {
  height: 100%;
}
#search form {
  background-color: #000;
  margin-top: 80px;
  padding: 7% 7% 10%;
  position: relative;
}
#search form .wrap {
  border-bottom: 1px solid #fff;
  position: relative;
}
#search form .form-text {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  font: 400 3.42857em/1em proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 0 10px 0.5%;
  position: relative;
  top: 0;
  width: 90%;
}
#search form .form-text:focus {
  box-shadow: none !important;
  outline-width: 0 !important;
}
#search form .form-submit {
  background-color: transparent;
  border: 0 none !important;
  font-size: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}
#search form .form-submit:before {
  font-size: 70px;
  line-height: 2.6;
  margin: 0;
}
.header-share .header-share-inner {
  background-color: #000;
  padding: 7% 7% 0;
  position: relative;
  text-align: center;
}
.share-top ul li {
  min-width: 100%!important;
}
.share-top ul li .close {
  display: none;
}
.top-menu-out {
  float: right;
  position: relative;
  z-index: 999;
}
.ubermenu .ubermenu-item ul {
  top: 100%!important;
  background: #000000;
}
.main-header-blk ul ul {
  float: left;
  width: 100%!important;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
  display: none;
}
#tribe-events-pg-template {
  max-width: 1170px;
}
#tribe-events-bar {
  display: none;
}
.tribe-events-page-title,
.tribe-events-user-recurrence-toggle,
#tribe-events-footer,
.tribe-events-ical {
  display: none!important;
}
#tribe-events-photo-events {
  text-align: center;
  margin: 0!important;
}
.event-block {
  position: static!important;
  max-width: 360px;
  width: 100%;
  padding: 0 15px;
  float: none;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  margin-bottom: 30px;
}
.tribe-events-list .tribe-events-event-image {
  width: 100%;
  margin: 0;
}
.tribe-events-event-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 -45px 50px 0 rgba(0, 0, 0, 0.86);
  box-shadow: inset 0 -45px 50px 0 rgba(0, 0, 0, 0.86);
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.tribe-events-event-details:hover {
  background-color: transparent;
}
.tribe-events-photo-event-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.tribe-events-list-event-title.entry-title.summary {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  left: 0;
  right: 0;
}
.tribe-events-loop .tribe-events-event-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 20px;
  background: none;
  border: none;
  text-align: left;
}
.venue i {
  margin-right: 5px;
}
#tribe-events-content.tribe-events-list {
  margin-top: 50px;
}
.tribe-events-single-event-description p {
  font-family: 'FuturaPT-Book';
  font-size: 18px;
}
.search-block i {
  font-size: 24px;
}
.search-block ul {
  background: none!important;
}
.search-block ul li {
  float: right!important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.8% 2.992em 0;
  width: 23.65%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.donatebanner-con .variations_button,
.donatebanner-con .nyp,
.donatebanner-con .variations_form.cart {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.donatebanner-con .product_meta {
  display: none;
}
.iradio_line {
  display: inline-block !important;
  font-family: 'EvelethDot';
}
.donatebanner-con table {
  width: 100%;
}
.donatebanner-con .label {
  display: none;
}
.donte-now-outer .product_title,
.donte-now-outer .price {
  display: none;
}
.single_variation_wrap {
  display: block!important;
}
.nyp {
  height: 55px!important;
}
.donte-now-outer .quantity {
  display: none;
}
.ubermenu-menu-Top {
  display: inline !important;
}
.shiftnav-main-toggle-content .header-topblk {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-menu-links .share-top {
  display: none;
}
.ff-size-h2 {
  height: 300px;
}
.ff-size-w2 {
  width: 367px;
  position: static!important;
  float: left;
}
#ff-container img,
#ff-container iframe {
  width: 100%;
}
#ff-grid {
  width: 100%!important;
}
.donate-quote {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.donate-quote p {
  font-size: 26px;
  line-height: 36px;
}
.single-product .pay-btns-outer {
  display: none;
}
.single-product .single-pay-btn {
  display: block;
}
.single-product .donte-now-outer .pay-btns-outer {
  display: block;
}
.single-product .donte-now-outer .single-pay-btn {
  display: none;
}
.single_variation {
  margin-bottom: 20px;
}
.single-product .variations_form .label {
  float: left;
  width: 100%;
  background: none;
  font-size: 26px;
  text-align: left;
}
.single-product .variations_form .value {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.single-product .variations_form ul {
  list-style: none;
}
.woocommerce ul.products li.product h3 {
  font-size: 20px;
}
ul.products .amount {
  font-size: 16px;
}
.tg-filters-holder:before {
  color: #ffffff;
  content: "SORT BY:";
  line-height: 50px;
  margin-right: 20px;
  font-size: 22px;
  font-family: 'FuturaPT-Bold';
}
.mc4wp-success {
  float: left;
}
.single-product #tab-description p,
.single-product .woocommerce-tabs li a {
  font-size: 20px;
}
.st_email_large .stLarge {
  background: none!important;
}
.st_email_large .stLarge:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #4a4a4a;
}
.footer-address-block {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  float: left;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.donate-paypal {
  margin-top: -19px;
}
