@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?pq5iqp');
  src: url('../fonts/icomoon/icomoon.eot?pq5iqp#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?pq5iqp') format('truetype'), url('../fonts/icomoon/icomoon.woff?pq5iqp') format('woff'), url('../fonts/icomoon/icomoon.svg?pq5iqp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-discussion:before {
  content: "\e908";
}
.icon-guideline:before {
  content: "\e906";
}
.icon-call:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e902";
}
.icon-food:before {
  content: "\e909";
}
.icon-games:before {
  content: "\e90c";
}
.icon-book:before {
  content: "\e901";
}
.icon-handshake:before {
  content: "\e903";
}
.icon-clock:before {
  content: "\e907";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-cross:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90e";
}
.icon-CBF_Logo-01:before {
  content: "\e916";
}
.icon-session:before {
  content: "\e918";
}
.icon-lyrics:before {
  content: "\e91a";
}
.icon-pray:before {
  content: "\e91c";
}
.icon-group:before {
  content: "\e91d";
}
.icon-home:before {
  content: "\e91e";
}
.icon-info_outline:before {
  content: "\e91f";
}
@font-face {
  font-family: 'montserrat-light';
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: 'montserrat-light';
  font-weight: 300;
}
input:focus,
textarea:focus {
  outline: none;
}
html {
  overflow: hidden;
}
body {
  overflow: hidden;
  width: 100%;
  font-family: 'montserrat-light';
  font-weight: 300;
  position: relative;
  background-color: white;
}
.body-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.cont-height {
  position: relative;
  overflow-y: hidden;
}
.cont-height .scroll-container {
  position: relative;
}
.cont-height .scroll-child {
  position: relative;
}
.cf {
  overflow: hidden;
}
.md-button {
  border-radius: 0;
  text-align: left;
  text-transform: none;
}
#overlay {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
#overlay.show {
  display: block;
}
.page-content {
  position: relative;
  overflow-y: auto;
}
.page-content .app {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn {
  border: none;
  font-family: 'montserrat-light';
  font-weight: 300;
  font-size: 24px;
  width: 100%;
  line-height: 50px;
  cursor: pointer;
  background-color: #f26c6e;
  color: white;
  margin: 0 -10px;
}
.btn-wrapper {
  position: relative;
  height: 50px;
  text-align: center;
  margin: 20px -16px;
}
a {
  text-decoration: none;
}
a.link {
  color: #f26c6e;
}
.icons {
  cursor: pointer;
}
.black-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.page-content {
  overflow: visible !important;
}
.pageanim {
  top: 0;
  left: 0;
  background: #fff;
}
.pages {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background: #fff;
  -webkit-box-shadow: -2px 0px 20px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0px 20px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 20px -3px rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
}
.iScrollIndicator {
  opacity: 0.5;
  border-color: #8f8c87 !important;
}
.form-wrapper {
  padding: 0 5px;
  height: auto;
  margin: 16px -16px;
}
.input-wrapper {
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 10px;
  border-bottom: 1px solid #dedede;
}
.input-wrapper .inputbox-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 20px;
  line-height: 24px;
}
.input-wrapper .input-textbox {
  width: 100%;
  border: none;
  padding: 15px 0;
  font-size: 18px;
  line-height: 22px;
}
.item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-list .item {
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  width: 100%;
  margin: 0;
}
.search-cont {
  position: relative;
  border-bottom: 1px solid #dedede;
}
.search-cont .search-icon {
  font-size: 20px;
  color: #dedede;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-cont .search-input {
  display: block;
  border: none;
  font-size: 16px;
  width: 100%;
  padding: 10px 60px 10px 45px;
  font-family: 'montserrat-light';
  font-weight: 300;
}
.search-cont .search-btn {
  font-size: 18px;
  color: #dedede;
  position: absolute;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #ffffff;
  width: 45px;
  right: 10px;
  padding: 5px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pull-refresh-wrapper {
  position: relative;
  overflow-y: hidden;
}
.refreshIndicator {
  z-index: 10000;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  line-height: 34px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}
.refreshIndicator .transit-top {
  transition: top 1s;
}
.refreshIndicator .refreshIcon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: white;
  background-image: url('../image/spinner11.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.rotating {
  -webkit-animation: spin 1s infinite;
  /* Safari 4+ */
  animation: spin 1s infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
