/*
Theme Name: Forget us not
Version: 1.0
Theme URI: http://mandatecomms.sg/
Description: Nice and sleek responsive design for Live4
Author: mandatecomms
Author URI: http://mandatecomms.sg/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/*initialise*/

body {
  font-family: 'Didact Gothic', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  color: #fff;
}

body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .modal-content,
.dark .css3-spinner,
body.dark #side-panel,
body #side-panel.dark {
  background-color: #000;
}

p {
  margin-bottom: 25px;
  color: #000;
}

#content.no-hero-cnt {
  padding-top: 120px;
  background-color: #eee;
}

.width-sm {
  width: 200px;
  margin: 0;
}

.center {
  margin: 0 auto;
  display: block;
  width: auto;
}

.hero-title {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: 400;
}

#content .hero-title .sm-txt {
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  font-weight: 100;
  margin: 0;
}

#content .hero-cnt .wrapper .info {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.quote-txt {
  width: auto;
  display: inline-block;
  position: relative;
}

.quote-txt:before,
.quote-txt:after {
  content: '';
  line-height: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  width: 32px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.quote-txt:before {
  left: -45px;
  background-image: url(assets/images/img_open_quote_color.png);
}

.quote-txt:after {
  right: -45px;
  background-image: url(assets/images/img_close_quote_color.png);
}

#content .hero-title span {
  color: #fff;
  font.font-weight: 400;
  line-height: 1;
}

.ani-outer h2 {
  margin-bottom: 30px;
}

.head-txt {
  text-transform: unset;
  font-weight: 400;
  display: block;
  line-height: 1;
  font-size: 28px;
  letter-spacing: -0.5px;
}
.head-txt.title-font-lg {
   margin-bottom: 5px;
}

.head-txt2 {
  color: #000;
  font-size: 50px;
}

.head-txt3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.head-txt4,
.head-txt4 p {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.2 !important;
  text-transform: unset;
}

.head-gesture {
  font-size: 36px;
  line-height: 1.5;
}

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

.btn-tpl {
  color: #e14900 !important;
  border: 1px solid #e14900 !important;
  background-color: transparent !important;
}

.last-p {
  margin-bottom: 3rem;
}

.title-font-lg {
  font-size: 50px;
}

.h-line {
  width: 80px;
  height: 1px;
  background-color: #000;
  margin-bottom: 25px;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
}

.h-line.alt {
  margin-top: 25px;
}

#intro .wrapper {
  position: absolute;
  top: 100%;
  line-height: 1;
  margin: 0;
}

#intro.hero-cnt:not(.wide) .wrapper {
  top: 85%;
  left: 80%;
  width: 35vw;
  text-align: left;
}

#content .panel-info,
#content .panel-info p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

#content .panel-info.last-p,
#content .panel-info p:last-child {
  margin-bottom: 3rem;
}

.panel-title {
  margin-bottom: 25px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cnt .head-txt {
  /* font-size: 25px; */
}

.hero-cnt .head-txt2 {
  /* font-size: 40px; */
}

#content .hero-cnt .panel-info {
  /*font-size: 20px;*/
}

/*Global*/


.clearfix {
  clear: both;
}

.txt-middle {
  margin: 0 auto;
}

.v-line {
  background: #f3e2c7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3e2c7 0%, #c19e67 50%, #b68d4c 100%, #e9d4b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3e2c7 0%, #c19e67 50%, #b68d4c 100%, #e9d4b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3e2c7 0%, #c19e67 50%, #b68d4c 100%, #e9d4b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0);
  /* IE6-9 */
  /* IE6-9 */
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
}

.v-line.full-height {
  height: 100%;
}

.v-line-1 {
  left: 0;
}

.v-line-2 {
  left: 33%;
}

.v-line-3 {
  right: 33%;
}

.v-line-4 {
  right: 0;
}

#btn-navSignUp {
  margin: 15px 0 !important;
  background-color: transparent !important;
  text-align: left !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 10px 25px !important;
  color: #fff;
}

#btn-navSignUp:hover {
  color: #444 !important;
  border-color: #444 !important;
}

.hidden-lg {
  display: none;
}

.width-sm {
  width: 200px;
}

/*Custom scroll*/

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e14900;
  background-color: rgba(225, 73, 0, 09);
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-scroll-arrow-down {
  opacity: 1;
  position: absolute;
  bottom: 5rem;
  left: calc(50% - 5px);
  width: 50px;
  height: 35px;
  z-index: 999;
  width: 1rem;
  margin: 2.5rem auto 0;
  cursor: pointer;
}

.list li {
  display: block;
  float: left;
  margin-bottom: 1px;
  margin-left: 1px;
}

.list li:nth-child(2n-1) {
  margin-left: 0;
}

.last-p {
  margin-bottom: 50px;
}

.font-red {
  color: #e14900 !important;
}

/*form register */
  .alert {
    border-radius: unset;
    font-size: 18px;
    text-align: center;
    text-transform: unset;
}
 .alert strong {
  text-transform: lowercase;
 }
.alert-success,
.alert-danger {
    background-color: transparent;
    border-color: transparent;
}
.alert-success {
    color: #e14900;
}

.register-form {
  width: 700px;
}

.register-form form {
  width: calc(100% - 85px);
  margin: 0 auto;
}

.register-form label {
  float: left;
  vertical-align: middle;
  display: block;
  margin: calc(3% - 5px) 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
  margin-right: 15px;
}

.dark .register-form .col_full {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.dark .register-form .form-control:not(.not-dark) {
  border-radius: unset;
  color: #666;
  background-color: transparent;
  border-color: #e14900;
  height: 50px;
  width: 350px;
  margin-left: 260px;
      font-size: 16px;
}

.register-form-submit {
  margin-left: 260px !important;
  margin-top: 30px !important;
}

/*Button*/

.button {
  font-weight: 600 !important;
}

.button.button-border {
  border: 1px solid #444;
  background-color: rgba(000, 000, 000, 0.3);
}

.button.button-border.button-light:hover {
  background-color: #fe9d2c !important;
  color: #fff !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap {
  border-bottom-color: transparent !important;
  background-color: transparent !important;
}

/*Header*/

#logo {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 3;
}

