@charset "UTF-8";
/* CSS Document */
/* COMMON */
html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

body {
  overflow-y: scroll;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2e3b4e;
}

a, body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons a:hover, a:active, a:focus, a:hover {
  color: #ff6035;
  outline: none !important;
}

a:active, body.article .bc-box .bc-header .bc-social-icons a:active, a:focus, body.article .bc-box .bc-header .bc-social-icons a:focus, a:hover, body.article .bc-box .bc-header .bc-social-icons a:hover {
  color: #ff6035;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .pull-xs-left {
    float: left !important;
  }

  .pull-xs-right {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }
}
/* COLORS */
.color-navbar {
  color: #9d9d9d;
}

.color-prime {
  color: #2e3b4e;
}

.color-paragraph {
  color: #818181;
}

.color-gray {
  color: #777;
}

.color-alife {
  color: #ff6035;
}

.color-recipes {
  color: #462800;
}

.color-fitness {
  color: #005ffc;
}

.color-diabetes {
  color: #561cfe;
}

.color-running {
  color: #824de3;
}

.color-azumio {
  color: #561cfe;
}

.color-app {
  color: #db3c43;
}

.color-sleep {
  color: #1c2d87;
}

img {
  max-width: 100%;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.header-dot {
  position: relative;
  padding-left: 20px;
  color: #2e3b4e !important;
}

.header-dot:before {
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  font-size: 46px;
  line-height: 20px;
}

.header-dot.color-alife:before {
  color: #ff6035;
}

.header-dot.color-recipes:before {
  color: #462800;
}

.header-dot.color-fitness:before {
  color: #005ffc;
}

.header-dot.color-running:before {
  color: #824de3;
}

.header-dot.color-azumio:before {
  color: #561cfe;
}

.header-dot.color-app:before {
  color: #db3c43;
}

.header-dot.color-sleep:before {
  color: #1c2d87;
}

/* BUTTONS */
.btn-social.small {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin-right: 4px;
  background-size: 27px 26px !important;
}
.btn-social.small.fb {
  background: url(../img/fb.png) no-repeat;
}
.btn-social.small.twitter {
  background: url(../img/tw.png) no-repeat;
}
.btn-social.small.google {
  background: url(../img/gp.png) no-repeat;
}
.btn-social.small.mail {
  background: url(../img/mail.png) no-repeat;
}

.btn-social-fb, .btn-social-google, .btn-social-twitter {
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  margin: 0 5px 5px 0;
}
.btn-social-fb span, .btn-social-google span, .btn-social-twitter span {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .btn-social-fb span, .btn-social-google span, .btn-social-twitter span {
    display: none;
  }
}
.btn-social-fb.small, .btn-social-google.small, .btn-social-twitter.small {
  padding-left: 20px !important;
  padding-right: 10px !important;
}

.btn-social-fb, .btn-social-fb:active, .btn-social-fb:focus, .btn-social-fb:hover {
  background-color: #4a67b7;
  padding-left: 25px;
  position: relative;
  color: white;
  text-decoration: none;
}
.btn-social-fb i, .btn-social-fb:active i, .btn-social-fb:focus i, .btn-social-fb:hover i {
  position: absolute;
  left: 8px;
  bottom: -2px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .btn-social-fb, .btn-social-fb:active, .btn-social-fb:focus, .btn-social-fb:hover {
    padding-left: 9px;
    padding-right: 8px;
  }
  .btn-social-fb i, .btn-social-fb:active i, .btn-social-fb:focus i, .btn-social-fb:hover i {
    position: relative;
    bottom: -6px;
    left: 0px;
    font-size: 23px !important;
    line-height: 18px;
  }
}

.btn-social-twitter, .btn-social-twitter:active, .btn-social-twitter:focus, .btn-social-twitter:hover {
  background-color: #00acee;
  padding-left: 30px;
  position: relative;
  color: white;
  text-decoration: none;
}
.btn-social-twitter.small i, .btn-social-twitter:active.small i, .btn-social-twitter:focus.small i, .btn-social-twitter:hover.small i {
  left: 5px;
}
.btn-social-twitter i, .btn-social-twitter:active i, .btn-social-twitter:focus i, .btn-social-twitter:hover i {
  position: absolute;
  left: 8px;
  bottom: 2px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .btn-social-twitter, .btn-social-twitter:active, .btn-social-twitter:focus, .btn-social-twitter:hover {
    padding-left: 6px;
    padding-right: 6px;
  }
  .btn-social-twitter i, .btn-social-twitter:active i, .btn-social-twitter:focus i, .btn-social-twitter:hover i {
    position: relative;
    top: 1px;
    left: 0px;
    font-size: 20px !important;
    line-height: 18px;
  }
}

.btn-social-google, .btn-social-google:active, .btn-social-google:focus, .btn-social-google:hover {
  background-color: #de5a49;
  color: white;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}
.btn-social-google.small i, .btn-social-google:active.small i, .btn-social-google:focus.small i, .btn-social-google:hover.small i {
  left: 5px;
}
.btn-social-google i, .btn-social-google:active i, .btn-social-google:focus i, .btn-social-google:hover i {
  position: absolute;
  left: 8px;
  bottom: 2px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .btn-social-google, .btn-social-google:active, .btn-social-google:focus, .btn-social-google:hover {
    padding-left: 6px;
    padding-right: 6px;
  }
  .btn-social-google i, .btn-social-google:active i, .btn-social-google:focus i, .btn-social-google:hover i {
    position: relative;
    top: 1px;
    left: 0px;
    font-size: 20px !important;
    line-height: 18px;
  }
}

.margin.top {
  margin-top: 25px;
}
.margin.bottom {
  margin-bottom: 25px;
}

.rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

hr.colors {
  background: url(../img/line.gif) repeat-x;
  height: 9px;
}

/* FAVOURITE COUNTER BUTTON BOX */
.favbox {
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  background-color: #ff6035;
}
.favbox label {
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}
.favbox a, .favbox body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons .favbox a:active, .favbox body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons .favbox a:focus, .favbox body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons .favbox a:hover {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.favbox a i, .favbox body.article .bc-box .bc-header .bc-social-icons a:active i, body.article .bc-box .bc-header .bc-social-icons .favbox a:active i, .favbox body.article .bc-box .bc-header .bc-social-icons a:focus i, body.article .bc-box .bc-header .bc-social-icons .favbox a:focus i, .favbox body.article .bc-box .bc-header .bc-social-icons a:hover i, body.article .bc-box .bc-header .bc-social-icons .favbox a:hover i {
  margin-right: 10px;
}

/* BADGES */
.badge, body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 7px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .badge, body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge {
    font-size: 11px;
  }
}

.recipes .badge, .recipes body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .recipes img + .badge, .recipes body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .recipes iframe + .badge, .recipes body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .recipes .video-frame + .badge, .recipes body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .recipes .carousel + .badge, .recipes body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .recipes .slick-slider-alternative + .badge,
.recipes.badge,
body.home #thumbs-grid .thumbnail img + .recipes.badge,
body.home #thumbs-grid .thumbnail iframe + .recipes.badge,
body.home #thumbs-grid .thumbnail .video-frame + .recipes.badge,
body.home #thumbs-grid .thumbnail .carousel + .recipes.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .recipes.badge {
  background-color: #462800 !important;
}

