/* Common */
.feed_container section {
  border: 1px solid #d8d4d4;
  border-radius: 4px;
  box-shadow: none!important;
  display: inline-block;
  width: 100%;
}

.bc-feed_block {
  background: #fff;
  padding: 16px 0 0;
  margin-top: 16px;
}

.bc-profile_txt {
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: top;
  width: 90.5%;
}

.bc-profile_block .bc-profile_img {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.feed_container .bc-user_status {
  margin: 4px 0 0;
}

.bc-user_status li,
.bc-event_dat li {
  list-style: none;
  display: inline-block;
  text-align: left;
}

.bc-nav_list li {
  color: #999;
  list-style: none;
  display: inline-block;
  text-align: left;
}

.feed_container .bc-social_block {
  background-color: #edefed;
  padding: 4px 16px;
  width: auto !important;
  font-size: 15px;
}

.feed_container a:hover {
  text-decoration: none;
}

.bc-feed_block .bc-momstar_img {
  background: url('../../icons/feed/momstar-icon.png') no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

.bc-feed_block .bc-momstar_block {
  margin: 0 8px 0 0;
}

.bc-feed_block .bc-icon-share {
  margin: 0 2px 0 0;
  font-size: 14px !important;
}

.bc-feed_block .bc-expert_img {
  background: url('../../icons/feed/expert-icon.png') no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 8px;
}

.bc-feed_block .bc-bookmark_img {
  background: url('../../icons/feed/bookmark-unfilled.png') no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 15px;
  float: right;
}

.bc-feed_block .bc-bookmark_img_filled {
  background: url('../../icons/feed/bookmark-filled.png') no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 15px;
  float: right;
}

.bc-feed_block .bc-like_img {
  background: url('../../icons/feed/like-unfilled.png') no-repeat;
  background-size: 100% 100%;
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;

  margin: 0 4px 2px 0;
}

.bc-feed_block .bc-like_img_filled {
  background: url('../../icons/feed/like-filled.png') no-repeat;
  background-size: 100% 100%;
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.bc-feed_block .bc-comment_img {
  background: url('../../icons/feed/comment.png') no-repeat;
  background-size: 100% 100%;
  height: 14px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;

  margin: 0 4px 2px 0;
}

.bc-feed_block .bc-service_info {
  background-color: #edefed;
  margin: 0px !important;
}

.bc-expert_name {
  color: #01b6d6;
}

/* Review */
.bc-review_block {
  width: 49.6%;
}

.bc-feedpost-image-container {
  display: table;
}

.bc-review_block.auto {
  width: auto;
  display: table-cell !important;
}

.bc-feed-image-border {
  border: 2px solid #edefed;
  max-width: 100%;
  vertical-align: middle;
}

.bc-feed_block .bc-icon-save-filled {
  color: #fc7585;
  font-size: 18px;
  margin: 25px 0 0 20px;
}

.bc-feed_block .bc-icon-done {
  background-color: #fc7585;
    color: white;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 21px;
    font-weight: bold;
    margin: 24px 0 0 24px;
}

/* Article */
.bc-article_list {
  margin-top: 4px;
}

.bc-feed_article_img {
  background: url('http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/articles/normal/1139/article_56ea40b4e52eb.jpg') no-repeat #edefed;
  background-size: 100% 100%;
  height: 300px;
  width: 100%;
}

/* Event */
.bc-feed_article_button,
.bc-feed_event_button,
.bc-feed_bookmark_button,
.bc-feed_ugc_button,
.bc-feed_review_button {
  background: #fc7585;
  color: #fff;
  padding: 4px 16px;
  display: block;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
}

.bc-feed_event_profile {
  background: url('http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/articles/normal/1139/article_56ea40b4e52eb.jpg') no-repeat #edefed;
  background-size: 100% 100%;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.bc-event_dat {
  margin: 4px 0;
}

.bc-feed_block .bc-event_details {
  margin: 4px 0 0 14px;
  padding: 0;
}

/* Profile */
.bc-feed_follow_btn {
  border: 1px solid #fc7585;
  border-radius: 20px;
  padding: 0 8px;
}

.bc-feed_ugc_img {
  background: url('http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/articles/normal/1139/article_56ea40b4e52eb.jpg') no-repeat #edefed;
  background-size: 100% 100%;
  height: 300px;
  width: 100%;
}

.bc-social_block > div {
  margin-right: 12px;
}

span.bc-feed_likescount {
    margin-right: 4px;
}

.bc-feed-unfollow{
    background: #fc7585;
    padding: 2px 8px 2px 2px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
}

.bc-feed-follow {
    padding: 2px 8px 2px 2px;
    border-radius: 3px;
    color: #fc7585;
    cursor: pointer;
    border: 1px solid #fc7585;
}

.bc-feed_review .bc-separator {
  margin: 0 2px;
}

.bc-feed_review .bc-nav_list li {
    border-left: 1px solid #999;
    padding: 0 8px;
    line-height: 16px;
}

.bc-feed_review .bc-nav_list li:first-child {
    border-left: 0;
    padding: 0 8px 0 0;
}

.bc-feed_review .bc-feed_likescount {
    margin: 0 4px 0 0;
}

.bc-comment_count_block {
  margin: 0 0 0 8px;
}

.bc-feed_review .bc-form_caption_wrapper .bc-profile_img {
    height: 30px;
    width: 30px;
}

.bc-feed_block .bc-form_caption_wrapper .bc-profile_img,
.bc-feed_block .bc-comment_wrapper .bc-profile_img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

.bc-feed_review .bc-caption_input {
    height: 30px;
}

.bc-comment_block{
    width: 90%;
    display: inline-block;
    font-size: 13px;
    margin-left: 8px;
}

.bc-comment_block p {
    margin: 0px;
}

/* Question feed */
.bc-feed_question .bc-answered_block,
.bc-feed_post .bc-answered_block {
  width: 90%;
    display: inline-block;
    font-size: 13px;
    margin-left: 16px;
}

.bc-feed_question .bc-answered_block p:first-child,
.bc-feed_post .bc-answered_block p:first-child  {
  margin: 0;
}

.bc-feed_question .bc-answered_block p,
.bc-feed_post .bc-answered_block p  {
  margin: 4px 0 0;
  line-height: 15px;
}

.bc-feed_question .bc-profile_img,
  .bc-feed_post .bc-profile_img  {
    border-radius: 50%;
}

.bc-feed_aricle .bc-feed-follow,
.bc-feed_aricle .bc-feed-unfollow {
    float: left;
}

.bc-feed_aricle .bc-feed_article_title {
  position: relative;
}

.bc-feed_aricle .bc-icon-bookmark {
    float: right;
    font-size: 24px;
    position: absolute;
    right: 6px;
    top: -8px;
}

.bc-feed_event .bc-profile_img {
  background:url('http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/users/normal/31460/profile_573965c6b552f.jpg') no-repeat #edefed;
}

.bc-feed_event .bc-icon-calender-1 {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
}

.bc-feed_event .bc-feed_event_details {
  margin: 0 0 0 6px;
  width: 90.5%;
}

.bc-feed_event .bc-feed_event_details_block p {
    margin: 4px 0 0;
}

.bc-feed_event .bc-feed-going {
    padding: 2px 8px 2px 8px;
    border-radius: 3px;
    color: #fc7585;
    cursor: pointer;
    border: 1px solid #fc7585;
    margin: 12px 0;
    font-size: 14px;
}

.bc-feed-going-gone {
    background: #fc7585;
    color: #ffffff !important;
}

.bc-feed_event .bc-icon-marker {
    margin-left: -6px;
}

.bc-feed_btn {
    display: inline-block;
    background-color: #edefed;
    padding: 6px 16px;
    border-radius: 16px;
    margin: 0 16px 0 0;
}

.bc-feed_btn span {
  vertical-align: middle;
}

.bc-feed_btn_photo {
  padding: 0 16px 0 4px;
}

.bc-question_img {
  background: url('../../icons/feed/question-icon.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 8px 0 0;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  display: inline-block;
}

.bc-feedpost_image {
    background-size: 100% 100%!important;
    width: 100%;
    padding-top: 100%;
}

.bc-question_image {
    background-size: 100% 100%!important;
    width: 100%;
    padding-top: 100%;
}

.follow-container {
  float: right !important;
}


@media (max-width:767px) {
/* Common */
  .bc-profile_txt {
    width: 84%;
    margin-left: 8px;
  }

/* Reviewed */
  .bc-review_recommend_counter {
    display: block!important;
  }

  .bc-review_recommend_counter div:nth-child(1) {
    margin-left: 0!important;
  }

  .bc-feed_ugc_img {
    height: 188px;
  }

  .bc-review_block {
    width: 48.6%;
    height: 120px;
    vertical-align: top;

  }

  .bc-icon-calender {
    font-size: 26px;
  }

  .bc-feed_block .bc-event_details {
    width: 79%;
  }

  .feed_container .bc-social_block {
    font-size: 12px;
  }

  .bc-social_block > div {
    margin-right: 8px;
  }

  /* Question feed */
  .bc-feed_question .bc-answered_block,
  .bc-feed_post .bc-answered_block {
    width: 81%;
  }

  .bc-feed_event_details {
    margin: 0 0 0 8px!important;
  }

  .bc-feed_btn {
    padding: 5px 8px;
    margin: 0 7px 0 0;
    font-size: 10px;
  }

  .bc-feed_btn .bc-font_size_24 {
    font-size: 20px;
  }

  .bc-feed_btn {
    padding: 5px 8px;
  }

  .bc-feed_btn_photo {
    padding: 0 8px 0 0px;
  }

  .bc-feed_btn .bc-font_size_14 {
    font-size: 10px !important;
  }

  .bc-comment_block{
    width: 84%;
    margin-left: 8px;
  }
}

@media (max-width:640px) {
  .bc-profile_txt {
    width: 84% !important;
  }

  .bc-feed_event .bc-feed_event_details {
    margin: 0 0 0 6px;
    width: 84%;
  }

  .bc-profile_txt > .author_info{
    width: 100%;
  }
  .follow-container {
    float: left !important;
  }
}

@media (max-width:960px) {
/* Common */
  .bc-profile_txt {
    width: 89%;
    margin-left: 8px;
  }

  .bc-feed_event .bc-feed_event_details {
    margin: 0 0 0 6px;
    width: 89%;
  }
}

@media (max-width:320px) {
  .bc-profile_txt {
    width: 80%;
    margin-left: 8px;
  }
}

.fixed {
  backface-visibility: hidden;
  position: fixed;
  z-index:2;
  transition: transform 300ms ease;
}

.bc-header_hamburger {
  width: 100%;
  float: left;
  background-color: #fff;
}

.bc-header_hamburger .logo a {
    margin: 8px 0 0;
}

.bc-header_hamburger .bc-navbar_toggle {
  float: left;
  margin-right: 0;
}

header .bc-sign_up,
header .bc-sign_up:hover,
header .bc-sign_up:active,
header .bc-sign_up:focus {
    background-color: #f8697d;
    border: none!important;
    border-radius: 10px;
    color: #fff!important;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 17.2px;
    outline: none;
}

header .bc-login_btn {
  vertical-align: middle;
}

header .bc-city_dropdown .bc-icon-location {
  font-size: 20px;
  vertical-align: middle;
}

header .bc-dropdown .bc-icon-chevron {
  font-size: 18px;
  vertical-align: middle;
}

header .bc-article_wrapper { margin: 0 0 24px; }

header .bc-article_wrapper .bc-article_list {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

header .bc-article_wrapper .bc-article_list ul {
  color: #fc7585;
  padding: 0 0 0 18px;
}

header .bc-article_list li p {
  color: #000;
  font-size: 12px;
  margin: 8px 0 0;
}

header .bc-article_list li p a
{
  color: #000;
}

header .bc-article_image {
  display: inline;
}

header .bc-article_image a {
  background-size: cover !important;
  height: 130px!important;
  display: inline-block;
  width: 40%;
  margin: 0 0 0 16px;
}

header .bc-header-logout-form {
  margin-bottom: 0px;
}

header .bc-header-user-menu.dropdown-menu {
  border-radius: 3px;
  border-color: #f8697d;
}

header .bc-header-user-menu.dropdown-menu li:first-child {
  border-radius: 3px 3px 0 0;
}

header .bc-header-user-menu.dropdown-menu li:last-child {
  border-radius: 0 0 3px 3px;
}

header .bc-header-user-menu.dropdown-menu > li > a {
  padding: 8px 12px;
}

header .bc-header-user-menu.dropdown-menu > li i {
  margin-right: 4px;
}

header .bc-header-user-menu {
  margin-top: 10px;
}

header .bc-header-user-menu:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom:8px solid #f8697d;
    right:5px;

    top:-8px;
}

.bc-search input::-webkit-input-placeholder {
    color: #9f9f9f!important;
    font-size: 14px!important;
}

.bc-main_header form:hover {
    background: #f5f5f5!important;
    text-align: left!important;
}

.bc-main_header .bc-dropdown-menu {
    padding: 0;
}

.bc-search input:focus {
  box-shadow: none!important;
}

@media (max-width:767px) {
  .bc-slideout_menu {
    top: 45px!important;
  }

  header .bc-login {
    background-color: #fc7585!important;
    color: #fff!important;
    font-size: 12px!important;
    float: right!important;
    margin: 0 4px 0 12px !important;
  }

  .bc-mobile_search {
    display: inline-block!important;
    vertical-align: top;
    margin: 2px 0 0;
  }

  .bc-mobile_search .bc-icon-search {
    color: #000!important;
    position: static!important;
  }

  .bc-mobile_search span {
    color: #000!important;
  }

  .bc-pregnancy_icon {
    display: inline-block;
    vertical-align: middle;
  }

  .bc-icon_menu {
    display: inline-block!important;
    margin: 0 16px 0 0!important;
    vertical-align: middle;
  }

  .bc-icon-chevron {
    float: right;
    transform: rotate(270deg);
    font-size: 24px;
  }

  .bc-panel {
    background-color: #f9f8f8!important;
    color: #999!important;
  }

  .bc-panel_heading {
    background-color: #f9f8f8!important;
    color: #999!important;
    padding: 16px!important;
  }

  .bc-mobile_header .bc-panel_body {
    padding: 0;
  }

  .bc-mobile_header .bc-panel_body .bc-nav_tabs li {
    border: 0;
    margin-bottom: 0;
  }

  .bc-mobile_header .bc-panel_body .bc-nav_tabs li a {
    padding: 16px 14.4px;
    border: 0;
    color: #999;
  }

  .bc-mobile_header .bc-nav_tabs > li.active > a {
    background-color: #f9f8f8!important;
    color: #fc7585;
  }

  .bc-mobile_header .bc-nav_tabs {
    border: 0;
  }

  .bc-mobile_header .bc-tab_content {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #fff;
  }

  .bc-mobile_header .bc-services_list {
    width: 100%;
  }

  .bc-mobile_header .bc-subcategory_wrapper {
    padding: 0;
  }

  .bc-mobile_header .bc-category {
    color: #fc7585;
    margin: 0!important;
    padding: 8px 16px;
    border-top: 1px solid #d8d4d4;
  }

  .bc-mobile_header .bc-subcategory a {
    color: #999;
    font-size: 12px;
    padding: 8px 24px!important;
    border-top: 1px solid #d8d4d4;
  }

  .bc-mobile_header .bc-back_btn {
    border-top: 1px solid #d8d4d4;
    padding: 8px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }

  .bc-mobile_header .bc-back_btn .bc-icon-chevron {
    float: left;
    vertical-align: middle;
    transform: rotate(90deg);
    margin-top: -6px;
  }

  .bc-articles_list_wrappper {
    padding: 0!important;
  }

  .bc-mobile_header .bc-panel {
    margin-top: 0!important;
  }

  .bc-panel a {
    font-size: 14px;
  }

  .bc-panel a:hover {
    color: #fc7585;
    text-decoration: none;
  }

  .bc-article_wrapper .bc-article_list {
    width: 100%;
  }

  .bc-article_wrapper .bc-article_list ul li p {
    color: #000;
    font-size: 12px;
  }

  .bc-article_image a {
    width: 90%;
  }

  .bc-article_wrapper a {
    font-size: 12px!important;
  }

  .bc-header_hamburger .bc-search_form {
    margin: 0 12px;
  }

  .bc-header_hamburger .bc-serarch_container_landing {
    top: 0!important;
    padding-left: 0;
    position: static!important;
    width: 100%!important;
  }

  .bc-header_hamburger .bc-search_landing {
    height: 22px;
  }

  .bc-header_hamburger .bc-search_landing:focus {
    box-shadow: none!important;
  }

  .bc-header_hamburger .bc-icon-search {
    font-size: 22px;
  }

  .bc-search .bc-icon-search {
    font-size: 16px;
  }

  .bc-header_hamburger .bc-search_autocomplete {
    top: 90px;
    border-radius: 0 0 4px 4px;
  }

  .bc-mobile_header .bc-subcategory .bc-see_all {
    color: #fc7585!important;
  }

  .bc-mobile_header .bc-icon-location {
    font-size: 28px;
    margin: 0 13px 0 -11px;
    vertical-align: middle;
  }

  .bc-mobile_header .bc-panel_body .bc-city_name li a {
    padding: 16px 10.4px!important;
  }

  .header-hamburger .bc-login_wrapper {
    width: 35%;
    margin: 8px;
  }

  .bc-icon-search {
    top: 4px!important;
    left: 8px!important;
}

  .header-hamburger .bc-search .bc-close_btn_mobile {
    color: #000;
    top: 8px;
    right: 10px;
    font-size: 12px;
    position: absolute;
  }

  .header-hamburger .bc-search .bc-close {
    opacity: 1;
  }

  .bc-search input::-webkit-input-placeholder {
    font-size: 12px!important;
  }

  .bc-log_out {
    width: 100%;
    text-align: left;
  }

  .bc-log_out:hover {
    background: #f5f5f5!important;
  }

  .header-hamburger .bc-dropdown-menu {
    padding: 0;
  }

  .bc-search {
    height: 24px!important;
    padding: 0 8px;
  }

  header .bc-header-user-menu:before {
    right: 8px;
  }
}


/* category-listing */
.bc-search-result {
    margin: 24px auto!important;
}

.bc-search-result .breadcrumb {
    margin-left: 0;
}

.bc-search-result-service .bc-service-imgs {
  width: 100%;
  display: inline-block;
  margin: 8px 0 8px 10px;
  vertical-align: top;
}

.bc-search-result-service .bc-service-imgs span {
    background-size: contain!important;
    background-position: center!important;
    border-radius: 3px;
    width: 90px;
    height: 60px;
}

.bc-search-result-service .bc-service-imgs {
  width: 17%;
}

.bc-search-result-service .bc-service_details {
  width: 100%;
  display: inline-block;
  margin: 0 0 0 8px;
}

.bc-search-result-service .bc-location {
  margin: 0!important;
}

.bc-search-result-service .bc-review_block {
  padding: 8px 16px;
  border: none;
  width: 100%;
  height: auto;
  background: #f9f9f9;
  margin: 0!important;
  line-height: 14px;
}

.bc-search-result-service .bc-search-review-snippet {
  margin: 8px 0 0;
}

.bc-search-result-service .bc-reviewed_details {
  display: inline-block;
  width: 91%;
  margin-left: 4px;
  font-size: 13px;
}

.bc-search-result-service .bc-reviewed_details p:first-child {
  line-height: 12px;
}

/* .bc-category-description h6 {
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;
   max-height: 50px;
   -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 92%;
} */

.bc-category-description h6 {
  line-height: 16px;
}

.bc-search-results ol.breadcrumb li:first-child {
    margin-left: 0;
}

.bc-search-results ol.breadcrumb li,
.bc-search-results ol.breadcrumb li a {
  font-size: 12px;
}

.bc-filter_btn {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #d4d8d8;
}

.bc-search-results-services .bc-km_counter_wrapper {
  color: #fc7585;
  display: inline-block;
  width: 10%;
  float: right;
}

.bc-search-results-services .bc-icon-location {
    font-size: 26px;
    margin: -6px 0 -8px;
    display: block;
}

.bc-search-results-services .bc-km_counter {
  font-size: 14px;
  font-weight: normal;
}

.bc-search-results-services .bc-service_details h2,
.bc-reviewed_details .bc-reviewer_name {
  line-height: 12px!important;
  vertical-align: middle;
}

.bc-search-results-services .bc-service_details h2 a {
    color: #525252;
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    vertical-align: middle;
}

.bc-search-results-services .bc-location {
    color: #aaa9ab!important;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

.bc-search-results-services .bc-counter span {
    font-size: 12px;
    font-weight: normal;
}

.bc-search-results-services .bc-counter {
    margin: 4px 0 0;
    line-height: 12px;
}

.bc-search-results-services .bc-counter .bc-review_txt {
  margin: 0 8px 0 0;
}

.bc-search-results-services .bc-reviewed_details .bc-reviewer_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: block;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

  .bc-search-result-service .bc-search_results_btn a {
    padding: 8px 16px 8px 12px;
    color: #7e7d7f;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .bc-search-results-services .bc-call_service {
    width: auto;
  }

  .bc-search-result-service .bc-book_online {
    width: 100%;
  }

  .bc-search-result-service .bc-book_online a {
    color: #525252!important;
  }

.bc-services article,
.bc-service_info {
    background: #fff;
    border: 1px solid #eee!important;
    border-radius: 3px;
    padding: 16px 8px;
    margin: 8px;
  }

  .bc-search-results .bc-services article {
    padding: 8px 0 0;
  }

  .bc-service_info h1 {
    margin: 0;
  }

  .bc-service_info {
    margin: 0 0 8px;
    padding: 16px;
  }

  .bc-services .bc-service_details_wrapper {
    padding: 8px!important;
  }

  .bc-search-result-service .bc-btn_wrapper {
    border-top: 1px solid #eee;
}

.bc-icon_verified {
  background: url("../../icons/verified.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.popover-title {
  background: #edefed!important;
  color: #212121!important;
  font-weight: bold!important;
}

.popover-content {
  color: rgba(33, 33, 33, 0.66)!important;
}

.popover-content a {
  color: rgba(33, 33, 33, 0.66)!important;
  font-size: 14px!important;
  vertical-align: top!important;
  font-weight: bold!important;
}

.bc-search_by_name_wrapper .selectize-input input {
  font-size: 14px;
}

.bc-category_icon_img {
  margin: -32px 0 0 0;
}

.bc-search-result .bc-services {
  padding: 0;
}

.bc-search-result .bc-services article {
    margin: 8px 0;
}

.bc-search-results-articles .bc-search_aricle_wrapper {
  margin: 0;
}

.bc-search-results-articles h3 {
    margin: 0;
}

.bc-search-results-articles .bc-article_img {
    padding: 0;
    margin: 0;
    height: auto;
}

.bc-search-results-articles .bc-search_aricle_img {
  width: 150px!important;
  height: 100px!important;
  padding: 0;
}

.bc-search-result .bc-search-results-articles article {
    padding: 8px;
}

.bc-search-results-articles .bc-search_aricle_details {
  margin-left: 8px;
}

.bc-search-result input[type="radio"] {
  margin-left: 0 !important;
}

.bc-search_radio {
  background: url('../../babychakra-data-files/icons/radio-button-passive.png') center no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  background-size: 100%;
}

.bc-search-result input[type="radio"]:checked  {
  background: url('../../babychakra-data-files/icons/radio-button-active.png') center no-repeat;
  background-size: contain;
}

@media (max-width:767px) {
  .bc-search-results-services .bc-km_counter_wrapper {
    width: 13%;
  }

  .bc-services {
    padding: 0!important;
  }

  .bc-search-result-service .bc-review_block {
    margin-left: 0;
    padding: 8px;
  }

  .bc-service_info {
    margin: 0 0 8px;
    padding: 8px!important;
  }

  .bc-services article {
    background: #fff;
    border: 1px solid #eee;
    margin: 8px 0 0;
    padding: 0!important;
  }

  .bc-services .bc-service_details_wrapper {
    padding: 8px!important;
  }

  .bc-search-results_wrapper {
    padding: 0!important;
  }

  .bc-search-result-service .bc-service-imgs {
    width: 90px;
    height: 60px;
    margin: 8px 0 0;
  }

  .bc-search-result-service .bc-service_details {
    width: 100%;
    font-weight: bold;
    margin: 0;
  }

  .bc-search-result-service .bc-reviewed_details {
    width: 81%;
  }

  .bc-search-result-service .bc-btn_wrapper {
    border-top: 1px solid #d4d8d8;
  }

  .bc-search-result-service .bc-search_results_btn a {
      padding: 8px 16px 8px 12px;
      color: #7e7d7f;
      display: block;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
  }

  .bc-search-results-services .bc-call_service {
    width: auto;
  }

  .bc-search-result-service .bc-book_online {
    border-left: 1px solid #d4d8d8;
    width: 49.3%;
    float: right;
  }

  .bc-search-result aside {
    padding: 8px 17px !important;
  }

  .bc-category-filter-sort {
    padding-top: 0 !important;
    border: 1px solid #d8d4d4;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
  }

  .bc-search-result .bc-services h1 {
    font-size: 14px;
    width: 100%!important;
  }

  .bc-search-result-service .bc-reviewed_details {
    font-size: 12px;
  }

  .bc-search-result-service .bc-reviewed_details p {
    vertical-align: top!important;
    line-height: 14px!important;
  }

  .bc-search-results-services .bc-service_details h2 {
    line-height: 14px!important;
  }

  .bc-search-result-service .bc-location {
    font-weight: normal;
  }

  .bc-counter .bc-review_txt{
    margin: 0 0 0 4px;
  }

  .bc-reviewed_details .bc-reviewer_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .bc-search-results-articles h3 {
    font-size: 14px;
  }

   .bc-search-result-service .bc-book_online a {
    color: #00afa3!important;
  }

  .bc-search-results-articles .bc-search_aricle_wrapper {
    padding: 4px;
  }

  .bc-search-results-articles .bc-search_aricle_img {
    width: 90px!important;
    height: 60px!important;
    padding: 0;
  }

  .bc-search-results-articles .bc-search_aricle_details {
    margin-left: 4px;
  }

  .bc-search-filters_sortby_mobile .radio:first-child {
    border-left: 0;
  }

  .bc-search-filters_sortby_mobile .radio label {
    padding: 8px;
    margin: 0!important;
    width: 100%;
  }


.bc-search-result input[type="radio"] {
    left: -999em;
    position: absolute;
}

  .bc-search-filters_sortby_mobile .radio {
    border-left: 1px solid #d8d4d4;
    width: 33.3%!important;
    float: left;
    margin: 0;
    text-align: center;
  }

  .bc-search-result input[type="radio"]:checked + label {
      background: #d8d4d4;
      color: #fff;
    }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7cd35aa075b6ff8bb390)
 * Config saved to config.json and https://gist.github.com/7cd35aa075b6ff8bb390
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
  font-size: 11pt;


  line-height: 1.42857143;
  color: #212121;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #fc7585;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fa2a43;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 0px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 15pt;
  margin-bottom: 15pt;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e0e0e0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15pt;
  margin-bottom: 7.5pt;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 7.5pt;
  margin-bottom: 7.5pt;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 25pt;
}
h2,
.h2 {
  font-size: 18pt;
}
h3,
.h3 {
  font-size: 14pt;
}
h4,
.h4 {
  font-size: 12pt;
}
h5,
.h5 {
  font-size: 11pt;
}
h6,
.h6 {
  font-size: 10pt;
}
p {
  margin: 0 0 7.5pt;
}
.lead {
  margin-bottom: 15pt;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16.5pt;
  }
}
small,
.small {
  font-size: 90%;
}
mark,
.mark {
  background-color: transparent;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e0e0e0;
}
.text-primary {
  color: #fc7585;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fb4359;
}
.text-success {
  color: #5cb85c;
}
a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}
.text-info {
  color: #52c6da;
}
a.text-info:hover,
a.text-info:focus {
  color: #2cb5cd;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #fc7585;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #fb4359;
}
.bg-success {
  background-color: transparent;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: rgba(0, 0, 0, 0);
}
.bg-info {
  background-color: transparent;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgba(0, 0, 0, 0);
}
.bg-warning {
  background-color: transparent;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgba(0, 0, 0, 0);
}
.bg-danger {
  background-color: transparent;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(0, 0, 0, 0);
}
.page-header {
  padding-bottom: 6.5pt;
  margin: 30pt 0 15pt;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5pt;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 15pt;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e0e0e0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7.5pt 15pt;
  margin: 0 0 15pt;
  font-size: 13.75pt;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e0e0e0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 15pt;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 7pt;
  margin: 0 0 7.5pt;
  font-size: 10pt;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #9e9e9e;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e0e0e0;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15pt;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #9e9e9e;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #9e9e9e;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #9e9e9e;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 8px;
}
.table-bordered {
  border: 1px solid #9e9e9e;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #9e9e9e;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #9e9e9e;
}
.table-hover > tbody > tr:hover {
  background-color: #e0e0e0;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e0e0e0;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d3d3d3;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: transparent;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgba(0, 0, 0, 0);
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: transparent;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgba(0, 0, 0, 0);
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: transparent;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgba(0, 0, 0, 0);
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: transparent;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(0, 0, 0, 0);
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 11.25pt;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #9e9e9e;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15pt;
  font-size: 16.5pt;
  line-height: inherit;
  color: #fc7585;
  border: 0;
  border-bottom: 1px solid #fc7585;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 11pt;
  line-height: 1.42857143;
  color: #9e9e9e;
}
.form-control {
  display: block;
  width: 100%;
  height: 29pt;
  padding: 8px 16px;
  font-size: 11pt;
  line-height: 1.42857143;
  color: #9e9e9e;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #fc7585;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #fc7585;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 117, 133, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 117, 133, 0.6);
}
.form-control::-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e0e0e0;
}
.form-control::-webkit-input-placeholder {
  color: #e0e0e0;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #bdbdbd;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 29pt;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 29pt;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42pt;
  }
}
.form-group {
  margin-bottom: 8px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 15pt;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 26pt;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 29pt;
  padding: 8px 8px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 29pt;
  line-height: 29pt;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 29pt;
  padding: 8px 8px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 29pt;
  line-height: 29pt;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 29pt;
  min-height: 25pt;
  padding: 9px 8px;
  font-size: 10pt;
  line-height: 1.5;
}
.input-lg {
  height: 42pt;
  padding: 16px 16px;
  font-size: 12pt;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 42pt;
  line-height: 42pt;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42pt;
  padding: 16px 16px;
  font-size: 12pt;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 42pt;
  line-height: 42pt;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42pt;
  min-height: 27pt;
  padding: 17px 16px;
  font-size: 12pt;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 36.25pt;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 29pt;
  height: 29pt;
  line-height: 29pt;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42pt;
  height: 42pt;
  line-height: 42pt;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 29pt;
  height: 29pt;
  line-height: 29pt;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #449d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: transparent;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: transparent;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: transparent;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-feedback label ~ .form-control-feedback {
  top: 20pt;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #616161;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 21.75pt;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 12pt;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 9px;
    font-size: 10pt;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 11pt;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fc7585;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fc7585;
  background-color: #ffffff;
  border-color: #fc7585;
}
.btn-default:focus,
.btn-default.focus {
  color: #fc7585;
  background-color: #e6e6e6;
  border-color: #ec0521;
}
.btn-default:hover {
  color: #fc7585;
  background-color: #e6e6e6;
  border-color: #fb3950;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fc7585;
  background-color: #e6e6e6;
  border-color: #fb3950;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fc7585;
  background-color: #d4d4d4;
  border-color: #ec0521;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #fc7585;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fc7585;
}
.btn-primary {
  color: #ffffff;
  background-color: #fc7585;
  border-color: #fb5c6f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #fb4359;
  border-color: #d3051d;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #fb4359;
  border-color: #fa203a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #fb4359;
  border-color: #fa203a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #fa203a;
  border-color: #d3051d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fc7585;
  border-color: #fb5c6f;
}
.btn-primary .badge {
  color: #fc7585;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #52c6da;
  border-color: #3dbfd6;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #2cb5cd;
  border-color: #1a6b79;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #2cb5cd;
  border-color: #269bb0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2cb5cd;
  border-color: #269bb0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269bb0;
  border-color: #1a6b79;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #52c6da;
  border-color: #3dbfd6;
}
.btn-info .badge {
  color: #52c6da;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #fc7585;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #fa2a43;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e0e0e0;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 16px;
  font-size: 12pt;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 8px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 8px 8px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 11pt;
  text-align: left;
  background-color: #;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 6.5pt 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #9e9e9e;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #919191;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #fc7585;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e0e0e0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10pt;
  line-height: 1.42857143;
  color: #e0e0e0;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42pt;
  padding: 16px 16px;
  font-size: 12pt;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42pt;
  line-height: 42pt;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 29pt;
  padding: 8px 8px;
  font-size: 10pt;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 29pt;
  line-height: 29pt;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 16px;
  font-size: 11pt;
  font-weight: normal;
  line-height: 1;
  color: #9e9e9e;
  text-align: center;
  background-color: #52c6da;
  border: 1px solid #52c6da;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 8px 8px;
  font-size: 10pt;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 16px 16px;
  font-size: 12pt;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 16px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #e0e0e0;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e0e0e0;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #fc7585;
}
.nav .nav-divider {
  height: 1px;
  margin: 6.5pt 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #9e9e9e;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #9e9e9e;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #bdbdbd;
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #9e9e9e;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #9e9e9e;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #fc7585;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #9e9e9e;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #9e9e9e;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 32px;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 6px 12px;
  font-size: 12pt;
  line-height: 15pt;
  height: 32px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 3px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15pt;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 15pt;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -3.33333333px;
  margin-bottom: -3.33333333px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -3.33333333px;
  margin-bottom: -3.33333333px;
}
.navbar-btn.btn-sm {
  margin-top: -3.33333333px;
  margin-bottom: -3.33333333px;
}
.navbar-btn.btn-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-text {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fc7585;
  border-color: #fb5568;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #fb5568;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #e0e0e0;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fc7585;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fb5568;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fb5568;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #fb5568;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #e0e0e0;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #e0e0e0;
}
.navbar-inverse {
  background-color: #e0e0e0;
  border-color: #c7c7c7;
}
.navbar-inverse .navbar-brand {
  color: #fc7585;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fc7585;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fc7585;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fc7585;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fb4359;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fb4359;
  background-color: #e0e0e0;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #fec0c7;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fc7585;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #cecece;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e0e0e0;
  color: #fb4359;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #c7c7c7;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #c7c7c7;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fc7585;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fb4359;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fb4359;
    background-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fec0c7;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fc7585;
}
.navbar-inverse .navbar-link:hover {
  color: #fb4359;
}
.navbar-inverse .btn-link {
  color: #fc7585;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fb4359;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #fec0c7;
}
.breadcrumb {
  padding: 8px 16px;
  margin-bottom: 15pt;
  list-style: none;
  background-color: #eeeeee;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #212121;
}
.breadcrumb > .active {
  color: #212121;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15pt 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #fc7585;
  border: 1px solid #fb5568;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #fd95a2;
  border-color: #fb5568;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #fd95a2;
  border-color: #fb5568;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #fec0c7;
  border-color: #fec0c7;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 16px;
  font-size: 12pt;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 8px 8px;
  font-size: 10pt;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 15pt 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fc7585;
  border: 1px solid #fb5568;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fd95a2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ffffff;
  background-color: #fc7585;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #eeeeee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d5d5d5;
}
.label-primary {
  background-color: #fc7585;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #fb4359;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #52c6da;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2cb5cd;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10pt;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 6px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fc7585;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 16px;
  font-size: 12pt;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 51.2px;
    padding-bottom: 51.2px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 64px;
    padding-right: 64px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 14pt;
  }
}
.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 15pt;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fc7585;
}
.thumbnail .caption {
  padding: 8px;
  color: #212121;
}
.alert {
  padding: 16px;
  margin-bottom: 15pt;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 500;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 36px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: transparent;
  border-color: transparent;
  color: #5cb85c;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #449d44;
}
.alert-info {
  background-color: transparent;
  border-color: transparent;
  color: #52c6da;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #2cb5cd;
}
.alert-warning {
  background-color: transparent;
  border-color: transparent;
  color: #f0ad4e;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #ec971f;
}
.alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #d9534f;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #c9302c;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 15pt;
  margin-bottom: 15pt;
  background-color: #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10pt;
  line-height: 15pt;
  color: #ffffff;
  text-align: center;
  background-color: #fc7585;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #52c6da;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #ffffff;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #e0e0e0;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e0e0e0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #fc7585;
  border-color: #fc7585;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #5cb85c;
  background-color: transparent;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #5cb85c;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #5cb85c;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.list-group-item-info {
  color: #52c6da;
  background-color: transparent;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #52c6da;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #52c6da;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #52c6da;
  border-color: #52c6da;
}
.list-group-item-warning {
  color: #f0ad4e;
  background-color: transparent;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f0ad4e;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.list-group-item-danger {
  color: #d9534f;
  background-color: transparent;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d9534f;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #d9534f;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 15pt;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 16px;
}
.panel-heading {
  padding: 8px 16px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13pt;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 8px 16px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 16px;
  padding-right: 16px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #9e9e9e;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 15pt;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e0e0e0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e0e0e0;
}
.panel-default {
  border-color: #e0e0e0;
}
.panel-default > .panel-heading {
  color: #212121;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e0e0e0;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #212121;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e0e0e0;
}
.panel-primary {
  border-color: #fc7585;
}
.panel-primary > .panel-heading {
  color: #fc7585;
  background-color: #ffffff;
  border-color: #fc7585;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fc7585;
}
.panel-primary > .panel-heading .badge {
  color: #ffffff;
  background-color: #fc7585;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fc7585;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #5cb85c;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #5cb85c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #52c6da;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #52c6da;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #d9534f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 16.5pt;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-shadow: #e0e0e0;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.modal-header {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 16px;
}
.modal-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e0e0e0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 10pt;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #52c6da;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #52c6da;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #52c6da;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #52c6da;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #52c6da;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #52c6da;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #52c6da;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #52c6da;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #52c6da;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11pt;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #52c6da;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 11pt;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #2390a3;
  border-top-color: #52c6da;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #2390a3;
  border-right-color: #52c6da;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #2390a3;
  border-bottom-color: #52c6da;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #2390a3;
  border-left-color: #52c6da;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 7%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18pt;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: "Open Sans", "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 27pt;
    height: 27pt;
    margin-top: -9pt;
    font-size: 27pt;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -9pt;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -9pt;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

#bc-search-services {margin-left:30px;}

.loadingHtml {
    display: none;
}
.loading-wrapper {
    text-align: center;
}
.loading-wrapper img {
    height: 60px;
    width: 60px;
}

.bc-social-share.bc-social-share-above {
  width: 34%;
  text-align: center;
  margin: 0 auto;
}

.bc-service-review-avatar {
    border-radius: 50%;
    height: 40px;
}

.bc-service-review-author {
    padding: 8px 16px;
    height: 40px;
}

.bc-social-share-button.bc-facebook-share-button {
  width: 50%;
  float: left;
}

/*Page CSS*/
.bc-search_services-area,
.bc-day_care-area,
.bc-location-area{
    position: relative;
}
.bc-search_services-area>.bc-search_services-input,
.bc-day_care-area>.bc-day_care-input,
.bc-location-area>.bc-location-input{
    padding-right: 30px;
}
.bc-search_services-area>.bc-search_services-icon,
.bc-day_care-area>.bc-day_care-icon,
.bc-location-area>.bc-location-icon{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.bc-search_location-icon{
    position: absolute;
    top: 0;
    margin: 10px 0;
}

.bc-company-images{
    height: 52px;
    overflow: hidden;
}

.bc-social_reviews{
    padding: 10px;
    border: 1px solid #ea6a74;
    border-radius: 10px;
}

.bc-xs-filters a,
.bc-social-icons span{
    height: 40px;
    width: 40px;
    padding:11px 11px 9px 13px;
    border: 1px solid #ea6a74;
    border-radius: 10px;
    display: inline-block;
}

.bc-follow-btn-container {
    border: 2px solid #fc7585;
    width: 120px;
    margin: 0 auto;
    border-radius: 4px;
    vertical-align: middle;
}

.bc-follow-btn-text {
    vertical-align: top;
    padding: 6px 6px 6px 0;
    display: inline-block;
}

.bc-follow-icon {
    font-size: 24px;
}

.bc-follow_user a,
.bc-follow_user a:hover{
    text-decoration: none;
}

.bc-unfollow_user {
    background: #fc7589;
    color: #fff;
}

.bc-unfollow_user a {
    color: #fff;
    font-weight: 600;
}

.bc-social_reviews:active,
.bc-social_reviews:focus,
.bc-social-icons:active>span,
.bc-social-icons:focus>span,
.bc-xs-filters:hover>a,
.bc-xs-filters:active>a,
.bc-xs-filters:focus>a,
.bc-social-icons:hoverr>p,
.bc-social-icons:active>p,
.bc-social-icons:focus>p{
    background: #ea6a74;
    color: #fff;
}

.bc-filters-container{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.075),0 0 8px rgba(234,106,116,.6);
    box-shadow: inset 0 0 1px rgba(0,0,0,.075),0 0 8px rgba(234,106,116,.6);
    padding: 8px 16px;
    border-radius: 10px;
}

/*Common CSS*/
.bc-margin-zero{
    margin: 0;
}

.bc-padding-zero{
    padding: 0;
}
.bc-margin-auto{
    margin: auto;
}
.bc-margin_tb_16px {
    margin-top: 16px;
    margin-bottom: 16px;
}

.bc-margin_lr_16px {
    margin-left: 16px;
    margin-right: 16px;
}

.bc-margin-8px {
    margin: 8px;
}

.bc-margin_b_8px {
    margin-bottom: 8px;
}

.bc-margin_l_4px {
    margin-left: 4px !important;
}

.bc-margin_r_4px {
    margin-right: 4px !important;
}

.bc-margin_t_4px {
    margin-top: 4px !important;
}

.bc-margin_t_8px {
    margin-top: 8px !important;
}

.bc-margin_t_16px {
    margin-top: 16px !important;
}

.bc-margin_b_16px {
    margin-bottom: 16px !important;
}

.bc-margin_b_4px {
    margin-bottom: 4px !important;
}

.bc-margin_tb16px{
    margin-top: 16px;
    margin-bottom: 16px;
}

.bc-padding_r_40px {
    padding-right: 40px;
}

.bc-padding_l_40px {
    padding-left: 40px;
}

.bc-padding_l-24px {
    padding-left: 24px;
}

.bc-padding_r-24px {
    padding-right: 24px;
}

.bc-padding_l-8px{
    padding-left: 8px;
}

.bc-margin_rl-8px{
    margin-right: 8px;
    margin-left: 8px;
}

.bc-margin_rl--8px{
    margin-right: -8px;
    margin-left: -8px;
}

.bc-padding_tb_16px {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}

.bc-padding_tb_8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.bc-padding_rl_8px{
    padding-right: 8px;
    padding-left: 8px;
}

.bc-padding_tb_16px {
    padding-top: 16px;
    padding-bottom: 16px;
}

.bc-padding_rl_16px {
    padding-right: 16px;
    padding-left: 16px;
}

.bc-border-box_shadow-none,
.bc-border-box_shadow-none:focus{
    border: none;
    box-shadow: none;
}

.radio label .bc-padding_l-8px{
    padding-left: 8px;
}

.bc-icon_medium{
    font-size:12pt;
}

.bc-image_round {
    height:40px;
    width:40px;
    border-radius:50%;
}

.bc-padding_0 {
    padding: 0 !important;
}

.bc-margin_0 {
    margin: 0!important;
}

.bc-text_align_center {
    text-align: center;
}

.bc-verticle_align_t {
    vertical-align: top;
}

.bc-verticle_align_m {
    vertical-align: middle;
}

.bc-display_block {
    display: block!important;
}

.bc-display_none {
    display: none!important;
}

.bc-width_100 {
    width: 100%;
}

.bc-width_155px {
    width: 155px!important;
}

.bc-align_left {
    float: left;
}

.bc-align_right {
    float: right;
}

.bc-display_inline_block {
    display: inline-block !important;
}

.bc-font_size_12 {
    font-size: 12px;
}

.bc-font_size_13 {
    font-size: 13px;
}

.bc-font_size_14 {
    font-size: 14px !important;
}

.bc-font_size_15 {
    font-size: 15px;
}

.bc-font_size_16 {
    font-size: 16px;
}

.bc-font_size_20 {
    font-size: 20px;
}

.bc-font_size_18 {
    font-size: 18px;
}

.bc-font_size_22 {
    font-size: 22px;
}

.bc-font_size_24 {
    font-size: 24px;
}

.bc-font_size_26 {
    font-size: 26px;
}

.bc-font_size_30 {
    font-size: 30px;
}

.bc-color_7a7a7a {
    color: #7a7a7a;
}

.bc-color_686868 {
    color: #686868;
}

.bc-color_9f9f9f {
    color: #9f9f9f!important;
}

.bc-color_light_black {
    color: #4c4c4c;
}

.bc-color_1e788c {
    color: #1e788c;
}

.bc-color_ee7886{
    color: #fc7585;
}

.bc-color_222 {
    color: #222;
}

.bc-color_f39fa8 {
    color: #f39fa8;
}

.bc-color_black {
    color: #000 !important;
}

.bc-color_575757 {
    color: #575757 !important;
}

.bc-color_light_grey {
    color: #787878 !important;
}

.bc-font_weight_bold {
    font-weight: bold;
}

.bc-font_weight_600 {
    font-weight: 600;
}

.bc-letter_spacing_pt6 {
    letter-spacing: .6px;
}

.bc-letter_spacing_1pt8 {
    letter-spacing: 1.8px;
}

.bc-letter_spacing_2px {
    letter-spacing: 2px;
}

.bc-letter_spacing_1pt2 {
    letter-spacing: 1.2px;
}

.bc-text_shadow {
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.bc-border_b_1px {
    border-bottom: 1px solid #d8d4d4;
}

.bc-border_l_3px {
    border-left: 3px solid #d8d4d4;
}

.bc-border_t_1px {
    border-top: 1px solid #d8d4d4;
}

.bc-border_1px {
    border: 1px solid #d8d4d4;
    border-radius: 2px;
}

.bc-border_white_opacity {
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 2px;
    background-color: rgba(255,255,255,.7);
}

.bc-border_all_hide {
    border: none !important;
}

.bc-border_t_hide {
    border-top: none !important;
}

.bc-border_b_hide {
    border-bottom: none !important;
}

.bc-text_decoration_none {
    text-decoration: none;
}

.bc-background_white {
    background: #fff;
}

.bc-gray_light_font {
    color: #999;
}

.bc-gray_dark_font {
    color: #333;
}

.bc-line_height_32 {
    line-height: 32px;
}

.bc-line_height_22px{
    line-height: 22px;
}

.bc-line_height_12px{
    line-height: 12px;
}

.bc-padding_lr_2 {
    padding: 0 2%;
}

.bc-park_category a {
    color:#9f9f9f;
}

.bc-padding_lr_8px {
    padding: 0 8px;
}

.bc-padding_l_35px {
    padding: 0 0 0 35px;
}

.bc-padding_l_4 {
    padding: 0 4%
}

.bc-padding_b_8px {
    padding-bottom: 8px!important;
}

.bc-margin_t_22 {
    margin: 22px 0 0;
}

.bc-margin_t_38 {
    margin: 38px auto;
}

.bc-min_height_0 {
    min-height: 0!important;
}

.bc-margin_t_17px {
    margin: 17px 0 0;
}

.bc-link {
    color: #42d0e8;
}

.bc-bg_3fc3db {
    background: #42d0e8;
}

.bc-background_fcfcfc {
  background: #fcfcfc!important;
}

.bc-gray_light {
  background: #f2f2f2!important;
}

.bc-gray {
  background: #e0e0e0;
}

.bc-gray_dark {
  background: #d3d3d3;
}

.bc-gray_darker {
  background: #9e9e9e;
}

.bc-width_100 { width: 100% !important; }

.bc-width_72 { width: 72% !important; }

.bc-width_25 {
    width: 25%!important;
}

.bc-padding_pt5 {
    padding: 0 0 0 0.5% !important;
}

.bc-margin_l_8 {
    margin: 0 0 0 8px;
}

.bc-margin_l_16 {
    margin-left: 16px !important;
}

.bc-margin_l_24 {
    margin-left: 24px;
}

.bc-margin_l_5 {
    margin: 0 0 0 5%;
}

.bc-margin_l_1 {
    margin: 0 0 0 1.2%;
}

.bc-margin_left_-36px {
    margin-left: -36px;
}

.bc-margin_left_-43px {
    margin-left: -43px;
}

.bc-margin_left_32px {
    margin-left: 32px;
}

.bc-margin_auto {
    margin: 0 auto;
}

.bc-padding_b_0 {
    padding-bottom: 0 !important;
}

.bc-padding_r_0 {
    padding-right: 0 !important;
}


.bc-margin_b_0 {
    margin-bottom: 0 !important;
}

.bc-height_auto {
    height: auto !important;
}

.bc-height_57px {
    height: 57px !important;
}

.bc-align_left {
    float: left;
}

.bc-border_right_2 {
  border-right: 2px solid #fff;
}

.bc-border_radius_30 {
  border-radius: 30px;
}

.bc-border_radius_tl_0 {
  border-radius: 3px 0 0 3px;
}

.bc-border_radius_rb_0 {
  border-radius: 0 3px 3px 0;
}

.bc-height_39 {
    height: 39px !important;
}

.bc-padding_tb_5 {
    padding: 5px 16px !important;
}

.bc-width_64 {
    width: 64%;
}

.bc-width_66 {
    width: 66%;
}

.bc-section_margin_padding {
    margin: 16px 0 0;
    padding: 16px;
}

.bc-section_margin_padding h3 {
    margin: 0 0 22px;
}

.bc-position_relative {
    position: relative;
}

.bc-position_absolute {
    position: absolute;
}

.bc-position_static {
    position: static !important;
}

.bc-text_trasform_u {
    text-transform: uppercase;;
}

.bc-margin_lr_4 {
    margin: 0 4px;
}

/*  Modals CSS  */
.bc-background-color_f1f2f2{
  background: #f1f2f2;
}

.bc-margin-zero{
  margin: 0px;
}

.bc-margin_auto{
  margin: auto;
}

.bc-margin-top_24px {
  margin-top: 24px!important;
}

.bc-margin-tb_16px{
  margin-top: 16px;
  margin-bottom: 16px;
}

.bc-padding-top_zero{
  padding-top: 0px;
}

.bc-padding-top_24px {
  padding-top: 24px;
}

.bc-padding-bottom_24px {
  padding-bottom: 24px;
}

.bc-padding-rl_16px{
  padding-right: 16px;
  padding-left: 16px;
}

.bc-padding-all_8px {
  padding: 8px !important;
}

.bc-margin-top_8px{
  margin-top: 8px;
}

.bc-line-height_12 {
    line-height: 1.2 !important;
}

.bt-modal-content .modal-header .close{
  margin: 0;
}

.bt-modal-content .modal-header {
  border: 0;
}

.bc-modal-body-dimensions_max{
  max-height: 80vh;
  max-width:90vw;
  overflow: auto;
}

.bc-modal-image {
  width: 104px;
  height: 104px;
  border-radius: 50%;
}

.bc-modal-text_large {
  font-size: 14pt;
  color:#5cbfd7;
}

.bc-modal-title-text {
  font-size: 18pt;
  color:#5cbfd7;
}

.bc-modal-header {
    height:48px;
}

/*Theme CSS*/
.bc-background_color-transparent {
    background: transparent;
}

.bc-background_color-777 {
    background: #777;
}

.bc-text_color_fff {
    color: #fff !important;
}

.bc-text_color-ea6a74{
    color: #ea6a74;
}

.bc-text-color_pink{
    color: #ea6a74;
}

.bc-text_color-5cc5dd{
    color: #5cc5dd;
}

.bc-text-color_blue{
    color: #5cc5dd;
}

.bc-font_size-11pt{
    font-size: 11pt;
}

.bc-font_size-18pt{
    font-size: 18pt;
}

/*Header CSS*/
body,
.bc-bg_fcfcfc {
    background: #fcfcfc;
}

header input::-webkit-input-placeholder {
    color: #484747!important;
}

.bc-main_header {
    background-color: #fff;
    border-bottom: 2px solid #f8697d;
    padding: 16px 0 0;
    width: 100%;
    min-height: 107px;
}

.bc-logo {
    padding: 8px 0 0;
}

.logo {
    width: 180px;
    height: 30px;
    text-indent: -99999px;
    display: inline-block;
}

.logo a {
    background: url("../../images/logo_new.png") no-repeat;
    background-size: contain;
    height: 30px;
    width: 100%;
    text-indent: -99999px;
    float: left;
    outline: none;
}

.bc-header-wrap-1 .bc-header_android .bc-google_play_logo {
    margin-right: 0;
    margin-bottom: 0;
}

.bc-android_info {
    width: 250px;
}

.bc-android_info span:nth-child(2) {
    color: #999;
}

.bc-icon-search {
    position: absolute;
    top: 8px;
    left: 8px;
}

.bc-search-button:hover,
.bc-search-button:active,
.bc-search-button:focus {
    background-color: #fff!important;
    border: 1px solid #d4d4d4;
    border-color: #d4d4d4 !important;
    color: #fc7585!important;
    position: relative;
    z-index: 10;
}

header .bc-icon-search {
    color: #f8697d;
    position: absolute;
    top: 10px;
    left: 8px;
}

.bc-header_nav {
    background: none;
    border: none;
    z-index: 12;
}

.bc-nav_tabs {
    border-bottom: none;
    float: right;
}

.bc-nav_tabs li a {
    margin-left: 28px;
    padding: 0;
    color: #fc7585;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .9;
}

.bc-nav_tabs > li.active > a {
    background-color: #f2f2f2;
    color: #000;
}

.bc-header_nav ul li a {
    margin: 0px 16px !important;
    padding: 16px 0 !important;
    letter-spacing: 1.6px;
    font-weight: 600;
    color: #fc7585 !important;
    text-decoration: none;
}

header nav li a {
    color: #515151 !important;
    font-size: 14px;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f2f2f2 !important;
    color: #fc7585 !important;
}

.bc-login {
    border-radius: 3px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
    margin-left: 16px;
}

.bc-login:hover {
    background: #fc7585;
    color: #fff;
}

.bc-city {
    color: #999;
    margin: 6px 8px 6px 0;
}

.bc-dropdown button {
    border: none;
    font-size: 14px;
    width: 100% !important;
    padding: 0;
}

    .bc-dropdown li {
        border-top: 1px solid #d8d4d4;
    }

    .bc-dropdown ul {
        background: #ffffff;
        margin: 0;
        padding: 0;
    }

    .bc-dropdown ul li a {
        color: #000;
        padding: 8px 6px;
        text-align: center;
        line-height: 1.6;
    }

    .bc-dropdown ul li a:hover, .bc-dropdown ul li a:focus {
        color: #fc7589;
        background-color: #FFF;
    }

.bc-landing .bc-dropdown button {
    background: #fcfcfc;
}

.bc-dropdown_menu {
    min-width: auto;
}

header .bc-dropdown button {
    color: #fc7585 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    text-align: center;
    box-shadow: none;
}

header .bc-search_icon_landing {
    background: rgba(0, 0, 0, 0) url("http://d18i8m3jdehpg2.cloudfront.net/images/search_icon.png") no-repeat scroll 0 0 / contain ;
    height: 14px;
    left: 20px !important;
    position: absolute;
    top: 19px;
    width: 14px;
}

.bc-search{
    width: 100%!important;
    display: block;
    margin-top: 0;
    border-radius: 2px;
    height: 36px;
}

.bc-search_tab a {
    padding: 16px 8px 14px 24px!important;
    color: #fc7585!important;
    font-weight: 600;
}

.bc-search_tab .bc-icon-search {
    color: #fc7585!important;
    top: 16px!important;
    left: 4px;
    z-index: 1;
}

.bc-landing_container footer .bc-search_landing {
    border-left: 1px solid #fc7585 !important;
}

.bc-search_landing {
    border: none !important;
    background-color: transparent;
    box-shadow: none;
    padding: 7px 0 10px 32px;
}

.bc-search-button{
    background: #fff!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

header .bc-search_button {
    background-color: #f8697d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 17.2px;
    float: right;
    border-radius: 0 6px 6px 0;
}

header .bc-search_button:hover,
header .bc-search_button:active,
header .bc-search_button:visited,
header .bc-search_button:focus {
    background-color: #f8697d;
    color: #fff;
}

header .bc-search_container {
    border-radius: 7px;
}

header .bc-serarch_container_landing {
    width: 59.71%!important;
    display: inline-block;
    float: left;
    border: 1px solid #d4d4d4;
    border-left: 0;
    border-right: 0;
}

.bc-search_icon_landing {
    background: url("http://d18i8m3jdehpg2.cloudfront.net/images/search_icon.png") no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 120px !important;
    top: 19px;
}

.bc-landing .bc-serarch_container_landing {
    margin: 58px 0 7% 13%;
    position: relative;
}

.bc-height_52 {
    height: 52px !important;
}

.bc-border_b_pt5 {
    border-top: 1px solid #d8d4d4;
    display: block;
    margin: 0 auto;
    width: 91%;
}


.navbar-toggle.bc-navbar_toggle .bc-link{
    color: #ffffff;
}

.navbar-toggle.bc-navbar_toggle.collapsed .bc-link{
    color: #42d0e8;
}

.navbar-toggle.bc-navbar_toggle.collapsed .icon-bar{
    background: #000;
    width: 17px;
}

.navbar-toggle.bc-navbar_toggle .bc-link{
    color: #000;
}

.navbar-toggle.bc-navbar_toggle .icon-bar{
    background: #000;
    width: 13px;
}

.navbar-default .navbar-toggle .collapsed:hover, .navbar-default .navbar-toggle .collapsed:focus {
    background-color: #fcfcfc !important;
}

/*Autocomplete*/
.bc-search_autocomplete {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    left: 0;
    max-height: 400px;
    overflow-y: scroll;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 99999;
}


.bc-autocomplete_img {
    background: url("../../images/expecting.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 48px;
}

.bc-search_autocomplete a {
    display: inline-block;
}

.bc-search_autocomplete > div:first-child {
  border-top: none;
}

.bc-margin_bottom_0 {
    margin-bottom: 0!important;
}

.bc-search-autocomplete-label {
  margin: 9px 0 0 0;
}

.bc-search-autocomplete-categories-label,
.bc-search-autocomplete-services-label,
.bc-search-autocomplete-articles-label,
.bc-search-autocomplete-events-label {
    background: url("../../images/expecting.png") no-repeat;
    background-size: contain;
    display: inline-block;
    height: 48px;
    margin: 9% 0;
}

.bc-search-autocomplete-section {
    background: #fff;
    border-top: 1px solid #f2f2f2;
    float: left;
    padding: 6px 14px;
    width: 100%;
}

.bc-autocomplete-results {
    border: 1px solid #cdccca;
    border-radius: 3px;
    display: inline-block;
    left: 8px;
    width: 85%;
}

.bc-truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bc-search-autocomplete-section p {
    color: #6a6a6a;
    font-size: 14px;
}

.bc-search-autocomplete-section span {
    color: #999999;
    font-size: 9px;
}

.bc-search_autocomplete ul span {
    color: #575757;
    display: inline-block;
    font-size: 15px;
    text-align: left;
    padding: 0 0 0 21px;
    margin: 0 0 15px;
}

.bc-search_autocomplete ul span {
    padding: 0 13px;
}

.bc-search_autocomplete ul {
    padding:  0 !important;
    margin: 16px 0 0 !important;
}

.bc-search_autocomplete ul li {
    list-style: none !important;
    width: 100% !important;
}

.bc-search_autocomplete ul li a {
    color: #454545!important;
    font-size: 12.5px!important;
    margin: 0;
    padding: 13.5px 0 13.5px 13px;
    display: block;
}

.bc-search_autocomplete ul li:nth-child(even) {
    background: #f8fafb !important;
}

.bc-search-autocomplete-categories div a { display: inline; }

.bc-margin_tb_3 {
    margin: 3px 0;
}

.bc-margin_tb_9 {
    margin: 9px 0;
}

/*search-result*/
.bc-search-result {
    margin: 38px auto;
}

.bc-search-result aside {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 25px 17px;
}

.bc-services {
    margin: 16px 0 0;
    padding: 0 16px;
}

.bc-services article a img {
    width: 100%;
}

.bc-services h3 a {
    color: #fc7585;
}

.bc-services .bc-location {
    color: #686868;
    margin: 5px 0 0;
}

.bc-services .bc-park_category {
    color: #9f9f9f;
    margin: 3px 0 0;
}

.bc-services .bc-park_category a{
    color: #9f9f9f;
}

.bc-counter span {
    font-size: 12px;
}

.bc-service-imgs {
    margin: 11px 0 7px;
}

.bc-services article {
    border-top: 1px solid #d8d8d8;
    padding: 8px 0;
}


.bc-services .bc-happening_now {
    border-radius: 3px;
    color: #fff;
    font-size: 9px;
    margin: 11px 0 0;
    padding: 3px 6px;
}

.bc-advanced_filters {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 11px;
}

.bc-search_by {
    margin: 14px 0 21px;
}

.bc-search_by input {
    color: #9f9f9f!important;
    border: 1px solid #cdccca!important;
    box-shadow: 0 2px 2px #cdccca inset;
}

.bc-advanced_filters button {
    background: none;
    border: none;
    color: #42d0e8!important;
    float: right;
    padding: 0;
}

.bc-advanced_filters button:hover {
    background: none !important;
}

.bc-search_result_nav li.active {
    border-bottom: 5px solid #fc7585;
}

.bc-search_result_nav li.active a {
    color: #fc7585 !important;
}

.bc-search_result_nav li:not(.active):hover {
    border-bottom: 5px solid #efedef;
}

.bc-search_result_nav li:not(.active):hover a {
    background: transparent;
}

.bc-search_result_nav li {
    text-align: center;
    padding: 0 3px;
    width: 25%;
}

.bc-search_result_nav li a {
    border: none!important;
    color: #111;
    font-size: 12px;
}

.bc-search-autocomplete-categories div a { display: inline; }

.bc-category_name {
    color: #cdccca;
    font-size: 13px;
    margin: 0 0 10px;
}

.bc-category_location {
    font-size: 10px!important;
    margin: 0 0 8px;
}

.bc-category_author {
    font-size: 10px!important;
    margin: 4px 0 0;
}

.bc-service-imgs span {
    display: inline-block;
    background-size: 100% 100%!important;
}

/* Accordion */
.bc-web_header_accordion {
    background-color: #f9f8f8;
}

.bc-web_header_accordion .bc-panel {
    background-color: #f9f8f8;
    color: #fff;
    border: none;
    box-shadow: none;
    vertical-align: top;
}

.bc-panel_heading {
    background-color: #f9f8f8!important;
    color: #999!important;
}

/* .bc-web_header_accordion .bc-panel_heading:hover,
.bc-web_header_accordion .bc-panel_heading:active,
.bc-web_header_accordion .bc-panel_heading:visited,
.bc-web_header_accordion .bc-panel_heading:focus,*/
.bc-web_header_accordion .bc-panel_heading a:hover,
.bc-web_header_accordion .bc-panel_heading a:active,
.bc-web_header_accordion .bc-panel_heading a:visited,
.bc-web_header_accordion .bc-panel_heading a:focus,
.bc-web_header_accordion .bc-panel_heading a.active {
    /*background: rgba(0,0,0,.1);*/
    border-top: 2px solid #fa2a43;
    padding-top: 3px !important;
}

.bc-web_header_accordion .bc-header_features_menu .bc-panel_heading a:hover,
.bc-web_header_accordion .bc-header_features_menu .bc-panel_heading a:active,
.bc-web_header_accordion .bc-header_features_menu .bc-panel_heading a:visited,
.bc-web_header_accordion .bc-header_features_menu .bc-panel_heading a:focus,
.bc-web_header_accordion .bc-header_features_menu .bc-panel_heading a.active  {
    /*background: rgba(0,0,0,.1);*/
    border-top: 2px solid #00AFA3;
    padding-top: 8px !important;
}

.bc-web_header_accordion .bc-panel_heading a:active .bc-title_block,
.bc-web_header_accordion .bc-panel_heading a:focus .bc-title_block,
.bc-web_header_accordion .bc-panel_heading a:hover .bc-title_block {
    color: #00AFA3;
}

.bc-web_header_accordion .bc-panel_heading a:active .bc-title_block.bc-life_stage,
.bc-web_header_accordion .bc-panel_heading a:focus .bc-title_block.bc-life_stage,
.bc-web_header_accordion .bc-panel_heading a:hover .bc-title_block.bc-life_stage {
    color: #fa2a43;
}



.bc-web_header_accordion .bc-panel .bc-main_menu {
    padding: 8px 12px;
    display: inline-block;
}

.bc-web_header_accordion .bc-nav_tabs li a:hover,
.bc-web_header_accordion .bc-nav_tabs li a:active,
.bc-web_header_accordion .bc-nav_tabs li a:hover .bc-icon-search,
.bc-web_header_accordion .bc-nav_tabs li a:active .bc-icon-search {
    background: #f2f2f2 !important;
    color: rgba(0,0,0,.5) !important;
    border-radius: 0 !important;
    border: none !important;
}

.bc-web_header_accordion .bc-panel_title {
    display: block;
    float: left;
    color: #d4d4d4;
    font-size: 15px;
}

.bc-web_header_accordion .bc-panel_title img:first-child {
    vertical-align: top;
    margin: 8px 0;
}

.bc-web_header_accordion .bc-panel_collapse {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 12;
    background-color: #f6f6f6;
    border-radius: 0;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    max-height: 500px;
}

.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav {
    padding: 0;
    margin: 0;
    float: left;
    width: 16%;
}

.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav li:first-child {
    border: none;
}

.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 16px 24px;
    font-weight: bold;
}

.bc-web_header_accordion .bc-panel_collapse .bc-learn li a {
    color: #515151;
    min-height: 66px;
}

.bc-web_header_accordion .bc-panel_collapse .bc-learn li a span:first-child {
    display: inline-block;
    width: 72px;
}

.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav a:hover
.bc-web_header_accordion .bc-panel_title a {
    text-decoration: none;
}

.bc_services_web.active a,
.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav a:hover,
.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav a:focus,
.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav a:active,
.bc-web_header_accordion .bc-panel_collapse .bc-learn li a:hover span:nth-child(2) {
    color: #f8697d!important;
    text-decoration: none;
}

.bc-web_header_accordion .bc-panel_collapse .bc-sub_nav li {
    list-style: none;
}

.bc-web_header_accordion .bc-title_block {
    color: #999;
    display: inline-block;
}
.bc-web_header_accordion .bc-title_block > * {
    vertical-align: middle;
}

.bc-web_header_accordion .bc-sub_title {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

.bc-web_header_accordion .bc-expand_more {
    margin-left: 4px;
}

.bc-web_header_accordion #bc-header-wrap_2-sticky-wrapper {
    background-color: #f9f8f8;
    color: #999;
}

.bc-web_header_accordion #bc-header-wrap_2-sticky-wrapper.is-sticky #bc-header-wrap_2 {
    background-color: #f9f8f8;
      margin-top: 0!important;
      border-top: none;
      border-bottom: 2px solid #d8d4d4;
      width: 100%!important;
      padding-left: 5%;
      z-index: 2;
}

.bc-web_header_accordion #sticky-wrapper .bc-nav_tabs_wrap {
    z-index: 2;
}

.bc-web_header_accordion .bc-see_more {
    color: #42d0e8!important;
}

/* Accordion */
.bc-panel {
    border: none;
    box-shadow: none;
    vertical-align: top;
}

/* .bc-panel a {
    padding: 16px 10px;
    display: inline-block;
} */

.bc-panel_title {
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
}

.bc-panel_title img:first-child {
    margin: 8px 0;
}

.bc-panel_collapse {
    position: absolute;
    top: 46px;
    z-index: 12;
    background-color: #fff;
    width: 18%;
}

.bc-panel_collapse .bc-sub_nav {
    padding: 0;
    margin: 0;
}

.bc-panel_collapse .bc-sub_nav a {
    color: #858484;
    font-size: 12px;
    display: block;
}

.bc-panel_collapse .bc-sub_nav a:hover,
.bc-panel_title a {
    text-decoration: none;
}

.bc-panel_collapse .bc-sub_nav li {
    list-style: none;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.bc-title_block {
    display: inline-block;
    line-height: 35px;
}

.bc-sub_title {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

.bc-expand_more {
    margin-left: 4px;
}

#bc-header-wrap_2-sticky-wrapper {
    background-color: #f9f8f8;
}

#bc-header-wrap_2-sticky-wrapper.is-sticky #bc-header-wrap_2 {
    background-color: #f9f8f8;
      margin-top: 0!important;
      border-top: none;
      border-bottom: 2px solid #d8d4d4;
      width: 100%!important;
      z-index: 2;
}

#sticky-wrapper .bc-nav_tabs_wrap {
    z-index: 2;
}