#logo a,
#logo a img {
  position: relative;
  z-index: 2;
}

#logo a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -25px;
  width: 310PX;
  height: 158PX;
  background: url(assets/images/logo_shadow.png);
  background-repeat: no-repeat;
  z-index: 1;
}

#side-panel-trigger {
  position: fixed;
  top: 0 !important;
  right: 25px !important;
  z-index: 3;
}

#header,
#header-wrap,
#logo img {
  height: auto;
}

.dark .swiper-pagination span:hover,
.dark .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fe9d2c !important;
}

#side-panel-trigger a {
  font-size: 20px;
  color: #e14900;
}

#side-panel-trigger {
  margin-top: 35px;
}

.dark #header-wrap:not(.not-dark) #side-panel-trigger a {
  color: #e14900 !important;
}

#side-panel {
  width: 330px;
  right: -330px;
}

#side-panel .side-panel-wrap {
  overflow: hidden;
  background-color: #fe9d2c;
  padding: 40px 20px 40px 50px;
  width: 330px;
}

.dark .side-panel-wrap .widget_links li a {
  background-image: none;
  color: #fff;
}

.dark .side-panel-wrap .widget_links li:hover a {
  color: #404040;
}

.ln-nav-outer {
  margin-bottom: 20px;
}

.ln-nav-inner {
  float: right;
}

.ln-nav-inner li {
  display: inline-block;
  padding: 0;
}

.ln-nav-inner li a {
  padding: 0 10px;
  font-size: 18px;
}

.ln-nav-inner li:first-child a {
/*  border-right: 1px solid #404040 !important;
  line-height: 1;*/
    line-height: 1;
    font-size: 35px;
    margin: 0;
    padding: 0;  
}

#primary-menu ul li>a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {
  background-color: transparent;
  border-color: #3F3F3F;
  border-top-color: transparent;
  padding-left: 0;
}

.dark #primary-menu:not(.not-dark) ul ul li>a,
#primary-menu.dark ul ul li>a {
  color: #404004 !important;
  font-size: 20px;
  text-transform: none;
}

.social-outer {
  position: absolute;
  bottom: 50px;
  /*left: 70px;*/
}

.social-fixed {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 9;
}

.social-sharing {
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio-overlay .social-sharing .social-icon {
    width: 40px !important;
    height: 40px !important;
}

.social-fixed .social-icon:hover {
  background-color: transparent !important;
}

.social-fixed .social-icon i:last-child {
  color: #fe9d2c !important;
}

.txt-social {
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.social-icon i {
  color: #fff;
}

.social-icon.si-small {
  font-size: 18px;
}

.home #footer {
  position: absolute;
  bottom: 0;
}

#footer.dark,
.dark #footer {
  background-color: #f8f8f8;
  width: 100%;
}

#footer .container {
  width: 100% !important;
  font-size: 14px;
  color: #fff;
  text-align: left;
  /* padding-top: 50px; */
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin: 0 auto !important;
}

#footer p {
color: #000;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

#footer .col {
  text-align: left;
}

.txt-mailto {
  color: #e14900;
}

.dark .txt-mailto:hover {
  color: #333;
}

#footer .sm-txt {
  font-size: 10px;
  color: #000;
  text-align: left;
  margin-bottom: 5px !important;
  text-align: right;
  margin-right: 280px;
}

#footer .list {
  float: right;
  margin: 0;
}

#footer .list li {
  padding-left: 25px;
}

.stretched #gotoTop {
    bottom: 13vh;
}

/*Paging*/

.pagination>li>a {
  color: #e14900;
  font-size: 18px;
}

.tpl-grid .flex-control-nav li,
.tpl-grid .flex-control-nav li a {
  width: 5px !important;
  height: 5px !important;
}

/*video*/

#video_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 999;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#video_layer .video_layer_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 6;
}

#video_layer .video_layer_loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/ajax-loader.gif);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  z-index: 5;
}

#video_layer video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

@media (min-width: 992px) {
  .side-header#primary-menu {
    margin-bottom: 30px;
  }
  .side-header#primary-menu:not(.nobottomborder):after {
    margin-top: 40px;
  }
  .side-header#primary-menu,
  .side-header#primary-menu ul {
    float: none;
    height: auto;
  }
  .side-header#primary-menu ul li {
    float: none;
    margin: 25px 0 0 0;
    display: table;
  }
  .side-header#primary-menu ul li:first-child {
    margin-top: 0;
  }
  .side-header#primary-menu ul li a {
    height: auto;
    line-height: 25px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
  }
  .side-header#primary-menu ul li i {
    line-height: 24px;
  }
  .side-header#primary-menu ul ul {
    position: relative;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: auto;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 5px 0;
    padding-left: 12px;
  }
  .side-header#primary-menu ul ul ul {
    top: 0 !important;
    left: 0;
  }
  .side-header#primary-menu ul ul.menu-pos-invert {
    left: 0;
    right: auto;
  }
  .side-header#primary-menu ul ul ul.menu-pos-invert {
    right: auto;
  }
  .side-header#primary-menu ul ul li {
    margin: 0;
    border: 0;
  }
  .side-header#primary-menu ul ul li:first-child {
    border-top: 0;
  }
  .side-header#primary-menu ul ul a {
    font-size: 12px;
    height: auto !important;
    line-height: 24px !important;
    padding: 2px 0 !important;
  }
  .side-header#primary-menu ul ul li:hover>a {
    background-color: transparent !important;
    color: #444 !important;
  }
  .side-header#primary-menu ul>li.sub-menu>a,
  .side-header#primary-menu ul>li.sub-menu:hover>a {
    background-image: none !important;
  }
  .side-header#primary-menu ul>li.sub-menu:hover>a:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .side-header:not(.open-header) #wrapper {
    margin: 0 0 0 260px !important;
    width: auto !important;
  }
  .side-header:not(.open-header) #wrapper .container {
    width: auto;
    margin: 0 40px;
  }
}