.activelife .badge, .activelife body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .activelife img + .badge, .activelife body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .activelife iframe + .badge, .activelife body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .activelife .video-frame + .badge, .activelife body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .activelife .carousel + .badge, .activelife body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .activelife .slick-slider-alternative + .badge, .featured-app .badge, .featured-app body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .featured-app img + .badge, .featured-app body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .featured-app iframe + .badge, .featured-app body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .featured-app .video-frame + .badge, .featured-app body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .featured-app .carousel + .badge, .featured-app body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .featured-app .slick-slider-alternative + .badge,
.activelife.badge,
body.home #thumbs-grid .thumbnail img + .activelife.badge,
body.home #thumbs-grid .thumbnail iframe + .activelife.badge,
body.home #thumbs-grid .thumbnail .video-frame + .activelife.badge,
body.home #thumbs-grid .thumbnail .carousel + .activelife.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .activelife.badge, .featured-app.badge, body.home #thumbs-grid .thumbnail img + .featured-app.badge, body.home #thumbs-grid .thumbnail iframe + .featured-app.badge, body.home #thumbs-grid .thumbnail .video-frame + .featured-app.badge, body.home #thumbs-grid .thumbnail .carousel + .featured-app.badge, body.home #thumbs-grid .thumbnail .slick-slider-alternative + .featured-app.badge {
  background-color: #ff6035 !important;
}

.fitness .badge, .fitness body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .fitness img + .badge, .fitness body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .fitness iframe + .badge, .fitness body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .fitness .video-frame + .badge, .fitness body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .fitness .carousel + .badge, .fitness body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .fitness .slick-slider-alternative + .badge,
.fitness.badge,
body.home #thumbs-grid .thumbnail img + .fitness.badge,
body.home #thumbs-grid .thumbnail iframe + .fitness.badge,
body.home #thumbs-grid .thumbnail .video-frame + .fitness.badge,
body.home #thumbs-grid .thumbnail .carousel + .fitness.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .fitness.badge {
  background-color: #005ffc !important;
}

.diabetes .badge, .diabetes body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .diabetes img + .badge, .diabetes body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .diabetes iframe + .badge, .diabetes body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .diabetes .video-frame + .badge, .diabetes body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .diabetes .carousel + .badge, .diabetes body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .diabetes .slick-slider-alternative + .badge,
.diabetes.badge,
body.home #thumbs-grid .thumbnail img + .diabetes.badge,
body.home #thumbs-grid .thumbnail iframe + .diabetes.badge,
body.home #thumbs-grid .thumbnail .video-frame + .diabetes.badge,
body.home #thumbs-grid .thumbnail .carousel + .diabetes.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .diabetes.badge {
  background-color: #561cfe !important;
}

.workouts .badge, .workouts body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .workouts img + .badge, .workouts body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .workouts iframe + .badge, .workouts body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .workouts .video-frame + .badge, .workouts body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .workouts .carousel + .badge, .workouts body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .workouts .slick-slider-alternative + .badge,
.workouts.badge,
body.home #thumbs-grid .thumbnail img + .workouts.badge,
body.home #thumbs-grid .thumbnail iframe + .workouts.badge,
body.home #thumbs-grid .thumbnail .video-frame + .workouts.badge,
body.home #thumbs-grid .thumbnail .carousel + .workouts.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .workouts.badge {
  background-color: #005ffc !important;
}

.running .badge, .running body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .running img + .badge, .running body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .running iframe + .badge, .running body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .running .video-frame + .badge, .running body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .running .carousel + .badge, .running body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .running .slick-slider-alternative + .badge,
.running.badge,
body.home #thumbs-grid .thumbnail img + .running.badge,
body.home #thumbs-grid .thumbnail iframe + .running.badge,
body.home #thumbs-grid .thumbnail .video-frame + .running.badge,
body.home #thumbs-grid .thumbnail .carousel + .running.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .running.badge {
  background-color: #824de3 !important;
}

.azumio .badge, .azumio body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .azumio img + .badge, .azumio body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .azumio iframe + .badge, .azumio body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .azumio .video-frame + .badge, .azumio body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .azumio .carousel + .badge, .azumio body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .azumio .slick-slider-alternative + .badge,
.azumio.badge,
body.home #thumbs-grid .thumbnail img + .azumio.badge,
body.home #thumbs-grid .thumbnail iframe + .azumio.badge,
body.home #thumbs-grid .thumbnail .video-frame + .azumio.badge,
body.home #thumbs-grid .thumbnail .carousel + .azumio.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .azumio.badge {
  background-color: #561cfe !important;
}

.app .badge, .app body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .app img + .badge, .app body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .app iframe + .badge, .app body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .app .video-frame + .badge, .app body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .app .carousel + .badge, .app body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .app .slick-slider-alternative + .badge,
.app.badge,
body.home #thumbs-grid .thumbnail img + .app.badge,
body.home #thumbs-grid .thumbnail iframe + .app.badge,
body.home #thumbs-grid .thumbnail .video-frame + .app.badge,
body.home #thumbs-grid .thumbnail .carousel + .app.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .app.badge {
  background-color: #db3c43 !important;
}

.sleep .badge, .sleep body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail .sleep img + .badge, .sleep body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .sleep iframe + .badge, .sleep body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .sleep .video-frame + .badge, .sleep body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .sleep .carousel + .badge, .sleep body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail .sleep .slick-slider-alternative + .badge,
.sleep.badge,
body.home #thumbs-grid .thumbnail img + .sleep.badge,
body.home #thumbs-grid .thumbnail iframe + .sleep.badge,
body.home #thumbs-grid .thumbnail .video-frame + .sleep.badge,
body.home #thumbs-grid .thumbnail .carousel + .sleep.badge,
body.home #thumbs-grid .thumbnail .slick-slider-alternative + .sleep.badge {
  background-color: #1c2d87 !important;
}

/* APP ICONS */
.app-download-button {
  display: inline-block;
}
.app-download-button img {
  height: 35px;
  margin: 0 5px 5px 0;
}
@media (min-width: 768px) {
  .app-download-button {
    margin: 0;
  }
}

/* SINGLE SEARCH FORM */
.form-search input, .form-search input:active, .form-search input:focus, .form-search textarea, .form-search textarea:active, .form-search textarea:focus, .form-subscribe input, .form-subscribe input:active, .form-subscribe input:focus, .form-subscribe textarea, .form-subscribe textarea:active, .form-subscribe textarea:focus, .form-comment input, .form-comment input:active, .form-comment input:focus, .form-comment textarea, .form-comment textarea:active, .form-comment textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  border-color: #92a1a5;
}
.form-search input, .form-subscribe input, .form-comment input {
  border-right: 0;
  padding: 2px 12px;
  height: 40px;
}
.form-search textarea, .form-subscribe textarea, .form-comment textarea {
  padding: 17px;
  color: #2e3b4e;
}
.form-search .input-group-addon, .form-subscribe .input-group-addon, .form-comment .input-group-addon {
  padding: 0;
  background: none;
  border-color: #92a1a5;
}
.form-search .input-group-addon .btn, .form-search .input-group-addon body.contributor .btn-primary, body.contributor .form-search .input-group-addon .btn-primary, .form-search .input-group-addon body.article .btn-primary, body.article .form-search .input-group-addon .btn-primary, .form-subscribe .input-group-addon .btn, .form-subscribe .input-group-addon body.contributor .btn-primary, body.contributor .form-subscribe .input-group-addon .btn-primary, .form-subscribe .input-group-addon body.article .btn-primary, body.article .form-subscribe .input-group-addon .btn-primary, .form-comment .input-group-addon .btn, .form-comment .input-group-addon body.contributor .btn-primary, body.contributor .form-comment .input-group-addon .btn-primary, .form-comment .input-group-addon body.article .btn-primary, body.article .form-comment .input-group-addon .btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 0;
  padding: 5px 12px 2px;
}