.bc-header-wrap-2 {
    background-color: #f9f8f8;
    padding: 0 15%;
}

@media (max-width:1600px) {
  .bc-header-wrap-2 {
        padding: 0 10%;
    }
  }

@media (max-width:1400px) {
  .bc-header-wrap-2 {
        padding: 0 7.5%;
    }
  }

@media (max-width:1325px) {
  .bc-header-wrap-2 {
        padding: 0 5%;
    }
  }

@media (max-width:1250px) {
  .bc-header-wrap-2 {
        padding: 0 2%;
    }
  }

.bc-header-wrap-2 .bc-lifestage_nav {
    border-bottom: none;
}

.bc-header-wrap-2 .bc-lifestage_nav > li > a {
    background-color: #fc7585;
    color: #fff;
    border: none;
    border-radius: 0;
}

.bc-header-wrap-2 .bc-lifestage_nav > li.active > a,
.bc-header-wrap-2 .bc-lifestage_nav > li.active > a:hover {
    border: none;
}

header .bc-city_dropdown button {
    padding: 4px 8px 4px 0;
    border-radius: 7px 0 0 7px;
    border: 1px solid #d4d4d4;
    height: 38px;
}

header .bc-city_dropdown ul {
    width: 100%;
    z-index: 5;
    margin-top: -5px;
    border-radius: 0 0 4px 4px;
}