@media (min-width: 1200px) {
  body:not(.device-touch) #content:not(.no-hero-cnt) .container {
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .side-header#primary-menu ul li {
      margin: 15px 0 0 0;
  }
  #primary-menu ul li>a {
      font-size: 18px;
  }
}

/* =Preloader */

#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: #212121;
  color: #ffffff;
}

#preloader.is-hidden {
  height: 0;
}

#preloader .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#preloader .txt-perc {
  font-size: 35px;
  opacity: 1;
  margin: 0 0 6px 0;
  max-width: 400px;
  text-align: center;
}

#preloader .progress {
  width: 100px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto 15px auto;
}

#preloader .progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#preloader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.is-loading {
  overflow: hidden;
}

/* =Header */

.header-container {
  text-align: center;
  color: #ffffff;
}

.header-container .wrapper {
  padding-top: 120px;
  z-index: 2;
  position: relative;
}

.header-container .bcg {
  -webkit-transition: -webkit-transform 4s ease-out;
  transition: transform 4s ease-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.header-container.is-loaded .bcg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.header-container .bcg {
  background-size: cover;
}

.scroll-hint {
  bottom: 10px;
  left: calc(50% - 5px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* =Main */

.fs {
  height: 100vh;
}

.slide {
  color: #ffffff;
  position: relative;
}

.slide .wrapper {
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* =Content Block */

.content-block {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.9);
}

.content-block .wrapper {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.content-block.is-active .wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.inner-cnt {
  padding: 150px 0;
  z-index: 999;
  position: relative;
}

/* =Simple animation up */

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#iht_logo {
  width: 100px;
  margin-bottom: 30px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
  /* =Header */
  .header-container {
    overflow: hidden;
    position: relative;
  }
  .header-container .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70vw;
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    margin: 0;
    padding: 0;
  }
  .header-container:before {
    font-size: 70em;
  }
  .scroll-hint {
    font-size: 20px;
  }
  .bcg {
    opacity: 1;
  }
}

/*About*/
.page-template-template-about .hero-title {
  margin-bottom: 15px;
}

.page-template-template-about #cb01 {
  background-color: #f2e5d6;
}

.page-template-template-about #cb02 {
  background-color: #fceed6;
}

.page-template-template-about #cb03 {
  background-color: #ecd7b8;
}

#about-row-2 {
position: absolute;
    left: -5%;
    bottom: 5%;
    max-width: 70%;
}

#about-row-3-1 img,
#about-row-3-2 img {
  display: block;
  margin: 0 auto;
}

#about-row-3-1 img {
  margin-top: 7vh;
}

#about-row-3-2 img {
  margin-top: 10vh;
}

#about-row-3-1 p,
#about-row-3-2 p,
#about-row-3-3 p {
  text-align: center;
}
#img_about_row3_col3_outer {
  position: relative;
  width: 341px;
  height: 300px;
  margin: 0 auto;
}
#year1 {
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 35px;
    font-weight: 900;
    color: #f5981e;
}

#year2 {
    position: absolute;
    bottom: 40px;
    left: 10px;
    font-size: 35px;
    font-weight: 900;
    color: #f5981e;
}

#amount1 {
    position: absolute;
    top: 30px;
    right: 70px;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
}

#amount2 {
position: absolute;
    bottom: 40px;
    right: 50px;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
}

/*toggle*/

.toggle .togglet,
.toggle .toggleta {
  padding-left: 0;
}

.toggle {
  font-size: 22px;
  color: #333;
  display: block;
  float: none;
}

.toggle .togglet i {
  position: initial;
  width: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  background: #e28913;
  border-radius: 5px;
  color: #fff;
  float: left;
  vertical-align: middle;
}

.toglet-txt {
  display: inline-block;
  float: left;
  padding: calc(24% - 55px) 0;
}

.toggle .togglec {
  font-size: 18px;
  max-width: 85%;
  padding: 0;
}

.toggle .toggle-inner {
  font-size: 18px;
  width: 200px;
  display: inline-block;
  float: left;
  text-align: right;
  color: #333;
  margin: 0 5px;
  line-height: 1.3;
}

#about-row-4-3 .togglet img {
  float: left;
}

#about-row-4-3 .inner {
  text-align: left;
}
#about-row-4-2 img {
    max-width: 75%;
}

/*Our Freinds*/

.page-template-template-friends #cb01 {
  background-color: #f8f8f8;
}

.page-template-template-friends #cb02 {
  background-color: #f2e5d6;
}

.page-template-template-friends .org-outer {
  margin: 0 15px 25px 15px;
  text-align: left;
  color: #333;
}

.page-template-template-friends .orgs {
  font-size: 26px;
  margin-bottom: 25px;
  text-transform: capitalize;
  display: block;
}