.form-subscribe input::-webkit-input-placeholder::before {
  font-family: "fontAwesome";
  content: "";
  margin-right: 10px;
}
.form-subscribe input::-moz-placeholder::before {
  font-family: "fontAwesome";
  content: "";
  margin-right: 10px;
}
.form-subscribe input:-ms-input-placeholder::before {
  font-family: "fontAwesome";
  content: "";
  margin-right: 10px;
}
.form-subscribe input:-moz-placeholder::before {
  font-family: "fontAwesome";
  content: "";
  margin-right: 10px;
}
.form-subscribe .input-group-addon .btn, .form-subscribe .input-group-addon body.contributor .btn-primary, body.contributor .form-subscribe .input-group-addon .btn-primary, .form-subscribe .input-group-addon body.article .btn-primary, body.article .form-subscribe .input-group-addon .btn-primary {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px 2px;
  text-transform: uppercase;
  border-left: 1px solid #c2cfd2;
}

/* TAGLIST */
.tag-list > ul {
  list-style: none;
  padding: 0;
}
.tag-list > ul > li {
  display: inline-block;
}

/* AUTHOR LABEL */
.author {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .author {
    margin-top: 20px;
  }
}
.author .thumb-image {
  position: absolute;
}
.author .thumb-image > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 50px;
}
.author .author-info {
  padding: 5px;
  padding-left: 60px;
  overflow: hidden;
}
.author .author-info p {
  margin: 0;
}
.author .author-info time {
  display: block;
  color: #777;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.collapse-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  padding: 0px;
}
.collapse-button:hover {
  text-decoration: none;
}

/* BOOTSTRAP SLIDER */
.carousel-control, .carousel-control.right, .carousel-control.left {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 12px;
  background: #000;
  font-size: 25px;
  line-height: 30px;
}

.carousel-control.left {
  left: 12px;
}

.carousel-control.right {
  left: 54px;
}

/* SLICK SLIDER */
.slick-slider-alternative .slick-prev, .slick-slider-alternative .slick-next {
  top: auto;
  left: 12px;
  bottom: 12px;
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}
.slick-slider-alternative .slick-prev {
  left: 12px;
}
.slick-slider-alternative .slick-next {
  left: 54px;
}
.slick-slider-alternative .slick-prev:before, .slick-slider-alternative .slick-next:before {
  font: normal normal normal 28px/1 FontAwesome;
}
.slick-slider-alternative .slick-prev:before {
  content: "";
}
.slick-slider-alternative .slick-next:before {
  content: "";
}