/*Event page*/
.bc-show_filters {
    text-align: center;
    padding: 9px 0 17px;
}

.bc-show_filters a {
    color: #42d0e8;
    font-size: 14px;
    text-align: center;
}

.bc-event h2 {
    font-size: 17px;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
}

.bc-event .bc-event_block_heading {
    font-size: 23px;
    margin: 0 0 0 21px;
    font-weight: normal;
    padding: 8px 0;
}

.bc-event_parent_wrapper {
    margin: 0 0 32px;
}

.bc-event_block {
    padding: 8px 0 8px 2px;
    margin: 0 auto;
}

.bc-event_block:first-child {
    border-top: 0 !important;
}

.bc-event_block h2 {
    background: none;
    border: none;
    color: #000;
    line-height: 22px;
    padding: 0;
    text-align: left;
}

.bc-event_block h2 a {
   color: #000;
}

/*.bc-event_block h2 a {
    color: #333;
}*/

/*.bc-event_block h3 {
    color: #9f9f9f;
    font-size: 12px;
    margin: 2px 0;
}*/

.bc-event_block span {
    margin-top: 8px;
    letter-spacing: 1.2px;
    background: #8c8c8c;
    border-radius: 3px;
    color: #fff;
    font-size: 9px;
    padding: 3px 6px;
}

.bc-event_image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #f5f5f5;
    text-align: center;
}
.bc-event .bc-event-details {
    padding-left: 0!important;
}
.bc-event-details-title{
    color: #000 !important;
    letter-spacing: 0.6px;
    font-weight: 600;
}
.bc-event-details-location{
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.6px;
    /*color: rgba(0,0,0,0.6);*/
    font-weight: 600px;
}
.bc-event-details-time{
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}

.bc-happening_now {
    background: #fc7585!important;
}

.bc-event_img {
    background-size: contain!important;
    background-position: center!important;
    width: 100%;
    height: 100%;
}

.bc-event_block_wrapper {
    display: block!important;
    margin: 0 auto!important;
}


/*show more button*/
.bc-show_more {
    border: 1px solid #447985;
    border-radius: 2px;
    display: block;
    margin: 16px auto;
    width: 149px;
    text-decoration: none;
}

/*.bc-show_more a {
    color: #447985;
}*/

.breadcrumb {
    font-size:10px;
    padding: 8px 0 0 0;
    margin-bottom: 7.5pt;
    margin-left: 24px;
    list-style: none;
    background-color: transparent;
    border-radius: 2px;
    /*margin-left: 16px;*/
}

ol.breadcrumb li:first-child {
    margin-left: 4px;
}

/*loader*/
.bc-loader_btn {
    background: url("../../images/feed/loader.gif") no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto !important;
    padding-left: 24px;
    text-align: center;
    width: 96px;
}

.bc-events-filters .bc-icon-calender {
    font-size: 18px;
}

.bc-event-filter-element{
    margin-right: 8px;
    border: 1px solid #fc7585;
    padding: 0px 8px;
    border-radius: 3px;
    color: #fc7585;
}

.bc-event-filter-element.bc-event-filter-filled{
    color: #ffffff;
    background-color: #fc7585;
}

.bc-events-filters {
    margin-top: 16px;
}