.page-template-template-friends .org-list {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.page-template-template-friends .org-list li {
  list-style-type: none;
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  padding: 0 0 25px 0;
}

.page-template-template-friends .org-list .bullet {
  width: 5px;
  height: 5px;
  background: #333;
  float: left;
  vertical-align: bottom;
  display: inline;
  margin-top: 7px;
  margin-right: 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.page-template-template-friends .org-list .name {
  color: #333;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: block;
}

.page-template-template-friends .org-list .info {
  display: block;
  color: #666666;
  font-size: 18px;
}

/*Video Page*/
.page-template-template-videos #content.no-hero-cnt {
     background-color: #000; 
}

.page-template-template-videos .container {
  
}

.page-template-template-videos .portfolio-filter {
  border-color: transparent;
  margin: 0 0 20px 0;
}

.page-template-template-videos .portfolio-filter li {
  width: 160px;
}

.page-template-template-videos .portfolio-filter li a {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}

.portfolio-filter li.activeFilter a {
  background-color: transparent;
}

.page-template-template-videos .portfolio-overlay {
  opacity: 1;
  background-color: rgba(000, 000, 000, 0.5);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.portfolio-item:hover .portfolio-overlay {
  /*background-color: rgba(254,157,44,0.7);*/
  background-color: rgba(000, 000, 000, 0.7);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.page-template-template-videos .portfolio-overlay .portfolio-desc span {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 12px;
}

.portfolio-overlay .portfolio-desc h3 {
text-transform: uppercase;
    max-width: 70%;
    line-height: 1.3;
    margin: 0 auto;
    font-size: 18px;
}

.page-template-template-videos .portfolio-overlay .portfolio-desc span a,
.portfolio-overlay .portfolio-desc h3 a {
  color: #fff !important;
}
.page-template-template-videos #footer {
    margin-top: 50px!important;
}

.page-template-template-videos .h-line {
  background-color: #fff;
}

.page-template-template-videos .panel-title {
  margin-bottom: 50px;
}
.page-template-template-videos .head-txt4,
.page-template-template-videos .head-txt4 p {
  color: #fff;
}

/*Community*/
.page-template-template-dfc .panel-title {
    max-width: 100%;
}

.page-template-template-dfc #cb01 {
  background-color: #f8f8f8;
  position: relative;
}

.page-template-template-dfc #cb02 {
  background-color: #f2e5d6;
}

.gesture-wrapper {
  width: 43vw;
  margin-bottom: 30px;
  display: table;
  clear: both;
}

.page-template-template-dfc #img-pos1 {
  position: absolute;
  top: 50vh;
  left: 0;
  max-width: 30vw;
  z-index: 1;
}

.gesture-wrapper.last {
  margin-bottom: 0;
}

.gesture-wrapper .outer {
  clear: both;
}

.gesture-wrapper .inner {
  padding-left: 75px;
  position: relative;
  padding-top: 35px;
  color: #333;
  font-size: 18px;
  position: relative;
  width: 435px;
  float: left;
}

.gesture-wrapper .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  height: 106px;
}

.gesture-wrapper .title {
  display: block;
  padding-bottom: 10px;
  color: #fe9d2c;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.gesture-wrapper ul {
  margin-left: 40px;
  /* max-width: 360px; */
  /* float: left; */
}

.gesture-wrapper ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}

.gesture-wrapper ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fe9d2c;
  float: left;
  vertical-align: bottom;
  display: inline;
  margin-right: 2px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  top: 9px;
  left: -10px;
}

.gesture-wrapper img {
  max-width: 110px;
  float: left;
  margin-top: 5vh;
}

.gesture-wrapper img.left {
  margin-left: 15px;
}

.gesture-wrapper img.right {
  margin-right: 15px;
}

/*kind*/

/*.gesture-wrapper .gesture-k .inner:before {
  background-image: url(assets/images/gesture_k.png);
  width: 97px;
}*/

.gesture-wrapper .gesture-i {
  margin-left: -5vw;
}

/*.gesture-wrapper .gesture-i .inner:before {
  background-image: url(assets/images/gesture_i.png);
  width: 26px;
}*/

.gesture-wrapper .gesture-i .inner {
  padding-left: 30px;
}

.gesture-wrapper .gesture-n {
  margin-left: 5vw;
}

/*.gesture-wrapper .gesture-n .inner:before {
  background-image: url(assets/images/gesture_n.png);
  width: 95px;
}*/

.gesture-wrapper .gesture-n .inner {
  padding-left: 100px;
}

.gesture-wrapper .gesture-d {
  margin-left: 7vw;
}

/*.gesture-wrapper .gesture-d .inner:before {
  background-image: url(assets/images/gesture_d.png);
  width: 98px;
}*/

.gesture-wrapper .gesture-d .inner {
  padding-left: 105px;
}

.gesture-wrapper .gesture-d img {
  margin-top: 5vh;
}

/*Care */

/*.gesture-wrapper .gesture-c .inner:before {
  background-image: url(assets/images/gesture_c.png);
  width: 83px;
}*/

.gesture-wrapper .gesture-c img {
  /* right: 15%; */
  /* bottom: 0; */
  margin-top: 5vh;
}

.gesture-wrapper .gesture-a {
  margin-left: 3vw;
}

/*.gesture-wrapper .gesture-a .inner:before {
  background-image: url(assets/images/gesture_a.png);
  width: 96px;
}*/

.gesture-wrapper .gesture-a .inner {
  padding-left: 85px;
}

.gesture-wrapper .gesture-a img {
  /* right: 11%; */
  /* bottom: 0; */
  margin-top: 6vh;
}

.gesture-wrapper .gesture-r {
  margin-left: -1vw;
}

/*.gesture-wrapper .gesture-r .inner:before {
  background-image: url(assets/images/gesture_r.png);
  width: 79px;
}*/

.gesture-wrapper .gesture-r .inner {
  padding-left: 80px;
}

.gesture-wrapper .gesture-r img {
  /*  left: -190px;
  bottom: 0;*/
}

.gesture-wrapper .gesture-e {
  margin-left: 13vw;
}

/*.gesture-wrapper .gesture-e .inner:before {
  background-image: url(assets/images/gesture_e.png);
  width: 67px;
}*/

.gesture-wrapper .gesture-e .inner {
  padding-left: 70px;
}

.gesture-wrapper .gesture-e img {
  /*  right: -50px;
  top: 25px;*/
}

/*Grid Template*/

.tpl-grid {}

.tpl-grid .portfolio-container {
  margin-top: 0;
  margin-bottom: 50px;
}