/* AZUMIO HEADER */
nav {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
nav .navbar-brand {
  width: 103px;
  height: 31px;
  margin: 21px 0 0 0;
}
@media (max-width: 767px) {
  nav .navbar-brand {
    margin-left: 25px;
    margin-top: 15px;
    background-size: 80% !important;
  }
}
nav .navbar {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  nav .navbar .nav > li a, nav .navbar .nav > li body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav > li a:active, nav .navbar .nav > li body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav > li a:focus, nav .navbar .nav > li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav > li a:hover {
    padding-top: 27px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 0;
  }
}
nav .navbar .nav > li a:hover, nav .navbar .nav > li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav > li a:hover, nav .navbar .nav > li a:focus, nav .navbar .nav > li body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav > li a:focus {
  text-decoration: none;
  background-color: transparent;
}
nav .navbar .nav .open > a, nav .navbar .nav body.article .bc-box .bc-header .bc-social-icons .open > a:active, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav .open > a:active, nav .navbar .nav body.article .bc-box .bc-header .bc-social-icons .open > a:focus, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav .open > a:focus, nav .navbar .nav body.article .bc-box .bc-header .bc-social-icons .open > a:hover, nav .navbar .nav .open > a:focus, nav .navbar .nav .open a:hover, nav .navbar .nav .open body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav .navbar .nav .open a:hover {
  background-color: transparent;
}
nav .navbar-toggle {
  margin-top: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  nav .navbar-toggle {
    margin-top: 8px;
  }
}
nav .navbar-toggle i {
  margin-right: 5px;
}
nav .dropdown-menu {
  margin-left: 15px;
  background-color: #202c3a;
}
nav .dropdown-menu li {
  padding: 0;
  width: 225px;
}
nav .dropdown-menu a, nav .dropdown-menu body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons nav .dropdown-menu a:active, nav .dropdown-menu body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav .dropdown-menu a:focus, nav .dropdown-menu body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav .dropdown-menu a:hover {
  display: block;
  font-weight: 600;
  color: #94a2b7;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding: 9px 20px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav .dropdown-menu a:hover, nav .dropdown-menu body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav .dropdown-menu a:hover {
  background: transparent;
  color: #fff;
}

nav.transparent .navbar-brand {
  background-image: url("../img/azumioLogoLight-small.png");
  background-repeat: no-repeat;
  background-size: 101px 31px;
}
nav.transparent .nav li a, nav.transparent .nav li body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons nav.transparent .nav li a:active, nav.transparent .nav li body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav.transparent .nav li a:focus, nav.transparent .nav li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav.transparent .nav li a:hover {
  color: #fff;
}

nav.visible {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
nav.visible .navbar-toggle {
  color: #303030;
}
nav.visible .navbar-brand {
  background: url("../img/azumioLogoDark-small.png") no-repeat;
  background-size: 101px 31px;
}
nav.visible .nav li a, nav.visible .nav li body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li a:active, nav.visible .nav li body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li a:focus, nav.visible .nav li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li a:hover {
  color: #9d9d9d;
}
nav.visible .nav li a:hover, nav.visible .nav li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li a:hover {
  color: #303030;
}
nav.visible .nav li .dropdown-menu li a, nav.visible .nav li .dropdown-menu li body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li .dropdown-menu li a:active, nav.visible .nav li .dropdown-menu li body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li .dropdown-menu li a:focus, nav.visible .nav li .dropdown-menu li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li .dropdown-menu li a:hover {
  color: #94a2b7;
}
nav.visible .nav li .dropdown-menu li a:hover, nav.visible .nav li .dropdown-menu li body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li .dropdown-menu li a:hover {
  color: #fff;
}
nav.visible .nav li.active a, nav.visible .nav li.active body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li.active a:active, nav.visible .nav li.active body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li.active a:focus, nav.visible .nav li.active body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons nav.visible .nav li.active a:hover, nav.visible .nav li.active a:hover {
  color: #303030;
}

.navbar-fixed-top .navbar-header i {
  display: none;
}
.navbar-fixed-top .navbar-header .extended {
  display: inline !important;
}
.navbar-fixed-top .navbar-header .collapsed i {
  display: inline;
}
.navbar-fixed-top .navbar-header .collapsed .extended {
  display: none !important;
}

blockquote {
  border-left: none;
  padding: 10px 0;
}
blockquote q {
  margin: 40px 40px 40px 0;
  position: relative;
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
  color: #ff6035;
  font-style: italic;
}
@media (max-width: 767px) {
  blockquote q {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  blockquote q {
    width: 50%;
    float: left;
  }
}

p q {
  margin: 25px 40px 40px 0;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  color: #ff6035;
  font-style: italic;
}
@media (max-width: 767px) {
  p q {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  p q {
    width: 45%;
    float: left;
  }
}

/* HOME */
body.home .section-header {
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  margin: 142px 15px 35px;
  line-height: 54px;
}
@media (max-width: 767px) {
  body.home .section-header {
    font-size: 22px;
    margin-bottom: 22px;
    margin-top: 80px;
    line-height: 32px;
  }
}
body.home .section-navbar {
  text-align: center;
  margin-bottom: 0px;
}
body.home .section-navbar .navbar-toggle {
  float: none;
  margin: 0;
}
body.home .section-navbar .navbar-toggle span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: none;
  color: #9d9d9d;
  text-align: center;
}
body.home .section-navbar .navbar-nav {
  display: inline-block;
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.home .section-navbar .navbar-nav > li:first-child {
    display: none;
  }
}
body.home .section-navbar .navbar-nav > li > a, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:focus {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: none;
  color: #9d9d9d;
}
@media (min-width: 768px) {
  body.home .section-navbar .navbar-nav > li > a, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:focus {
    padding-top: 20px;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 0;
  }
}
body.home .section-navbar .navbar-nav > li.active > a, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:focus:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li.active > a:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li.active > a:hover:focus, body.home .section-navbar .navbar-nav > li > a:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:focus:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:active:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:active:hover:focus, body.home .section-navbar .navbar-nav > li > a:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:active:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:active:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:focus:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:focus:hover, body.home .section-navbar .navbar-nav > li > a:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:active:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:active:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:focus:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:focus:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:focus, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:active, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:active, body.home .section-navbar body.article .bc-box .bc-header .bc-social-icons .navbar-nav > li > a:hover:focus, body.article .bc-box .bc-header .bc-social-icons body.home .section-navbar .navbar-nav > li > a:hover:focus {
  font-weight: 700;
  color: #2e3b4e;
}
body.home #grids {
  visibility: hidden;
  position: relative;
}
@media (min-width: 768px) {
  body.home #thumbs-grid .container {
    margin: 0;
    width: 100%;
  }
}
body.home #thumbs-grid .grid-item {
  margin: 0 0 20px 0;
  color: #777;
  position: relative;
}
@media (max-width: 790px) {
  body.home #thumbs-grid .grid-item {
    position: relative !important;
    margin: 25px auto !important;
    top: auto !important;
  }
}
body.home #thumbs-grid .thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
body.home #thumbs-grid .thumbnail .frame {
  position: relative;
  overflow: hidden;
}
body.home #thumbs-grid .thumbnail a > img, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons a:active > img, body.article .bc-box .bc-header .bc-social-icons body.home #thumbs-grid .thumbnail a:active > img, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons a:focus > img, body.article .bc-box .bc-header .bc-social-icons body.home #thumbs-grid .thumbnail a:focus > img, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons a:hover > img, body.article .bc-box .bc-header .bc-social-icons body.home #thumbs-grid .thumbnail a:hover > img,
body.home #thumbs-grid .thumbnail .slick-slide img {
  width: 100%;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  transition: all 0.2s ease-in-out;
}
body.home #thumbs-grid .thumbnail a > img:hover, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons a:active > img:hover, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons a:focus > img:hover, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons a:hover > img:hover,
body.home #thumbs-grid .thumbnail .slick-slide img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
body.home #thumbs-grid .thumbnail h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.home #thumbs-grid .thumbnail h3 {
    font-weight: 600;
  }
}
body.home #thumbs-grid .thumbnail h3 > a, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons h3 > a:active, body.article .bc-box .bc-header .bc-social-icons body.home #thumbs-grid .thumbnail h3 > a:active, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons h3 > a:focus, body.article .bc-box .bc-header .bc-social-icons body.home #thumbs-grid .thumbnail h3 > a:focus, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons h3 > a:hover, body.article .bc-box .bc-header .bc-social-icons body.home #thumbs-grid .thumbnail h3 > a:hover {
  display: block;
  padding-right: 45px;
  color: #2e3b4e;
  text-decoration: none;
  line-height: 28px;
}
body.home #thumbs-grid .thumbnail h3 > a:hover, body.home #thumbs-grid .thumbnail body.article .bc-box .bc-header .bc-social-icons h3 > a:hover {
  text-decoration: underline;
}
body.home #thumbs-grid .thumbnail iframe {
  min-height: 280px;
  width: 100%;
}
body.home #thumbs-grid .thumbnail .caption {
  position: relative;
  padding: 20px;
}
body.home #thumbs-grid .thumbnail .caption .favicon {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 30px;
  right: 20px;
  color: #ff6035;
}
body.home #thumbs-grid .thumbnail .caption p {
  color: #818181;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.home #thumbs-grid .thumbnail .caption p {
    font-size: 14px;
    color: #445063;
  }
}
body.home #thumbs-grid .thumbnail .badge, body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 0;
}
body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge {
  position: absolute;
  top: 0;
  left: 0;
}
body.home #thumbs-grid .thumbnail footer {
  padding-top: 25px;
  margin-top: 25px;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
}
body.home #loading-spinner {
  position: absolute;
  text-align: center;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 20px;
}
body.home #loading-spinner > img {
  width: 50px;
  height: 50px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