.bc-events-filters p {
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.bc-event_single_block_wrapper,
.bc-event_single_block_wrapper:hover,
.bc-event_single_block_wrapper:active,
.bc-event_single_block_wrapper:focus,
.bc-event_single_block_wrapper:visited {
    color: #212121;
    display: block;
    text-decoration: none;
}

.bc-event_single_block {
    box-shadow: 0 1px 2px rgba(151, 151, 151, 0.58);
    padding: 8px;
    background: #fff;
    margin: 0;
}


/*footer*/
.bc-seo_links {
    background: #f2f2f2;
    padding: 30px 0px 0px 0px;
}

footer {
    background: #f2f2f2;
    /*margin: 51px 0 0;*/
    padding: 30px 0 46px;
}
.bc-main_header .bc-landing_img {
  height: 30px !important;
  width: 113px !important;
  margin: 12px 0 0 0;
}

.bc-info {
    color: #787878;
    font-size: 14px;
    text-align: justify;
}

li.bc-footer-list-your-service {
    text-align: center;
    background-color: #fc7585;
    margin: 0 24px 0 24px !important;
    padding: 8px 0 8px 0px;
    border-radius: 3px;
}

li.bc-footer-list-your-service a,
li.bc-footer-list-your-service a:hover,
li.bc-footer-list-your-service a:focus{
    color: #ffffff !important;
}

.bc-social_block img {
    margin: 0 8px 0 0 !important;
}

.bc-social_block img:first-child {
    margin: 0 !important;
}

.bc-social_block {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    /*font-size: 30px*/
}

.bc-subscribe button {
    background: #42d0e8;
    border: 1px solid #cdccca !important;
    color: #fff;
}

.bc-copyright {
    color: #919191;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.bc-footer_list {
    padding: 0 !important;
    margin-top: 12px;
    font-weight: 600;
}

.bc-footer_list li {
    list-style: none;
    margin: 0 0 10px;
}

.bc-footer_login a {
    color: #42d0e8;
}

.bc-footer_list li a {
    color: #fc7585;
    font-size: 14px;
}

.bc-like_us {
    color: #000;
    font-size: 14px;
    margin: 0 0 16px;
}

 .bc-copyright {
    margin: 23px 0 0;
}

.bc-footer_form {
    display: inline-block;
    margin: 0 0 0 5%;
}

.bc-event-filter-title {
    padding: 12px;
}

footer .bc-search_landing {
    border-left: 1px solid #fc7585 !important;
}

.bc-contest-ribbon{
    background: none repeat scroll 0 0 #fc7585;
    bottom: 40px;
    color: #fff;
    left: -60px;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 300px;
    font-weight: 600;
    letter-spacing: 1px;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: 999;
}

.bc-slant-image-fixed-bl{
    bottom:0px;
    position: fixed;
    z-index: 999;
}

.bc-community-left img {
    width: 100%;
    margin-top: 32px;
}

.bc-community-heading {
    width: 100%;
}

.bc-community-heading input {
  background: none repeat scroll 0 0 #fc7585;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  float: right;
  font-size: 16px;
  padding: 5px 15px;
}

.bc-footer_services {
    font-size: 12px;
}

.bc-footer_services a {
    color: #999;
}

.bc-friends {
    background: #fff;
    padding: 14px;
    box-shadow: 0 1px 2px rgba(151, 151, 151, 0.58);
}

.bc-friends-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.bc-friends-container img {
    width: 35px;
    border-radius: 50%;
    padding-bottom: 8px;
}

.bc-friends-container img {
    width: 35px;
    border-radius: 50%;
    padding-bottom: 8px;
}

.bc-friends-container a {
    line-height: 3;
    color: #000;
}

.bc-get-friends-facebook.bc-get-friends {
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

div#bc-friends-facebook{
    background: #3b5998;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 20px;
}

div#bc-friends-google{
    background: #dd4b39;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

.bc-friends-none-mobile{
    margin: 8px 0 10px 0;
}

.bc-friends-container .owl-item {
    display: inline-block;
}

.bc-friends-container .owl-nav,
.bc-friends-container .owl-dots{
    display: none;
}

.bc-get-app-strip {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: fixed;
    display: block;
    background: #42d0e8;
    z-index: 99999999;
    padding: 10px 10px;
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #ccc;
    margin: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
}

.bc-get-app-strip a {
    background: #fc7585;
    color: #fff;
    padding: 12px 4px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
}

.bc-install_nw_txt {
    padding: 0 8px;
}

.bc-get-app-strip img{
    width: 85%;
}

.bc-search-service-integration a img {
    width: 30px !important;
}

.bc-service-integration-item {
    border-radius: 2px;
}

.bc-search-service-integration a span {
    color: #fc7585;
}

.bc-icon-verified {
    color: #00d1c1;
}

.bc-icon-no-padding:before {
    margin: 0 !important;
    padding: 0 !important;
}

.bc-search-service-integration a:hover,
.bc-search-service-integration a:focus{
    text-decoration: none;
}

.bc-search-service-integration {
    margin-top: 8px;
}


/* web tab content */
.bc-web_tab_content {
    background-color: #fff;
}

.bc-web_tab_content ul {
    background-color: #f1f1f1;
    display: inline-block;
    width: 20%;
    list-style: none;
    padding: 0;
}

.bc-web_tab_content ul li a {
    color: #8d8d8d;
    font-size: 12px;
    padding: 8px 16px;
    display: block;
}

.bc-category {
    color: #383838;
    margin: 0 24px;
}

.bc-subcategory a {
    color: #000;
    font-size: 12px;
}

header .bc-search_form {
    margin: 0;
}

header .bc-sign-up {
    background: #fc7585;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
}

.bc-header_lifestage_menu {
    float:left;
}

.bc-header_features_menu {
    float:right;
}

.bc-header_lifestage_menu .bc-main_menu {
    padding: 5px 20px !important;
}

.bc-header_features_menu .bc-main_menu {
    padding: 10px 12px !important;
}

.bc-header_lifestage_menu .bc-title_block {
    color: #f8697d;
}

.bc-icon_menu {
    height: 20px!important;
    display: inline-block;
    width: 20px;
    text-align: center;
    background-position: center !important;
}

.bc-pregnancy_icon {
    background: url("../../icons/pregancy-active.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-panel_heading a:active .bc-pregnancy_icon,
.bc-panel_heading a:visited .bc-pregnancy_icon,
.bc-panel_heading a:focus .bc-pregnancy_icon,
.bc-panel_heading a:hover .bc-pregnancy_icon  {
    background: url("../../icons/pregancy-active.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-new_parent_icon {
    background: url("../../babychakra-data-files/new-parent-active.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-panel_heading a:active .bc-new_parent_icon,
.bc-panel_heading a:visited .bc-new_parent_icon,
.bc-panel_heading a:focus .bc-new_parent_icon,
.bc-panel_heading a:hover .bc-new_parent_icon {
    background: url("../../babychakra-data-files/new-parent-active.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-toddlers_icon {
    background: url("../../babychakra-data-files/toddlers-active.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-panel_heading a:active .bc-toddlers_icon,
.bc-panel_heading a:visited .bc-toddlers_icon,
.bc-panel_heading a:focus .bc-toddlers_icon,
.bc-panel_heading a:hover .bc-toddlers_icon {
    background: url("../../babychakra-data-files/toddlers-active.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-community_icon {
    background: url("../../icons/headerimgs/community.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-panel_heading a:active .bc-community_icon,
.bc-panel_heading a:visited .bc-community_icon,
.bc-panel_heading a:focus .bc-community_icon,
.bc-panel_heading a:hover .bc-community_icon {
    background: url("../../babychakra-data-files/web_icon_heart_circle.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-expert_panel_icon {
    background: url("../../icons/headerimgs/expert-panel.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-panel_heading a:active .bc-expert_panel_icon,
.bc-panel_heading a:visited .bc-expert_panel_icon,
.bc-panel_heading a:focus .bc-expert_panel_icon,
.bc-panel_heading a:hover .bc-expert_panel_icon {
    background: url("../../babychakra-data-files/web_icon_badge.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-events_icon {
    background: url("../../icons/headerimgs/events.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-panel_heading a:active .bc-events_icon,
.bc-panel_heading a:visited .bc-events_icon,
.bc-panel_heading a:focus .bc-events_icon,
.bc-panel_heading a:hover .bc-events_icon {
    background: url("../../babychakra-data-files/web_icon_calender.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-business_icon {
    background: url("../../icons/headerimgs/list-business.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
    width: 33px;
}

.bc-panel_heading a:active .bc-business_icon,
.bc-panel_heading a:visited .bc-business_icon,
.bc-panel_heading a:focus .bc-business_icon,
.bc-panel_heading a:hover .bc-business_icon {
    background: url("../../babychakra-data-files/web_icon_shake.png") no-repeat !important;
    background-size: contain!important;
    background-position: center !important;
}

.bc-download_icon {
    background: url("../../babychakra-data-files/icons/android-grey.png") no-repeat !important;
    background-size: contain!important;
}

.bc-panel_heading a:active .bc-download_icon,
.bc-panel_heading a:visited .bc-download_icon,
.bc-panel_heading a:focus .bc-download_icon,
.bc-panel_heading a:hover .bc-download_icon {
    background: url("../../babychakra-data-files/android_green_header.png") no-repeat !important;
    background-size: contain!important;
}

.bc-web_header_accordion .bc-sub_nav .bc-icon-chevron {
    float: right;
    vertical-align: middle;
    display: inline-block;
    transform: rotate(270deg);
    font-size: 24px;
    margin-top: -6px;
}

.bc-services_list {
    width: 78%;
    display: inline-block;
}

header .bc-services_list {
    display: block;
    padding: 0;
    width: 100%;
}

header .bc-subcategory_wrapper {
    list-style: none;
    width: 33%;
    padding: 0;
    clear: both;
    display: inline-block;
    vertical-align: top;
}

header .bc-subcategory_wrapper .bc-subcategory a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 4px 24px!important;
}

header .bc-subcategory_wrapper .bc-subcategory a:hover,
header .bc-subcategory_wrapper .bc-subcategory a:active {
    color: #fc7585;
    text-decoration: none;
}

header .bc-subcategory_wrapper .bc-category {
    border-bottom: 2px solid rgba(0,0,0,.1);
    padding: 16px 0 8px;
    display: inline-block!important;
    margin-bottom: 8px;
}

header .bc-services_list_wrapper {
    background: #fff;
    background-size: cover !important;
    display: inline-block;
}

.bc-main_panel {
    display: block;
    padding: 0;
}

.bc-city_dropdown {
    width: 137px;
}

.bc-top_collection .bc-collection_wrapper {
    display: block!important;
    padding: 0!important;
    margin: 16px 0 0;
}

.bc-top_collection .bc-collection_wrapper:hover,
.bc-article_wrapper a {
    text-decoration: none;
}

.bc-top_collection .bc-collection_wrapper div {
    width: 100%;
    height: 100px;
    background: url("http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/articles/normal/1204/article_5718bc9a0ddaf.jpg") no-repeat !important;
    background-size: cover !important;
    text-align: center;
    padding: 40px 0;
    margin: 16px 0 0;
    color: #fff;
    font-weight: bold;
}

.bc-top_collection .bc-collection_wrapper div:first-child {
    margin: 0 !important;
}

.bc-articles_list_wrappper {
    background: #fff;
    padding: 16px;
    margin: 0;
    display: inline-block;
}

.bc-article_wrapper .bc-article_img {
    width: 100%;
    height: 100px;
    background: url("http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/articles/normal/1265/article_5735bbb62cbba.jpg") no-repeat;
}

.bc-tab_content {
    border-left: 1px solid #d7d1d1;
    width: 84%;
    display: inline-block !important;
}

.bc-header_facebook {
    background: url("../../babychakra-data-files/facebook.png");
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.bc-header_gplus {
    background: url("../../babychakra-data-files/gplus.png");
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.bc-meet_moms {
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: rgba(0,0,0,.7);
    font-weight: bold;
}

.bc-main_menu .bc-panel_title .bc-icon-chevron {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    display: block;
    margin-top: -10px;
    line-height: 10px;
}

.bc-selected-location {
    display: inline-block;
    vertical-align: middle;
}

.bc-selected-location {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:767px) {
    header .bc-icon-search {
        top: 17px;
        left: 12px;
    }

    .bc-main_header {
        border: none;
    }
}

@media (max-width:767px) {
    .bc-hero-txt {
        top: 32px;
    }
}

@media (min-width:768px) {
    .bc-header_nav ul li a{
        margin: 10px 8px !important;
        padding: 16px 0 !important;
        letter-spacing: 0.6px;
        font-weight: 600;
        color: #fc7585 !important;
    }
}

@media (max-width:767px) {
    /*common*/
    .bc-nav_tabs li a {
        color: #000;
        text-transform: capitalize;
    }

    .bc-logo {
        padding: 4px 0 0;
    }

    .bc-event-details{
        padding-left: 24px;
    }

    .bc-event_image {
        width: 80px;
        height: 80px;
        overflow: hidden;
        background-color: #f5f5f5;
        margin: 0;
        text-align: center;
    }

    .bc-event_single_block_container {
        padding: 0;
    }

    .bc-event_single_block {
        margin: 8px 0 0;
    }

    .bc-event_image {
        width: 100%;
        height: 80px;
    }

    .bc-event .bc-event_block_heading {
        font-size: 20px;
        padding: 8px 0 0;
        margin: 0;
    }

    .bc-event-filter-element {
        font-size: 14px;
    }


    .bc-event_block {
        padding: 0 0 0 2px;
    }

    .bc-header_nav ul li a {
        margin: 0px 0 !important;
        padding: 16px 0 !important;
        letter-spacing: 1.6px;
        font-weight: 600;
        color: #fc7585 !important;
    }

    .bc-section_margin_padding {
        margin: 0;
        padding: 10px 24px;
    }

    .bc-border_xs_t_1px {
        border-top: 1px solid #d8d4d4;
    }

    .bc-padding_xs_t_16px {
        padding-top: 16px;
    }

    .bc-margin_xs_0 {
        margin: 0;
    }

    /*Header*/
    .logo {
        width: 100%;
    }

    .bc-search{
        margin-top: 8px;
    }

    header .bc-serarch_container_landing {
        border: none;
        border-top: 1px solid #fc7589;
    }

    header .bc-search_position {
        left: 0;
        /* position: static; */
        top: 119px;
        z-index:11;
    }

    header .bc-search_icon_landing {
        background: rgba(0, 0, 0, 0) url("http://d18i8m3jdehpg2.cloudfront.net/images/search_icon.png") no-repeat scroll 0 0 / contain ;
        height: 14px;
        left: 13px !important;
    }

    .bc-landing_container .bc-dropdown button {
        margin-top: 4px;
        margin-right: 4px;
    }

    .bc-serarch_container_landing {
        background: #ffffff;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 108px;
        padding-left: 15px;
        z-index: 1;
        box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3)
    }

    .bc-dropdown {
        margin: 2px 2px 8px 8px;
        padding: 0;
    }

    .bc-city_dropdown {
        margin-right: 16px;
    }

    .bc-hero-txt {
        top: 51px;
    }

    .bc-smart-nav {
        margin: 0;
    }

    .bc-navbar {
        float: left;
        padding: 0;
        width: 100%;
    }
    .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
    }

    .bc-main_header .nav li:hover,
    .bc-main_header .nav li:focus{
        background: #fcfcfc;
    }

    .navbar-nav {
       margin: 0;
    }

    .bc-header-hack-padding_100 {
        padding-top:100px;
    }

    .bc-expecting_img {
        margin: 0;
    }

    .bc-city {
        margin: 6px 0;
    }

    .bc-padding_lr_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bc-width_67 {
        width: 67% !important;
    }

    .bc-margin_l_4 {
        margin: 0 0 0 4%;
    }

    .bc-margin_t_8px {
        margin-top: 8px;
    }

    .bc-margin_t_9 {
        margin: -9px 0 0!important;
    }

    .bc-main_header {
        padding: 16px 0 0;
        margin: 0;
    }

    .bc-collapse {
        margin-left: 5%;
        padding: 15px 0 0;
    }

    .bc-width_xs_100 {
        width: 100% !important;
    }

    .bc-social_block{
        width: 44%;
    }

    .bc-header-wrap-2 {
        background-color: #f2f2f2!important;
        border-top: none;
        margin-top: 4px!important;
    }

    .bc-nav_tabs > li.active > a {
        background-color: #f2f2f2!important;
    }

    /* Accordion */

    .bc-panel_group {
        margin: 0!important;
    }

    .bc-panel {
        border-top: 1px solid rgba(0,0,0,.1);
        border-right: none;
        border-left: none;
        border-bottom: none;
        display: block!important;
    }

    .bc-panel_title {
        background-color: #ffffff;
        padding: 8px 16px;
        margin: 0!important;
        width: 100%;
        font-size: 12px;
    }

    .bc-panel a:hover .bc-expand_more,
    .bc-panel a:active .bc-expand_more,
    .bc-panel a:focus .bc-expand_more {
        color: #fff;
    }

    .bc-panel a:focus .bc-expand_more {
        transform: rotate(180deg);
    }

    .bc-panel a.collapsed .bc-expand_more {
        transform: rotate(360deg);
    }

    .bc-nav_tabs li a:hover,
    .bc-nav_tabs li a:active,
    .bc-nav_tabs li a:hover .bc-icon-search,
    .bc-nav_tabs li a:active .bc-icon-search {
        background: #f2f2f2 !important;
        color: rgba(0,0,0,.5) !important;
        border-radius: 0 !important;
        border: none !important;
    }


    .bc-panel a {
        padding: 0;
        display: block;
    }

    .bc-expand_more {
        color: #858484;
        vertical-align: top;
        margin: 10px 0;
        float: right;
        font-size: 18px;
    }

    .bc-panel_collapse {
        position: static;
        top: 0;
        width: 100%;
    }

    .bc-panel_collapse .bc-sub_nav li {
        padding: 0;
    }

    .bc-panel_collapse .bc-sub_nav a {
        padding: 16px 56px;
    }

    .bc-nav_tabs_wrap {
        position: absolute;
        top: 54px;
        z-index: 1;
    }

    .bc-nav_tabs {
        margin: 0!important;
        border-top: 1px solid #d8d4d4;
        border-bottom: 1px solid #d8d4d4;
    }

    .bc-nav_tabs li a {
        padding: 16px 10.6px;
        margin: 0;
    }

    .bc-header-wrap-2 .bc-lifestage_nav {
        background-color: #e4e4e4;
    }

    .bc-header-wrap-2 .bc-lifestage_nav > li > a {
        background-color: #e4e4e4;
        color: #fc7585;
        padding: 15px 17.2px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 11px;
    }

    .bc-header-wrap-2 .bc-lifestage_nav > li.active > a,
    .bc-header-wrap-2 .bc-lifestage_nav > li.active > a:hover,
    .bc-header-wrap-2 .bc-lifestage_nav > li > a:hover {
        border-bottom: 5px solid #8e8e8e;
        background-color: #e4e4e4;
        color: #fc7585;
    }

    footer .logo {
        margin: 0 !important;
    }

    .bc-footer_nav {
        bottom: 0;
        opacity: .7;
        position: fixed;
        text-align: center;
        margin: 0;
        min-height: 48px !important;
        width: 100%;
    }

    .bc-footer_nav ul li {
        margin: 7px 0;
    }

    .bc-min_width_100 {
         min-width: 100% !important;
    }

    .logo a {
        background: url("../../images/logo.png") no-repeat;
        background-size: contain;
        height: 23px;
        width: 100%;
        text-indent: -99999px;
        float: left;
        outline: none;
    }

    header nav li a {
        border: none !important;
        font-size: 11pt;
        line-height: 5px!important;
        margin: 0;
    }

    /*Autocomplete search*/
    .bc-search_autocomplete {
        left: 0;
        max-height: 250px;
        top: 180px;
        width: 100%;
    }

    .bc-search-autocomplete-section {
        background: #fff;
        border-top: 1px solid #f2f2f2;
        float: left;
        padding: 6px 14px;
        width: 100%;
    }

    .bc-autocomplete-results {
        border: 1px solid #cdccca;
        border-radius: 3px;
        display: inline-block;
        left: 8px;
        margin: 0 0 0 3px;
        width: 96%;
    }

    .bc-truncate {
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .bc-search-autocomplete-section p {
        color: #6a6a6a;
        font-size: 14px;
        margin: 0;
    }

    .bc-search-autocomplete-section span {
        color: #999999;
        font-size: 9px;
    }

    .bc-search_autocomplete ul span {
        color: #575757;
        font-size: 15px;
        text-align: left;
        padding: 0 0 0 21px;
        margin: 0 0 15px;
    }

    .bc-search_autocomplete ul span {
        padding: 0 13px;
    }

    .bc-search_autocomplete ul {
        padding:  0 !important;
        margin: 16px 0 0 !important;
    }

    .bc-search_autocomplete ul li {
        list-style: none !important;
        width: 100% !important;
    }

    .bc-search_autocomplete ul li a {
        color: #454545!important;
        font-size: 12.5px!important;
        padding: 13.5px 0 13.5px 13px;
        margin: 0;
    }

    .bc-search_autocomplete ul li:nth-child(even) {
        background: #f8fafb !important;
    }

    .bc-search-autocomplete-categories div a { display: inline; }

    .bc-category_name {

        color: #cdccca;
        font-size: 10px;
        margin: 0 0 10px;
    }

    .bc-border_hide {
        border: none !important;
    }

    .bc-margin_b_12 {
        margin: 0 0 12px!important;
    }

    .bc-service_img a,
    h2 {
        font-size: 11pt;
    }

    .bc-search_form {
        margin: 0 !important;
        width: 100%;
    }

    .bc-search_form {
        border-top: none;
    }


    .bc-search_form input {
        color: #b2b2b2;
        font-size: 14px;
        padding: 8px 16px 8px 32px;
    }

    .bc-search_landing {
        height: 52px;
    }

    .bc-height_52 {
        height: 52px !important;
    }

    .icon-bar1 {
        background: url("http://d18i8m3jdehpg2.cloudfront.net/images/search_icon.png") no-repeat;
        height: 31px;
        width: 31px;
    }

    .bc-search_icon {
        background: url("http://d18i8m3jdehpg2.cloudfront.net/images/search_icon.png") no-repeat;
        background-size: contain;
        height: 14px;
        width: 14px;
        left: 29px;
        position: absolute;
        top: 24px;
    }

    .bc-login {
        /*background: none;
        color: #42d0e8;
        margin: 6px 0;
        padding: 0;
        vertical-align: top;*/
        padding: 4px 8px!important;
        margin: 0 8px;
    }

    .bc-login a {
        color: #42d0e8;
        font-size: 22px;
    }

    .bc-smart-nav span,
    .bc-smart-nav .navbar-header {
        display: inline-table;
    }

    .bc-margin_l_14 {
        margin: 0 0 0 5%;
    }

    .bc-smart-nav span a {
        color: #42d0e8;
        font-size: 14px;
    }

    .bc-smart-nav span:first-child {
        vertical-align: top;
    }

    .bc-search_text_box {
        width: 99.1%;
        margin: 0 auto;
    }

    .bc-navbar_toggle {
        margin-top: 4px;
        margin-right: 4px;
    }

    .bc-navbar_toggle .menu-icon {
        display: inline-block;
    }

    .bc-navbar_toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .bc-title_block {
        margin-left: 8px;
        width: 77%;
    }

    .bc-footer_form {
        display: inline-block;
        margin: 23px 0 0;
        width: 93%;
    }

    .bc-height_49 {
        height: 39px !important;
    }

    .bc-like_us {
        margin: 39px 0 16px;
    }

    .bc-header_nav {
        position: static !important;
        width: 100% !important;
        margin-left: 16px;
    }

    .bc-nav_tabs li {
        border-left: 1px solid #d8d4d4;
    }

    .bc-nav_tabs li:first-child{
        border-left: none;
    }

    /*Event filter*/
    .bc-event-filter h2,
    .bc-event-filter h3 {
        text-align: center;
    }

    .bc-event-filter h2 {
        color: #575757;
        font-size: 15px;
        margin: 30px 0 0;
    }

    .bc-event-filter h3 {
        color: #454545;
        font-size: 14px;
        margin: 29px 0 12px;
    }

    .bc-filter {
        color: #3f3f3f;
        font-size: 14px;
        padding: 11px 0;
    }

    .bc-reset_filter {
        text-align: center;
        display: block;
        margin: 24px 0;
    }

    .bc-reset_filter a {
        color: #42d0e8;
    }

    .bc-apply_btn {
        background: #42d0e8;
        color: #fff;
    }

    .bc-margin_b_16 {
        margin: 0 0 16px;
    }

    #slider1 .slider-selection,
    #slider2 .slider-selection {
        background: #fc7585;
    }

    .slider {
        display: block!important;
        margin: 0 auto!important;
        width: 92% !important;
    }

    .bc-slider_range {
        color: #454545;
        font-size: 14px;
    }

    .bc-slider_value {
        color: #3f3f3f;
        font-size: 14px;
    }

    /*search-result*/
    .bc-search-result {
        margin: 0;
    }

    .bc-search_result_nav li.active {
        border-bottom: 5px solid #fc7585;
    }

    .bc-search_result_nav li.active a {
        background: none;
        color: #fc7585;
    }

    .bc-article_img {
        padding: 0 0 0 24px;
    }

    .bc-gray_xs_light {
        background: #f2f2f2;
    }

    .bc-services article {
        /*min-height: 180px;*/
        position: relative;
    }

    .bc-counter {
        bottom: 10px;
        position: absolute;
    }

    .bc-filter_block {
        display: none;
        margin: 15px 0;
    }

    .bc-contest-ribbon{
        bottom: 20px;
        left: -55px;
        width: 230px;
    }

    .bc-service-imgs span {
        background-size: 100% 100%!important;
    }

    .bc-business_icon {
        width: 25px;
    }
}


@media (max-width:320px) {
    .bc-event_image{
        width: 100%;
        height: 80px;
        overflow: hidden;
        background-color: #f5f5f5;
        margin: 0;
        text-align: center;
    }

    .bc-width_43 {
        width: 65.7%;
    }

    .bc-margin_tb_2px {
        margin: 2px 0;
    }

    /*Autocomplete*/
    .bc-service_img a {
      font-size: 7pt;
      margin: 40% 0;
    }

    .bc-width_67 {
      width: 63% !important;
    }

    .bc-search_landing {
      padding-left: 13px;
    }

    .bc-search_form input {
      padding: 8px 16px 8px 24px;
    }

    .bc-width_155px {
      width: 118px !important;
    }

    .bc-social_block{
        width: 52% !important;
    }

    .bc-icon-search {
        position: absolute;
        top: 19px;
        left: 4px;
    }

    .bc-landing h2 {
        font-size: 19px;
        margin: 24px 0 0;
    }

    .bc-letter_spacing_pt6 {
        letter-spacing: .3px;
    }

    .bc-header-wrap-2 .bc-lifestage_nav > li > a {
        padding: 15px 10.5px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
    .bc-nav_tabs li a {
        padding: 16px 19.7px;
    }

    .bc-header-wrap-2 .bc-lifestage_nav > li > a {
        padding: 15px 19.7px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
    .bc-nav_tabs li a {
        padding: 16px 17.2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    header .bc-margin_l_24 {
        margin-left: 8px;
    }

    .bc-login {
        padding: 4px 8px;
    }

   /*  dont know why its there breaking the header
   .bc-dropdown {
        width: 33% !important;
    }
*/
    .bc-width_66 {
        width: 76%;
    }

    .bc-width_sm_51 {
        width: 51% !important;
    }

    .bc-expecting_img {
        margin: 0 0 0 6%;
    }

    .bc-sm_margin_t_16 {
        margin: 16px 0 0;
    }

    .bc-search_autocomplete {
      width: 91%;
      left: 5%;
    }

    /*header*/
    .logo {
        width: 137px;
    }

    .bc-header_nav ul li a {
        margin: 2px 7px !important;
        letter-spacing: 1.6px;
        font-weight: 600;
        color: #000 !important;
    }

    header nav li a {
        font-size: 11px;
    }

    .bc-header_nav {
        width: 53% !important;
    }

    header .bc-search_icon_landing {
        left: 9px !important;
    }

    .bc-search_landing {
        border-left: medium none !important;
        padding-left: 27px;
    }

    .bc-navbar {
        padding: 8px 0;
    }

    .bc-smart-nav span a {
        font-size: 12px;
    }

    .bc-hero-txt {
        left: 10%;
        width: 78%;
    }

    .bc-landing h2 {
        margin: 10% 0 0;
    }

    .bc-article_wrapper {
        width: 60%;
    }

    .bc-social_block {
        width: 24%;
    }

    .bc-footer_form {
        width: 65%;
    }

    .bc-width_66 {
        width: 67%;
    }

    /*autocomplete*/
    .bc-autocomplete-results {
        width: 100%;
    }

    .bc-search-autocomplete-section p {
        margin: 0 0 8px;
    }

    .bc-category_location {
        margin: 0 0 16px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {
    .bc-width_33 {
         width: 33.3333% !important;
    }

    .bc-search_autocomplete {
        left: 4%;
        width: 91%;
    }

    /*header*/
    .bc-hero-txt {
        left: 21%;
        width: 59%;
    }

    .bc-landing h2 {
        margin: 15% 0 0;
    }

    .bc-social_icon_img_block {
        width: 21%;
    }

    .bc-article_wrapper {
        width: 45%;
    }

    .bc-social_block {
        width: 18%;
    }

    .bc-footer_form {
        width: 65%;
    }

    .bc-height_52 {
        height: 53px !important;
    }

    /*autocomplete*/
    .bc-autocomplete-results {
        width: 98.9%;
    }

    .bc-search-autocomplete-section p {
        display: block;
        margin: 0 0 8px;
        width: 100%;
    }

    .bc-category_location {
        margin: 0 0 16px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1347px) {
header .bc-serarch_container_landing {
    width: 56.4%;
}
}

.bc-align_right {
    float:right;
}

#mobAppSignUpBoxContainer {
  position:absolute;
  left:0;
  right:0;
  z-index:16000002;
  margin: auto;
}

#mob-signup-box {
  background-color: #FFF6F7;
  border: 1px solid #fc7585;
  margin: auto;
  display:none;
  bottom:0px;
  position: fixed;
  left:0;
  right:0;
  padding: 0;
}
#mob-signup-box .white-border {
  border: 1px solid #fff;
}
.mob-signup-box-wrap {
  margin: -17px -18px;
  overflow: hidden;
  padding: 25px 30px 30px;
  text-align: center;
  text-shadow: 1px 1px #fff;
}

.mob-signup-box-wrap p {
  text-align: center;
  color: #288393;
}
.mob-signup-box-wrap input[type="mobile"] {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #999;
  font-size: 12px;
  margin: 0px 5px 5px 0px;
  padding: 12px 0 10px 15px;
  width: 100%;
  border:1px solid #D8D4D4;
  border-radius: 3px 3px 3px 3px;
  transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }

.mob-signup-box-wrap input[type="button"] {
  font-size: 12px;
  font-weight: bold;
  padding: 12px 13px;
  color: #FFF;
  background: #fc7585;
  border: none;
  border-radius: 3px 3px 3px 3px;
  margin: 0px 0px 0px -6px;
}
.mob-signup-box-wrap input[type="mobile"]:focus{
  border:1px solid #fc7585;
}

.row.bc-get-app-form-row div {
    padding: 0 0 0 5px;
}

#closeBoxMob{
  margin-top: 10px;
  height: 20px;
}

.closeBtnMob{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 19px;
  text-align: center;
  background: #9e9e9e;
  text-shadow: 1px 1px 1px #423939;
  cursor: default;
  float: left;
  margin-top: 7px;
  margin-left: 10px;
}
label.error{
  font-size: 80%;
  margin-left: 10px;
  float: left;
  margin-top: 5px;
  color: #fc7585;
  font-weight: normal;
}

.server-msg p{
  text-align: center;
  font-size: 15px;
  color: #fc7585;
  font-weight: bold;
}
#android-cell{
  margin: 10px 0px 0px 0px;
}
.bc-mob-app-heading{
  height: inherit;
  vertical-align: middle;
  text-align: center;
}

.bc-mob-app-heading h3{
  color: #000000;
  font-weight: bold;
  font-size: 25px;
  margin: 10px 0px 15px 0px;
  text-align: left;
}

.bc-mob-app-heading p{
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #999999;
}

#closeBoxMob h4{
  font-size: 12px;
}

/* Get the app modal css */
input#bc-get-app_mob-no {
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-bottom: 8px
}

input.bc-getapp-mob-prefix {
    width: 50px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-bottom: 8px
}

.bc-getapp-submit {
    background: #fc7585;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 10px;
}

.bc-get-app-form-container{
    margin-top: 30px;
}

.bc-accordion-wrapper{
    margin-top:16px;
}

.bc-profile-momstar_img {
  background: url('../../icons/feed/momstar-icon.png') no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
}

.bc-profile-expert_img {
  background: url('../../icons/feed/expert-icon.png') no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.bc-media-mention-img img{
    width: 100%;
}

.bc-media-mention-img{
    text-align: center;
}

.bc-media-mention-right{
    text-align: right;
}



/* Review Thumb */

article.review_thumb {
    background-color: white;
    border-radius:4px;
    margin:16px 0;
}

article.review_thumb .service-prefix,
article.review_thumb .service-location {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

article.review_thumb .service-name {
    color: #f8697d;
}

article.review_thumb .bc-icon-reviewed {
    line-height: 16px;
}

article.review_thumb .bc-icon-reviewed:before {
    margin-right: 0px;
}

article.review_thumb .bc-share_on_list {
    margin-top: 24px;
}

@media (max-width:767px) {
  article.review_thumb{
    border-bottom: 1px solid #686868;
    border-radius: 0px;
    margin: 8px;
  }

  article.review_thumb .bc-share_on_list {
    margin-top: 16px;
  }

  article.review_thumb .service-name {
    display: block;
  }

  article.review_thumb .bc-share_on_list {
    margin-bottom: 16px;
  }
}

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1072;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#QBChat{
  /*position: fixed;
  right: 0;
  top: 50%;
  padding: 9px 20px;
  background-color: #ee7886;
  color: #FFFFFF;
  writing-mode: tb-rl;
  transform: rotate(90deg);
  font-weight: bold;
  transform-origin: right top 0;
  font-size: 15px;
  border: none;*/
  position: fixed;
  right: 0%;
  bottom: 0;
  left: 75%;
  padding: 5px 40px;
  /*background-color: #ee7886;*/
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  border: none;
  z-index: 2;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #ee7886 url('../../images/chat-icon.png') no-repeat 15px 12px;
}
.chat_icon{
  width:15px;
  background: #000000;
}
#qb_chat_window{
  display: none;
}
#recepient_name{
  border: 1px solid #dadada;
}
#left_col{

}

.header_row{
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
.right_border{
  border-right: 1px solid #dadada;
}
.modal-body{
  overflow: hidden;
}

#messages-list{
  margin-top: 10px;
  padding-top:15px;
  height: 300px;
  overflow-x: hidden;
}

#messages-list::-webkit-scrollbar {
    width: 8px;}
#messages-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#messages-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
#messages-list::-o-scrollbar {
    width: 8px;}
#messages-list::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#messages-list::-o-scrollbar-thumb {
    border-radius: 20px;
    -o-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
#messages-list::-ms-scrollbar {
    width: 8px;}
#messages-list::-ms-scrollbar-track {
    -ms-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#messages-list::-ms-scrollbar-thumb {
    border-radius: 20px;
    -ms-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
#messages-list::-moz-scrollbar {
    width: 8px;}
#messages-list::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#messages-list::-moz-scrollbar-thumb {
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
/**/
#dialogs-list::-webkit-scrollbar {
    width: 8px;}
#dialogs-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#dialogs-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
#dialogs-list::-o-scrollbar {
    width: 8px;}
#dialogs-list::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#dialogs-list::-o-scrollbar-thumb {
    border-radius: 20px;
    -o-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
#dialogs-list::-ms-scrollbar {
    width: 8px;}
#dialogs-list::-ms-scrollbar-track {
    -ms-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#dialogs-list::-ms-scrollbar-thumb {
    border-radius: 20px;
    -ms-box-shadow: inset 0 0 100px rgb(214, 214, 214);}
#dialogs-list::-moz-scrollbar {
    width: 8px;}
#dialogs-list::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;}
#dialogs-list::-moz-scrollbar-thumb {
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 100px rgb(214, 214, 214);}

p {display: block;}

.panel {
  -webkit-box-shadow: none;
  box-shadow:none;
}

.modal-title {
  text-align: center;
}

.list-group-item-heading {
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-md-4 .list-group-item .list-group-item-text {
  padding-left: 40px;
}

.list-group-item:first-child {
  /*border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;*/
}

.list-group-item:last-child {
  /*border-bottom: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;*/
}

.list-group-item {
  /*border: 1px dashed #DDD;
  border-left: none;
  border-right: none;*/
  border:none;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
}

input[type=file]#load-img {
  position: absolute;
  left: 16px;
  bottom: 0px;
  width: 20%;
  height: 34px;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
}

#progress {
  vertical-align: middle;
  position: absolute;
  left: 12px;
  bottom: 0px;
  width: 19.75%;
  height: 38px;
  display: none;
}

.list-header {
  background-color: #ddd;
  padding: 5px;
}

.list-header-title {
  text-transform: uppercase;
  text-align: center;
}

.list-group {
  margin-bottom: 15px;
}

/*.form-group {
  width: 100%;
}*/

input[type=file]:focus {
  outline: none;
}

.panel-primary {
  border-color: #DDD;
  border-radius: 0px;
}

#attach_btn.btn {
  border-radius: 3px;
  width: 20%;
  background-color: #52c6da;
  border: none;
  color: #ffffff;
}

#message_text {
  display: inline-block;
  border-radius: 0px;
  width: 57%;
  box-shadow: none;
}

#message_text:focus {
  box-shadow: none;
  border: 1px solid #04B624;
}

#send_btn.btn {
  border-radius: 3px;
  width: 20%;
  background-color: #52c6da;
  border: none;
  color: #ffffff;
}

#all_occupants{
  margin-bottom: 25px;
}

.attachments.img-responsive {
  max-width: 40%;
}

.round {
  border-radius: 50px;
}

.list-group.pre-scrollable.for-scroll {
  width: 100%;
  max-height: 325px;
  height: 325px;
  border: 1px solid #DDD;
  border-left: none;
  margin-bottom: 0px !important;
}

.img-place {
  width: 100%;
  height: 30px;
  padding: 10px;
}

#users_list {
  width: 100%;
}

.users_form, .push_form{
  height: auto;
  text-align: center;
  line-height: 100%;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px;
}