.tpl-grid .portfolio-item {
  background-color: #fff;
  width: 350px;
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.tpl-grid .portfolio-desc {
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: unset;
}

.tpl-grid .portfolio-desc span {
  display: block;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 15px;
}

.tpl-grid .portfolio-desc .date {
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.tpl-grid .portfolio-desc .title {
  font-size: 20px;
  color: #333;
}

.tpl-grid .portfolio-desc .source {
  font-size: 12px;
  color: #666;
  margin-top: 0;
}

.tpl-grid .portfolio-desc .info {
  font-size: 16px;
  color: #333;
  text-transform: unset;
}

/* events - Filter -----------------------------------------------------------------*/

.page-template-template-events .portfolio-filter {
  margin: 0 auto 15px auto;
  border: none;
  width: 800px;
  float: none;
}

.page-template-template-events .portfolio-filter li a {
  display: block;
  position: relative;
  padding: 12px 10px;
  font-size: 16px;
  border-left: none;
  text-transform: uppercase;
  font-weight: 600;
}

.tpl-grid .portfolio-filter li.activeFilter a,
.tpl-grid .portfolio-filter li:hover a {
  color: #e14900 !important;
  padding: 12px 10px;
}

     #content.bg-fluid {
      position: relative;
    }
   #content.bg-fluid:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      background-size: cover;

  }
    .bg-fluid .section {
    padding-top: 60vh;
  }


/*Stories*/
.tpl-stories #content.no-hero-cnt .section,
.dark.tpl-stories .section, .tpl-stories .section.dark {
    background-color: #f1e9e2;
}


  .tpl-stories #content:after {
      background-image: url(assets/images/resources/stories/bg_hero.jpg);
  }

  .story-cnt {
    display: table;
    margin-bottom: 50px;
  }

  .story-cnt img {
    display: block;
    float: left;
    padding: 0;
    margin:0;
  }

  .story-cnt .info-outer {
    display: block;
    float: left;
    padding: 0;
    margin:0;
    width: calc(100% - 225px);
    margin-left: 25px;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    text-transform: unset;
  }

  .story-cnt .info-outer span {
    display: block;
    text-transform: capitalize;
     font-weight: 600;
  }  

  .story-cnt .info-outer .name {
      font-size: 25px;
  }
  .story-cnt .info-outer .position {
      margin-bottom: 25px;
  }  
  #content .story-cnt .info-outer .info {
     line-height: 1.5;
  }    

/*downloads*/
.page-template-template-downloads #content.no-hero-cnt .section,
.dark.page-template-template-downloads .section, .page-template-template-downloads .section.dark {
    background-color: #f3f3f3;
}


  .page-template-template-downloads h2.title {
    text-align: center;
    color: #333;
    font-size: 25px;    
  }

.page-template-template-downloads .pricing--tashi .pricing--item {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0.5em;
    padding: 0;
    text-align: left;
    color: #fff;
    background: transparent;
}
.page-template-template-downloads .pricing--tashi .pricing--title {
    font-size: 18px;
    font-weight: 400;
        margin: 0 0 15px 0;
    color: #333 !important;
}

.page-template-template-downloads .pricing--tashi .pricing--action,
.page-template-template-downloads .pricing--tashi .pricing--item * .pricing--action  {
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: #e14900;
    float: right;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px; 
}

.pricing--tashi .pricing--action:hover, .pricing--tashi .pricing--action:focus {
   opacity: 0.7;
}

.page-template-template-downloads .pricing--inner {
    
    padding: 15px;
    display: inline-block;
    width: 100%;
        background: #fff;
}

/*Start Page*/

@media (max-width: 1600px) and (min-width: 992px) {
  body {
    font-size: 17px;
  }
  #header,
  #header-wrap,
  #logo img {
    height: 17vh;
  }

  .social-outer {
      position: relative;
bottom: initial;
    left: initial;      
  }  
  .icon-scroll-arrow-down {
    width: 1rem;
  }
  .button.button-border.button-large {
    font-size: 12px;
  }
  .head-txt {
    font-size: 24px;
  }
  .head-txt2 {
    font-size: 45px;
  }
  .head-txt3,
  .head-txt4,
  #content .panel-info,
  #content .panel-info p {
    font-size: 17px;
  }
/*  #content .hero-cnt.wide .wrapper .info {
    font-size: 18px;
  }
  .hero-cnt .head-txt {
    font-size: 18px;
  }
  .hero-cnt .head-txt2 {
    font-size: 30px;
  }
  #content .hero-cnt .panel-info {
    font-size: 15px;
  }*/
  /*About  */
  /*toggle*/
  .toggle {
    font-size: 15px;
  }
  .toggle img {
    width: 70px;
  }
  .toggle .togglet i {
    width: 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .toggle .toggle-inner {
    font-size: 15px;
    width: 11vw;
    margin: 0px 10px;
  }
  .toggle .togglec {
    font-size: 15px;
    max-width: 90%;
  }
  #about-row-2 {
    bottom: 15%;
  }  
  /*our friend*/
  #intro.hero-cnt:not(.wide) .wrapper {
    /*top: 100%;*/