body.home .slick-slider {
  margin-bottom: 0px;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ARTICLE */
body.article {
  padding-top: 73px;
}
body.article header {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body.article header {
    margin-top: 15px;
  }
}
body.article .btn, body.article .btn-primary {
  font-weight: 600;
}
body.article .btn-primary {
  border: 0;
  background: #ff6035;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
}
body.article .btn-share {
  background: url(../img/arrow-button.png) no-repeat;
  width: 30px;
  height: 31px;
  border: none;
  outline: none;
  display: inline-block;
  position: relative;
}
body.article .actions {
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: block;
  height: 31px;
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.85;
}
body.article .actions .social {
  display: none;
  transition: none;
  position: relative;
  width: 115px;
  height: 31px;
}
@media (max-width: 767px) {
  body.article .actions .social {
    width: 100px;
  }
}
body.article .actions .social a, body.article .actions .social .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons .actions .social a:active, body.article .actions .social .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons .actions .social a:focus, body.article .actions .social .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons .actions .social a:hover {
  display: none;
  transition: display 0.5s linear;
}
body.article .actions .social.visible a, body.article .actions .social.visible .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons .actions .social.visible a:active, body.article .actions .social.visible .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons .actions .social.visible a:focus, body.article .actions .social.visible .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons .actions .social.visible a:hover {
  display: inline-block;
}
body.article .actions a.small, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover {
  background: transparent;
  top: 3px;
}
@media (max-width: 767px) {
  body.article .actions a.small, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover {
    top: -9px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
body.article .actions a.small.btn-social-fb, body.article .actions .bc-box .bc-header .bc-social-icons a.small.btn-social-fb:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small.btn-social-fb:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small.btn-social-fb:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small.btn-social-fb:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small.btn-social-fb:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small.btn-social-fb:hover {
  top: -1px;
  left: 5px;
}
@media (max-width: 767px) {
  body.article .actions a.small.btn-social-fb, body.article .actions .bc-box .bc-header .bc-social-icons a.small.btn-social-fb:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small.btn-social-fb:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small.btn-social-fb:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small.btn-social-fb:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small.btn-social-fb:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small.btn-social-fb:hover {
    top: -14px;
  }
}
body.article .actions a.small:hover, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover, body.article .actions a.small:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active, body.article .actions a.small:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus {
  opacity: 1;
  color: #fff;
}
body.article .actions a.small i, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active i, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active i, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus i, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus i, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover i, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover i {
  opacity: 0.5;
  font-size: 20px;
}
body.article .actions a.small i:hover, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active i:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active i:hover, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus i:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus i:hover, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover i:hover, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover i:hover, body.article .actions a.small i:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active i:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active i:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus i:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus i:active, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover i:active, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover i:active, body.article .actions a.small i:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active i:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active i:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus i:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus i:focus, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover i:focus, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover i:focus {
  opacity: 1;
  color: #fff;
}
@media (max-width: 767px) {
  body.article .actions a.small i, body.article .actions .bc-box .bc-header .bc-social-icons a.small:active i, body.article .bc-box .bc-header .bc-social-icons .actions a.small:active i, body.article .actions .bc-box .bc-header .bc-social-icons a.small:focus i, body.article .bc-box .bc-header .bc-social-icons .actions a.small:focus i, body.article .actions .bc-box .bc-header .bc-social-icons a.small:hover i, body.article .bc-box .bc-header .bc-social-icons .actions a.small:hover i {
    font-size: 18px !important;
  }
}
body.article header h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.article header h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  body.article header h1 {
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.article header label {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  body.article header label {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
body.article .social-box {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.article .article-content .read-more h2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body.article .article-content .read-more.collapse {
    display: block;
    height: auto !important;
  }
}
body.article .article-content .read-more > div {
  font-size: 18px;
  font-weight: 500;
  color: #445063;
}
body.article .article-content .read-more > div > p {
  display: block;
  clear: both;
}
body.article .article-content .read-more > div > p > img {
  margin: 5px 40px 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  body.article .article-content .read-more > div > p > img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.article .article-content .read-more > div > p > img {
    width: 45%;
    float: left;
  }
}
body.article .article-content .read-more > div > div {
  clear: both;
}
body.article .article-content .read-more > div > div > img {
  margin: 25px 40px 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  body.article .article-content .read-more > div > div > img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.article .article-content .read-more > div > div > img {
    width: 45%;
    float: left;
  }
}
@media (min-width: 768px) {
  body.article .article-content .read-more > div > div > h2,
body.article .article-content .read-more > div > div > p {
    width: 45%;
    float: right;
    display: block;
    clear: none;
  }
}
body.article .article-content h2 {
  font-size: 24px;
  font-weight: 600;
  clear: both;
}
body.article .article-content h3 {
  margin-bottom: 20px;
  clear: both;
}
body.article .article-content ul {
  padding-left: 20px;
}
body.article .article-content p, body.article .article-content ul {
  font-size: 18px;
  font-weight: 500;
  color: #445063;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  body.article .article-content p, body.article .article-content ul {
    line-height: 25px;
    margin-bottom: 25px;
  }
}
body.article .article-content p {
  clear: both;
  display: table;
  content: " ";
}
body.article .article-content p img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.article .article-content p .image.pull-left, body.article .article-content p .image.pull-right {
  margin: 25px 40px 40px 40px;
  position: relative;
}
body.article .article-content p .image.pull-left {
  margin-left: 0;
}
@media (max-width: 767px) {
  body.article .article-content p .image.pull-left {
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 40px;
    width: 100%;
  }
  body.article .article-content p .image.pull-left img {
    width: 100%;
  }
}
body.article .article-content p .image.pull-right {
  margin-right: 0;
}
@media (max-width: 767px) {
  body.article .article-content p .image.pull-right {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  body.article .article-content p .image.pull-right img {
    width: 100%;
  }
}
body.article .accordion-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bdc8cb;
  padding: 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  body.article .accordion-box {
    padding: 16px;
  }
}
body.article .accordion-box .download {
  background: url(../img/azumio-mobile-blog_03.png) no-repeat;
  width: 18px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
}
body.article .accordion-box h4 {
  margin: 15px 0 0 0;
}
body.article .accordion-box #accordionWarmup {
  margin-bottom: 55px;
}
body.article .accordion-box .panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
body.article .accordion-box .panel-group .panel .panel-heading {
  position: relative;
  padding: 15px 0;
  background: none;
  border-bottom: 1px solid #bdc8cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.article .accordion-box .panel-group .panel .panel-heading .pull-left {
  margin-right: 10px;
}
body.article .accordion-box .panel-group .panel .panel-heading .img-thumbnail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.article .accordion-box .panel-group .panel .panel-heading h4 {
  color: #2e3b4e;
  font-weight: 600;
}
body.article .accordion-box .panel-group .panel .panel-heading label {
  position: relative;
  margin: 0 10px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #445063;
}
body.article .accordion-box .panel-group .panel .panel-heading label span {
  padding: 0 10px;
  color: #777;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.article .accordion-box .panel-group .panel .panel-heading label span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  body.article .accordion-box .panel-group .panel .panel-heading label span {
    padding: 0 15px;
  }
}
body.article .accordion-box .panel-group .panel .panel-heading label span:first-child {
  padding-left: 0;
}
body.article .accordion-box .panel-group .panel .panel-heading label span:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  body.article .accordion-box .panel-group .panel .panel-heading label {
    position: absolute;
    bottom: 15px;
  }
}
body.article .accordion-box .panel-group .panel .panel-heading .collapse-button {
  color: #2e3b4e;
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media (max-width: 767px) {
  body.article .accordion-box .panel-group .panel .panel-heading .collapse-button {
    bottom: 10px;
  }
  body.article .accordion-box .panel-group .panel .panel-heading .collapse-button i {
    font-size: 25px;
    font-weight: bold;
  }
}
body.article .accordion-box .panel-group .panel .panel-collapse .panel-body {
  padding: 15px 0;
  border-top: 0;
  border-bottom: 1px solid #bdc8cb;
}
body.article .accordion-box .panel-group .panel:first-child .panel-heading {
  margin-top: 15px;
  border-top: 1px solid #bdc8cb;
}
body.article .accordion-box .btn-primary {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.article .accordion-box .btn-primary {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  body.article .accordion-box .btn-primary {
    width: 100%;
    font-size: 16px !important;
  }
}
body.article .meal-box h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #bdc8cb;
  padding-bottom: 15px;
  margin: 0;
}
body.article .meal-box .list-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 15px 0;
}
body.article .meal-box .list-group .list-group-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  padding-bottom: 15px;
}
body.article .meal-box .list-group .list-group-item h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
body.article .meal-box .list-group .list-group-item p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin: 0;
}
body.article .meal-box .list-group .list-group-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  body.article .bc-box-container {
    width: 370px;
  }
}
body.article .bc-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bdc8cb;
}
body.article .bc-box.nutrition .bc-header {
  width: 260px;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 0;
  padding-left: 0;
}
body.article .bc-box.nutrition .bc-header h4 {
  color: #000;
  font-size: 36px;
  text-transform: none;
  font-family: Arial, sans-serif;
}
@media (max-width: 767px) {
  body.article .bc-box.nutrition .bc-content {
    padding: 25px 0;
  }
}
body.article .bc-box.nutrition .number {
  font-weight: bold;
}
body.article .bc-box.nutrition .small {
  font-size: 11px !important;
  font-weight: bold;
}
body.article .bc-box.nutrition table {
  width: 260px;
  margin: 0px auto;
}
body.article .bc-box.nutrition table th, body.article .bc-box.nutrition table td {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
body.article .bc-box.nutrition table .border.thin {
  border-top: 1px solid #000;
}
body.article .bc-box.nutrition table .border.medium {
  border-top: 2px solid #000;
}
body.article .bc-box.nutrition table .border.thick {
  border-top: 3px solid #000;
}
body.article .bc-box.nutrition table .border.super-thick {
  border-top: 5px solid black;
}
body.article .bc-box.nutrition table .clear-space {
  padding-left: 0 !important;
}
body.article .bc-box.nutrition table tbody tr.space td {
  padding-left: 12px;
  font-weight: normal !important;
}
body.article .bc-box.nutrition table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
}
body.article .bc-box.nutrition table tbody tr td:first-child {
  font-weight: bold;
  font-size: 15px;
}
body.article .bc-box.nutrition table tfoot span {
  padding: 0;
}
body.article .bc-box.nutrition table tfoot span.circle {
  line-height: 15px;
}
body.article .bc-box.nutrition table tfoot span.circle i {
  font-size: 6px;
}
body.article .bc-box .bc-image {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}
body.article .bc-box .bc-header {
  position: relative;
  padding: 0 25px;
}
body.article .bc-box .bc-header h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
body.article .bc-box .bc-header .bc-social-icons {
  position: absolute;
  top: 0;
  right: 20px;
}
body.article .bc-box .bc-header .bc-social-icons a, body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons a:hover {
  font-size: 18px;
  color: #969da6;
}
body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons a:hover {
  color: #ff6035;
}
body.article .bc-box .bc-content {
  padding: 25px;
}
body.article .bc-box .bc-content p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0;
}
body.article .bc-box .bc-content p:last-child {
  padding: 0;
}
body.article .bc-box .fa-facebook:hover, body.article .bc-box .fa-facebook:focus {
  color: #3666c8;
}
body.article .bc-box .fa-twitter:hover, body.article .bc-box .fa-twitter:focus {
  color: #00b2ec;
}
body.article .bc-box .fa-instagram:hover, body.article .bc-box .fa-instagram:focus {
  color: #517fa4;
}
body.article .featured-app-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 767px) {
  body.article .featured-app-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.article .featured-app-box .featured-app-image {
  width: 100%;
  padding: 30px;
}
body.article .featured-app-box .featured-app-image > img {
  width: 100% !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  body.article .featured-app-box .featured-app-image {
    width: 50%;
    clear: none !important;
  }
}
@media (max-width: 767px) {
  body.article .featured-app-box .featured-app-image {
    padding: 15px;
  }
  body.article .featured-app-box .featured-app-image img {
    width: 100%;
  }
}
body.article .featured-app-box .featured-app-content {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body.article .featured-app-box .featured-app-content {
    width: 50%;
    padding: 30px;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  body.article .featured-app-box .featured-app-content.buttons {
    padding-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.article .featured-app-box .featured-app-content.buttons {
    width: 100%;
    text-align: center;
  }
}
body.article .featured-app-box .featured-app-content h4 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  body.article .featured-app-box .featured-app-content h4 {
    font-size: 24px;
  }
}
body.article .featured-app-box .featured-app-content p {
  font-size: 14px;
  font-weight: 500;
  color: #818181;
  width: 100% !important;
}
@media (min-width: 768px) {
  body.article .featured-app-box .featured-app-content p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body.article .featured-app-box .featured-app-content .app-download-buttons {
    position: absolute;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.article .featured-app-box .featured-app-content .app-download-buttons img {
    margin: 0px;
  }
  body.article .featured-app-box .featured-app-content .app-download-buttons a {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
  }
  body.article .featured-app-box .featured-app-content .app-download-buttons a:last-child {
    margin-bottom: 0px;
  }
}
body.article .col-right {
  margin-top: 40px;
}
body.article .col-right .col-right-box {
  padding: 30px 0;
}
@media (max-width: 767px) {
  body.article .col-right .col-right-box {
    padding: 15px 0;
  }
}
body.article .col-right .col-right-box.subscribe {
  padding-top: 0;
}
body.article .col-right .col-right-box.subscribe p {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}
body.article .col-right .col-right-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body.article .col-right .ad-box {
  width: 100%;
  margin: 30px 0;
  display: inline-block;
  line-height: 0;
}
@media (max-width: 767px) {
  body.article .col-right .ad-box {
    margin: 15px auto;
    width: 100%;
    text-align: center;
    max-height: 250px;
    overflow: hidden;
  }
}
body.article .col-right .ad-box img {
  width: 100%;
}
body.article .col-right .related-stories .related-stories-item {
  display: block;
  margin-bottom: 30px;
}
body.article .col-right .related-stories .related-stories-item div.figure {
  position: relative;
}
body.article .col-right .related-stories .related-stories-item div.figure img {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.article .col-right .related-stories .related-stories-item div.figure > div {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  left: 0;
  padding: 15px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media (max-width: 767px) {
  body.article .col-right .related-stories .related-stories-item div.figure > div {
    font-size: 25px;
    font-weight: 500;
  }
}
body.article .col-right .related-stories .related-stories-item label {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 15px;
  padding-bottom: 0;
  margin: 0;
  cursor: pointer;
}
body.article .col-right .related-stories .related-stories-item label:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.article .col-right .related-stories .related-stories-item label {
    font-size: 16px;
  }
}
body.article .col-right .related-stories .col-sm-6.col-md-12:last-child > .related-stories-item {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.article .col-right {
    margin-top: 0;
    width: 250px;
  }
}
body.article .what-to-read-next {
  padding: 40px 0;
  margin: 75px 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  body.article .what-to-read-next {
    margin: 35px 0;
  }
}
body.article .what-to-read-next a, body.article .what-to-read-next .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons .what-to-read-next a:active, body.article .what-to-read-next .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons .what-to-read-next a:focus, body.article .what-to-read-next .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons .what-to-read-next a:hover {
  color: #2e3b4e;
}
@media (max-width: 767px) {
  body.article .what-to-read-next.visible-xs h5 {
    font-size: 16px;
    font-weight: 600;
    color: #505d67;
    margin-top: 3px;
    line-height: 20px;
  }
  body.article .what-to-read-next.visible-xs .container {
    margin-top: 25px;
  }
  body.article .what-to-read-next.visible-xs .container > div {
    margin-bottom: 30px;
  }
}
body.article .what-to-read-next > h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #505d67;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.article .what-to-read-next > h3 {
    font-size: 22px;
    margin-top: 0;
  }
}
body.article .what-to-read-next .slick-slider {
  margin-bottom: 0;
}
body.article .what-to-read-next .slick-slider .slick-slide {
  margin: 40px;
}
body.article .what-to-read-next .slick-slider .slick-slide h5 {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #2e3b4e;
}
body.article .what-to-read-next .slick-slider .slick-prev, body.article .what-to-read-next .slick-slider .slick-next {
  width: 35px;
  height: 80px;
  top: 40%;
}
body.article .what-to-read-next .slick-slider .slick-prev {
  background: url(../img/what-to-read-previous.png) left center no-repeat;
  left: -30px;
}
@media (max-width: 1199px) {
  body.article .what-to-read-next .slick-slider .slick-prev {
    left: -10px;
  }
}
body.article .what-to-read-next .slick-slider .slick-next {
  background: url(../img/what-to-read-next.png) left center no-repeat;
  right: 0px;
}
@media (max-width: 1199px) {
  body.article .what-to-read-next .slick-slider .slick-next {
    right: -10px;
  }
}
body.article .what-to-read-next .slick-slider .slick-prev:before, body.article .what-to-read-next .slick-slider .slick-next:before {
  font-family: FontAwesome;
  font-size: 60px;
  color: #bfc5ca;
}
@media (min-width: 768px) {
  body.article .what-to-read-next .slick-slider .slick-prev:before, body.article .what-to-read-next .slick-slider .slick-next:before {
    font-size: 80px;
  }
}
body.article .what-to-read-next .slick-slider .slick-prev:before {
  content: "";
}
body.article .what-to-read-next .slick-slider .slick-next:before {
  content: "";
}
body.article .comment-box .visible-xs h3 {
  font-size: 17px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 2px;
  line-height: 24px;
}
body.article .comment-box h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}
body.article .comment-box h3 .counter {
  color: #ff6035;
}
body.article .comment-box .panel {
  box-shadow: none;
}
body.article .comment-box .panel .panel-heading {
  padding: 0;
}
body.article .comment-box .panel .panel-body {
  border: none;
  padding: 0;
}
body.article .comment-box .form-comment {
  margin: 35px 0;
}
@media (max-width: 767px) {
  body.article .comment-box .form-comment .author {
    margin: 0;
  }
}
body.article .comment-box .form-comment .author .author-info {
  padding-left: 40px;
  padding-top: 10px;
}
body.article .comment-box .form-comment .comment-meta {
  margin-top: 25px;
}
body.article .comment-box .form-comment .comment-meta label {
  color: #808f92;
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 767px) {
  body.article .comment-box .form-comment .comment-meta label {
    margin-left: 0;
  }
}
body.article .comment-box .form-comment .comment-meta .author {
  color: #2e3b4e;
  font-weight: 500;
}
body.article .comment-box .form-comment .sign-in .comment-meta label {
  line-height: 30px;
  margin-right: 5px;
  margin-left: 0;
}
@media (max-width: 767px) {
  body.article .comment-box .form-comment .sign-in .comment-meta label {
    line-height: 26px;
  }
}
body.article .comment-box .form-comment .comment-post {
  border: 1px solid #2e3b4e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 25px;
  color: #2e3b4e;
  font-weight: 700;
  background: none;
}
body.article .comment-box .form-comment .comment-post[disabled] {
  border-color: #92a1a5;
  color: #92a1a5;
}
@media (max-width: 767px) {
  body.article .comment-box .form-comment .comment-post {
    font-size: 12px;
    padding: 5px 10px;
  }
}
body.article .comment-box .form-comment .thumb-image {
  position: absolute;
}
body.article .comment-box .form-comment .thumb-image > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 40px;
}
@media (max-width: 767px) {
  body.article .comment-box .form-comment .thumb-image > img {
    max-width: 35px;
  }
}
body.article .comment-box .comment-item {
  font-weight: 500;
  color: #2e3b4e;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  body.article .comment-box .comment-item {
    margin-bottom: 30px;
  }
}
body.article .comment-box .comment-item p {
  margin: 0 0 20px;
}
body.article .comment-box .comment-item .thumb-image {
  position: absolute;
}
body.article .comment-box .comment-item .thumb-image > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 60px;
}
body.article .comment-box .comment-item .comment-user {
  padding-left: 90px;
  overflow: hidden;
}
body.article .comment-box .comment-item .comment-user label {
  font-size: 18px;
  font-weight: 500;
}
body.article .comment-box .comment-item .comment-user time, body.article .comment-box .comment-item .comment-user .color-gray {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
body.article .comment-box .comment-item .comment-user time:after {
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 10px;
}
@media (max-width: 767px) {
  body.article .comment-box .comment-item .comment-user time:after {
    padding: 0 5px;
  }
}
body.article .comment-box .comment-item .comment-content {
  padding-left: 90px;
  overflow: hidden;
}
body.article .comment-box .comment-load-more {
  padding: 45px 0;
  border-top: 1px solid #dcdede;
}
@media (max-width: 767px) {
  body.article .comment-box .comment-load-more {
    padding: 25px 0;
  }
}
body.article .comment-box .comment-load-more a, body.article .comment-box .comment-load-more .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons .comment-box .comment-load-more a:active, body.article .comment-box .comment-load-more .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons .comment-box .comment-load-more a:focus, body.article .comment-box .comment-load-more .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons .comment-box .comment-load-more a:hover {
  background: url(../img/load-more-comments-arrow.png) left center no-repeat;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #2e3b4e;
}

body.contributor {
  padding-top: 73px;
}
body.contributor section {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.contributor nav.visible .navbar-toggle {
    margin-right: 5px;
  }
}
body.contributor header {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body.contributor header {
    margin-top: 0px;
  }
}
body.contributor .btn, body.contributor .btn-primary {
  font-weight: 600;
}
body.contributor .btn-primary {
  border: 0;
  background: #ff6035;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
}
body.contributor .btn-share {
  background: url(../img/arrow-button.png) no-repeat;
  width: 30px;
  height: 31px;
  border: none;
  outline: none;
  display: inline-block;
  position: relative;
}
body.contributor header .contributor-for {
  font-weight: 500;
  color: #777;
  margin-bottom: 20px;
}
body.contributor header .contributor-for span {
  padding-right: 13px;
}
@media (max-width: 767px) {
  body.contributor header .contributor-for span {
    padding-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body.contributor header .contributor-for .badge, body.contributor header .contributor-for body.home #thumbs-grid .thumbnail img + .badge, body.home #thumbs-grid .thumbnail body.contributor header .contributor-for img + .badge, body.contributor header .contributor-for body.home #thumbs-grid .thumbnail iframe + .badge, body.home #thumbs-grid .thumbnail body.contributor header .contributor-for iframe + .badge, body.contributor header .contributor-for body.home #thumbs-grid .thumbnail .video-frame + .badge, body.home #thumbs-grid .thumbnail body.contributor header .contributor-for .video-frame + .badge, body.contributor header .contributor-for body.home #thumbs-grid .thumbnail .carousel + .badge, body.home #thumbs-grid .thumbnail body.contributor header .contributor-for .carousel + .badge, body.contributor header .contributor-for body.home #thumbs-grid .thumbnail .slick-slider-alternative + .badge, body.home #thumbs-grid .thumbnail body.contributor header .contributor-for .slick-slider-alternative + .badge {
    font-size: 10px;
    padding: 5px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
body.contributor header .avatar {
  display: block;
  max-width: 123px;
  max-height: 123px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body.contributor header .avatar {
    max-width: 75px;
    max-height: 75px;
  }
}
body.contributor header h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #2e3b4e;
  margin: 0;
}
@media (max-width: 767px) {
  body.contributor header h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  body.contributor header h1 {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
body.contributor header .social-links {
  display: inline-block;
}
@media (min-width: 768px) {
  body.contributor header .social-links {
    padding-left: 30px;
  }
}
body.contributor header .social-links a, body.contributor header .social-links body.article .bc-box .bc-header .bc-social-icons a:active, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links a:active, body.contributor header .social-links body.article .bc-box .bc-header .bc-social-icons a:focus, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links a:focus, body.contributor header .social-links body.article .bc-box .bc-header .bc-social-icons a:hover, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links a:hover {
  display: inline-block;
}
body.contributor header .social-links > a:first-child, body.contributor header body.article .bc-box .bc-header .bc-social-icons .social-links > a:first-child:active, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links > a:first-child:active, body.contributor header body.article .bc-box .bc-header .bc-social-icons .social-links > a:first-child:focus, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links > a:first-child:focus, body.contributor header body.article .bc-box .bc-header .bc-social-icons .social-links > a:first-child:hover, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links > a:first-child:hover {
  margin-right: 6px;
}
body.contributor header .social-links > a:nth-child(2), body.contributor header body.article .bc-box .bc-header .bc-social-icons .social-links > a:nth-child(2):active, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links > a:nth-child(2):active, body.contributor header body.article .bc-box .bc-header .bc-social-icons .social-links > a:nth-child(2):focus, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links > a:nth-child(2):focus, body.contributor header body.article .bc-box .bc-header .bc-social-icons .social-links > a:nth-child(2):hover, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links > a:nth-child(2):hover {
  margin-right: 12px;
}
body.contributor header .social-links i {
  display: inline-block;
  width: 21px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
body.contributor header .social-links .icon-fb {
  background-image: url("../img/icon-fb.png");
}
body.contributor header .social-links .icon-twitter {
  background-image: url("../img/icon-twitter.png");
}
body.contributor header .social-links .icon-instagram {
  width: 22px;
  background-image: url("../img/icon-instagram.png");
}
body.contributor header .social-links a:active i, body.contributor header .social-links body.article .bc-box .bc-header .bc-social-icons a:active i, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links a:active i, body.contributor header .social-links a:focus i, body.contributor header .social-links body.article .bc-box .bc-header .bc-social-icons a:focus i, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links a:focus i, body.contributor header .social-links a:hover i, body.contributor header .social-links body.article .bc-box .bc-header .bc-social-icons a:hover i, body.article .bc-box .bc-header .bc-social-icons body.contributor header .social-links a:hover i {
  background-position: 0 -20px;
}
body.contributor header label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #2e3b4e;
  margin: 0;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  body.contributor header label {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.contributor header label {
    font-size: 24px;
  }
}
body.contributor section.article p, body.contributor section.article div {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #445063;
}
body.contributor section.article q {
  line-height: 1.42;
}
body.contributor section.faq h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2e3b4e;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body.contributor section.faq h2 {
    font-size: 18px;
  }
}
body.contributor section.faq p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #445063;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  body.contributor section.faq p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
body.contributor section.lastest-articles h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2e3b4e;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.contributor section.lastest-articles h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
body.contributor section.lastest-articles > .row > div > a, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:active, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:active, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:focus, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:focus, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:hover, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:hover, body.contributor section.lastest-articles > .row > div > a:active, body.contributor section.lastest-articles > .row > div > a:focus, body.contributor section.lastest-articles > .row > div > a:hover {
  display: block;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  body.contributor section.lastest-articles > .row > div > a, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:active, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:active, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:focus, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:focus, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:hover, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:hover, body.contributor section.lastest-articles > .row > div > a:active, body.contributor section.lastest-articles > .row > div > a:focus, body.contributor section.lastest-articles > .row > div > a:hover {
    margin-bottom: 35px;
  }
}
body.contributor section.lastest-articles > .row > div > a > span, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:active > span, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:active > span, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:focus > span, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:focus > span, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:hover > span, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:hover > span, body.contributor section.lastest-articles > .row > div > a:active > span, body.contributor section.lastest-articles > .row > div > a:focus > span, body.contributor section.lastest-articles > .row > div > a:hover > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #2e3b4e;
}
@media (max-width: 767px) {
  body.contributor section.lastest-articles > .row > div > a > span, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:active > span, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:active > span, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:focus > span, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:focus > span, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:hover > span, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:hover > span, body.contributor section.lastest-articles > .row > div > a:active > span, body.contributor section.lastest-articles > .row > div > a:focus > span, body.contributor section.lastest-articles > .row > div > a:hover > span {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.contributor section.lastest-articles > .row > div > a img, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:active img, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:active img, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:focus img, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:focus img, body.contributor body.article .bc-box .bc-header .bc-social-icons section.lastest-articles > .row > div > a:hover img, body.article .bc-box .bc-header .bc-social-icons body.contributor section.lastest-articles > .row > div > a:hover img, body.contributor section.lastest-articles > .row > div > a:active img, body.contributor section.lastest-articles > .row > div > a:focus img, body.contributor section.lastest-articles > .row > div > a:hover img {
    width: 50%;
    vertical-align: top;
  }
}
body.contributor .col-right {
  margin-top: 40px;
}
body.contributor .col-right .col-right-box {
  padding: 30px 0;
}
@media (max-width: 767px) {
  body.contributor .col-right .col-right-box {
    padding: 15px 0;
  }
}
body.contributor .col-right .col-right-box.subscribe {
  padding-top: 0;
}
body.contributor .col-right .col-right-box.subscribe p {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}
body.contributor .col-right .col-right-box.subscribe hr.colors {
  margin-top: 0;
}
body.contributor .col-right .col-right-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body.contributor .col-right .ad-box {
  width: 100%;
  margin: 0 0 30px 0;
  display: inline-block;
  line-height: 0;
}
@media (max-width: 767px) {
  body.contributor .col-right .ad-box {
    margin: 15px auto;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
  }
}
body.contributor .col-right .ad-box img {
  width: 100%;
}
@media (min-width: 992px) {
  body.contributor .col-right {
    width: 250px;
  }
}

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