a.users_form.active, a.push_form.active {
  text-decoration: none;
  color: #fff;
  background-color: #337ab7;
}

#load-users {
  width: 20%;
  height: 10px;
  margin: 0 auto;
  display: block;
}

#dlg_name {
  display: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 10px;
}

#dlg_name:focus {
  box-shadow: none;
  border: 1px solid #04B624;
}

.list-group-item h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.load-msg {
  width: 15%;
  height: 6px;
  z-index: 99;
  position: relative;
  top: 0;
  left: 42.5%;
  display: none;
}

#push_usersList {
  width: 100%;
  max-height: 150px;
  height: 150px;
  border: 1px solid #DDD;
  border-left: none;
  margin-bottom: 10px !important;
}

.push {
  height: auto;
  text-align: center;
  line-height: 100%;
  padding: 5px;
}

a.pull_push.active  {
  text-decoration: none;
  color: #fff;
  background-color: #337ab7;
}

.new-info {
  margin-bottom: 10px;
}

.pullorpush {
  text-align: center;
}

.btn-block.for_width {
  width: 49.5%;
  display: inline;
}

.container.del-style {
  width: 100%;
  padding: 0;
}
#bc_new_msg{
  margin-top: 0;
  padding: 5px 10px;
}
#bc_chat_header{
  height: 55px;
  margin-bottom: 10px;
}
a.list-group-item{
  padding:5px 7px;
  margin: 0px 5px 2px 0px;
  border: 1px solid #dadada;
}
a h4.list-group-item-heading span{
  font-size: 12px;
  color: #075665;
  font-weight: bold;
}
p.list-group-item-text{
  font-size: 11px;
}
div.list-group-item h4{
  font-size: 14px;
  color: #075665;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}
div.list-group-item time{
  font-size: 11px;
  color: #666666;
}
a.list-group-item.active > h4.list-group-item-heading span{
  color: #FFFFFF;
  font-size: 14px;
}
#msgList{
  min-height: 200px;
  overflow: hidden;
}
#profile_icon{
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
#recp_name{
  font-size: 15px;
  font-weight: bold;
  padding-top:17px;
}
#recp_status{
  display: none;
}
#init_new_msg{
  margin-top: 10px;
  margin-bottom: 15px;
}
.msgbubble{
  width: 70%;
  position: relative;
  padding: 10px 15px;
  margin: 0;
  color: #fff;  
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 1px 2px 2px #C1C1C1;
}
.msgbubble.chat_sender{
  background-color: #E6F7FB;
  color:#000000;
  float: right;
}
.msgbubble.chat_receiver{
  background-color: #FFE7EA;
  color: #000000;
  float: left;
}
.chat_time{
  float:right;
  margin-top: 5px;
}

.msgbubble p{
  font-size: 12px;
  word-wrap: break-word;
}

.chat_sender:after{
  content: "";
  position: absolute;
  bottom: auto;
  right: -15px;
  top: 25px;
  border-width: 0px 0px 20px 25px;
  border-style: solid;
  border-color: transparent #E6F7FB;
  display: block;
  width: 0;
}

.chat_receiver:after{
  content: "";
  position: absolute;
  bottom: auto;
  left: -15px;
  top: 25px;
  border-width: 0px 25px 20px 0px;
  border-style: solid;
  border-color: transparent #FFE7EA;
  display: block;
  width: 0;
}
.historyDateWrap{
  border-top:1px solid #dadada; 
  margin-bottom: 20px;
}
.chatHistoryDate{
  background: #E2E2E2;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -11px;
  z-index: 1;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}
.list-group-item > .badge{
  background-color: #cc0000;
}
#recepient_block{
  margin-bottom: 15px;
  height: 60px;
  border-bottom: 1px solid #dadada;
  background: #eeeeee;
}
.dwnBtn{
  position: absolute;
  top: 51px;
  /* left: 50%; */
  /* width: 225px; */
  /* height: auto; */
  /* background: #000000; */
  opacity: 0;
  left: 45px;
}
.dwnBtn .btn{
  position: relative;
  top: 35%;
  left: 30%;
  background: #dadada;
}

.overlay:hover .dwnBtn { opacity:0.7; 
}
.progress{
  margin: 10px 10px;
  position: relative;
  z-index: 1;
  top:150px;
}
div.list-group-item .round{
  margin-left:10px; 
  margin-right:10px; 
}
#init_chat{
  margin:0 auto;
  text-align: center;
}
#init_chat_btn{
  padding: 9px 20px;
  background-color: #ee7886;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  border: none;
}
.user_chat{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 9px 20px;
    background-color: #ee7886;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    border: none;
    z-index: 160000000;
}

.msgListCol{
  height: 400px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada
}
  
@media (min-width: 768px){
  #bc_chat_modal {
      width: 800px !important;
  }
}

@media (max-width: 768px){
  #QBChat{
    position: fixed;
    bottom: 0;
    padding: 5px 10px;
    /*background-color: #ee7886;*/
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    border: none;
    z-index: 2;
    width: 165px;
    left: 60%;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #ee7886 url('../../images/chat-icon.png') no-repeat 10px 10px;
  }
}
  .owl-carousel .item {

       height: auto;
       background: #4DC7A0;
       padding: 1rem;
  }
   .owl-carousel .item img{

       max-height: 100%;
  }
  *
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://d18i8m3jdehpg2.cloudfront.net/build/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

  /*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*BC STATIC PAGES*/

section {

    background: white;
}

.bc-content {
    padding: 25px 8px;
}
.bc-block-title {
    background-color: #f16a74;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    padding: 8px;
    position: relative;
}
.bc-member-image {
    margin-bottom: 12px;
    text-align: center;
}
.bc-member-image span {
  display: block;
  font-size: 12px;
  word-wrap: break-word;
}
.bc-member-list {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 30px;
    list-style-type: none;
}
.bc-member-image:not(.founder) img {
    width: 100px;
    border-radius: 50%;
    margin-right: 16px;
    float: left;
}

.bc-member-image.founder img {
    width: 150px;
    border-radius: 50%
}

.bc-member-list li:nth-child(even).bc-member-image img {
    float: right;
    margin-left: 16px;
    margin-right: 0px;
}

.bc-member-list li:nth-child(even).member-details {
    text-align: right;
}

.bc-member-list li {
    /*border-bottom: 1px solid #d1d3d4;*/
    margin-bottom: 15px;
    padding: 15px;
}
.bc-member-social-icons img{
    width: 25px;
}

.member-details {
    margin-bottom: 25px;
    text-align: left;
}
.member-details h4 {
    margin: 0 0 8px;
    font-size: 20px;
}

.member-details h5 {
    margin: 0 0 8px;
    font-size: 16px;
}

.member-details p {
    /*text-align: ;*/
    font-size: 14px;
    text-align: justify;
}