/*    left: 80%;
    width: 25vw;  */  
  }
  .page-template-template-friends #intro.hero-cnt:not(.wide) .wrapper {
    /*top: 90%;*/
  }  
  .page-template-template-friends .orgs {
    font-size: 20px;
  }
  .page-template-template-friends .org-list .name,
  .page-template-template-friends .org-list .info {
    font-size: 16px;
  }
  /*form register */

  .register-form {
    width: 600px;
  }
  .register-form form {
    width: calc(100% - 85px);
  }
  .register-form label {
    margin: calc(3% - 5px) 0;
    font-size: 16px;
  }
  .dark .register-form .form-control:not(.not-dark) {
    height: 40px;
    width: 300px;
    margin-left: 220px;
  }
  .register-form-submit {
    margin-left: 220px !important;
  }
  /*video page */
  .page-template-template-videos .portfolio-filter {
      width: 920px;
      margin-left: auto;
      margin-right: auto;
      float: none;
  }
  .page-template-template-videos .portfolio-filter li {
    width: 130px;
  }
  .page-template-template-videos .portfolio-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  /*Community*/
  .gesture-wrapper {
    width: 750px;
  }
  .page-template-template-dfc #img-pos1 {
    top: 80vh;
  }
  .gesture-wrapper .inner,
  .gesture-wrapper .title {
    font-size: 16px;
  }
  .gesture-wrapper .inner {
    padding-top: 25px;
    padding-left: 60px;
  }
  .gesture-wrapper .inner:before {
    height: 70px;
  }
  .gesture-wrapper img {
    max-width: 15%;
  }
  /*kind*/
  .gesture-wrapper .gesture-i {
    margin-left: -5vw;
  }
  .gesture-wrapper .gesture-i .inner {
    padding-left: 22px;
  }
  .gesture-wrapper .gesture-n {
    margin-left: 8vw;
  }
  .gesture-wrapper .gesture-n .inner {
    padding-left: 65px;
  }
  .gesture-wrapper .gesture-d {
    margin-left: 7vw;
  }
  .gesture-wrapper .gesture-d .inner {
    padding-left: 70px;
  }
  /*Care */
  .gesture-wrapper .gesture-a {
    margin-left: 3vw;
  }
  .gesture-wrapper .gesture-a .inner {
    padding-left: 65px;
  }
  .gesture-wrapper .gesture-r {
    margin-left: -1vw;
  }
  .gesture-wrapper .gesture-r .inner {
    padding-left: 50px;
  }
  .gesture-wrapper .gesture-e {
    margin-left: 13vw;
  }
  .gesture-wrapper .gesture-e .inner {
    padding-left: 50px;
  }

  /*Resources*/
  .story-cnt .info-outer .name {
      font-size: 22px;
  }
  .story-cnt .info-outer {
     font-size: 16px;
  }  
}

@media (max-width: 1400px) {
  .header-container .wrapper {
    width: 85vw;
  }
  #intro.hero-cnt:not(.wide) .wrapper {
      top: 100%;
  }  
}



@media (max-width: 1199px) {
  #content.no-hero-cnt {
    padding-top: 100px;
  }
  .tpl-grid .portfolio-item {
    background-color: #fff;
    width: 300px;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  #content.no-hero-cnt .container {
    width: 970px;
  }
  /*Community*/
  .gesture-wrapper {
    width: 680px;
  }

  /*Our Friends    */

  /*grid template  */
  .tpl-grid  .portfolio-overlay {
      opacity: 1;
  }  
  .tpl-grid .portfolio-desc .date {
    font-size: 12px!important;
  }

  .tpl-grid .portfolio-desc .title {
    font-size: 16px;
  }

  .tpl-grid .portfolio-desc .source {
    font-size: 10px !important;
  }

  .tpl-grid .portfolio-desc .info {
    font-size: 14px;
  }

  /*Resources*/
  .tpl-stories #content:after {
      background-image: url(assets/images/resources/stories/bg_hero_md.jpg);
  }

  .page-template-template-videos .portfolio-filter {
      width: 670px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      float: none;
  }  


}

@media (max-width: 1199px) and (min-width: 992px) {
  #header,
  #header-wrap,
  #logo img {
    height: 15vh;
  }
  .button.button-border.button-large {
    line-height: 30px;
    height: 35px;
  }
  #intro.hero-cnt:not(.wide) .wrapper {
    top: 110%;
    left: 77%;
    width: 35vw;
  }
  .page-template-template-friends #intro.hero-cnt:not(.wide) .wrapper {
    top: 100%;
    width: 32vw;
    left: 80%;
  }     
  /*About*/
  .header-container .wrapper {
      width: 90vw;
  }  
  #content .hero-cnt .wrapper .info {
    font-size: 17px;
    line-height: 1.2;
  }
  .toggle .toggle-inner {
    font-size: 15px;
    width: 17vw;
  }
  /*video page */
/*  .page-template-template-videos .container {
    margin-top: 8vh;
  }*/
  .page-template-template-videos .portfolio-filter li a {
      font-size: 12px;
      padding: 10px 5px;
  }  
  .page-template-template-videos .portfolio-filter li {
    width: 95px;
  }
.portfolio-overlay .portfolio-desc h3 {
    font-size: 15px;
}  
  #footer p {
    font-size: 1.5vw;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .button.button-border.button-large {
    font-size: 16px !important;
  }
  #footer .list {
    float: left;
  }
  #footer p {
    font-size: 1.6vw;
  }
  /*DFC  */

  .gesture-wrapper .inner {
    padding-left: 45px;
    padding-top: 18px !important;
    font-size: 15px;
    width: 350px;
  }
  .gesture-wrapper .inner:before {
    height: 50px;
  }
  .gesture-wrapper .title {
    font-size: 15px;
  }
  .gesture-wrapper img {
    max-width: 10vw;
  }
  /*kind*/
  .gesture-wrapper .gesture-i {
    margin-left: -5vw;
  }
  .gesture-wrapper .gesture-i .inner {
    padding-left: 15px;
  }
  .gesture-wrapper .gesture-n {
    margin-left: 13vw;
  }
  .gesture-wrapper .gesture-n .inner {
    padding-left: 50px;
  }
  .gesture-wrapper .gesture-d {
    margin-left: 10vw;
  }
  .gesture-wrapper .gesture-d .inner {
    padding-left: 50px;
  }
  /*Care */
  .gesture-wrapper .gesture-a {
    margin-left: 5vw;
  }
  .gesture-wrapper .gesture-a .inner {
    padding-left: 55px;
  }
  .gesture-wrapper .gesture-r {
    margin-left: 0vw;
  }
  .gesture-wrapper .gesture-r .inner {
    padding-left: 50px;
  }
  .gesture-wrapper .gesture-e {
    margin-left: 20vw;
  }
  .gesture-wrapper .gesture-e .inner {
    padding-left: 45px;
  }
  .gesture-wrapper .hidden-sm {
    display: block !important;
  } 
  .gesture-wrapper .hidden-lg {
    display: none !important;
  }  
}

