.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.article-title a,
.article-header h1 a {
  font-family: 'Montserrat', sans-serif;
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.article-title a:hover,
.article-header h1 a:hover {
  color: #18e2ba;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #18e2ba;
  color: #fafffe;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ccfaf1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-content {
  border-radius: 0px !important;
}
.modal-content .modal-header {
  background: #18e2ba;
  color: #ffffff;
}
.modal-content .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 16px;
}
.modal-content .modal-body .jb-control-group {
  margin-bottom: 10px;
}
.modal-content .modal-body .jb-control-group .input {
  width: 100%;
  box-shadow: none;
  border: 2px solid #eeeeee;
}
.modal-content .modal-body .jb-control-group .alert-info {
  margin-top: 10px;
}
.modal-content .modal-body .jb-control-group textarea {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 2px solid #eeeeee;
}
.bubble {
  background: #ffffff;
  width: 57px;
  font-size: 18px;
  font-weight: 600;
  height: 57px;
  margin: 0px 3px;
  line-height: 57px;
  display: inline-block;
  text-align: center;
}
.icon-container {
  font-family: Montserrat,sans-serif !important;
  font-size: 24px;
  line-height: 105px;
}
.icon-container .bubble {
  bottom: 0px;
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #DDD;
  line-height: 27px;
  border-radius: 100px;
  font-size: 15px;
}
.border-blue {
  border-color: #03ACDC !important;
  color: #03ACDC !important;
}
.border-green {
  border-color: #18E2BA !important;
  color: #18E2BA !important;
}
.border-yellow {
  color: #FFCC0E !important;
  border-color: #FFCC0E !important;
}
.border-red {
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.bg-fixed {
  background-size: cover !important;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: sub;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  z-index: 10;
}
.ImageWrapper {
  box-shadow: none !important;
}
.owl-item p {
  margin-bottom: 30px;
}
.carousel-content p {
  margin-bottom: 30px;
}
.nopadding {
  padding: 0px !important;
}
.ImageWrapper img {
  width: 100%;
}
.white-color h2 {
  color: #ffffff !important;
}
.position-relative {
  position: relative !important;
}
.about-widget .social-icons {
  margin-left: -10px;
  margin-right: 0px;
  margin-top: 30px;
}
.about-widget .social-icons em {
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  width: 40px;
  background: #F8F8F8;
}
.copybuttons {
  display: block;
  position: relative;
  margin: 30px 0px 10px;
}
.copybuttons .btn {
  margin: 0px 10px;
}
.border-radius-little {
  border-radius: 15px;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 20px 0;
}
.example-thumbnails img {
  margin-bottom: 0px;
}
.example .example-row .btn,
.example .example-row .label {
  margin: 5px;
}
.example .example-row .color-gray {
  background: #666666 !important;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #18e2ba;
}
.example-colors .color-brand-secondary {
  background: #428bca;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #282828;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f6f6f6;
  color: #333333;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  width: 100%;
  margin-bottom: 20px;
}