.member-details.founder h4, .member-details.founder h5, .member-details.founder p {
    text-align: center;
}
.member-details.founder p {
    padding: 0px 50px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Hero section */
.bc-hero_img {
    background: url("../../babychakra-data-files/about-us/childcarre-banner.jpg");
    background-size: 100% 100%;
    width: 100%;
    height: 465px;
}

.bc-hero_img.about_us {
    background: url("../../babychakra-data-files/about-us/team.jpg");
    background-size: 100% auto;
    width: 100%;
    height: 465px;
    background-position: 0px -190px;
    background-repeat: no-repeat;
}

.bc-hero_img.about_us .bc_hero_content_wrapper {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.bc-hero_img.about_us .bc_hero_content {
    height: 100%;
    width: 100%;
    max-width: 1164px;
    margin: auto;
    position: relative;
}
.bc-hero_img.about_us .bc_hero_content h1 {
    color: #FFF;
    position: absolute;
    bottom: 20px;
    width: 75%;
    font-size: 4em;
    text-shadow: -2px 2px 5px  #212121;
}

@media (max-width: 1600px) {
    .bc-hero_img.about_us {
        background-position: 0px -150px;
        height: 350px;
    }
}

@media (max-width: 1200px) {
    .bc-hero_img.about_us {
        background-position: center;
        height: 350px;
    }
}

@media (max-width:767px) {
    .bc-hero_img.about_us {
        background-position: center;
        height: 200px;
    }

    .bc-hero_img.about_us .bc_hero_content h1 {
        font-size: 2em;
        width: 100%;
        left: 10px;
    }

    .bc-member-image img {
        width: 150px;
        float: none !important;
    }

    .member-details {
        text-align: center !important;
    }

    .member-details.founder p {
        padding: 0px 0px;
    }
}


.bc_content_box {
    background-color: #FFF;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 16px;
}
.bc_content_box h2 {
    color: #fc7585;
    font-size: 1.5em;
    margin:8px 0px 16px 0px;
    border-bottom: 3px solid #fc7585;
    display: inline-block;
}

.bc_content_box h3 {
    color: #fc7585;
    font-size: 1.3em;
    margin:8px 0px 16px 0px;
}

/*article landing*/
.bc-article_landing section:first-child {
  margin-top: 0;
}

.bc-lifestage_collection {
    margin: 35px 0;
}

.bc-lifestage_collection .bc-collection {
    padding: 8px 0;
    max-height: 140px;
}

.bc-collection_text {
    margin: 7px 0 0;
    text-transform: uppercase;
}
.bc-collection.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}

.bc-article_landing_hero {
    background-position: 50% 30%;
}

.bc-article_landing_hero h1,
.bc-article_landing_hero p {
    color: #fff;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5)!important;
}

.bc-article_landing_hero h1 {
    font-size: 30px;
    margin: 40px 0 8px;
}

.bc-article_landing_hero p {
    font-size: 17px;
}

.bc-article_landing .bc-article_block h2 {
    margin: 0 0 8px;
    font-size: 16px!important;
}

.bc-article_landing .bc-article_big_img_title {
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.bc-img_text_bg {
  background: rgba(0,0,0,0.5);
  bottom: 0px;
  width: 100%;
  height: 76px;
  position: absolute;
  background-size: cover;
}

.bc-img_text {
    left: 16px;
    bottom: 0px;
}

.bc-view_all_article:hover {
    background: #fcfcfc;
}

.bc-view_all_article span {
    display: block;
    width: 150px;
    margin: 16px auto;
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 2px solid #d4d4d4;
}

@media (max-width:767px) {
.bc-margin_left_-32px {
    margin-left: 0;
}

.bc-article_landing .bc-view_all_article {
    border: none;
}

.bc-view_all_article span a {
    padding: 8px 0 !important;
}

.bc-margin_xs_l_16 {
    margin-left: 16px;
}

 .bc-lifestage_collection div {
    border: none;
 }

 .bc-width_155px {
    width: 140px !important;
}
}

@media (max-width:320px) {
.bc-margin_left_-43px {
  margin-left: 0;
}

.bc-width_155px {
  width: 118px !important;
}

.bc-lifestage_collection .bc-collection {
  padding: 10px 0;
  max-height: 130px;
}

.bc-lifestage_collection {
  margin: 0!important;
}

.bc-article_landing .bc-view_all_article {
    border: none;
}

.bc-view_all_article span a {
    padding: 8px 0 !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.bc-margin_left_-32px {
    margin-left: 0;
}

.bc-width_155px {
    width: 144px !important;
}
}

@media only screen and (min-width: 993px) and (max-width: 1198px) {
.bc-margin_left_-32px {
    margin-left: 0;
}

.bc-margin_left_-43px {
    margin-left: 16px;
    margin-right: 16px;
}
}

/*article*/
.bc-article {
    margin: 38px auto;
}

.bc-article img {
    max-width: 100%;
    height: auto;
}

.bc-share {
    padding: 12px 0;
}

.bc-share_block {
    margin: 5px 0 0 2%;
}

.bc-share .bc-social_block {
    width: 155px;
}

.bc-article .bc-article_block.bc-planning_baby_block {
    padding: 16px 0 0 !important;
}

.bc-author {
    margin: 0 .7% 8px;
    padding: 24px 0;
}

.bc-article .bc-social_block {
    float: right;
    margin: -4px 0;
}

.bc-comment_block {
    border-radius: 0 0 2px 2px;
}

.bc-comment {
    padding: 16px 0 0;
    margin-bottom: 0;
}

 .bc-recently-updated {
    padding: 16px;
 }

 .bc-article .bc-article_img {
    background: url("../../images/article/profile.png") no-repeat;
    background-size: contain !important;
    padding: 0 0 0 24px !important;
}

.bc-related_article {
    border-radius: 4px;
    padding: 16px;
}

.bc-article_hero {
    margin: 24px 0;
}

.bc-article .bc-article_hero img {
    display: block;
    margin: auto;
    max-width: 400px;
    min-height: 300px;
}

.bc-min_read {
    color: #9f9f9f;
}

.bc-min_read a {
    color: #9f9f9f;
}

.bc-read_later {
    background: url("../../images/article/read-later.png") no-repeat scroll 0 0 / contain ;
    padding: 0 0 0 25px !important;
    height: 18px;
    color: #fc7585;
}

.bc-read_later a {
    color: #fc7585;
}

.bc-article-container h2 {
    font-size: 18px;
}

.bc-bottom_related_article {
    text-align: justify;
    margin-top: 16px;
    border-radius: 4px;
}

.bc-bottom_related_article .bc-article_block {
    width: 23.9%;
    display: inline-block;
    text-align: center;
    border: none;
    vertical-align: top;
    min-height: 190px;
    position: relative;
    padding: 0 8px!important;
}

.bc-bottom_related_article .bc-article_block div {
    margin: 0;
    width: 100%!important;
}

.bc-bottom_related_article .bc-article_block h2 {
    line-height: 18px;
    margin: 16px 0;
    width: 100%;
}

.bc-bottom_related_article .bc-article_block p {
    position: absolute;
    bottom: 0;
}

.bc-bottom_related_article .bc-related_article_img {
    width: 100%;
    background-size: cover;
}

.bc-related_article_img {
    width: 22%;
}

.bc-article_more {
    text-align: justify;
}

.video-container{
    text-align: center;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bc-article-container figure {
    text-align: center;
}

.bc-lifestage_img {
    background-size: contain !important;
    display: inline-block;
}

.bc-article_img {
    background-size: 100% 100% !important;
}

.bc-article_author_name {
    vertical-align: top;
    padding: 4px 0;
    display: inline-block;
}

.bc-article .bc-social_block span {
    background-size: 100% 100% !important;
    display: inline-block !important;
    vertical-align: top;
}

.bc-article .bc-article-share-wrapper .bc-social_block {
    margin: 14px 0!important;
}

.bc-share_on {
    padding: 4px 0;
}

.bc-bottom_related_article .bc-related_article_img span {
    height: 110px !important;
}

.bc-search-results-articles .bc-article_img {
    background-size: contain;
}

.bc-article .bc-article-printable h1 {
    font-size: 22px;
    font-weight: bold;
}

.bc-article .bc-article-printable h2 {
    font-size: 20px;
    font-weight: bold;
}

.bc-article .bc-article-printable h3 {
    font-size: 18px;
    font-weight: bold;
}

.bc-article .bc-article-printable h4 {
    font-size: 16px;
    font-weight: bold;
}

.bc-article .bc-article-printable p,
.bc-article .bc-article-printable ul,
.bc-article .bc-article-printable li,
.bc-article .bc-article-printable td  {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    margin: 8px 0 0;
}


.bc-article .bc-article-printable p strong {
    color: #525252;
}

.bc-article .bc-article-printable p sub {
    font-size: 12px!important;
    line-height: 15px;
}

.bc-article .bc-article-printable .bc-article-image {
    margin: 0;
}

.bc-bullet {
    vertical-align: middle;
}

.bc-article_attribute_container {
    display: inline-block;
    margin: 8px 0 0;
}

.bc-article .bc-like_img {
    background: url(../../icons/feed/like-unfilled.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 13px;
    background-size: contain;
    margin: 0 8px 0 0;
}

.bc-article .bc-counter .bc-icon-recommend {
    color: #fc7585;
    font-size: 24px;
    margin: -4px 0 0 -8px !important;
    display: inline-block;
    vertical-align: top;
}

.bc-article .bc-counter span {
    font-size: 12px;
}

.bc-category_name_border:first-child {
    display: none;
}

.bc-article_comment_block {
    margin: 16px -12px 0!important;
    width: auto!important;
    display: block!important;
    border-radius: 4px;
}

.bc-article .bc-related-services {
    color: #000;
}

.bc-related_title {
    padding: 0;
    margin-top: 4px;
    margin-bottom: 10px;
}

.bc-article .bc-location {
    margin: 5px 0 0;
}

.bc-article .bc-article_block h2 {
    font-size: 14px!important;
    margin: 0;
}

.bc-article .bc-article_block {
    padding: 16px 0!important;
}

.bc-comment_txt {
    width: 81%;
}

.bc-article_comment_block_wrapper {
    border-radius: 4px;
    width: 94%;
    margin: 16px 24px;
}

@media (max-width:320px) {
.bc-article .bc-article_hero img {
    display: block;
    margin: auto;
    max-width: 400px;
    min-height: 300px;
}

.bc-article_block .bc-article_block:first-child {
    border-bottom: 1px solid #d4d4d4!important;
}

.bc-article_block .bc-article_block {
    border-bottom: 1px solid #d4d4d4!important;
}

.bc-article .bc-planning_baby_block .bc-padding_lr_2 {
    padding: 0!important;
}
}

@media (max-width:767px) {
.bc-border_xs_b_1px {
    border-bottom: 1px solid #d8d4d4;
}

.bc-border_xs_b_1px {
    border-bottom: 1px solid #d8d4d4;
}

.bc-border_xs_none {
    border: none;
}

.bc-author {
    margin: 30px 0 20px;
    padding: 0;
}

.bc-article {
    background: #fff;
    margin: 0;
}

.bc-comment_block {
    padding: 0!important;
}

.bc-comment {
    margin: 8px 0!important;
}

.bc-article .bc-social_block {
    margin: 0;
    width: 100% !important;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #f9f9f9;
    padding: 8px;
    z-index: 1;
}

.bc-article .bc-article-printable .bc-article_img {
    height: 250px!important;
}

.bc-article_comment_block {
    margin: 0!important;
}

.bc-bottom_related_article {
    margin-top: 0;
    border: 0;
    border-radius: 4px;
}

.bc-article_comment_block textarea {
    background: #fcfcfc;
}

.bc-article .bc-article-printable p sub {
    font-size: 12px!important;
}

#bc-article_fb_likes_count {
    font-size: 14px;
}

.bc-article_comment_block_bg {
    background: #fcfcfc;
}

.bc-article_comment_block_wrapper {
    background: #fcfcfc;
    margin: 16px 9px;
}

.bc-article_comment_submit {
    margin: 0 0 0 8px!important;
}

.bc-article_read_more {
    margin: 16px 0 0!important;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .bc-border_sm_b_1px {
    border-bottom: 1px solid #d8d4d4;
}
}

@media only screen and (min-width: 993px) and (max-width: 1198px) {
.bc-border_md_b_1px {
    border-bottom: 1px solid #d8d4d4;
}
}

.bc-article-categories {
    font-size: 12px !important;
    font-style: normal !important;
}

.bc-article-categories a {
    color: #fc7585 !important;
}

.bc-article-categories a:hover {
    text-decoration: none;
}

.bc-article-share-sms {
  border-radius: 2px;
  padding: 8px 0 0;
}

input.bc-article-share-mob {
    width: 100%;
    padding: 4px 16px;
    border: 1px solid #F2F2F2;
    border-radius: 22px 0 0 22px;
}

button.article-share-submit {
    width: 100%;
    padding: 8px;
    line-height: 16px;
    border: none;
    background: #fc7585;
    border-radius: 0 22px 22px 0;
    color: #fff;
}

.bc-author-bio-title {
    color: #fc7585;
    font-size: 16px;
    font-weight: 500;
}

.author-txt {
    font-size: 13px;
    margin: 0 0 8px;
    color: #9f9f9f;
}

.bc-author-bio p {
  font-size: 12px !important;
  line-height: 1.5em !important;
  text-align: justify;
  color: #8e8e8e;
}

.bc-article-title {
    font-size: 18px;
    color: #676767;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 0;
}

.bc-article-attribute {
    font-size: 12px;
    padding-right: 4px;
}

.bc-article-attribute a{
  color: #EE7886 !important;
}

.bc-article-attribute-wrapper {
    color: #9F9F9F;
}

img.bc-author-bio-image {
    width: 30%;
    float: left;
    margin: 4px 8px 0 0;
}

.bc-article-share-facebook{
    background: url('../../icons/facebook-article.png') no-repeat;
    height: 30px;
    width: 30px;
}

.bc-article-share-whatsapp{
    background: url('../../icons/whatsapp.png') no-repeat;
    height: 30px;
    width: 30px;
}

.bc-article-share-twitter{
    background: url('../../icons/twitter.png') no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 0 0 8px;
}

.bc-article-share-wrapper {
    background: #e6e4e4;
    padding: 16px 12px;
    margin: 0 -12px;
}

.bc-article-share-sms-caption {
    font-size: 13px;
    text-align: center;
    color: #fc7585;
    font-weight: 700;
    text-align: left;
}

.bc-article_app_link a {
	color: #fff;
	font-size: 14px;
    background: #fc7585;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 16px;
    text-align: center;
    position: fixed;
    z-index: 99;
    color: #fff;
    font-weight: bold;
}

.bc-article_app_link a:hover {
	text-decoration: none;
}

/*servies page css*/

.bc-slider {
    width: 100%;
}
.fotorama__stage{
    background: #EBEBEB;
}
.bc-section_margin_padding {
    padding: 16px;
}

.bc-left_upper_block {
    padding: 0 0 35px;
}

.bc-activities span {
    border: 1px solid #fc7585;
    border-radius: 12px;
    color: #fc7585;
    font-size: 9px;
    margin: 0 0 7px;
    padding: 3px 6px;
}

.bc-time {
    background: url("../../images/services/watch.png") no-repeat;
    background-size: contain;
    padding: 0 0 0 33px;
}

.bc-number {
    background: url("../../images/services/phone.png") no-repeat;
    background-size: contain;
    margin: 0 0 0 23px;
    padding: 0 0 0 33px;
}

.bc-time-number {
    color: #515151;
    margin: 21px 0 18px;
}

.bc-recommendation_block {
    padding: 16px;
}

.bc-recommendation_list {
    width: 59%;
    padding-left: 0px !important;
}

.bc-recommendation_list a:hover,
.bc-recommendation_list a:focus,
.bc-recommendation_list a:active{
  text-decoration: none;
}

.bc-recommendation_list li {
    border-left: 1px solid #d8d4d4;
    padding: 0 15px;
}

.bc-basic_info {
    padding: 0;
}

.bc-section_margin_padding h2 {
    margin: 0 0 22px;
}

.bc-basic_info li {
    list-style: outside none none;
    margin: 0;
    min-height: 28px;
    vertical-align: middle;
}

.bc-write_review_block{
    background: #f7f7f7;
    border: 1px solid #d8d4d4;
    margin-bottom: 20px !important;
}

.bc-write_review_block h2{
  text-transform: uppercase;
  color: #42d0e8 !important;
}

.bc-write_review_block_text{
  font-weight: 600;
  color: #fc7585;
}

.bc-service-main-container{
  margin-top: 17px;
}

/*.bc-basic_info li span:nth-child(2) {
    margin: 0 21px;
}*/

.bc-other_facilities {
    margin: 11px 0 0;
}

.bc-other_facilities span {
    margin: 0 0 0 47px;
}

.bc-other_facilities span:first-child {
    margin: 0;
}

.bc-map {
    display: inline-block;
    margin: 10px 0 0;
}

.bc-review .bc_review_text {
    padding: 16px;
    margin: 0;
}

.bc-write_review_block {
    padding: 40px 32px !important;
}

.bc-write_review {
    margin: 0 0 8px !important;
}

.bc-service_block {
    padding: 16px 0;
}

.bc-save {
    background: rgba(0, 0, 0, 0) url("../../images/services/star.png") no-repeat 19px 0 / contain;
    padding: 0 18px 0 51px !important;
}

.bc-working-hours {
    background: rgba(0, 0, 0, 0) url("../../images/services/watch.png") no-repeat;    
}

.bc-phone {
    background: rgba(0, 0, 0, 0) url("../../images/services/phone.png") no-repeat;
    background-size: contain;
}

.bc-website {
    background: rgba(0, 0, 0, 0) url("../../images/services/website.png") no-repeat;   
}

.bc-email {
    background: rgba(0, 0, 0, 0) url("http://d18i8m3jdehpg2.cloudfront.net/images/services/email.png") no-repeat;   
}

.bc-age-group {
    background: rgba(0, 0, 0, 0) url("../../images/services/age-group.png") no-repeat;    
}

.bc-service-working-hours-list li{

}

.bc-height_27px{
    min-height: 27px !important;
}

.bc-phone-border-circle {

    width: 47px;
    height: 45px;
    float: right;
    border-radius: 50%;
    border: 1px solid #fc7585;
    font-size: 30px;
    margin-top: 20px;
    padding: 6px 3px;
    color: #fc7585;
}

.bc-icons-basic_info {
   display: inline-block;
   vertical-align: top;
   width: 20px;
   margin-top: 1px; 
}
.bc-details-basic_info {
   display: inline-block;
   line-height: 9px;
   width: 90%;
}
.bc-save-share-recommend li {
   width: 32%;
   color: #fc7585;
   border-left: 1px solid #fc7585 !important;
}
.bc-phone-float-right{
   float: right;
}
.bc-save-share-recommend {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  margin: 0;
  position: fixed;
  z-index: 999;
  border-top: 1px solid #fc7585 !important;
}
.bc-service-map-get-directions {
  background: none repeat scroll 0 0 #fff;
  bottom: 29px;
  color: #4d4d4d;
  font-size: 10pt;
  height: 30px;
  line-height: 30px;
  opacity: 0.75;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.bc-map a:focus,
.bc-map a:hover{
  text-decoration: none !important;
}

.bc-services-working-hour-item{
  display: block;
}


.bc-service-working-hours-list > li {
  line-height: 22px;
  margin: 0 !important;
  letter-spacing: .6px;
}
.bc-service-map-section {
    min-height: 110px;
}

.bc-service-save-container_xs,
.bc-service-share-container_xs,
.bc-service-recomend-container_xs {
  border-right: 1px solid #fc7585;
  padding: 18px 0 !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: .6px;
}
.bc-service-save-container_xs,
.bc-service-share-container_xs{
    background: #fcfcfc;
}

.bc-service-recomend-container_xs{
    background: #fc7585;
    color: #ffffff;
}

.bc-service-recomend-container_xs a{
    color: #ffffff;
}

.bc-service-recomend-container_xs.recomended{
  background: #fff9fa;
}

.bc-service-recomend-container_xs.recomended a{
    color: #fc7585;
}

.bc-service-recomend-container_xs a:hover,
.bc-service-recomend-container_xs a:focus,
.bc-service-recomend-container_xs a:active,
.bc-service-recomend-container_xs a{
    /*color: #ffffff;*/
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    border: 0;
}

/*.bc-service-recomend-container_xs:hover,
.bc-service-recomend-container_xs:focus,
.bc-service-save-container_xs:hover,
.bc-service-save-container_xs:focus{
  background: #fff9fa;
}

.bc-service-recomend-container_xs a:hover,
.bc-service-recomend-container_xs a:focus,
.bc-service-save-container_xs a:hover,
.bc-service-save-container_xs a:focus{
  color: #ffffff;
}
*/

.bc-service-recomend-container_xs:focus,
.bc-service-recomend-container_xs:active{
    color: #ffffff;
}

/*.bc-service-recomend-container_xs:hover{
    background: #8f4850;
}*/
.bc-service-name{
  letter-spacing: 1.2px;
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}
.bc-service-location{
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.bc-service-info-section{
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 1px;
}
.bc-recommendation_block_web {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*margin-bottom: 20px;*/
  padding: 8px 16px 10px !important;
}
.bc-recommendation_block_web_buttons {
  padding: 8px;
  margin-left: 5px;
}
.bc-recommendation_block_web_buttons a{
 color: #5f5f5f;
 letter-spacing: .6px;
 font-weight: 400;
}
.bc-recommendation_block_web_buttons_pink{
  background: #fc7585;
  border: none;
  padding: 8px 16px;
}
.bc-recommendation_block_web_buttons_pink a,
.bc-recommendation_block_web_buttons_pink a:hover,
.bc-recommendation_block_web_buttons_pink a:focus{
  color: #ffffff; 
}
.bc-recommendation_block_web_float_right{
  float:right;
}
.bc-recommendation_block_web_info {
  padding: 8px;
}
.bc-recommendation_block_web_info_text{
  color: #919191;
}

.bc-service-section-subtitle {
  letter-spacing: 0.6px;
}
.bc-service-recomend-button {
  background: none repeat scroll 0 0 #fc7585;
  border-radius: 2px;
  padding: 10px 20px !important;
}

.bc-service-recomend-link:focus,
.bc-service-recomend-link:hover,
.bc-service-recomend-link{
  color: #ffffff;
  text-decoration: none;
}

.bc-service-info-section-lg-margin_b{
  margin-bottom: 20px;
}

.bc-service-info-section-padding_t{
  padding-top: 24px;
}

.bc-service-categories{
  line-height: 30px;
  margin-right: 5px !important;
  white-space:nowrap;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.bc-service-info-emails{
  line-height: 1.5em;
}

.bc-service-basic-info-call{
  position: absolute;
  right: 30px;
}

.bc-service-sidebar-title{
  margin-top: 20px;
  margin-bottom: 10px;
}
.bc-share_block{
  margin: 5px 0 0 0px;
}

.bc-service-about{
  line-height: 22px;
}

.bc-service-friends-recomended {
    font-size: 12px;
    padding: 1px 12px 12px 12px;
}

.bc-service-friends-recomended a{
    color: #686868;
}

.bc-service-friends-recomended a:hover,
.bc-service-friends-recomended a:focus{
    color: #000000;
    text-decoration: none;
}

.bc-review-reply {
    padding: 8px 24px;
}

.bc-review-reply-item {
    margin-top: 10px;
}

.bc-integrations .bc-recommendation_block_web_info_text,
.bc-icon_txt {
  padding: 7px 0;
  vertical-align: top;
}
/*recomend animation*/

/*@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}*/

@media (max-width:767px) {
/*.bc-service-info-section{
    padding-top: 1px !important;
}*/
.bc-service-breadcrump-wrapper {
    margin-left: 16px;
}

.bc-service-info-section h2 { font-size: 18px; }

.bc-service-info-section-lg-margin_b{
  margin-bottom: 0px;
}

.bc-service-location{
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
.bc-question_error {
    padding: 0 16px;
}

.bc-activities {
    margin: 0 0 0;
}

.bc-recommendation_block {
    background: none;
    padding: 8px 0 0 0;
}

.bc-recommendation_block .bc-share_block {
    padding: 0 2% 0 0;
}

.bc-left_upper_block {
    padding: 0;
}

.bc-border_xs_none {
    border: none;
}

.bc-border_b_1px_xs {
    border-bottom: 1px solid #d8d4d4;
}

.bc-border_t_1px_xs {
    border-top: 1px solid #d8d4d4;
}

.bc-basic_info span:first-child {
    margin: 0;
}

.bc-basic_info li span:nth-child(2) {
    margin: 7px 0;
}

.bc-basic_info span {
    display: block;
    margin: 0;
}

.bc-phone {
    background-size: initial;
    background: url("../../images/services/phone.png") no-repeat, url("../../images/services/phone.png") no-repeat;
    background-position: left 9px, right 9px;
}

.bc-other_facilities span {
    margin: 0 0 0 17px;
}

.bc-review h2 {
    display: inline-block;
}

.bc-counter {
    position: static;
}

.bc-recommendation_list {
    border-bottom: 1px solid #d8d4d4;
    border-top: 1px solid #d8d4d4;
    padding: 0 !important;
    width: 100%;
}

.bc-recommendation_list li {
    padding: 16px;
}

.bc-save {
    background: url("../../images/services/star.png") no-repeat 7px 0 / contain ;
    padding: 0 0 0 37px !important;
}


.bc-recommendation_list li:first-child {
    border: none;
}


.bc-map {
    height: 192px!important;
    margin: 0;
} 

.bc-direction {
    background: rgba(255, 255, 255, 0.8) repeat;
    bottom: 15px;
    font-size: 12px;
    left: 23px;
    position: absolute;
    text-align: center;
    width: 86%; 
}

.bc-direction a {
    color: #4d4d4d;
}

.bc_map_section {
    position: relative;
}

.bc-view_more {
    display: block;
    width: 100%;
    text-align: center;
}

.bc-phone-border-circle {
    padding: 0 2px;
}

.bc-call {
    display: block;
    text-align: center;
    background-color: #fc7585;
    color: #fff;
    padding: 13px 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.bc-padding_lr_2 {
    padding: 0 1%;
}

.bc-recommendation_list {
    padding: 0;
}

.bc-recommendation_list li {
    border-left: 1px solid #d8d4d4;
    padding: 0 6px;
}

.bc-save {
    background: rgba(0, 0, 0, 0) url("../../images/services/star.png") no-repeat scroll 7px 0 / contain ;
    padding: 0 9px 0 31px !important;
}

.bc-recommendation_list li {
    font-size: 11px;
}

.bc-recommendation_block .bc-share_block span {
    font-size: 11px;
}

.bc-recommendation_list {
    width: 53%;
}

.bc-other_facilities span {
    margin: 0 0 0 5px;
}

.bc-counter .bc-padding_l_4 {
    padding: 0;
}

.bc-counter span {
    color: #9f9f9f;
    font-size: 11px;
}

.bc-map {
    height: 281px!important;
}
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {
.bc-recommendation_list {
    padding: 0;
    width: 53%;
}

.bc-recommendation_list li {
    border-left: 1px solid #d8d4d4;
    padding: 0 10px;
}
.bc-save {
    background: rgba(0, 0, 0, 0) url("../../images/services/star.png") no-repeat scroll 13px 0 / contain ;
    padding: 0 15px 0 40px !important;
}

.bc-map {
    height: 379px!important;
}

.bc-service_review_wrapper {
    margin-left: 56px;
}
}

.bc-service-chat-text{
  padding: 7px 0;
  vertical-align: top;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{ }@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/*feed*/
.feed_container section {
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(151, 151, 151, 0.58);
}

.bc-feed_section_block {
    margin-left: 4.2%;
}

.bc-feed .bc-share_on_list li a {
    color: #727272;
}

.bc-facebook {
    background: url("../../images/feed/facebook.png") no-repeat;
    background-size: contain;
    padding-left: 30px;
    height: 23px;
}

.bc-google {
    background: url("../../images/feed/google-plus.png") no-repeat;
    background-size: contain;
    padding-left: 30px;
    height: 23px;
}

.bc-whatsapp {
    background: url("../../images/feed/whatsapp.png") no-repeat;
    background-size: contain;
    padding-left: 30px;
    height: 23px;
}

.bc-join_discover {
    color: #fff;
    border: none;
}

@media (max-width:320px) {
.bc-padding_xs_lr_8px {
    padding-left: 8px;
    padding-right: 8px;
}
}

@media (max-width:767px) {
.bc-feed_section_block {
    margin-left: 0;
}

.bc-feed  .bc-counter {
    position: static;
}

.bc-feed .bc-share_on_list {
    font-size: 12px !important;
}

.bc-feed .bc-share_on_list li {
    margin-left: 8px !important;
    padding: 3px 0 3px 30px;
}

.bc-register_event {
    padding: 8px;
}

.bc-join_discover {
    padding: 16px;
    letter-spacing: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.bc-join_discover {
    padding: 16px 40px;
}
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {

}

/*common modal*/
.bc-modal_dialog {
    margin: 150px auto;
    width: 262px;
}

.bc-modal_content {
    padding: 24px 16px;
}

.bc-close {
    opacity: 0.5;
    filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5
}

.bc-close:hover {
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.bc-border_hide {
    border: none;
}

.bc-modal_header {
    padding: 0 0 24px;
}

/* sign up modal */
#bc-modal-signup .bc-modal_dialog {
    width: 350px;
    margin: 70px auto;
    position: relative;
}

#bc-modal-getApp .bc-modal_content {
    padding: 0px;
    border: 0px;
}

#bc-modal-getApp .bc-modal_dialog {
    width: 350px;
    margin: 70px auto;
    position: relative;
}

#bc-modal-getApp .bc-modal_header {
    background-color: #fc7585;
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
    padding: 0px;
}

#bc-modal-getApp .bc-modal_header h3 {
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    padding: 12px;
    color: #EEE;
    text-align: center;
    width: 100%;
}

#bc-modal-getApp .bc-close_btn {
    font-size: 16px;
    position: absolute;
    right: 0px;
    padding: 12px;
    color: #FFF;
}

#bc-modal-getApp .modal-body p {
    margin: 10px;
    display: block;
}

#bc-modal-getApp .modal-body .bc-get-app-form-container p {
    font-size: smaller;
    margin-bottom: 5px;
}

#bc-modal-getApp .modal-body .bc-get-app-form-container input.bc-getapp-mob-prefix {
    border-right: 0px;
    border-radius: 2px 0 0 2px;
    text-align: right;
    padding-right: 2px;
    margin-right: 0px;
    margin-top: 0px;
}

#bc-modal-getApp .modal-body .bc-get-app-form-container input.bc-getapp-mob {
    border-left: 0px;
    border-radius: 0 2px 2px 0;
    padding-left: 0px;
    margin-right: 0px;
    width: 115px;
}

#bc-modal-getApp .modal-body .bc-get-app-form-container .bc-getapp-submit{
    padding: 5px 10px;
}

.bc-close_btn {
    font-size: 20px;
    margin-top: 2px;
}

.bc-signup_text {
    font-weight: 300;
    width: 227px;
    margin: 0 auto;
}

.bc-modal-signup .bc-terms {
    margin: 48px 0 32px;
    text-align: center;
}

.bc-modal-signup .bc-terms p {
    font-size: 14px;
    font-weight: 600;
}

/*success modal*/
.bc-more_review_text {
    margin-left: 56px;
    margin-right: 56px;
}

.bc-write_another_review {
    padding: 16px 32px;
}

.bc-home {
    background: url("http://d18i8m3jdehpg2.cloudfront.net/images/modal/facebook.png") no-repeat;
    height: 23px;
}

/*show-all category-modal*/

.bc-category_block {
    margin-top: 32px!important;
    min-height: 145px;
}

.bc-category_modal_img {
    right: -37px;
    top: -37px;
}

.bc-show_all_category_modal .bc-modal_header {
    padding: 0 0 32px;
}

.bc-show_all_category_modal h2 {
    margin: 0 0 40px;
}

.bc-show_all_category_modal,
.bc-show_all_category_modal .bc-modal_dialog {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    background: rgba(255,255,255,0.2) !important;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.bc-show_all_category_modal .bc-close {
    font-size: 70px;
    margin: 24px 7px;
}

.bc-show_all_category_modal .bc-modal_content {
    height: 100%;
    border: none;
    border-radius: 0;
    opacity: 0.9;
}

.bc-show_all_category_modal .bc-close span:focus,
.close:focus {
    outline: none!important;
}

.bc-show_all_category_modal.modal.fade .modal-dialog {
    opacity: 1;
}

.bc-show_all_category_modal.modal.fade.in .modal-dialog {
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

/*Lifestage Modal*/
.bc-kids_details .modal-dialog {
    width: 562px;
    margin: 30px auto;
}

.bc-kids_details .bc-dob_label {
    cursor: pointer;
    padding: 16px 32.3px;
    margin: 0;
    width: auto;
}

.bc-kids_details label {
  width: 101.6px;
}

.bc-kids_details form input,
.bc-kids_details .input-append,
.bc-lifestage_options,
.bc-dob_block {
    display: inline-block!important;
    width: 406px;
    margin-left: 16px;
}

.bc-dob_active {
    background: #6a6a6a;
    color: #fff;
}

.bc-btn_submit {
  width: 406px;
  float: right;
  margin-bottom: 32px;
}

.bc-btn_submit:hover {
  background: #42d0e8;
  border-color: #42d0e8;
  opacity: .5;
}

.bc-form_header {
    background: url("../../images/dob_banner.jpg") no-repeat;
    width: 100%;
    height: 100px;
    background-size: cover;
    padding: 24px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bc-input_append {
  height: 39px!important;
}

.bc-date,
.bc-month {
  width: 30% !important;
  margin-left: 0px !important;
}

.bc-year {
  width: 36% !important;
  margin-left: 0px !important;
}

.bc-kids_details .bc-modal_content {
  min-height: 300px;
  margin-top: 100px;
  padding: 0;
}

.bc-kids_details .bc-close {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 30px;
    font-weight: bold;
    margin: 0!important;
    opacity: 1;
}

.bc-kids_details .bc-close:hover {
  opacity: .5;
}

  input[type='range'] {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        box-shadow: inset 1px 1px 1px rgba(000,000,000,0.25);
        background-color: #FFF;
        height: 10px;
        vertical-align: middle;
        width: 200px;
    }
    input[type=range]::-webkit-slider-runnable-track {
        border: 1px solid #f2f2f2;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        height: 10px;
        vertical-align:middle;
    }
    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        border-radius: 30px;
        background-color: #FFF;
        box-shadow:inset 0px 1px 0px rgba(000,000,000,0.5);
        border: 1px solid #999;
        height: 30px;
        width: 30px;
        vertical-align:middle;
        margin-top: -12px;
    }
    input[type='range']::-moz-range-track {
        border: 1px solid #f2f2f2;
        -moz-appearance: none;
        border-radius: 5px;
        box-shadow: inset 1px 1px 1px rgba(000,000,000,0.25);
        background-color: #FFF;
        height: 10px;
        vertical-align:middle;
        margin:0;
        padding:0;
        outline: none;
    }
    input[type='range']::-moz-range-thumb {
        -moz-appearance: none;
        border-radius: 30px;
        background-color: #FFF;
        box-shadow:inset 0px 1px 0px rgba(000,000,000,0.5);
        border: 1px solid #999;
        height: 30px;
        width: 30px;
        outline: none;
    }

.bc-range_slider {
  margin: 16px 0 40px;
}

.bc-week_counter {
  position: absolute;
    right: 16px;
}

.bc-dob_block input {
  width: 77%!important;
}

/* Meet-Up Modal */
.bc-moms_meet_up_modal .bc-modal_header {
    padding: 16px 0!important;
}

.bc-moms_meet_up_modal .bc-modal_content {
    padding: 0;
}

.bc-moms_meet_up_modal .bc-owl_carousel .bc-item {
    background: rgba(0,0,0,.7)!important;
    padding: 0;
    width: 100%;
}

.bc-write_review_btn {
    width: 240px;
}

.bc-write_review_btn:hover {
    opacity: .7;
}

/* write a Review Modal */
.bc-modal_write_a_review .bc-modal_dialog {
    width: 310px!important;
}

.bc-write_review_txt  {
    font-size: 18px!important;
}

.bc-write_review_txt:hover {
    text-decoration: none;
}

/* Social Share Modal */
.socialShareModal .bc-modal_content {
    background-color: rgba(0,0,0,.5)!important;
    border: none!important;
    border-radius: 10px!important;
}

.socialShareModal .bc-modal_dialog {
    margin: 250px auto!important;
}

.bc-like_modal .bc-article_author_name {
    border-bottom: 1px solid #d8d4d4!important;
    width: 82%!important;
    margin-left: 8px!important;
    padding-bottom: 16px;
}

.bc-like_modal .bc-close {
    margin: 16px 0 0 !important;
}

.bc-like_modal .bc-modal_content {
    height: 400px !important;
    overflow-y: scroll !important;
}

.bc-modal.bc-download_app {
    background: transparent!important;
    padding: 0!important;
}

.bc-download_app .bc-modal_dialog {
    margin: 109px auto;
    width: 100%;
}

.bc-download_app .bc-close_btn {
    left: -5px;
    top: 0;
}

.bc-download_app .bc-modal_content {
    padding: 8px;
}

.bc-download_app .bc-download_btn {
  background-color: transparent!important;
  vertical-align: middle;
}

.bc-download_app .bc-android_logo {
    background: url('../../babychakra-data-files/logo-minimal.png') no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    background-size: 100% 100%;
    margin: 8px 0;
    vertical-align: middle;
}

/* Event Enquiry Modal */
.bc-event_enquiry_modal .bc-modal_content {
    padding: 0;
}

.bc-event_enquiry_modal .bc-modal_header {
    padding: 8px 0;
    background-color: #fc7585;
}

.bc-event_enquiry_modal form {
    width: 75%;
    margin: 32px auto;
}

.bc-event_enquiry_modal form label {
    font-weight: normal;
    margin-bottom: 16px;
}

.bc-event_enquiry_modal form select {
    width: 30%;
    display: inline-block;
    border: 1px solid #d8d4d4;
    border-radius: 10px;
    margin: 0 8px 0 0;
    padding: 8px;
}

.bc-event_enquiry_modal form input {
    width: 100%;
    margin: 16px 0 0;
}

.bc-event_enquiry_modal form button,
.bc-event_enquiry_modal form button:hover {
    background: #fc7585;
    color: #fff;
    margin: 32px auto 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.bc-event_enquiry_modal .event-enquiry-output {
    margin: 16px auto ;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 40%;
}

.bc-event_enquiry_modal .bc-icon_tick_block {
    background-color: #fc7585;
    width: 40px;
    margin: 8px auto;
    border-radius: 50%;
    height: 40px;
    padding: 6px;
}

.bc-event_enquiry_modal .bc-icon-tick {
    display: block!important;
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
    width: 50px;
}

.bc-get_app_txt {
    vertical-align: middle;
}

.bc-modal-user-login .bc-modal_dialog {
    width: 343px;
    margin: 70px auto;
}

.bc-modal-user-login .bc-close {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 30px;
    font-weight: 700;
    margin: 0!important;
    opacity: 1;
}

.bc-modal-user-login .bc-modal_title {
    background: #fc7585;
    padding: 8px!important;
}

.bc-modal-user-login .bc-modal_content {
    background-color: #fbfbfb;
    padding: 0;
}

.bc-modal-user-login .bc-new_world {
    width: 79%;
    margin: 24px auto;
    text-align: center;
    font-weight: 600;
}

.bc-modal-user-login .bc-permission_txt {
    color: #909090;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 8px;
    width: 84%;
}

.bc-modal-user-login .bc-signup-facebook,
.bc-modal-user-login .bc-signup-google {
  background: #c0e6dc;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  padding: 8px 16px;
}

.bc-modal-user-login .bc-sign_up,
.bc-modal-user-login .bc-sign_up:hover,
.bc-modal-user-login .bc-sign_up:active,
.bc-modal-user-login .bc-sign_up:focus {
    background: transparent;
    border: 1px solid #e1dcdc;
    border-radius: 4px;
    color: #909090!important;
    margin: 48px auto 32px;
    width: 172px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    display: inline-block;
}

.bc-modal-user-login .bc-sign_up_txt {
  color: #c0e6dc;
  font-weight: 600;
}

.bc-modal-user-login .bc-sign_up_btn .bc-sign_up_wrapper,
.bc-sign_up_btn .bc-sign_up_wrapper:hover {
    display: block;
    width: 195px;
    margin: 0 auto;
    text-decoration: none;
}

.bc-modal-user-login .bc-sign_up_banner {
    background: url("../../onboarding-image/sign-up-banner.png") no-repeat;
    height: 99px;
    background-size: 100% 100%;
}

/* lifestage sign up modal */
.bc-modal_signup_lifestage .bc-sign_up,
.bc-modal_signup_lifestage .bc-sign_up:hover {
    width: 218px;
}

.bc-modal_signup_lifestage .bc-radio {
    width: 64%;
    border-top: 1px solid #e1dcdc;
    text-align: center;
    margin: 0 auto;
}

.bc-modal_signup_lifestage .bc-radio label {
    color: #909090;
    font-size: 11px;
    padding: 8px 0 8px 20px!important;
    display: inline-block;
}

.bc-modal_signup_lifestage .bc-radio label:nth-child(2) {
    border-left: 1px solid #e1dcdc;
    padding: 8px 0 8px 32px!important;
}

.bc-modal_signup_lifestage .bc-radio input {
    margin: 2px 0 0 -20px;
}

.bc-modal_signup_lifestage .bc-dob_wrapper {
    width: 64%;
    margin: 16px auto;
}

.bc-modal_signup_lifestage .bc-select_wrapper select:nth-child(1) {
    width: 28%;
}

.bc-modal_signup_lifestage .bc-select_wrapper select {
    width: 32%;
    margin: 0 0 0 4px;
    display: inline-block;
    border-radius: 4px;
    padding: 4px 8px;
    height: 32px;
    border: 1px solid #d1dcdc;
    font-size: 12px;
}

.bc-modal_signup_lifestage .bc-select_wrapper select:first-child {
    margin: 0;
}

.bc-modal_signup_lifestage .bc-gender_wrapper {
    margin: 16px 0 0;
    font-size: 11px;
    color: #909090;
    width: 100%;
}

.bc-modal_signup_lifestage .bc-gender {
    text-align: center;
    padding: 0;
    margin: 0 15px;
}

.bc-modal_signup_lifestage .bc-gender_wrapper .bc-or {
    vertical-align: bottom!important;
}

.bc-modal_signup_lifestage .bc-gender input {
    display: none;
}

.bc-modal_signup_lifestage .bc-girl {
    background: url("../../onboarding-image/girl.png") no-repeat;
    height: 70px;
    width: 70px;
    background-size: 100% 100%;
    margin: 0 auto 8px;
}

.bc-modal_signup_lifestage .bc-boy {
    background: url("../../onboarding-image/boy.png") no-repeat;
    height: 70px;
    width: 70px;
    background-size: 100% 100%;
    margin: 0 auto 8px;
}

.bc-modal_signup_lifestage .bc-submit {
    width: 106.5px;
    border-radius: 4px;
    background-color: #ff636d;
    color: #fff;
    margin: 48px auto 32px;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    display: inline-block;
}

.bc-modal_signup_lifestage .bc-dob_expecting {
    width: 74%;
}

.bc-modal_signup_lifestage .bc-dob_expecting .bc-select_wrapper {
    border: 1px solid #979797;
    border-radius: 4px;
    width: 70%;
    margin: 0 auto;
}

.bc-dob_expecting .bc-select_wrapper select {
    width: 29%!important;
    border: none;
    background-color: transparent;
    text-align: center;
    color: #2f2f2f;
    border-bottom: 1px solid #d1dcdc;
    font-weight: 600;
    margin: 4px 16px!important;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.bc-dob_expecting .bc-select_wrapper span {
    background: #d8d8d8;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #2f2f2f;
    padding: 11.5px 28px;
}

.bc-share_facebook {
        margin: 0;
    }

.bc-lifestage_submit_wrapper {
    text-align: center;
}

@media (max-width:767px) {
#bc-modal-signup .bc-modal_dialog {
    margin: 50px auto!important;
    width: 260px!important;
}

#bc-modal-getApp .bc-modal_dialog {
    margin: 50px auto!important;
    width: 290px!important;
}

.bc-show_all_category_modal .bc-modal_content {
    height: auto;
}

.bc-kids_details .modal-dialog {
    width: 400px;
    margin: 30px auto;
}

.bc-kids_details .bc-dob_label {
    padding: 8px 25.5px;
}

.bc-kids_details label {
    width: 100%;
}

.bc-kids_details form input,
.bc-kids_details .input-append,
.bc-lifestage_options,
.bc-dob_block {
    display: block!important;
    width: 100%;
    margin-left: 0;
}

.bc-btn_submit {
    width: 100%;
    float: none;
}

.bc-date,
.bc-month {
  width: 30%;
}

.bc-year {
  width: 37%;
}

.bc-kids_details .bc-modal_content {
  margin-top: 20px;
}

.bc-dob_block input {
  width: 100%!important;
}

    .bc-enquiry_modal input,
    .bc-enquiry_modal textarea,
    .bc-name{
        width: 95%!important;
    }

    .bc-enquiry_modal .bc-modal_dialog {
        width: 86%!important;
    }

    .bc-moms_meet_up_modal .bc-modal_dialog {
        width: 90%!important;
        margin: 120px auto 0!important;
    }

    .bc-moms_meet_up_modal .bc-modal_content {
        padding: 0 0 8px;
    }

    .bc-moms_meet_up_modal .bc-modal_header {
        padding: 48px 0 8px!important;
    }

    .bc-write_review_btn {
        padding: 8px!important;
    }

    .bc-modal_write_a_review .bc-modal_dialog {
        width: 290px!important;
    }

    .bc-login_img {
        height: 151px!important;
    }

    .bc-sign_in_img {
        height: 42px!important;
    }

    .bc-event_enquiry_modal form,
    .bc-event_enquiry_modal form input {
        width: 100%!important;
    }

    .bc-event_enquiry_modal form select {
        margin: 0 5.5px 0 0;
    }

    .bc-event_enquiry_modal .event-enquiry-output {
        width: 70%;
    }

    .bc-event_enquiry_modal .bc-modal_dialog {
        margin: 50px auto!important;
    }

    .bc-event_enquiry_modal form {
        margin: 16px auto;
    }

    .bc-modal-user-login .bc-modal_dialog {
        width: 280px;
        margin: 50px auto!important;
    }

    .bc-modal-user-login .bc-sign_up,
    .bc-modal-user-login .bc-sign_up:hover,
    .bc-modal-user-login .bc-sign_up:active,
    .bc-modal-user-login .bc-sign_up:focus {
        margin: 40px auto 32px;
    }

    .bc-modal-user-login .bc-new_world {
        margin: 16px auto;
    }

    .bc-modal_signup_lifestage .bc-dob_expecting .bc-select_wrapper {
        width: 77%;
    }

    .bc-dob_expecting .bc-select_wrapper select {
        width: 30.4%!important;
    }

    .bc-dob_expecting .bc-select_wrapper span {
        padding: 11.5px 19px;
    }

    .bc-modal_signup_lifestage .bc-dob_wrapper {
        width: 73%;
    }

    .bc-modal_signup_lifestage .bc-submit {
        margin: 40px auto 32px;
    }

    .bc-modal_signup_lifestage .bc-gender {
        margin: 0 11px;
    }

    .bc-moms_meet_up_modal {
        opacity: 1;
        margin: 100px auto 0;
    }
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
  .bc-kids_details .bc-dob_label {
    padding: 8px 8.2px;
  }

  .bc-kids_details .modal-dialog {
    width: 299.9px;
    margin: 0 auto;
  }
}


/*service provider enquiry modal*/
.bc-enquiry_modal .bc-modal_dialog {
    width: 343px;
    margin: 100px auto;
}

.bc-enquiry_modal .bc-close {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 30px;
    font-weight: 700;
    margin: 0!important;
    opacity: 1;
}

.bc-enquiry_modal input,
.bc-enquiry_modal textarea {
    border: 1px solid #d8d4d4;
    border-radius: 2px;
    padding: 8px;
    margin-left: 8px;
    margin-top: 16px;
    width: 47.2%;
}

.bc-name,
textarea {
    width: 97%!important;
}

.bc-enquiry_modal .bc-submit {
    margin: 16px auto;
    display: block;
    background-color: #42d0e8;
    border-radius: 2px;
    padding: 8px;
    border: none;
    width: 160px;
}

.bc-enquiry_modal .bc-submit:hover {
    opacity: .5;
}


/*unfollow modal*/
#bc-modal-unfollow {
    margin-top: 100px;
    color: #000;
}

h2#bc-modal-ask-to-unfollow {
    color: #000;
}

#bc-modal-unfollow button,
#bc-modal-unfollow button:hover {
    border-radius: 3px;
    margin-top: 16px;
}

#bc-unfollow-confirm {
    background: #fc7589;
    color: #fff;
}

.bc-unfollow-close,
.bc-unfollow-close:hover{
    color: #000;
}

.bc-show-message-p{
    font-size: 16px;
    font-weight: 800;
}

.bc-show-message-header {
    padding: 0 0 8px;
}

#bc-feedshare-facebook-url {
    background: #3b5998;
    padding: 4px 16px;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

#bc-feedshare-whatsapp-url {
    background: #34af23;
    padding: 4px 16px;
    color: #ffffff;
    border-radius: 4px;
    display: inline-block;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.bc-services_wrapper/*landing page*/
.bc-landing_container .bc-icon-search {
   top: 17px!important;
}
.bc-services_wrapper
.bc-service_img {
    background-size: cover!important;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.bc-service_img a {
    margin: 44% 0;
    display: inline-block;
    font-size: 18pt;
    color: #fff;
}

.bc-feed_title {
    margin-top: -104px;
    color: #fff;
}

.bc-sign_up_block {
    background: url("../../images/landing/plants-design.png") no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 170px;
}

.bc-sign_up_block h3 {
    color: #447985;
    font-size: 19px;
}

.bc-landing_hero_img {
    background: url("../../images/babyc_hero.jpg") no-repeat;
    background-color: rgba(27, 28, 28, 0.18);
    background-position: 50% 47%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 395px;
  position: relative;
}
.bc-landing_hero_strip {
    background: url("../../babychakra-data-files/festivelle/festivelle_home_strip.jpg") center no-repeat;
    background-color: #c3f4ef;
    background-size: contain;
    height: 85px;
    position: relative;
    display: block;
}

.bc-landing_hero_img h1 {
    font-size: 36px;
    font-weight: bold;
    width: 38%;
    line-height: 48px;
    color: #fff;
}

.bc-landing_hero_img p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.bc-landing_hero_img .bc-why {
    margin: 24px 0 0;
}

.bc-landing_hero_img .bc-choose {
    text-align: center;
    margin: 100px auto 0;
    background: url("../../babychakra-data-files/banners/bfw-banner.png") no-repeat;
    background-size: 100% 100%;
    height: 83px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.bc-landing_hero_img .bc-choose .bc-bf_txt {
    color: #f27585;
    float: left;
    font-size: 35px;
    margin: 16px 16px;
}

.bc-landing_hero_img .bc-choose .bc-reg_btn {
    float: left;
    margin: 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.bc-landing_hero_img .bc-choose .bc-reg_btn a,
.bc-landing_hero_img .bc-choose .bc-reg_btn a:hover  {
    color: #fff;
    text-decoration: none;
}

.bc-landing_hero_img .bc-sign_up {
    border: none;
    width: 146px;
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #f8697d;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.18);
    font-size: 18px;
    font-weight: bold;
    color: #fff!important;
    margin: 32px 0 0;
}

.bc-landing_hero_img .bc-choose p {
    margin: 0;
    padding: 16px 0;
}

.bc-hero-txt {
    margin: 56px 0 0 72px;
    width: 25%;
}

.bc-landing h1 {
    color: #fff;
    font-size: 38px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)!important;
    letter-spacing: 3.5px;
    font-weight: bold;
}

.bc-get_started_landing,
.bc-get_started_landing:hover {
    background: #ee7886;
    border: none;
    margin-top: 24px;
    width: 300px!important;
    padding: 16px 32px!important;
}

.bc-landing_playstore {
    background: url('../../babychakra-data-files/asset/google-play.png');
    background-size: 100% 100%;
    height: 58px;
    width: 165px;
    display: block;
    position: absolute;
    bottom:25px;
}

.bc-get_started_landing:hover {
    opacity: .9;
}

.bc-search_icon_landing {
    background: url("http://d18i8m3jdehpg2.cloudfront.net/images/search_icon.png") no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 120px !important;
    top: 19px;
}

.bc-services_wrapper {
    width: 50.5%;
    margin: 0 auto;
    padding: 40px 0 60px;
}

.bc-services_wrapper h2 {
    font-size: 20px;
    margin: 0;
    letter-spacing: 1.3px;
}

.bc-landing_block {
    display: block;
    margin: 0;
    min-height: 104px;
}

.bc-landing_block span:first-child {
    display: block;
    margin: 35px auto 0;
}

.bc-landing_text {
    bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    width: 83%;
}

.bc-landing_img {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 75px;
}

.bc-landing_img_text {
    color: #000;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

.bc-landing_img_text:hover {
    color: #000;
}

.bc-landing h4 {
    font-size: 14px!important;
}

.bc-article_heading h2 {
    color: #ee7886;
    font-size: 16px;
}

.bc-article_block {
    padding: 15px 7% 14px;
}

.bc-article_block h2 {
    font-size: 16px!important;
    margin: 0 0 16px;
    text-align: left;
}

.bc-article_block p {
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
}

.bc-article_img {
    background-size: contain;
    height: 18px;
    padding: 0 0 0 24px;
}

.bc-article_block p a {
    color: #3fc3db;
}

.bc-explore_article {
    margin: 11px 0 24px;
}

.bc-explore_article a {
    background: url("../../images/landing/pink_right_arrow_360.png") no-repeat right top / contain ;
    color: #ee7886;
    display: block;
    font-size: 14px;
    height: 21px;
    margin: 0 auto;
    width: 150px;
}

.bc-dob_active {
    background: #ee7886;
    color: #fff;
}

.bc-margin_b_40 {
    margin-bottom: 40px!important;
}


.bc-mom_star_block {

}

.bc-mom_star img {
    width: 188px!important;
    height: 50px !important;
}

.bc-mom_star p {
    color: #fff;
    display: block;
    text-align: center;
}

.bc-mom_star p {
    margin: 13px 0 0;
}

.bc-mom_star span a {
    color: #f1f1f1;
}

.bc-social_icon_img_block {
    display: block;
    margin: 0 auto;
    width: 33%;
}

.bc-social_icon_block {
    background: #f2f2f2;
    padding: 0 0 48px;
    color: #9f9f9f;
    font-size: 14px;
}

.bc-social_icon_block span {
    color: #484848;
    display: block;
    font-size: 12px;
}

.bc-google_img {
    margin-top: 11px;
    margin-bottom: 14px;
}

.bc-media_wrapper {
    margin: 0 auto;
}

.bc-landing .bc-happening_now {
    background: #ee7886 none repeat scroll 0 0 !important;
    border-radius: 3px;
    color: #fff;
    font-size: 9px;
    padding: 3px 6px;
}

.bc-landing .bc-register_event {
    left: 200px;
    position: absolute;
    margin: 16px 0 0 !important;
}

.bc-search-input {
    font-size: 14px;
    width: 99%;
}

.bc-landing_container .bc-article_hero {
    margin: 16px 0;
}

.bc-join_discover:hover {
    background: #4f767e;
    color: #fff;
}

.bc-join_discover {
    border-radius: 0!important;
}

.bc-personalise_feed {
    padding: 40px 0;
    bottom: 67px;
    position: absolute;
    z-index: 1;
}

.bc-personalise_feed button {
    margin: 24px auto;
}

.bc-personalise_feed a:hover {
    text-decoration: none;
}

.bc-carousel_valentine{
    background: url('http://babychakraserviceproviders.s3.amazonaws.com/ads/valentine.png') no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-discover_care{
    background: url("../../babychakra-data-files/banners/discare.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-business_signup{
    background: url("../../babychakra-data-files/banners/bussign.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-top_apollo_banner {
    background: url("../../babychakra-data-files/banners/Live-Expert-Chat-Apollo-Top-Banner.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-banner_contest {
    background: url("../../banners/wowAmom-banner.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-top_cheesecake_banner {
    background: url("../../babychakra-data-files/banners/Love---Cheesecake-Top-Banner.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-banner_father_day {
    background: url("../../babychakra-data-files/banners/SARDAR-FATHER-DAY-01.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-christmas_collection {
    background: url("../../babychakra-data-files/Christmas-Collection-900x600.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-personal_carousel {
    background: url("http://s3-ap-southeast-1.amazonaws.com/babychakraserviceproviders/data/personal_carousel.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-media_carousel {
    background: url("../../babychakra-data-files/banners/recognizations_2.jpeg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-mother_day {

    background: url("../../banners/Mothers-Day-Collection_new.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-download_app {
    /*background: url("https://s3-ap-southeast-1.amazonaws.com/babychakra-data-files/Get-the-APP.jpg") no-repeat !important;*/
    background: url("../../banners/babychakra_download_app_banner_new.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-lifecell {
    background: url("../../lifecell.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-reffer_redeem {
    background: url("../../babychakra-data-files/banners/Reffer_Redeem.png") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-banner_summer_camp {
    background: url("../../banners/summer-camp.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-latest_chat_banner {
    background: url("../../banners/Live-Chat-WebBanner_FB-Post.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-banner_summer_collection {
    background: url("../../babychakra-data-files/banners/summcoll.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-banner_environment_day {
    background: url("../../babychakra-data-files/banners/envilove.jpg") no-repeat !important;
    background-size: cover !important;
    height: 385px!important;
}

.bc-momstar_badge_img {
    background: url("../../images/mom_stars/momstar_badge.png") no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    background-size: contain;
}

.bc-cover_article_image {
    background-size: 100% 100%!important;
    height: 351px;
}

.bc-profile_img {
    background-size: contain!important;
    height: 34px;
    width: 34px;
}

/* feed form */

.bc-feed_btn_wrapper {
    background: #fc7585;
    padding: 4px 0;
}

.bc-feed_btn_wrapper button,
.bc-feed_btn_wrapper button:hover,
.bc-feed_btn_wrapper button:active,
.bc-feed_btn_wrapper button:focus,
.bc-feed_btn_wrapper button:active:focus {
    background: #fc7585;
    border-left: 2px solid #fff;
    border-right: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
}

.bc-caption_input {
    border: none;
    display: inline-block;
    width: 88%;
    margin-left: 8px;
    box-shadow: none;
    padding: 0;
    vertical-align: middle;
}

.bc-caption_input:focus {
    box-shadow: none;
}

.bc-form_caption_wrapper .bc-profile_img {
    display: inline-block;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    /*border-radius: 50%;
    border: 2px solid #42d0e8;*/
}

.bc-feed_tab {
    border-radius: 10px;
    padding: 8px 0;
}

.bc-feed_tab li a {
    padding: 0 24px;
}

.bc-photo_txt a,
.bc-photo_txt a:hover,
.bc-photo_txt a:active,
.bc-photo_txt a:focus {
    text-decoration: none;
}

.bc-take_photo,
.bc-choose_photo {
    width: 50%;
}

.bc-choose_photo {
    /*border-left: 2px solid #999;*/
    position: relative;
    overflow: hidden;
    /*text-align: right;*/
}

.bc-choose_photo input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.bc-choose_photo a {
    padding-left: 37%;
}

.bc-uploaded_img {
    border-radius: 10px;
    /*height: 200px;*/
    /*background-color: #f2f2f2;*/
    margin: 16px 16px 0;
}

.bc-facebook {
    background: url("../../images/feed/facebook.png") no-repeat;
    background-size: contain;
    height: 23px;
    width: 23px;
    margin: 0 8px;
    vertical-align: top;
}

.bc-feed_form_container {
    border: 1px solid #d8d4d4;
    border-radius: 4px;
    margin-top: 32px;
}

.bc-feed_form_container .bc-separator {
    border-top: 2px solid #999;
    margin: 8px 16px 16px;
}

.bc-icon_txt {
    vertical-align: top;
    padding: 6px 0;
    display: inline-block;
}

.bc-checkbox {
    width: 20px;
    height: 26px;
}

.bc-feed-post {
    margin: 24px 0;
}

.bc-feed-post textarea {
    width: 295px!important;
}

.bc-feed-post input {
    display: inline-block;
    width: 114px;
    vertical-align: top;
    margin: 12px 16px;
}

.bc-feed_post_btn {
    padding: 13px 32px;
    border: none;
    border-radius: 3px;
    background-color: #42d0e8;
    color: #fff;
    font-weight: 600;
    float: right;
}

.bc-post_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: pink;
    margin-left: 16px;
    margin-right: 40px;
}

.bc-feed_post_wrapper {
    display: inline-block;
}

.bc-feed_post_btn_wrapper {
    display: inline-block;
}

.bc-landing .bc-uploaded_img_wrapper .bc-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 40px;
    background: #ffffff;
}

.bc-feed_notification {
    border-radius: 30px;
    margin: 16px auto;
    text-align: center;
    width: 15% !important;
    padding: 8px;
    z-index: 12;
    background-color: #fc6173;
    color: #fff;
    font-weight: bold;
    left: 42%;
}

.bc-ask-expert_caption{
    margin-right: 4px;
}

.bc-landing .bc-get_app_wrapper {
    background-color: #fff;
    padding: 16px 24px;
    border: 1px solid #d8d4d4;
    border-radius: 4px;
    margin: 30px 0 0;
}

.bc-landing .bc-get_app_wrapper input {
    padding: 6px;
    border: 1px solid #d8d4d4;
    border-radius: 4px;
}

.bc-landing .bc-get_app_wrapper input::-webkit-input-placeholder {
    font-size: 12px;
}

.bc-landing .bc-get_app_wrapper .bc-city_code {
    width: 25%;
}

.bc-landing .bc-get_app_wrapper .bc-phone_number {
    width: 73%;
}

.bc-landing .bc-get_app_wrapper .bc-app_link {
    background: #fc7585;
    border-radius: 4px;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    margin: 8px 0;
    font-weight: 600;
}

.bc-landing .bc-get_app_wrapper .bc-app_link a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.bc-message {
    border: 1px solid #d8d4d4;
    border-radius: 4px;
    color: #fc7585;
    padding: 16px;
    text-align: center;
    margin: 8px 0;
}

.bc-full_review {
    a {
        width: 100%;
    }
}

@media (max-width:767px) {
    /*landing page*/
    .bc-landing_hero_img h2 {
        font-size: 19px;
        margin: 43% 0 0;
    }

    .bc-landing_hero_img h1 {
        color: #fff;
        font-size: 15px;
        width: 61%;
        margin: 24px 0 0;
        line-height: 18px;
    }

    .bc-landing_hero_img p {
        font-size: 16px;
    }

    .bc-landing_hero_img {
        /* background: url("../../banners/landing-page-mobile-banner.jpg") no-repeat; */
        background-size: 100% 100%;
        height: 190px;
    }
    .bc-landing_hero_strip {
        background: #c3f4ef url("../../babychakra-data-files/festivelle/festivelle_home_strip_mobile.jpg") center no-repeat;
        height: 60px;
        background-size: contain;
    }

    .bc-search_icon_landing {
        left: 17px !important;
    }

    .bc-mom_star {
        padding: 32px 0 185px;
        position: static;
    }

    .bc-mom_star img {
        width: 200px!important;
        height: 53px !important;
    }

    .bc-services_wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 32px 0;
    }

    .bc-services_wrapper h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .bc-article_wrapper {
        width: auto;
    }

    .bc-landing h1 {
        font-size: 30px;
        margin: 0;
        letter-spacing: 2.8px;
    }

    .bc-landing .bc-search {
        width: 68%!important;
        position: relative;
    }

    .bc-serarch_container_landing form {
        display: block;
        margin: 0 auto;
        width: 92%;
    }

    .bc-landing_block {
        background: none;
        border: none;
        min-height: 75px;
    }

    .bc-landing_text {
        width: 72%;
    }

    .bc-landing_img_text {
        font-size: 11px;
    }

    .bc-social_icon_img_block {
        width: 59%;
    }

    .bc-xs_display_auto {
        display: block;
        margin: 0 auto;
    }

    .bc-social_block {
        display: block;
        margin: 0 auto;
        width: 34%;
    }

    .bc-landing .bc-counter {
        bottom: 0;
    }

    .bc-landing .bc-share_on_list li {
        margin-left: 8px !important;
        padding: 3px 0 3px 30px;
    }

    .bc-sign_up_now {
        padding-left: 32px;
        padding-right: 32px;
    }

    .bc-sign_up_block {
        height: 144px;
    }

    .bc-landing .bc-register_event {
        position: static;
    }

    .bc-reviewed_address {
        min-height: 95px;
        position: relative;
    }

    .bc-recommended_address {
        min-height: 150px;
    }

    .bc-feed_title {
        margin-top: -160px;
        color: #fff;
        line-height: 26px;
    }

    .bc-landing_img {
        height: 50px;
    }

    .bc-margin_left_-36px {
        margin-left: 0;
    }

    .bc-landing_container .bc-icon-search {
        color: #999;
        top: 16px;
    }

    .bc-hero-txt {
        margin: 56px 0 0 11px;
        width: 90%;
    }

    .bc-cover_article_image {
       background-size: 100% 100%!important;
       height: 188px;
    }

    .bc-carousel_img {
       background-size: 100% 100% !important;
       height: 208px!important;
    }

    .bc-feed_event_image {
        background-size: contain !important;
    }

    /* feed form */
    .bc-caption_input {
        width: 79%;
    }

    .bc-feed_tab {
        padding: 8px 0;
    }

    .bc-feed_tab li a {
        padding: 0 5px;
    }

    .bc-feed_form_share {
        font-size: 12px;
    }

    .bc-choose_photo {
        width: 54%;
    }

    .bc-choose_photo a {
        padding-left: 10%;
    }

    .bc-take_photo {
        width: 45%;
    }

    .bc-feed-post textarea {
        width: 100%!important;
    }

    .bc-feed-post input {
        margin: 12px 16px 12px 0;
        float: left;
        width: 180px;
    }

    .bc-feed_notification {
        width: 40% !important;
        left: 30%;
    }

    .bc-landing_hero_img .bc-why {
        margin: 16px 0 0;
        font-size: 12px;
        line-height: 16px;
        width: 50%;
    }

    .bc-landing_hero_img .bc-sign_up {
        width: 100px;
        padding: 4px 16px;
        font-size: 14px;
        margin: 16px 0 0;
    }

    .bc-middle-block-landing-page {
        font-size: 14px!important;
    }

    .bc-mobile-top-categories span {
        font-size: 14px!important;
    }

    .bc-landing_hero_img .bc-choose .bc-bf_txt {
        font-size: 21px;
        margin: 10px;
    }

    .bc-landing_hero_img .bc-choose .bc-reg_btn {
        float: right;
        margin: 8px;
        font-size: 14px;
        padding: 8px;
    }

    .bc-landing_hero_img .bc-choose .bc-reg_btn a,
    .bc-landing_hero_img .bc-choose .bc-reg_btn a:hover  {
        color: #fff;
        text-decoration: none;
    }

    .bc-landing_hero_img .bc-choose {
        background: rgba(255,255,255,0.8);
        height: auto;
    }

    .bc-choose_banner {
        background: url("../../babychakra-data-files/banners/bfw_landing_banner.jpg") no-repeat;
        height: 40px;
        width: 100%;
        background-size: 100% 100%;
    }

    .bc-landing_playstore {
        bottom: 8px;
        height: 42px;
        width: 125px;
    }
}

@media (max-width:320px) {
 .bc-landing_hero_img .bc-choose .bc-bf_txt {
    font-size: 16px;
    margin: 14px;
}
.bc-landing_hero_img h1 {
    width: 61%;
}

.bc-header-wrap-1 {
    padding-bottom: 0;
}

.bc-landing .bc-share_on_list li {
    margin-left: 0px !important;
}

.bc-reviewed_address {
    min-height: 90px;
    padding-bottom: 8px;
}

.bc-landing .bc-counter {
    position: absolute;
    top: 74px;
}

.bc-landing .bc-register_event {
    padding: 4px;
}

.bc-landing_container .bc-dropdown button {
    padding-left: 0px;
}

.bc-caption_input {
    width: 76%;
}

.bc-feed_form_share {
    font-size: 10px;
}

.bc-take_photo,
.bc-choose_photo {
    font-size: 12px;
}

.bc-feed_tab li a {
    padding: 0 4px;
}

.bc-icon_txt {
    padding: 8px 0;
}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.bc-landing_hero_img {
    /*background: url("../../images/landing/sister-brother.jpg") no-repeat; */
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
}

@media only screen and (min-width: 375px) and (max-width: 627px) {
.bc-landing_container .bc-serarch_container_landing {
    width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.bc-hero-txt {
    left: 17%;
    width: 67%;
}

.bc-landing .bc-register_event {
    position: static;
}

.bc-landing_container .bc-serarch_container_landing {
    width: 100%;
}

.bc-margin_left_-36px {
    margin-left: -22px;
}
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {
.bc-hero-txt {
    left: 25%;
    width: 50%;
}

.bc-landing .bc-register_event {
    position: static;
}

.bc-landing_container .bc-serarch_container_landing {
    width: 58%!important;
}

.bc-margin_left_-36px {
    margin-left: -22px;
}
}

@media only screen and (min-width: 1199px) and (max-width: 1347px) {
.bc-landing_container .bc-serarch_container_landing {
    width: 59.6%;
}
}

.bc-momstar-img-border {

    border: 2px solid #ea7881;
    -webkit-box-shadow: 0px 0px 12px #ea7881;
    -moz-box-shadow: 0px 0px 12px #ea7881;
    box-shadow: 0px 0px 12px #ea7881;
}

.bc-momstar_badge_wrapper{

    height: 50px;
    width: 50px;
}

a.bc-invite_friends {

    background: #ea7881;
    padding: 5px 10px;
    border: 1px solid #ea7881;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/*
| CSS for the left side of the Feed page
 */

#bc-top_categories_left {
    margin-top: 32px;
}

.bc-top_categories_left_heading {
    padding: 8px;
    color: #fc7585;
}

.bc-top_categories_left_content ul {

    list-style-type: none;
}

.bc-top_categories_left_content li {

    padding: 2px 0px 20px 0px;
}

.bc-top_categories_left_content li a {

    display: block;
    width: 265px;
    margin: auto;
    position: relative;
}

.bc-top_categories_left_content li img {

    height: 166px;
    width: 265px;
    border-radius: 5px;
}

.bc-top_categories_left_content li span {


    font-size: 16px;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(89,88,88, .75);
    width: 100%;
    padding: 6px 0px 6px 12px;
    color: #fff;
    border-radius: 0 0 5px 5px;
}

/* Css for the Web Feed*/

.bc-middle-block-landing-page {
    margin-top: 32px;
    color: black;
    border-radius: 4px 4px 0px 0px;
    font-size: 19px;
    opacity: 1;
    border-bottom: 1px solid #d8d4d4;
    padding: 10px;
    margin-bottom: -16px;
    background: white;
    box-shadow: 0px 0px 2px rgba(151, 151, 151, 0.58);
}

.bc-success-message-block {
    color: green;
}

/* Css for mobile top categories */
.bc-mobile-top-categories a {

    display: block;
    position: relative;
    margin: 6px 0px;
}

.bc-mobile-top-categories img {

    /*padding: 8px; */
    border-radius: 5px;
}

.bc-mobile-top-categories span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(89,88,88, .75);
    border-radius: 0 0 5px 5px;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.bc-mobile-top-categories-title {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0px 12px 0px;
}

/* Right side of the landing page */

.bc-write-a-review-wrapper {
    background-color: #fff;
    border: 1px solid #d8d4d4;
    border-radius: 4px;
    margin: 32px 0 0;
}

.bc-write-a-review-cta {
    width: 100%;
    background: #fc7585;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.bc-momstar-wrapper {

    border: 1px solid #d8d4d4;
    border-radius: 4px;
    margin: 30px 0 0;
}
.bc-momstar-cta {

    width: 100%;
    background: #fc7585;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

section
{
    background: #fcfcfc;
}

/* Footer Css */

/* list your business button */
.bc-footer-list-your-service a {
    display: block;
}

.bc-white_background {
    background: #fff;
}

.bc-app_download {  
  padding: 0;  
}

.bc-app_download .bc-form_container {
  background: #fc7585;
  color: #fff;
  padding-bottom: 80px;
  text-align: center;
}

.bc-app_download .bc-form_container h1 {
    padding-top: 24px;
    font-size: 50px;
    font-weight: 300;
}

.bc-app_download .bc-form_container h4 {
    padding-bottom: 0px;
    padding-top: 16px;
    color: #D2D2D2;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1.0px;
}

.bc-google_play_logo {
  background: url("../../web/images/main/play.png") no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  height: 64px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #C0EFE9;
  border-radius: 10px;
  width: 200px;
}

.bc-appstore_logo {
  background: url("../../web/images/main/app.png") no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  height: 64px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #C0EFE9;
  border-radius: 10px;
  width: 200px;
}

.bc-small_info h5 {
    padding-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.bc-applink input[type=text] {
    background: #edefed;
    border: 1px solid whitesmoke;
    color: rgba(0,0,0,.5);
    padding: 8px;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 250px;
    outline: none;
}

.bc-applink button {
    background-color: #fff;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #808080;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: -6px;
    height: 39px;
    margin-top: -4px;
    font-weight: bold!important;
}

/* Why */

section.bc-why {
    margin-bottom: 40px;
}

.bc-why h2, .bc-what h2 {
  color: #333;
    padding-top: 16px;
    font-size: 40px;
    font-weight: 400;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.bc-why h4, .bc-how h4, .bc-partners h4 {
    padding-bottom: 0px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 22px;
}

.delay-04s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
    visibility: visible!important;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bc-mobileOverlay {
    background-image: url('../../web/images/main/mobile.png');
    width: 250px;
    height: 527px;
    background-size: 100%;
    float: right;
    margin-top: 140px;
    margin-right: 100px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bc-mobiledata {
    width: 210px;
    height: 377px;
    background-color: white;
    margin-left: 20px;
    margin-top: 72px;
    overflow: hidden;
}

.bc-info_box {
    padding-top: 16px;
    position: relative;
}

.bc-slide1 {
  background: url('../../app_page/Tips.jpg') no-repeat;
}

.bc-slide2 {
  background: url('../../app_page/Experience.jpg') no-repeat;
}

.bc-slide3 {
  background: url('../../app_page/Articles.jpg') no-repeat;
}

.bc-slide4 {
  background: url('../../app_page/Services.jpg') no-repeat;
}

.bc-slide5 {
  background: url('../../app_page/Momstar.jpg') no-repeat;
}

.bc-slide6 {
  background: url('../../app_page/Events.jpg') no-repeat;
}

.bc-slide1, .bc-slide2, .bc-slide3, .bc-slide4, .bc-slide5, .bc-slide6 {
  background-color: whitesmoke;
  background-size: 100% 100%;
  width: 210px;
  height: 377px;
}

.bc-small_section {
    border-left: 1px solid #BFBFBF;
    padding-left: 32px;
    position: relative;
    padding-bottom: 32px;
    cursor: pointer;
    text-align: left;
}

.bc-small_section:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: -15px;
    background-color: white;
    border-radius: 27px;
    border: 1px solid #BFBFBF;
    background-color: white;
}

.Scolor::before {
    background-color: #00d1c1;
    border: none;
    -webkit-transition: all linear 0.3s;
}

.bc-sec1 {
    margin-top: 48px;
}

.bc-small_section h3 {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #757575;
}

.bc-small_section p {
  color: #333;
    font-size: 15px;
    font-weight: 300;
}

.bc-sec2, .bc-sec3, .bc-sec4, .bc-sec5, .bc-sec6 {
    margin-top: -20px;
}

.bc-how {
    background-color: #ededed;
    padding-top: 40px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.bc-how h2 {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 40px;
    font-weight: 400;
}

.bc-mac {
    width: 839px;
    height: 482px;
    background-image: url('../../web/images/main/macbook.png');
    margin: auto;
    position: relative;
}

.bc-videoDiv {
    width: 615px;
    height: 384px;
    background: white;
    position: absolute;
    top: 35px;
    left: 113px;
}

.bc-video_container {
    position: relative;
    padding-bottom: 57.675%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.bc-video_container iframe, .bc-video_container object, .bc-video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Partners */

.bc-partners {
    padding-bottom: 96px;
}

.bc-partners h2 {
  color: #333;
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 40px;
    font-weight: 400;
}

.bc-news_img_wrapper {
    width: 70%;
    display: inline-block!important;
}

.bc-partners .bc-news {
  background-size: contain;
  display: inline-block;
  width: 70%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all linear 0.3s;
    margin-top: 20px;
    opacity: 0.5;
  height: 60px;
}

.bc-partners .bc-news:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    opacity: 1;
}

.bc-news1 {
  background: url('../../app_page/tech2.png') no-repeat;
}

.bc-news2 {
  background: url('../../app_page/tech_in_asia.png') no-repeat;
}

.bc-news3 {
  background: url('../../app_page/money_control.png') no-repeat;
}

.bc-news4 {
  background: url('../../app_page/your_story.png') no-repeat;
}

.bc-news5 {
  background: url('../../app_page/cnbc.png') no-repeat;
}

.bc-news6 {
  background: url('../../app_page/inc42.png') no-repeat;
}

.bc-news7 {
  background: url('../../app_page/economic_times.png') no-repeat;
}

.bc-news8 {
  background: url('../../app_page/first_post.png') no-repeat;
}

/* what */

.bc-what {
    background-color: #edefed;
    padding-bottom: 48px;
}

.bc-box1 {
    background-image: url('../../icons/bluebox.png');
}

.bc-testiBox {
    width: 289px;
    height: 135px;
    margin-bottom: 20px;
}

.bc-testiBox p {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: white;
    padding: 16px;
    font-weight: 400;
}

.bc-testimonials_person {
  background-size: 100% 100% !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.bc-testimonials_person1 {
    background: url('../../-STL5KYAZFK8/AAAAAAAAAAI/AAAAAAAAATk/BsJ4VrvunX0/w48-c-h48-rw/photo.jpg') no-repeat;
}

.bc-testimonials_person2 {
    background: url('../../-3rSxnUpgPAY/AAAAAAAAAAI/AAAAAAAAE3E/nTDSZp_oKPo/w48-c-h48-rw/photo.jpg') no-repeat;
}

.bc-testimonials_person3 {
    background: url('../../-UjCq_fE8N2w/AAAAAAAAAAI/AAAAAAAAAKY/QwBvCdywGJA/w48-c-h48-rw/photo.jpg') no-repeat;
}

.bc-testimonials_person4 {
    background: url('../../-_TtIsU7n5YM/AAAAAAAAAAI/AAAAAAAAHnM/izNMq7JPapU/w48-c-h48-rw/photo.jpg') no-repeat;
}

.bc-testimonials_person5 {
    background: url('../../-7-fVZjl1Gbc/AAAAAAAAAAI/AAAAAAAAAT0/84zkGtxwGHE/w48-c-h48-rw/photo.jpg') no-repeat;
}

.bc-testimonials_person6 {
    background: url('../../-5jTUGDcLRRQ/AAAAAAAAAAI/AAAAAAAAOe0/pM1k_mMy-DE/w48-c-h48-rw/photo.jpg') no-repeat;
}

.bc-bold_test {
    font-style: italic;
    font-weight: 600;
    color: grey;
    font-size: 12px;
}

.bc-site_link {
    position: fixed;
    bottom: 0;
    background-color: #fc7585;
    width: 100%;
    z-index: 15;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.bc-app_sticky_form {
  position: fixed;
  bottom: 0;
  background: #42d0e8!important;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px 0!important;
  z-index: 1;
}

.bc-app_sticky_form .bc-applink input[type=text] {
    background: #fff;
    color: #333;
}

.bc-app_sticky_form button {
    background: #fc7585;
    font-weight: bold!important;
}

.bc-applink input::-webkit-input-placeholder {
    color: rgba(0,0,0,.5);
}

@media (max-width: 767px) {
  .bc-testiBox p {
    padding: 8px 10px;
}

  .bc-app_download .bc-form_container h1 {
    font-size: 34px;
    line-height: 44px;
    padding-top: 40px;
  }

  section.bc-partners img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all linear 0.3s;
    margin-top: 20px;
    opacity: 0.5;
  }

  .bc-mobileOverlay {
    margin: auto;
    float: none;
  }

  .bc-mac {
    background-image: none;
    width: 100%;
    height: auto; 
  }

  .bc-videoDiv {
    width: 100%;
    height: auto;
    background: white;
    position: relative;
    left: 0px;
  }

  .bc-app_download h2 {
    font-size: 30px!important;
  }

  .bc-why_desktop{
    display:none;
  }

  .bc-why_mobile{
    display: block;
  }

  .bc-why.bc-why_mobile h2 {
    text-align: center;
  }

  .bc-why.bc-why_mobile h4 {
    margin: 24px 13px;
  }

  .bc-small_section_mobile.bc-sec1.Scolor {
    color: black;
}

.bc-testiBox {
    width: 100%;
    background-size: 100% 100%;
}

.bc-slide1, .bc-slide2, .bc-slide3, .bc-slide4, .bc-slide5, .bc-slide6 {
  margin: auto;
}

.bc-app_download .carousel h3 {
    font-weight: 400;
    text-shadow:none;
}

.bc-app_download .carousel p {
    font-weight: 400;
    padding: 0 16px;
    text-shadow:none;
}

.bc-app_download .carousel-caption {
    position :relative!important;
    left:0px!important;
    top: 5px;
}

.bc-app_download .carousel-control.left,
.bc-app_download .carousel-control.right {
    background: none!important;
}

.bc-app_download .carousel-control {
    color: #009B86!important;
    text-shadow:none!important;
    opacity: 1!important;
}

.small-section-mobile.sec1.Scolor {
    color: black;
}

.bc-app_download .carousel-indicators {
  left: 42%;
  width: 75%;
}

.bc-app_download .carousel-indicators li {
  border: 1px solid #009B86!important;
  width :10px!important;
  height: 10px!important;
  background-color: white!important;
  margin-left:10px!important;
  margin-right:10px!important;
}

.bc-app_download .carousel-indicators {
    bottom: 110px!important;
}

.bc-app_download .carousel-indicators .active {
    background-color: #009B86!important;
    width :10px!important;
    height: 10px!important;
}

.bc-app_download .carousel-indicators:after {
    width: 100%;
    border-top: 1px solid #009B86;
}

.bc-app_download ol.carousel-indicators:after {
    content: 'a';
    width: 100%;
    left: 0px;
    top: 8px;
    z-index: -1;
    position: absolute;
    color: transparent;
  }

  .bc-partners .bc-news {
    width: 100%;
    height: 20px;
  }
}
/*LOADER CSS*/
.bc-loader {
    position:fixed;
    z-index:10000;
    width:100%;
    height:100%;
    top:0;
    left:0
}

.bc-loader-text-container {

    width:100%;
    position:fixed;
    height:inherit;
    top:64%;
    text-align:center;
} 


.bc-loader-text {

    display:block;
    max-width:600px;
    margin:0px auto;
}
/*profile main content*/

.bc-profile {
  background: #edefed;
  padding: 16px 12px;
}

.bc-profile_title {
    background: url("../../images/profile/spouse-icon.png") no-repeat;
    background-size: contain;
    padding-left: 32px;
}

.bc-profile_img_bg {
    background: #fd96a2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fd96a2, #fb5468); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fd96a2, #fb5468); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fd96a2, #fb5468); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fd96a2, #fb5468); /* Standard syntax */
    height: 120px;
    border-bottom-left-radius: 110px;  /* 100px of height + 10px of border */
    border-bottom-right-radius: 110px; /* 100px of height + 10px of border */
    border-bottom: 0;
}

.bc-user_profile_img_wrapper {
    height: 112px;
    margin: 0 auto;
    position: relative;
    width: 112px;
    text-align:center;
}

.bc-user_profile_img {
    position: relative;
    border-radius:50%;
    width:100%;
    height:100%;
}

.bc-profile_user_name {
    color: rgba(251, 84, 104, 0.9);
    margin: 8px 0 4px;
}

.bc-profile_user_address {
  color: rgba(251, 84, 104, 0.9);
  margin: 0px;
}

.bc-followers,
.bc-following {
  color: rgba(24, 179, 205, 0.9);
  font-size: 12px;
  letter-spacing: 0.6px;
}

.bc-followers span:nth-child(2),
.bc-following span:nth-child(2) {
  margin-left: 4px;
}

.bc-counter_wrapper {
  background: #fc7585;
  color: #fff;
  margin: 8px 0 0;
  border-radius: 3px;
}

.bc-counter_wrapper span:nth-child(1) {
  font-size: 14px;
}

.bc-counter_wrapper .bc-counter_txt {
  font-size: 10px;
  display: block;
}

.bc-counter_block {
  width: 32.2%;
  border-left: 2px solid rgba(255,255,255,.5);
  margin: 8px 0;
}

.bc-moms_state p {
  color: rgba(66, 66, 66, 0.9);
  margin: 8px 0 16px;
}

.bc-counter_block:nth-child(1) {
  border-left: none;
}

.bc_profile_tabs {
  border: none;
}

.bc_profile_tabs li.panel-title {
  background: #fff!important;
  border-radius: 2px!important;
  width: 100%!important;
  list-style: none;
}

.bc_profile_tabs li.panel-title > a {
  border-bottom: 1px inset rgb(194, 194, 194)!important;
  border-radius: 2px!important;
  color: rgba(66, 66, 66, 0.9)!important;
  font-size: 14px!important;
  margin: 0!important;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  display: inline-block;
  width: 100%;
  padding: 0!important;
}

.bc_profile_tabs li.panel-title > a.active {
  color: #FFF !important;
  background-color: #fc7585;
  border-radius: none;
}

.bc_profile_tabs li.panel-title > a.active span.bc-down_triangle {
  border-top-color: #FFF !important;
}

.bc-rectangle {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #ff8585;
  display: inline-block;
  vertical-align: middle;
}

.bc_profile_tabs li.panel-title > a:not(.active):hover,
.bc_profile_tabs li.panel-title > a:not(.active):active,
.bc_profile_tabs li.panel-title > a:not(.active):focus {
  background: rgba(255,255,255,.7);
  text-decoration: none;
}



.bc_profile_tabs li.panel-title.active a {
    border-bottom: 1px inset rgb(194, 194, 194)!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    color: #fc7585!important;
    text-decoration: none;
}

.bc-down_triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 9px solid #979797;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  vertical-align: top;
  margin: 21px 8px;
}

.bc-photos_count {
    height: 32px;
    width: 32px;
    background-color: #42d0e8;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 8px 0;
    float: right;
}

.bc-articles_count {
  background-color: #ffb400;
}

.bc-tab_content {
  word-wrap: break-word;
}

.bc-profile_tabs_container {
  padding: 0 24px;
}

.bc-profile .panel {
  border-radius: 3px;
}

.bc-profile .bc-service-thumb {
  padding: 8px;
  margin: 8px 12px 8px 4px;
  background: #FFF;
  border-radius: 3px;
  width: 48%;
}

@media (max-width:960px) {
  .bc-profile .bc-service-thumb {
    width: 100%;
  }
}

@media (max-width:767px) {
  .bc-profile .bc-service-thumb {
    border-radius: 0px;
    margin: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px;
  }
}

.bc-profile .bc-collection_article_block {
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 0;
  margin-left: 0;
  margin-right: 0;
}

.bc-profile .bc-user_thumb_block {
  padding: 8px;
}

.bc-profile .bc-user_thumb_block .user-thumb-name{
  max-width: 180px;
}

@media (max-width:960px) {
  .bc-profile .bc-user_thumb_block .user-thumb-name{
    max-width: 90%;
  }
}

.bc-profile .bc-user_thumb_block > div {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 0px;
}

.bc-profile .bc-profile_reviewed {
  word-wrap: break-word;
  background: transparent;
}

.bc-profile .bc-profile_reviewed .review-text {
  text-align: justify;
}

.bc_profile_tabs li.panel-title > a span:nth-child(1) {
  font-size: 28px;
  vertical-align: middle;
  width: 40px;
  margin-left: 4px;
  text-align: center;
}

.bc_profile_tabs li.panel-title > a span:nth-child(2) {
  vertical-align: middle;
  padding: 14px 0;
  display: inline-block;
}

.bc-profile .bc-panel_collapse {
  position: absolute;
  top: 0;
  right: 0;
  width: 74%;
  max-height: 569px;
  overflow-y: scroll;
  background-color: transparent;
}

.bc-profile .bc-panel-title {
  padding: 12px 4px;
  margin: 0px;
}

.bc-profile-edit_button {
    color: #447985;
    vertical-align: top;
}

.bc-user_profile_img_wrapper {
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px;
    text-align: center;
}

.bc-user-profile-img-edit {
    background: rgba(255,255,255,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    border-radius: 50%;
    top: 0px;
}

.bc-user-profile-img-edit>span {
    opacity: 1;
    text-shadow: 0 0 3px #eee;
    font-size: 40px;
    color: #447985;
}

.bc-profile-cancel_button {
    color: #447985;
    padding: 8px 32px;
    line-height: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.bc-profile-save_button {
    color: #fff;
    padding: 8px 32px;
    line-height: 14px;
    border-radius: 2px;
}

.bc-profile-edit-gender-options span {
  width: 100px;
  display: inline-block;
}

.bc-profile-edit-gender-options span input {
  margin-right: 8px;
  vertical-align: top;
}

.bc-profile section.bc-friend_tab {
  background: transparent;
}

@media (max-width:767px) {
  .bc-counter_block {
    width: 31.5%;
  }

  .bc-profile_aside {
    padding: 0;
  }

  .bc-profile_tabs_container {
    padding: 16px 16px 0 16px;
  }

  .bc-profile .bc-panel_collapse {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }

  .bc-profile .bc-reviewed_txt {
    display: inline!important;
  }

  .bc-profile .bc-panel-title {
    display: none;
  }
}

//**collection-listing page*/
.bc-collection_hero_text {
  bottom: 24px!important;
  left: 32px!important;
}

.bc-collection_listing .bc-explore_collection {
  background: #fc7585;
  width: 200px!important;
  margin: 24px auto !important;
  border: none!important;
}

.bc-collection_listing .bc-explore_collection a {
  color: #fff;
}


.bc-collection_listing .breadcrumb {
  font-size: 12px;
  margin: 16px 0px;
  padding: 0px;
}

.bc-collection_listing ol.breadcrumb li:first-child {
  margin-left: 0;
}

.bc-collection_listing .bc-article_thumb {
  border-radius: 2px;
}

.bc-collection_listing article {
  border-radius: 3px;
  margin: 16px 0;
  padding: 16px!important;
}

.bc-collection_listing .bc-related_article {
  border-radius: 3px;
  padding: 16px 16px 0!important;
}

.bc-collection_listing .bc-related_article .bc-article_block h2 {
  font-size: 14px !important;
}

.bc-collection_listing .bc-related_article .bc-article_block .bc-article-author-thumb {
  display: none;
}

.bc-collection_listing .bc-article_block h2  {
  margin: 0 0 6px!important;
  font-size: 14px!important;
  font-weight: normal;
}

.bc-collection_listing .bc-article_block p {
  font-style: normal;
}

.bc-article_block a .bc-bullet:first-child {
  display: none;
}

.bc-article_block a .bc-bullet:first-child {
  display: none;
}

.bc-collection_listing .bc-view_all_article {
  background: #fcfcfc;
}

.bc-collection_listing .bc-img_text {
  width: auto!important;
}

.bc-collection_listing .bc-services {
  padding: 0 16px 8px;
}

.bc-collection_listing .bc-collection_listing_wrapper {
  margin-top: 16px;
}

.bc-collection_listing .bc-article_block {
  padding: 16px 0;
}

.bc-collection_listing .bc-related-articles .bc-article_block:first-child {
  margin: 16px 0 0!important;
}

.bc-collection_listing .bc-related-articles {
  margin: 0;
}

@media (max-width:767px) {
  .bc-collection_listing .bc-services article {
    min-height: 147px;
    position: relative;
  }

  .bc-collection_listing .bc-article_block h3 {
    margin: 10px 0;
  }

  .bc-collection_listing .bc-font_size_30 {
    font-size: 22px;
  }

  .bc-collection_listing.bc-article .bc-article_img {
    padding: 0 0 0 43px !important;
  }

  .bc-collection_listing .bc-article_block {
    padding: 0 8px 0 0!important;
  }

  .bc-collection_listing .bc-article_thumb {
    width: 100%;
    height: auto;
  }

  .bc-collection_listing .bc-services {
    border: 0;
    padding: 0px 16px!important;
  }

  .bc-collection_listing .bc-collection_listing_wrapper {
    margin-top: 0;
  }

  .bc-collection_listing .bc-explore_collection {
    margin: 0 auto 24px !important;
  }

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bc-collection_listing.bc-article .bc-article_img {
    padding: 0 0 0 43px !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1198px) {

}

@font-face {
  font-family: 'fontello';
  src: url('../../fonts/fontello_33004175.eot');
  src: url('../../fonts/fontello_33004175.eot#iefix') format('embedded-opentype'),
       url('../../fonts/fontello_33004175.woff') format('woff'),
       url('../../fonts/fontello_33004175.ttf') format('truetype'),
       url('../../fonts/fontello_33004175-fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('http://d18i8m3jdehpg2.cloudfront.net/font/fontello.svg?33004162#fontello') format('svg');
  }
}
*/

 [class^="bc-icon-"]:before, [class*=" bc-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bc-icon-link:before { content: '\e800'; } /* '' */
.bc-icon-pencil:before { content: '\e801'; } /* '' */
.bc-icon-heart:before { content: '\e802'; } /* '' */
.bc-icon-sad-face:before { content: '\e803'; } /* '' */
.bc-icon-bubble-double:before { content: '\e804'; } /* '' */
.bc-icon-thumbs-up:before { content: '\e805'; } /* '' */
.bc-icon-star-badge:before { content: '\e806'; } /* '' */
.bc-icon-badge-star:before { content: '\e807'; } /* '' */
.bc-icon-email:before { content: '\e843'; } /* '' */
.bc-icon-undo-1:before { content: '\e809'; } /* '' */
.bc-icon-bubble-edit:before { content: '\e80a'; } /* '' */
.bc-icon-share:before { content: '\e80b'; } /* '' */
.bc-icon-bookmark:before { content: '\e863'; } /* '' */
.bc-icon-website:before { content: '\e80d'; } /* '' */
.bc-icon-person:before { content: '\e80e'; } /* '' */
.bc-icon-person-neck:before { content: '\e80f'; } /* '' */
.bc-icon-person-3:before { content: '\e810'; } /* '' */
.bc-icon-medal-star:before { content: '\e811'; } /* '' */
.bc-icon-person-edit:before { content: '\e812'; } /* '' */
.bc-icon-person-star:before { content: '\e813'; } /* '' */
.bc-icon-cross-filled:before { content: '\e814'; } /* '' */
.bc-icon-plus-square:before { content: '\e815'; } /* '' */
.bc-icon-cross-2:before { content: '\e816'; } /* '' */
.bc-icon-plus:before { content: '\e817'; } /* '' */
.bc-icon-plus-circle:before { content: '\e818'; } /* '' */
.bc-icon-arrow-out-right:before { content: '\e819'; } /* '' */
.bc-icon-arrow-out-up:before { content: '\e81a'; } /* '' */
.bc-icon-arrow-out-down:before { content: '\e81b'; } /* '' */
.bc-icon-arrow-in-down:before { content: '\e81c'; } /* '' */
.bc-icon-arrow-in-up:before { content: '\e81d'; } /* '' */
.bc-icon-arrow-out-right-1:before { content: '\e81e'; } /* '' */
.bc-icon-resize:before { content: '\e81f'; } /* '' */
.bc-icon-undo:before { content: '\e820'; } /* '' */
.bc-icon-cross:before { content: '\e821'; } /* '' */
.bc-icon-tick-circle:before { content: '\e822'; } /* '' */
.bc-icon-tick-square:before { content: '\e823'; } /* '' */
.bc-icon-tick:before { content: '\e824'; } /* '' */
.bc-icon-person-double:before { content: '\e825'; } /* '' */
.bc-icon-person-star-1:before { content: '\e826'; } /* '' */
.bc-icon-person-heart:before { content: '\e827'; } /* '' */
.bc-icon-resize-full:before { content: '\e828'; } /* '' */
.bc-icon-briefcase:before { content: '\e829'; } /* '' */
.bc-icon-clock:before { content: '\e82a'; } /* '' */
.bc-icon-clock-2:before { content: '\e82b'; } /* '' */
.bc-icon-calender:before { content: '\e82c'; } /* '' */
.bc-icon-calender-1:before { content: '\e82d'; } /* '' */
.bc-icon-search:before { content: '\e82e'; } /* '' */
.bc-icon-map:before { content: '\e82f'; } /* '' */
.bc-icon-marker:before { content: '\e830'; } /* '' */
.bc-icon-marker-2:before { content: '\e831'; } /* '' */
.bc-icon-pin:before { content: '\e832'; } /* '' */
.bc-icon-filter:before { content: '\e833'; } /* '' */
.bc-icon-filter-2:before { content: '\e834'; } /* '' */
.bc-icon-fork-knife:before { content: '\e835'; } /* '' */
.bc-icon-cycle:before { content: '\e836'; } /* '' */
.bc-icon-pin-circle:before { content: '\e837'; } /* '' */
.bc-icon-book:before { content: '\e838'; } /* '' */
.bc-icon-phone:before { content: '\e808'; } /* '' */
.bc-icon-save:before { content: '\e83d'; } /* '' */
.bc-icon-save-filled:before { content: '\e83e'; } /* '' */
.bc-icon-location:before { content: '\e852'; } /* '' */
.bc-icon-aboutme:before { content: '\e83c'; } /* '' */
.bc-icon-profile-filled:before { content: '\e83d'; } /* '' */
.bc-icon-review-filled:before { content: '\e83c'; } /* '' */
.bc-icon-review:before { content: '\e83b'; } /* '' */
.bc-icon-update-filled:before { content: '\e83f'; } /* '' */
.bc-icon-filled-call:before { content: '\e840'; } /* '' */
.bc-icon-bookmark-1:before { content: '\e841'; } /* '' */
.bc-icon-phone-1:before { content: '\e855'; } /* '' */
.bc-icon-followicon:before { content: '\e839'; } /* '' */
.bc-icon-credit-card:before { content: '\e85d'; } /* '' */
.bc-icon-chat:before { content: '\e85f'; } /* '' */
.bc-icon-verified:before { content: '\e848'; } /* '' */
.bc-icon-write-review:before { content: '\e84a'; } /* '' */
.bc-icon-reviewed:before { content: '\e85a'; } /* '' */
.bc-icon-gift:before { content: '\e84e'; } /* '' */
.bc-icon-about-us:before { content: '\e83f'; } /* '' */
.bc-icon-article:before { content: '\e865'; } /* '' */
.bc-icon-recommend:before { content: '\e858'; } /* '' */
.bc-icon-edit:before { content: '\e840'; } /* '' */
.bc-icon-right-arrow:before { content: '\e86d'; } /* '' */
.bc-icon-like:before { content: '\e851'; } /* '' */
.bc-icon-done:before { content: '\e85c'; } /* '' */
.bc-icon-camera:before { content: '\e861'; } /* '' */
.bc-icon-choose-photo:before { content: '\e84f'; } /* '' */
.bc-icon-statistic:before { content: '\e846'; } /* '' */
.bc-icon-chevron:before { content: '\e86c'; } /* '' */
.bc-icon-bookmark-2:before { content: '\e863'; } /* '' */
.bc-icon-tip:before { content: '\e847'; } /* '' */
.bc-icon-lock:before { content: '\e83a'; } /* '' */
.bc-icon-profile:before { content: '\e857'; } /* '' */
.bc-icon-address:before { content: '\e867'; } /* '' */

/*servies*/
.bc-event_details .bc-basic_info li {
    margin: 16px 0 0 !important;
}

.bc-event-image_container {
    background: transparent;
    width: 100%;
    min-height: 100px;
    height: 500px;
}

@media (max-width:767px) {
    .bc-phone {
      background-size: initial;
      background: url("../../images/services/phone.png") no-repeat; 
      background-position: initial;
    }

    .bc-event-image_container {
      height: 292px;
    }

    .bc-event-image_container .bc-event_detail_img {
      background-size: 100% 100%;
    }
  }
}

.bc-contest h1 {
    margin: 0 0 32px 16px !important;
}

.bc-contest article h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bc-contest article h2 a {
  color: #72cadd;
}
.bc-contest article h2 a:hover {
  text-decoration: none;
}

.bc-contest-entry-description{
  height: 80px;
  overflow: hidden;
}

.bc-contest-entry-img-wrapper{
  height: 250px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.bc-vote_count {
  background: #fc7585;
  padding-right: 32px;
  padding-left: 32px;
}

.bc-margin_tb5px {
  margin: 5px 0;
}

.bc-contest .bc-side_bar {
  width: 31.6% !important;
}

.bc-contest .bc-side_bar p {
  padding-right: 48px;
}

.bc-post_your_entry {
  background: #fc7585;
  border-radius: 3px;
  border: none;
}

.bc-breadcrumb {
  background: none !important;
  margin: 32px 0 0 !important;
}

.bc-show_more {
  background: rgba(155, 154, 155, 0.3);
  border: none!important;
  border-radius: 2px;
  color: #636363;
  margin: 32px auto;  
}

.bc-share_vote {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: absolute;
  right: 40px;
  top: 216px;
}

form .bc-entries_block {
  border-right: 1px solid #979797;
  padding-right: 16px;
}

/* Contest Details */
.bc-show_all_entries {
  color: #223d42!important;
  border: none;
}
.bc-show_all_entries_btn {
  background: #ece9e9;
  color: #636363!important;
  border: none;
}

.bc-contest_details button {
    width: 288px!important;
}

.bc-post_your_entry:hover {
  background: #fc7585;
}

.bc-accepting_entries a {
  border: 1px solid #74c31e;
  border-radius: 3px;
  color: #74c31e;
  font-size: 9px;
  padding: 4px;
}

/* Contest Upload */
.bc-contest_upload h1 {
  margin: 24px 0 40px;
}

.bc-contest_upload form {
  background: rgba(245, 245, 245, 0.3);
  padding: 0 24px;
  width: 96%;
}

.bc-contest_upload label {
  width: 25.5%;
}

.bc-submission-buttons {
  width: 49%;
}

.bc-submission-buttons button {
  width: 160px;
}

.bc-contest_upload input,
.bc-contest_upload textarea {
  width: 70.4%;
  margin-left: 24px;
}

.bc-contest-dropzone {
    border: 2px dashed #cccccc !important;
    margin: 25px 0;
}

.bc-maybe_later {
  background-color: transparent;
  border: 1px solid #b7b7b7;
  color: #9b9b9b;
}

.bc-upload_photo_block {
    width: 50%;
}

/* Contest shared */
.bc-get_more_votes {
    background: rgba(125, 211, 32, 0.05);
    color: #417505;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #417505;
}

@media (max-width:767px) {
.bc-border_xs_none {
  border: none;
}

.bc-entries_block {
    border-right: none;
    padding-right: 0;
}

.bc-entries_block select {
  width: 58%!important;
  margin-left: 0;
}

.bc-sortby_block label {
  margin-left: 0!important;
}

.bc-contest .bc-entries_block {
  padding: 0!important;
  margin-bottom: 16px!important;
  border-bottom: 1px solid #d8d4d4;
  padding-bottom: 16px!important;
}

.bc-share_vote {
    right: 16px;
    top: 198px;
    padding: 8px;
}

.bc-vote_count {
  padding: 8px 16px;
}

.bc-contest article {
  margin: 8px 0 0;
}

.bc-contest .bc-entries_block h2,
.bc-contest .bc-entries_block  p {
    padding: 0 16px;
}

.bc-share_vote {
  padding: 8px!important;
}

.bc-contest .bc-side_bar {
    width: 100% !important;
}

.bc-contest h1 {
    margin: 0 0 0 16px !important;
}

.bc-post_block {
  border-top: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
  border-right: none;
  border-left: none;
}

.bc-breadcrumb {
  border-top: 1px solid #d8d4d4;
  margin: 0 !important;
  padding: 16px 16px 8px 16px !important;
}

.bc-show_all_entries_btn {
  margin-left: 0;
}

.bc-contest_upload label,
.bc-contest_upload input, .bc-contest_upload textarea,
.bc-upload_photo_block {
    width: 100%;
    margin-left: 0;
}

.bc-contest-dropzone {
    padding: 10px !important;
    min-height: auto !important;
}

.bc-submission-buttons button {
    width: 100%;
    margin-left: 0;
}

.dropzone .dz-message {
    margin: 0 !important;
}

.bc-contest_upload form,
.bc-submission-buttons {
    width: 100%!important;
}

.bc-contest_upload h1 {
    margin: 24px 0 40px 24px;
}

.bc-vote_btn_block button{
  width: 90% !important;
  margin: 0 auto;
}
form .bc-entries_block {
  border-right: none;
}

@media (max-width:320px) {
}


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