@media (max-width: 991px) {
  body {
    font-size: 20px;
  }
  .device-touch #logo {
      position: absolute;
  }
  #logo a:after {
      background: none;
      position: initial;
  } 
  #side-panel-trigger {
    margin: 30px 0 !important;
  }
  .content-wrap {
    background: #f2e5d6;
    margin-top: 80px;
  }
  #content.no-hero-cnt .content-wrap {
    background: transparent;
  }
  #content.no-hero-cnt {
    padding-top: 0;
  }
  .tpl-grid .portfolio-item {
    background-color: #fff;
    width: 48% !important;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 15px;
  }
  #content.no-hero-cnt .container {
    max-width: 970px;
  }
.panel-title {
  text-align: center;
      max-width: 650px;
} 
.h-line {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
  #content .panel-info,
  #content .panel-info p {
    font-size: 18px;
    text-align: center;
  }
  .hero-cnt .head-txt {
    font-size: 22px;
  }
  .hero-cnt .head-txt2 {
    font-size: 35px;
  }
  #content .hero-cnt .panel-info {
    font-size: 18px;
    text-align: center;
  }
  .v-line {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  #primary-menu ul li {
    border-top: 0 !important;
  }
  #header,
  #header-wrap,
  #logo img {
    height: 80px;
  }
  .side-header#primary-menu>ul,
  #primary-menu>div>ul {
    display: block !important;
  }
  .icon-scroll-arrow-down {
    display: none;
  }
  #side-panel-trigger {
    position: fixed !important;
  }
  .container,
  #header.full-header .container,
  .container-fullwidth {
    width: 100% !important;
  }
  .button.button-border.button-large {
    line-height: initial;
    height: initial;
    padding: 10px;
    font-size: 13px;
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: table;
  }
  .head-txt {
    font-size: 22px;
  }
  .head-txt2 {
    font-size: 35px;
  }
  .head-txt3,
  .head-txt4 {
    font-size: 16px;
  }
  .fs {
    height: auto;
    z-index: 1;
  }
  .header-container .bcg {
    background-image: url(assets/images/img_blank.png) !important;
  }
  .inner-cnt {
    padding: 80px 0;
  }
  .inner-cnt-m {
    position: relative;
  }
  .hero-cnt:not(.wide) .inner-cnt-m {
    background-color: #f2e5d6;
    text-align: center;
  }
  .hero-cnt:not(.wide) .inner-cnt {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1;
  }
  .inner-cnt-m .inner {
    position: relative;
    width: 75%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
  }
  .content-block .inner {
    padding-top: 0;
  }
  /*About*/
  .page-template-template-about .hero-cnt:not(.wide) .inner-cnt-m .inner {
    text-align: center;
  }
  .page-template-template-about .hero-title {
    color: #333 !important;
        margin-bottom: 25px;
        font-size: 35px;
  }
  .page-template-template-about #content .hero-title span {
    color: #333;
    /* line-height: 1.3 !important; */
    margin-bottom: 0;
        line-height: 0.7;
  }
  .page-template-template-about #content .hero-cnt .sm-txt {
    font-size: 22px;
  }
  .quote-txt:before {
      left: -35px;
  }
  .quote-txt:before, .quote-txt:after {
      height: 20px;
  }
  #content #cb01 .panel-info.width-sm {
    position: absolute;
    top: 25px;
    left: 12%;
  }
  #about-row-2 {
    position: initial;
    max-width: 100%;
  }
  #about-row-3-1,
  #about-row-3-2 {
    margin-top: 0;
    margin-bottom: 50px;
  }
  #about-row-3-1 img,
  #about-row-3-2 img {
    margin-top: 0;
  }
  #about-row-4-1 {
    padding-bottom: 0;
    padding-top: 50px;
  }
  #about-row-4-3 {
    padding-top: 0;
  }
  .toggle {
    font-size: 25px;
    clear: both;
    display: block;
  }
  .toggle .togglec {
    font-size: 25px;
    max-width: 90%;
    padding: 0;
  }
  .toglet-txt {
    padding: calc(13% - 55px) 0;
  }
  #about-row-4-3 .toglet-txt {
    padding: calc(20% - 55px) 0;
  }
  .toggle .toggle-inner {
    font-size: 25px;
    width: 40vw;
    margin: 0 15px;
  }
  /*Video Page*/
  .page-template-template-videos .content-wrap {
      background: #000;
  }  
  .page-template-template-videos .container {
    /*margin-top: 65px;*/
    width: 100% !important;
  }
  .page-template-template-videos .portfolio-filter {
    margin-top: 20px;
    width: auto;
  }
  .page-template-template-videos .portfolio-filter li {
    width: auto;
    margin: 0 !important;
  }
  .page-template-template-videos .portfolio-filter li a {
    font-size: 15px;
  }
  .gesture-wrapper {
    width: 600px;
  }
  .page-template-template-dfc #img-pos1 {
    top: initial;
    bottom: 0;
  }

  .bg-fluid .section {
    padding-top: 0;
}

  /*Resources*/
  .page-template-template-downloads h2.title {
    font-size: 18px;
    margin-bottom: 15px;
  }  
  .tpl-stories #content:after,
  .page-template-template-downloads #content:after {
      background-image: none;
  }

  .tpl-stories #content.no-hero-cnt,
  .page-template-template-downloads #content.no-hero-cnt {
      background-color: #000;
  }  

  /*Highlights*/
  .page-template-template-events #content.no-hero-cnt,
  .page-template-template-media #content.no-hero-cnt {
    background: #000;
  }
  .page-template-template-events #content.no-hero-cnt .content-wrap,
  .page-template-template-media #content.no-hero-cnt .content-wrap {
    background: #eee;
        padding-top: 25px !important;
  }  



  #footer.dark,
  .dark #footer {
    position: initial !important;
    margin-top: 0 !important
  }
  #footer p {
    font-size: 14px;
    margin-bottom: 20px;
        line-height: 1.3;
  }
  #footer .sm-txt {
    text-align: left;
    margin-right: 0;
  }
  #footer .pull-right {
    float: left !important;
  }
  #footer .list li {
    padding-left: 0;
  }
  #footer .list li img {
    max-width: 80%;
  }
  .social-outer {
    position: relative;
    bottom: initial;
    left: initial;
  }
}


@media (max-width: 767px) {
  #content.no-hero-cnt .container {
    width: 100% !important;
  }
  .inner-cnt-m .inner {
    width: calc(100% - 30px);
    max-width: 470px;
  }
  .inner-cnt-m .inner.alt {
    width: 100%;
  }
  .inner-cnt-m .inner.alt [class^=col-] {
    padding: 0;
  }
  /*form register */
  .register-form {
    width: 100%;
  }
  .register-form .head-txt2 {
    line-height: 0.8;
    margin-bottom: 10px;
  }
  .head-last {
    margin-bottom: 30px;
  }
  .register-form form {
    width: 100%;
    margin: 0 auto;
  }
  .register-form label {
    font-size: 16px;
    text-align: left;
    display: block;
  }
  .dark .register-form .col_full {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .dark .register-form .form-control:not(.not-dark) {
    height: 35px;
    width: 100%;
    margin-left: 0;
  }
  .register-form-submit {
    margin-top: 30px !important;
    margin-left: 0 !important;
  }
  /*About*/
  .page-template-template-about #content .hero-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .page-template-template-about #content .hero-title .sm-txt {
    font-size: 25px;
  }
  .page-template-template-about #content .info {
    font-size: 18px;
  }
/*  .quote-txt:before,
  .quote-txt:after {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
  }*/
  #content #cb01 .panel-info.width-sm {
    margin: 0 auto;
    top: 0px;
    left: 25px;
    font-size: 15px;
    width: 150px;
    text-align: left;
  }
  .toggle .togglec {
    font-size: 18px;
  }
  .toggle .toggle-inner {
    font-size: 18px;
    width: 160px;
  }
  #about-row-4-3 .toglet-txt,
  .toglet-txt {
    padding: 30px 0;
  }
  .togglet img {
    width: 105px;
  }
  #about-row-4-2 img {
    max-width: 50%;
  }
  /*our friends*/
  .page-template-template-friends #cb01 .inner-cnt-m {
    padding-bottom: 0;
  } 
  .page-template-template-friends .org-outer {
    margin: 0 0 25px 0;
  }
  .tpl-grid .portfolio-item {
    padding: 15px !important;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 45% !important;
  }
  .page-template-template-friends .orgs {
    font-size: 22px;
  }
  .page-template-template-friends .org-list .name,
  .page-template-template-friends .org-list .info {
    font-size: 16px;
  }
  /*events  */
  .page-template-template-events .portfolio-filter {
    width: 65%;
  }
  .page-template-template-events .portfolio-filter li {
    width: auto;
    margin: 0 0 0 0 !important;
  }
  .page-template-template-events .portfolio-filter li a {
    font-size: 14px;
  }

  /*DFC*/
  .gesture-wrapper .inner {
    padding-left: 45px;
    padding-top: 18px;
    font-size: 15px;
    width: 350px;
  }
  .gesture-wrapper .inner:before {
    height: 50px;
  }
  .gesture-wrapper .title {
    font-size: 15px;
  }
  .gesture-wrapper img {
    max-width: 10vw;
  }
  /*kind*/
  .gesture-wrapper .gesture-i {
    margin-left: -5vw;
  }
  .gesture-wrapper .gesture-i .inner {
    padding-left: 15px;
  }
  .gesture-wrapper .gesture-n {
    margin-left: 13vw;
  }
  .gesture-wrapper .gesture-n .inner {
    padding-left: 50px;
  }
  .gesture-wrapper .gesture-d {
    margin-left: 10vw;
  }
  .gesture-wrapper .gesture-d .inner {
    padding-left: 50px;
  }
  /*Care */
  .gesture-wrapper .gesture-a {
    margin-left: 5vw;
  }
  .gesture-wrapper .gesture-a .inner {
    padding-left: 55px;
  }
  .gesture-wrapper .gesture-r {
    margin-left: 0vw;
  }
  .gesture-wrapper .gesture-r .inner {
    padding-left: 50px;
  }
  .gesture-wrapper .gesture-e {
    margin-left: 20vw;
  }
  .gesture-wrapper .gesture-e .inner {
    padding-left: 45px;
  }  
}

@media only screen and (max-width: 479px) {
  .tpl-grid .portfolio-item {
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  /*events  */
  .page-template-template-events .portfolio-filter {
    width: 90%;
  }
  /*Community*/
  .page-template-template-dfc #cb02 .head-txt:not(.head-last) {
      margin-bottom: 10px;
  }
  .gesture-wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
  }
  .page-template-template-dfc #img-pos1 {
    display: none;
  }
  .gesture-wrapper .outer {
    margin-left: 0 !important;
  }
  .gesture-wrapper .inner {
padding-top: 18px;
    font-size: 15px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .gesture-wrapper .title {
    font-size: 15px;
  }
  .gesture-wrapper ul {
    margin-left: 25px;
  }
  .gesture-wrapper img {
    max-width: 100px;
    float: none;
    margin: 0 auto !important;
    display: table;
  }
  .gesture-wrapper img.hidden-sm {
    display: none;
  }

  /*Resources*/
  .story-cnt img {
    display: block; 
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
  }

  .story-cnt .info-outer {
    width: 100%;
    margin-left: 0;
  } 

  .story-cnt .info-outer {
    font-size: 15px;
} 

.story-cnt .info-outer span {
    text-align: center;
}   
}

@media only screen and (orientation: landscape) {
  body:not(.device-lg .device-md) #footer p {
    font-size: 15px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
