.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #c5111c;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ededed;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #ededed;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #ededed;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #ededed;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #de1226;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #de1226;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.home-intro {
  background-color: #171717;
  overflow: hidden;
  padding: 20px 0 10px 0;
  position: relative;
  text-align: left;
}
.home-intro .light p {
  color: #777;
}
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  max-width: 800px;
  margin-top: 5px;
}
.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}
.home-intro p em {
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.6em;
  color: #c5111c;
}
.home-intro .get-started {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}
.home-intro .get-started a {
  color: #FFF;
}
.home-intro .get-started a:not(.btn) {
  color: #777;
}
.home-intro .learn-more {
  margin-left: 15px;
}
.home-intro.light {
  background-color: #E2E2E2;
}
.home-intro.light.secondary {
  background-color: #E0E1E4;
}
.home-intro.light p {
  color: #777;
}
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}

.home-concept {
  
  width: 100%;
  overflow: hidden;
}
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 2.1em;
  font-weight: normal;
  position: relative;
  margin-top: 30px;
  color: #c5111c;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  
  width: 160px;
  margin: 135px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.6em;
}
.home-concept .project-image {
  
  width: 350px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept .sun {
  
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}
.home-concept .cloud {
  
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 57%;
  top: 35px;
}

@media (max-width: 991px) {
  .home-concept {
    background: none;
  }
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
}

.icon-featured {
  display: inline-block;
  font-size: 0;
  margin: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 40px !important;
  line-height: 110px;
}
.icon-featured:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.featured-box {
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid #CCC;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
  position: relative;
  top: -1px;
}
.featured-box .learn-more {
  display: block;
  margin-top: 10px;
}

.featured-box-text-left {
  text-align: left;
}

.featured-boxes-flat .featured-box {
  box-shadow: none;
  margin: 10px 0;
}
.featured-boxes-flat .featured-box .box-content {
  background: #FFF;
  margin-top: 65px;
}
.featured-boxes-flat .featured-box .icon-featured {
  display: inline-block;
  font-size: 38px;
  height: 90px;
  line-height: 90px;
  padding: 0;
  width: 90px;
  margin: -100px 0 -15px;
  position: relative;
  top: -37px;
}

.featured-boxes-style-2 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}
.featured-boxes-style-2 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-2 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
}

.featured-boxes-style-3 .featured-box {
  margin: 10px 0;
}
.featured-boxes-style-3 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: -35px;
  background: #FFF;
  border: 3px solid #CCC;
  color: #CCC;
  line-height: 68px;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.featured-boxes-style-4 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}
.featured-boxes-style-4 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-4 .featured-box .icon-featured {
  display: inline-block;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent;
  color: #CCC;
  border-radius: 0;
}

.featured-boxes-style-5 .featured-box,
.featured-boxes-style-6 .featured-box,
.featured-boxes-style-7 .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 10px 0;
}
.featured-boxes-style-5 .featured-box .box-content,
.featured-boxes-style-6 .featured-box .box-content,
.featured-boxes-style-7 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.featured-boxes-style-5 .featured-box .box-content h4,
.featured-boxes-style-6 .featured-box .box-content h4,
.featured-boxes-style-7 .featured-box .box-content h4 {
  color: #2e353e;
}
.featured-boxes-style-5 .featured-box .icon-featured,
.featured-boxes-style-6 .featured-box .icon-featured,
.featured-boxes-style-7 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
  margin-bottom: 10px;
  background: #FFF;
  border: 1px solid #dfdfdf;
  color: #777;
  line-height: 73px;
}

.featured-boxes-style-6 .featured-box .icon-featured {
  border: 1px solid #cecece;
  color: #777;
}
.featured-boxes-style-6 .featured-box .icon-featured:after {
  border: 5px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  padding: 1px;
  position: absolute;
  top: -6px;
  width: 100%;
}

.featured-boxes-style-7 .featured-box .icon-featured {
  border: 1px solid #dfdfdf;
  color: #777;
}

.featured-boxes-style-8 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin: -15px -15px 0 0;
  background: #FFF;
  line-height: 73px;
  border: 0;
  color: #777;
}
.featured-boxes-style-8 .featured-box .icon-featured:after {
  display: none;
}

.featured-boxes .featured-box {
  margin-bottom: 30px;
  margin-top: 45px;
}

.featured-box-effect-1 .box-content .icon-featured {
  line-height: 110px !important;
}
.featured-box-effect-1 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(1);
  opacity: 0;
}
.featured-box-effect-1:hover .icon-featured:after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}
.featured-box-effect-2 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.featured-box-effect-2:hover .icon-featured:after {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}
.featured-box-effect-3 .icon-featured:after {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 10px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.9);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.9);
  opacity: 0;
}
.featured-box-effect-3:hover .icon-featured {
  color: #FFF !important;
}
.featured-box-effect-3:hover .icon-featured:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}
.featured-box-effect-4 .icon-featured {
  -webkit-transition: -webkit-transform 0.2s, transform 0.2s;
  -moz-transition: -moz-transform 0.2s, transform 0.2s;
  transition: transform 0.2s, transform 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.featured-box-effect-4:hover .icon-featured {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.featured-box-effect-5 .icon-featured {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-box-effect-5:hover .icon-featured {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.featured-box-effect-6 .icon-featured:after {
  -webkit-transition: all 0.2s, -webkit-transform 0.2s;
  -moz-transition: all 0.2s, -moz-transform 0.2s;
  transition: all 0.2s, transform 0.2s;
}
.featured-box-effect-6:hover .box-content .icon-featured:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-box-effect-7 .icon-featured:after {
  opacity: 0;
  box-shadow: 3px 3px #d5d5d5;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  left: 0;
  top: -1px;
}
.featured-box-effect-7:hover .icon-featured:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.featured-box-effect-7 .icon-featured:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.featured-box-effect-7:hover .icon-featured:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.feature-box {
  clear: both;
}
.feature-box .feature-box-icon {
  background: #c5111c;
  border-radius: 35px;
  color: #ffffff;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}
.feature-box .feature-box-info {
  padding-left: 50px;
}

.feature-box.feature-box-style-2 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon i.icons {
  font-size: 28px;
  color: #c5111c;
}
.feature-box.feature-box-style-2 .feature-box-info {
  padding-left: 60px;
}

.feature-box.feature-box-style-3 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border: 1px solid #c5111c;
  background: transparent;
  line-height: 32px;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon i.icons {
  color: #c5111c;
}

.feature-box.feature-box-style-4 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-4 .feature-box-icon {
  background: transparent;
  padding-bottom: 10px;
  height: auto;
  width: auto;
  float: none;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon i.icons {
  font-size: 38px;
  color: #c5111c;
}
.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0;
}

.feature-box.feature-box-style-5 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-5 .feature-box-icon {
  background: transparent;
  width: 74px;
  height: 74px;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  font-size: 44px;
}
.feature-box.feature-box-style-5 .feature-box-info {
  padding-left: 84px;
}

.feature-box.feature-box-style-6 h4 {
  color: #1d2127;
}
.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
}
.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.feature-box.feature-box-style-6 .feature-box-icon i.fa,
.feature-box.feature-box-style-6 .feature-box-icon i.icons {
  color: #a9a9a9;
}

@media (min-width: 992px) {
  .feature-box.reverse {
    text-align: right;
  }
  .feature-box.reverse .feature-box-info {
    padding-right: 50px;
    padding-left: 0;
  }
  .feature-box.reverse .feature-box-icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
  .feature-box.reverse.feature-box-style-2 .feature-box-info {
    padding-right: 60px;
  }
  .feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-right: 0;
  }
  .feature-box.reverse.feature-box-style-5 .feature-box-info {
    padding-right: 84px;
  }
}

.featured-boxes-full {
  width: 100%;
}
.featured-boxes-full > [class*="col-"] {
  padding: 0;
}
.featured-boxes-full .featured-box-full {
  text-align: center;
  padding: 55px;
}
.featured-boxes-full .featured-box-full .fa,
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full h1,
.featured-boxes-full .featured-box-full h2,
.featured-boxes-full .featured-box-full h3,
.featured-boxes-full .featured-box-full h4,
.featured-boxes-full .featured-box-full h5,
.featured-boxes-full .featured-box-full h6,
.featured-boxes-full .featured-box-full p,
.featured-boxes-full .featured-box-full a {
  color: #FFF;
  padding: 0;
  margin: 0;
}
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full .fa {
  font-size: 55px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
  padding-top: 12px;
  opacity: 0.8;
}

.testimonial {
  margin-bottom: 20px;
}
.testimonial-secondary blockquote {
  background: #e7766f !important;
}
.testimonial-secondary .testimonial-arrow-down {
  border-top: 15px solid #e7766f !important;
}
.testimonial-tertiary blockquote {
  background: #30BEC6 !important;
}
.testimonial-tertiary .testimonial-arrow-down {
  border-top: 15px solid #30BEC6 !important;
}
.testimonial-quaternary blockquote {
  background: #434C56 !important;
}
.testimonial-quaternary .testimonial-arrow-down {
  border-top: 15px solid #434C56 !important;
}
.testimonial blockquote {
  background: #c5111c;
  border-radius: 10px;
  border: 0;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}
.testimonial blockquote:before {
  left: 10px;
  top: 0;
  color: #FFF;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote:after {
  color: #FFF;
  content: "”";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
}
.testimonial blockquote p {
  color: #FFF;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}
.testimonial .testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c5111c;
  height: 0;
  margin: 0 0 0 17px;
  width: 0;
}
.testimonial .testimonial-author {
  margin: 8px 0 0 0;
}
.testimonial .testimonial-author::after {
  clear: both;
  content: "";
  display: table;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 10px;
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 55px;
}
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 10px;
  margin-bottom: -5px;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}
.testimonial .testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}

.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}
.testimonial.testimonial-style-2 blockquote:before,
.testimonial.testimonial-style-2 blockquote:after {
  color: #ffffff !important;
  opacity: 0.9;
}
.testimonial.testimonial-style-2 blockquote p {
  color: #ffffff;
  opacity: 0.9;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-2 .testimonial-author strong {
  color: #999;
}
.testimonial.testimonial-style-2 .testimonial-author span {
  color: #999;
}

.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
  border-top: 10px solid #f2f2f2 !important;
}

.testimonial.testimonial-style-4 {
  border-radius: 6px;
  padding: 8px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
}
.testimonial.testimonial-style-4.testimonial-no-borders {
  border: 0;
  box-shadow: none;
}

.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote:before,
.testimonial.testimonial-style-5 blockquote:after {
  display: none;
}
.testimonial.testimonial-style-5 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  padding: 6px 0 0;
  margin: 12px 0 0;
  border-top: 1px solid #f2f2f2;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border-radius: 4px;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote:before,
.testimonial.testimonial-style-6 blockquote:after {
  display: none;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  color: #777;
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial.testimonial-with-quotes blockquote:before {
  color: #777;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  color: #777;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}

.testimonial.testimonial-trasnparent-background blockquote {
  background: transparent !important;
}

.testimonial.testimonial-alternarive-font blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
}
.map-section .sppb-container-inner {
  background: rgba(244, 244, 244, 0.8) none repeat scroll 0 0;
  border-top-color: rgba(241, 241, 241, 0.8);
  margin: 35px 0 0;
  padding: 50px 0;
}
.map-section .sppb-container-inner .sppb-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .map-section .sppb-container-inner .sppb-row {
    width: 1170px;
  }
}
.recent-posts .date {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
}
.recent-posts .date .month {
  background: #c5111c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #ffffff;
  font-size: 0.9em;
  padding: 0 10px 2px;
}
.recent-posts .date .day {
  background: #ffffff;
  color: #c5111c;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}
.gray .day {
  background: #f7f7f7 !important;
}
.jb-footer-subscrib .acymailing_introtext {
  margin-bottom: 10px;
}
.jb-footer-subscrib .acymailing_form .acyfield_email {
  float: left;
}
.jb-footer-subscrib .acymailing_form .inputbox {
  border-radius: 4px 0 0 4px;
}
.jb-footer-subscrib .acymailing_form .acysubbuttons {
  dispaly: inline;
  text-align: inherit;
}
.jb-footer-subscrib .acymailing_form .acysubbuttons .btn-primary {
  border-radius: 0px 4px 4px 0px;
}

.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
.social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}
.social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
.social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}
.social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}
.social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}
.social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}
.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}
.social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}
.social-icons.social-icons-transparent li {
  box-shadow: none;
}
.social-icons.social-icons-transparent li a {
  background: transparent;
}
.social-icons.social-icons-icon-light li a i {
  color: #FFF;
}
.counters2 .counter {
  float: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.counters2 .fa {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #2e353e;
}
.counters2 .sppb-animated-number {
  display: inline;
  font-size: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
}
.counters2 .sppb-animated-number-title {
  display: block;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 20px;
  margin-top: 0px;
  color: #2e353e !important;
}
.mockup-landing-page {
  margin-top: -120px;
}
.counters .fa {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #2e353e;
}
.counters .sppb-animated-number {
  display: block;
  font-size: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
}
.counters .sppb-animated-number-title {
  display: block;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 20px;
}

.call-to-action {
  position: relative;
  clear: both;
  min-height: 125px;
  padding-left: 25px;
  padding-right: 25px;
}
.call-to-action::after {
  clear: both;
  content: "";
  display: table;
}
.call-to-action h3 {
  text-transform: none;
  color: #1d2127;
  padding: 0;
  margin: 0 0 9px;
}
.call-to-action p {
  font-size: 1.2em;
}
.call-to-action .call-to-action-content {
  text-align: center;
  width: 70%;
  margin-left: 3%;
  padding-top: 35px;
}
.call-to-action .call-to-action-btn {
  width: 22%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  margin: -18px 0px 0px;
}
.call-to-action.call-to-action-front {
  z-index: 1;
}
.call-to-action.call-to-action-default {
  background: #F4F4F4;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #FFF;
}
.call-to-action.with-borders {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.with-full-borders {
  border: 2px solid #CCC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured {
  background: -webkit-linear-gradient(top, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  padding: 0;
  margin: 0;
  border-top: 3px solid #CCC;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.call-to-action.featured.featured-primary {
  border-top-color: #CCC;
}
.call-to-action.featured.featured-secondary {
  border-top-color: #E36159;
}
.call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}
.call-to-action.featured.featured-quaternary {
  border-top-color: #2e353e;
}
.call-to-action.with-button-arrow .call-to-action-btn {
  top: 30%;
}
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}
.call-to-action.call-to-action-in-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.call-to-action.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px;
}
.call-to-action.no-top-arrow:before {
  display: none;
}
.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px;
}
.container .call-to-action {
  border-radius: 8px;
}
.call-to-action.featured.featured-primary {
  border-top-color: #c5111c;
}
.call-to-action.call-to-action-primary {
  background: #c5111c;
}
.call-to-action.with-full-borders-primary {
  border-color: #c5111c;
}
.call-to-action.call-to-action-primary {
  background: #c5111c;
}
.call-to-action.call-to-action-primary h3,
.call-to-action.call-to-action-primary p {
  color: #ffffff;
}
.call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}
.call-to-action.call-to-action-secondary {
  background: #e36159;
}
.call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}
.call-to-action.call-to-action-secondary {
  background: #e36159;
}
.call-to-action.call-to-action-secondary h3,
.call-to-action.call-to-action-secondary p {
  color: #ffffff;
}
.call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}
.call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
.call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}
.call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
.call-to-action.call-to-action-tertiary h3,
.call-to-action.call-to-action-tertiary p {
  color: #ffffff;
}
.call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}
.call-to-action.call-to-action-quaternary {
  background: #383f48;
}
.call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}
.call-to-action.call-to-action-quaternary {
  background: #383f48;
}
.call-to-action.call-to-action-quaternary h3,
.call-to-action.call-to-action-quaternary p {
  color: #ffffff;
}
.call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.with-full-borders-dark {
  border-color: #2e353e;
}
.call-to-action.call-to-action-dark {
  background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #ffffff;
}
.call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}
.call-to-action.call-to-action-light {
  background: #ffffff;
}
.call-to-action.with-full-borders-light {
  border-color: #ffffff;
}
.call-to-action.call-to-action-light {
  background: #ffffff;
}
.call-to-action.call-to-action-light h3,
.call-to-action.call-to-action-light p {
  color: #777777;
}

@media (max-width: 767px) {
  .call-to-action .call-to-action-content,
  .call-to-action .call-to-action-btn {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
}

.arrow {
  
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}
.arrow.arrow-light {
  
}
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}
.custom-underline {
  
  font-size: 1.5em;
  padding-bottom: 25px;
}

@media (max-width: 479px) {
  .arrow {
    display: none;
  }
}
.img-thumbnail {
  position: relative;
}
.img-thumbnail .zoom {
  background: #c5111c;
  border-radius: 100%;
  bottom: 8px;
  color: #FFF;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}
.img-thumbnail .zoom i {
  font-size: 14px;
  left: -1px;
  position: relative;
  top: -3px;
}
.header-column .header-extra-info {
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
  float: right;
}
.header-column .header-extra-info li {
  display: inline-block;
  margin-left: 25px;
}

.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.content-grid .content-grid-item {
  position: relative;
  padding: 30px;
  margin: 0;
}
.content-grid .content-grid-item:before,
.content-grid .content-grid-item:after {
  content: '';
  position: absolute;
}
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}
.content-grid .content-grid-item .img-responsive {
  display: inline-block;
  max-height: 60px;
}
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

ul.image-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.image-gallery .image-gallery-item {
  margin-bottom: 35px;
}

.sort-destination {
  overflow: hidden;
}
.sort-destination.full-width {
  position: relative;
}
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}
.sort-destination.full-width .isotope-item.w2 {
  width: 40%;
}
.sort-destination.full-width .isotope-item .img-thumbnail,
.sort-destination.full-width .isotope-item a,
.sort-destination.full-width .isotope-item .thumb-info img {
  border-radius: 0;
}
.sort-destination.full-width-spaced {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.sort-destination.full-width-spaced .portfolio-item {
  margin-left: 20px;
  margin-right: 20px;
}
.sort-source-wrapper + .sort-destination.full-width {
  margin: 0 0 -81px;
  top: -51px;
}
.sort-source-wrapper + .sort-destination-loader .full-width {
  margin: 0 0 -81px;
  top: -51px;
}

@media (min-width: 992px) {
  .col-md-6.isotope-item:nth-child(2n+1) {
    clear: both;
  }
  .col-md-4.isotope-item:nth-child(3n+1) {
    clear: both;
  }
  .col-md-3.isotope-item:nth-child(4n+1) {
    clear: both;
  }
  .col-md-1-5.isotope-item:nth-child(5n+1) {
    clear: both;
  }
  .col-md-2.isotope-item:nth-child(6n+1) {
    clear: both;
  }
  .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .isotope-item {
    max-width: 100%;
  }
  .sort-destination.isotope {
    overflow: visible !important;
    height: auto !important;
  }
  .sort-destination.isotope.full-width {
    overflow: hidden !important;
  }
  .isotope-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .isotope-item {
    position: static !important;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .isotope-item.product {
    position: relative !important;
  }
  .sort-source-wrapper {
    background: #171717;
    clear: both;
    margin-top: -35px;
  }
  .sort-source-wrapper .nav {
    margin: 0;
  }
  .sort-destination {
    height: auto !important;
  }
  .sort-destination,
  .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sort-destination.full-width,
  .sort-source-wrapper + .sort-destination.full-width {
    max-width: none;
    margin: 0 0 -30px;
    top: 0;
  }
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .sort-destination,
  .isotope-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    position: static !important;
    clear: both;
    float: none;
    width: auto;
  }
}

.sort-destination-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.sort-destination-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.sort-destination-loader .bounce-loader {
  display: none;
}
.sort-destination-loader.sort-destination-loader-showing {
  height: 200px;
  overflow: hidden;
}
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}
.sort-destination-loader-full-width:after {
  bottom: -81px;
  top: -51px;
}
.sort-destination-loader-full-width.sort-destination-loader-showing {
  height: 600px;
}
.sort-destination-loader-lg.sort-destination-loader-showing {
  height: 600px;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info:hover {
  text-decoration: none;
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(23, 23, 23, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #c5111c;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
  font-size: 24px;
  left: 3px;
  position: relative;
  top: -4px;
  color: #FFF;
}
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(23, 23, 23, 0.8);
  bottom: 10%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-type {
  background-color: #c5111c;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
  z-index: 2;
}
.thumb-info .owl-carousel {
  z-index: auto;
}
.thumb-info .owl-carousel .owl-dots {
  z-index: 2;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}
.thumb-info:hover .thumb-info-title {
  background: #000;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-no-zoom:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(23, 23, 23, 0.25);
}
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
  top: 50%;
  left: 3px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 3px;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
  position: static;
  font-size: 18px;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
  position: relative;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate(0%, -30%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}
.thumb-info.thumb-info-centered-info .thumb-info-type {
  float: none;
}
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  transform: translate(0%, -50%);
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
  background: #FFF;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, 100px, 0);
  top: auto;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  text-shadow: none;
  color: #777;
}
.thumb-info.thumb-info-bottom-info .thumb-info-type {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
}
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.thumb-info.thumb-info-bottom-info:hover img {
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
  background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
  color: #FFF;
}
.thumb-info.thumb-info-push-hor img {
  -webkit-transform: translatex(-18px);
  -moz-transform: translatex(-18px);
  -ms-transform: translatex(-18px);
  -o-transform: translatex(-18px);
  transform: translatex(-18px);
  width: calc(119%);
  max-width: none;
}
.thumb-info.thumb-info-push-hor:hover img {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
  opacity: 1;
  top: 50%;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
  float: none;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
  opacity: 0.1;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
  opacity: 0;
}
.thumb-info.thumb-info-no-borders,
.thumb-info.thumb-info-no-borders img {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
  display: none;
}
.thumb-info.thumb-info-preview .thumb-info-image {
  min-height: 232px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  transition: background-position 0.8s linear 0s;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
  transition: background-position 2.5s linear 0s;
  background-position: center bottom;
}
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
  transition: background-position 1s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
  transition: background-position 5s linear 0s;
}
.webkit .thumb-info .thumb-info-wrapper {
  margin: 4px 4px 3px 4px;
}
.webkit .full-width .thumb-info .thumb-info-wrapper,
.webkit .masonry-item .thumb-info .thumb-info-wrapper,
.webkit .thumb-info-no-borders .thumb-info-wrapper {
  margin: 0;
}

.thumb-info-ribbon {
  background: #999;
  position: absolute;
  margin: -16px 0 0 0;
  padding: 5px 13px 6px;
  right: 15px;
  z-index: 1;
}
.thumb-info-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
.thumb-info-ribbon span {
  color: #FFF;
  font-size: 1.1em;
  font-family: "Shadows Into Light", cursive;
}

.full-width .thumb-info img {
  border-radius: 0 !important;
}

.thumb-info-caption {
  padding: 10px 0;
}
.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
  font-size: 0.9em;
  line-height: 20px;
  margin: 0 0 8px;
  padding: 10px;
  display: block;
}

.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 4px;
  float: left;
  margin-right: 20px;
}
.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
  padding: 17px;
}
.thumb-info-side-image-right .thumb-info-side-image-wrapper {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.thumb-info-social-icons {
  border-top: 1px dotted #DDD;
  margin: 0;
  padding: 15px 10px;
  display: block;
}
.thumb-info-social-icons a {
  background: #c5111c;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.thumb-info-social-icons a:hover {
  text-decoration: none;
}
.thumb-info-social-icons a span {
  display: none;
}
.thumb-info-social-icons a i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

@media (max-width: 991px) {
  .thumb-info .thumb-info-title {
    font-size: 14px;
  }
  .thumb-info .thumb-info-more {
    font-size: 11px;
  }
}

.counters .counter {
  text-align: center;
  background-color: transparent;
  border: none;
  margin-top: 0px;
  padding: 0px;
  float: none;
  color: #ffffff;
}
.counters .fa,
.counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
.counters .counter-side-icon .fa,
.counters .counter-side-icon .icons,
.counters .counter-side-icon strong {
  display: inline-block;
}
.counters .counter-with-unit strong {
  display: inline-block;
}
.counters.with-borders .counter {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}
.counters.counters-sm .fa,
.counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}
.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}
.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}
.counters.counters-lg .fa {
  font-size: 45px;
  line-height: 45px;
}
.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}
.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}
.counters.counters-text-light .counter {
  color: #FFF !important;
}
.counters.counters-text-light .counter .fa,
.counters.counters-text-light .counter .icons,
.counters.counters-text-light .counter strong,
.counters.counters-text-light .counter label {
  color: #FFF !important;
}
.counters.counters-text-dark .counter {
  color: #2e353e !important;
}
.counters.counters-text-dark .counter .fa,
.counters.counters-text-dark .counter .icons,
.counters.counters-text-dark .counter strong,
.counters.counters-text-dark .counter label {
  color: #2e353e !important;
}

.pricing-table {
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
}
.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  color: #777;
}
.pricing-table h3 {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  font-size: 1.3em;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}
.pricing-table h3 .desc {
  font-size: 0.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-style: normal;
  text-transform: none;
  display: block;
}
.pricing-table h3 span {
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  color: #777;
  display: block;
  font: bold 25px / 100px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}
.pricing-table .most-popular {
  border: 1px solid #c5111c !important;
  box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}
.pricing-table .most-popular h3 {
  background-color: #c5111c;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
}
.pricing-table .most-popular h3 .desc {
  color: #FFF;
}
.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -5px;
  width: 85px;
}
.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  top: 15px;
  width: 120px;
}
.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}
.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}
.pricing-table [class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
}
.pricing-table .plan {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  margin-bottom: 35px;
  margin-right: 0;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.pricing-table .btn {
  margin-top: 5px;
}
.pricing-table.pricing-table-sm h3 .desc {
  font-size: 0.7em;
}
.pricing-table.pricing-table-sm h3 span {
  border: 3px solid #FFF;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  font: bold 19px/65px Georgia, serif;
  height: 70px;
  margin: 10px auto -65px;
  width: 70px;
}
.pricing-table.pricing-table-sm .most-popular {
  padding-bottom: 30px;
}
.pricing-table.princig-table-flat .plan {
  padding-left: 0;
  padding-right: 0;
  margin: -1px;
}
.pricing-table.princig-table-flat .plan h3 {
  padding-left: 0;
  padding-right: 0;
  margin: -20px 0 0;
  background-color: #c5111c;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
  text-transform: uppercase;
  letter-spacing: normal;
}
.pricing-table.princig-table-flat .plan h3 .desc {
  color: #FFF;
  padding: 10px;
  letter-spacing: normal;
}
.pricing-table.princig-table-flat .plan h3 span {
  border-radius: 0;
  border: 0;
  background: #c5111c;
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 600;
  box-shadow: none;
  width: 100%;
  font-size: 1.5em;
  height: auto;
  line-height: 38px;
  margin: 0;
}
.pricing-table.princig-table-flat .plan ul {
  margin-top: 0;
  margin-bottom: -15px;
}
.pricing-table.princig-table-flat .plan ul li {
  padding: 8px 0;
}
.pricing-table.princig-table-flat .plan.most-popular ul li {
  padding: 10px 0;
}
.pricing-table.spaced [class*="col-md-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.pricing-table.no-borders .plan {
  border: 0 !important;
}

.boxed .pricing-table .plan,
.boxed .pricing-table h3 {
  border-radius: 0;
}

@media (max-width: 767px) {
  
  .pricing-table {
    margin-left: 0;
  }
  .pricing-table .plan {
    margin-right: 0;
  }
  .boxed .pricing-table {
    margin-left: 0;
  }
}

.tip-dark .mega-caption {
  display: inline !important;
  padding: 0 5px;
  background: #2E353E;
  color: #ffffff !important;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bold !important;
}
.tip-dark .mega-caption:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #2E353E;
  border-width: 5px;
  margin-top: -5px;
}
.tip-pink .mega-caption {
  display: inline !important;
  padding: 0 5px;
  background: #eb2771;
  color: #ffffff !important;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bold !important;
}
.tip-pink .mega-caption:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #eb2771;
  border-width: 5px;
  margin-top: -5px;
}
.sppb-panel-title {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  font-size: 16px;
  color: #c5111c;
}
.icon-featured {
  background-color: #c5111c;
}
.featured-box-primary .icon-featured {
  background-color: #c5111c;
}
.featured-box-primary .icon-featured:after {
  border-color: #c5111c;
}
.featured-box-primary h4 {
  color: #c5111c;
}
.featured-box-primary .box-content {
  border-top-color: #c5111c;
}
.featured-box-primary .icon-featured {
  background-color: #c5111c;
}
.featured-box-primary h4 {
  color: #c5111c;
}
.featured-box-primary .box-content {
  border-top-color: #c5111c;
}
.featured-box-secondary .icon-featured {
  background-color: #e36159;
}
.featured-box-secondary h4 {
  color: #e36159;
}
.featured-box-secondary .box-content {
  border-top-color: #e36159;
}
.featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}
.featured-box-tertiary h4 {
  color: #2baab1;
}
.featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
.featured-box-quaternary .icon-featured {
  background-color: #383f48;
}
.featured-box-quaternary h4 {
  color: #383f48;
}
.featured-box-quaternary .box-content {
  border-top-color: #383f48;
}
.featured-box-dark .icon-featured {
  background-color: #2e353e;
}
.featured-box-dark h4 {
  color: #2e353e;
}
.featured-box-dark .box-content {
  border-top-color: #2e353e;
}
.featured-box-light .icon-featured {
  background-color: #ffffff;
}
.featured-box-light h4 {
  color: #ffffff;
}
.featured-box-light .box-content {
  border-top-color: #ffffff;
}
.featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #c5111c;
  color: #c5111c;
}
.featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
.featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
.featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
.featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
.featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
.featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #c5111c;
  color: #c5111c;
}
.featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
.featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
.featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
.featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}
.featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}
.featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #c5111c;
}
.featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #c5111c;
}
.featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #c5111c;
}
.featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}
.featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}
.featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}
.featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}
.featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}
.featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #c5111c;
}
.featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e36159;
}
.featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}
.featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}
.featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}
.featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #ffffff;
}
.featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #c5111c;
}
.featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #c5111c !important;
}
.featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e36159;
}
.featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}
.featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}
.featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}
.featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #2e353e;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}
.feature-box .feature-box-icon {
  background-color: #c5111c;
}
html .feature-box-primary .feature-box-icon {
  background-color: #c5111c;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}
html .feature-box-dark .feature-box-icon {
  background-color: #2e353e;
}
html .feature-box-light .feature-box-icon {
  background-color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #c5111c;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #c5111c;
}
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #c5111c;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #c5111c;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #c5111c;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #c5111c;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #2e353e;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #ffffff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #c5111c;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #c5111c;
}
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #ffffff;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  color: #c5111c;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  color: #c5111c;
}
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  color: #ffffff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  color: #c5111c;
}
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  color: #2e353e;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  color: #ffffff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
  background-color: #de1226;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
  background-color: #ed1c32;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
  background-color: #c5111c;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
  background-color: #0099e6;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
  background-color: #00aaff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
  background-color: #1ab2ff;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #c5111c;
  color: #ffffff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-dark {
  background-color: #2e353e;
  color: #ffffff;
}
.featured-boxes-full .featured-box-full-light {
  background-color: #ffffff;
  color: #777777;
}

.owl-carousel {
  margin-bottom: 0px !important;
}
.owl-carousel .owl-item img {
  transform-style: unset;
}
.owl-carousel .thumbnail {
  margin-right: 1px;
}
.owl-carousel .item-video {
  height: 300px;
}
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}
.owl-carousel .owl-nav [class*="owl-"] {
  background: #c5111c;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #c5111c;
}
.owl-carousel .owl-nav .owl-next {
  right: -5px;
}
.owl-carousel .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel.show-nav-hover .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -45px;
  width: auto;
}
.owl-carousel.show-nav-title .owl-nav [class*="owl-"],
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
  background: transparent !important;
  width: 18px;
  font-size: 18px;
}
.owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: -45px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
  padding: 3px 7px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999 !important;
  color: #999;
}
.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
}
.owl-carousel.nav-bottom .owl-nav .owl-prev,
.owl-carousel.nav-bottom .owl-nav .owl-next {
  position: static;
}
.owl-carousel.nav-inside .owl-nav,
.owl-carousel.nav-inside .owl-dots {
  bottom: 2px;
  margin-top: 10px;
  position: absolute;
  right: 6px;
}
.owl-carousel.full-width .owl-nav,
.owl-carousel.big-nav .owl-nav {
  margin-top: -30px;
}
.owl-carousel.full-width .owl-nav [class*="owl-"],
.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,
.owl-carousel.big-nav .owl-nav [class*="owl-"],
.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
  height: auto;
  padding: 20px 0;
}
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev {
  border-radius: 0 4px 4px 0;
}
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next {
  border-radius: 4px 0 0 4px;
}
.owl-carousel.top-border {
  border-top: 1px solid #DBDBDB;
  padding-top: 18px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #c5111c;
}

.carousel-areas {
  
  margin-bottom: -10px;
  padding: 10px 10px 0 10px;
  border-radius: 6px 6px 0 0;
}
.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.carousel-areas .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}
.carousel-areas .owl-carousel .owl-nav .owl-next {
  right: -55px;
}
.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}
.section-parallax {
  min-height: 560px;
}
.section-center {
  text-align: center;
}
.section-text-light h1,
.section-text-light h2,
.section-text-light h3,
.section-text-light h4,
.section-text-light h5,
.section-text-light h6 {
  color: #fff;
}
.section-text-light p {
  color: #e6e6e6;
}
section.section.section-text-light p {
  color: #e6e6e6;
}
.jb-digital-form input {
  border-radius: 0px;
  width: 100%;
  font-size: 18px;
  height: 46px !important;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jb-digital-form textarea {
  font-size: 18px;
  border-radius: 0px;
}
.jb-contact-form .jb-inputbox {
  width: 100%;
  font-size: 16px;
  height: 46px !important;
  line-height: 1.33333;
  padding: 10px 16px;
}
.jb-contact-form textarea {
  font-size: 16px;
  height: 162px;
  width: 100%;
}
.jb-contact-form .controls {
  margin-bottom: 10px;
}
.page-46 {
  z-index: 1000;
}
.medical-schedules {
  margin: -96px 0 0 0;
  z-index: 21000;
}
.medical-schedules h4 {
  line-height: 23px;
  padding-top: 4px;
}
.medical-schedules h4,
.medical-schedules h5,
.medical-schedules a,
.medical-schedules i {
  color: #fff !important;
}
.medical-schedules h5 {
  position: relative;
  display: inline-block;
}
.medical-schedules .box-one,
.medical-schedules .box-two,
.medical-schedules .box-three,
.medical-schedules .box-four {
  height: 94px;
  position: relative;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.medical-schedules .box-one {
  z-index: 4;
}
.medical-schedules .box-two {
  z-index: 3;
}
.medical-schedules .box-three {
  z-index: 2;
}
.medical-schedules .box-four {
  z-index: 1;
}
.medical-schedules .box-one::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 40px solid #c5111c;
  z-index: 5;
}
.medical-schedules .box-two,
.medical-schedules .box-three {
  padding: 38px 38px 38px 70px;
}
.medical-schedules .box-two a,
.medical-schedules .box-three a {
  text-decoration: none;
}
.medical-schedules .box-two:hover .expanded-info,
.medical-schedules .box-three:hover .expanded-info {
  opacity: 1;
  z-index: 1;
}
.medical-schedules .box-two:hover .expanded-info .info,
.medical-schedules .box-three:hover .expanded-info .info {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.medical-schedules .box-two:hover i,
.medical-schedules .box-three:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info,
.medical-schedules .box-three .expanded-info {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
.medical-schedules .box-two .expanded-info .info,
.medical-schedules .box-three .expanded-info .info {
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.medical-schedules .box-two .expanded-info .info:nth-child(1),
.medical-schedules .box-three .expanded-info .info:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(2),
.medical-schedules .box-three .expanded-info .info:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(3),
.medical-schedules .box-three .expanded-info .info:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}
.medical-schedules .box-two i,
.medical-schedules .box-three i {
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 1.44em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical-schedules .box-two:hover i {
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-two i {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.medical-schedules .box-three:hover i {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.medical-schedules .box-three i {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.medical-schedules .box-four label {
  display: block;
  margin: -3px 0 0;
  opacity: 0.5;
}
.medical-schedules .box-four strong {
  font-size: 1.6em;
}
.medical-schedules .box-four .feature-box {
  padding: 23.7px;
}
.medical-schedules .box-four .feature-box-icon {
  margin-top: 5px;
}
.background-color-primary {
  background-color: #c5111c !important;
}
.background-color-secondary {
  background-color: #2d529f !important;
}
.background-color-tertiary {
  background-color: #3aabdd !important;
}
.background-color-quaternary {
  background-color: #ffffff !important;
}
.background-color-dark {
  background-color: #2e353e !important;
}
.background-color-light {
  background-color: #ffffff !important;
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.team .thumb-info:hover .thumb-info-caption {
  background: #008fe2;
}
.team .thumb-info:hover .thumb-info-caption span,
.team .thumb-info:hover .thumb-info-caption i {
  color: #fff !important;
}
.team .thumb-info .thumb-info-caption {
  position: relative;
  padding: 10px 0;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span {
  display: block;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(1) {
  color: #8e8e8e;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(2) {
  color: #28292d;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.9em !important;
  color: #28292d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team .owl-carousel.nav-bottom .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev,
.team .owl-carousel.nav-bottom .owl-nav .owl-next {
  border: none !important;
  font-size: 2em;
  padding: 0;
  width: initial;
  height: initial;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev:active,
.team .owl-carousel.nav-bottom .owl-nav .owl-next:active {
  background-color: initial;
  border-color: transparent;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev {
  color: #0092e3;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-prev::before {
  font-family: simple-line-icons;
  content: "\e07a";
}
.team .owl-carousel.nav-bottom .owl-nav .owl-next {
  color: #2d529f;
}
.team .owl-carousel.nav-bottom .owl-nav .owl-next::before {
  font-family: simple-line-icons;
  content: "\e079";
}
.thumb-info-side-image-custom {
  border: 0 none;
  color: #777;
  margin: 0 0 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
  padding: 0;
  margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
  text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
  margin: 30px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
.thumb-info-side-image-custom:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
  margin: 0 0 10px 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
  padding: 0 10px;
  display: block;
  clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
  margin: 3px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
  margin: 0;
  padding: 0;
}
.testimonial .testimonial-quote::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  left: 50%;
  padding: 25px;
  position: absolute;
  top: 25%;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial .testimonial-quote {
  color: #fff;
  display: inline-block;
  font-family: Georgia,serif;
  font-size: 50px;
  line-height: 1;
  position: relative;
}
.law-home-form .full-width {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  border-radius: 0px;
}
.law-home-form textarea {
  height: auto;
}
.law-testimonials {
  padding: 0px 54px;
}
.law-testimonials blockquote p {
  color: #ffffff !important;
}
.law-testimonials .testimonial-author {
  margin-left: 33px !important;
}
.law-testimonials .testimonial-author span {
  color: #ffffff;
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.micro-map {
  margin: 20px 20px 0 20px;
}
.micro-map .micro-map-map {
  float: left;
  width: 50%;
}
.micro-map .micro-map-info {
  float: left;
  width: 50%;
  height: 280px;
}
.micro-map .micro-map-info-detail {
  height: 60%;
  clear: both;
  border-bottom: 1px solid #E1E5EE;
  padding: 18px;
}
.micro-map .micro-map-info-detail:last-child {
  border-bottom: 0;
  height: 40%;
}
.micro-map .micro-map-info-detail .icons {
  font-size: 18px;
  display: block;
}
.micro-map .micro-map-info-detail label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.micro-map .micro-map-info-detail strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #333;
}
.jb-portohotel-filter {
  text-align: center;
}
.jb-portohotel-filter .nav {
  float: none;
  display: inline-block;
}
.jb-portohotel-filter .nav li a {
  border-radius: 0px;
  text-transform: uppercase;
}
.jb-portohotel-items .jb-portohotel-item {
  list-style: none;
}
.jb-portohotel-items .jb-portohotel-item .portfolio-item {
  margin-bottom: 30px;
}
.jb-portohotel-items .jb-portohotel-item .portfolio-item h5 {
  margin-top: 20px;
}
.room-suite-info::after {
  clear: both;
  content: "";
  display: table;
}
.room-suite-info ul {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}
.room-suite-info ul li {
  border-bottom: 1px solid #e9e9e9;
}
.room-suite-info ul li label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
}
.room-suite-info ul li b,
.room-suite-info ul li strong {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 -10px 0 -5px;
  padding: 0;
  width: 50%;
  text-align: right;
}
.room-suite-info ul li strong {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
}
.room-suite-info ul li .room-suite-info-detail {
  float: left;
  font-size: 11px;
  margin: 7px 0 0;
  text-transform: uppercase;
}
.room-suite-info ul li .room-suite-info-book {
  float: right;
  font-size: 12px;
  margin: 7px 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.room-suite-info ul li .room-suite-info-book-now {
  float: right;
  margin: 7px 0 50px;
}
.room-suite-info ul li:last-child {
  border-bottom: 0;
}
.macro-map .macro-map-info {
  width: 100%;
}
.macro-map .macro-map-info-detail {
  border-right: 1px solid #e1e5ee;
  clear: none;
  float: left;
  min-height: 130px;
  padding: 18px;
  width: 50%;
}
.macro-map .macro-map-info-detail:last-child {
  border-right: 0;
}
.macro-map .macro-map-info-detail .icons {
  font-size: 18px;
  display: block;
}
.macro-map .macro-map-info-detail label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  padding: 0;
}
.macro-map .macro-map-info-detail strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #333;
}

.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}

ul.history {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
ul.history li {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
ul.history li h4 {
  margin: 0 0 -27px 0;
  padding: 0;
}
ul.history li p {
  margin-left: 53px;
}
ul.history li .thumb {
  
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
ul.history li .thumb img {
  border-radius: 150px;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
ul.history li .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 50px;
  min-height: 115px;
}
ul.history li .featured-box .box-content {
  border-top-color: #c5111c;
}

@media (max-width: 479px) {
  ul.history li .thumb {
    display: none;
  }
  ul.history li .featured-box {
    margin-left: 0;
  }
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #c5111c;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #c5111c;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #c5111c;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #c5111c;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #c5111c;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active {
  background: #c5111c;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-primary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #E36159;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active {
  background: #E36159;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-secondary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #2BAAB1;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active {
  background: #2BAAB1;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-tertiary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading {
  background: #f4f4f4;
  border-left: 3px solid #383F48;
  border-radius: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  color: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active {
  background: #383F48;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.toggle-quaternary .sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.thumb-bride-groom:hover .bride-groom-photo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb-bride-groom .bride-groom-bg {
  position: relative;
  display: inline-block;
}
.thumb-bride-groom .bride-groom-bg:before {
  content: '';
  display: block;
  
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 58%;
  left: 50%;
  width: 125%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.thumb-bride-groom .bride-groom-bg.groom-background-style:before {
  
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
}
.thumb-bride-groom .bride-groom-photo {
  position: relative;
  display: inline-block;
  width: 80%;
  border: 10px solid #FFF;
  border-radius: 100%;
  margin: 50px 0;
  overflow: hidden;
  z-index: 1;
}
.thumb-bride-groom .bride-groom-photo img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-bride-groom .social-icons li {
  box-shadow: none;
  border: 2px solid #b7b8bc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-bride-groom .social-icons li a {
  color: #b7b8bc !important;
}
.thumb-bride-groom .social-icons li:hover {
  border: 2px solid #c5111c;
}
.thumb-bride-groom .social-icons li:hover a {
  background: none;
  color: #c5111c !important;
}
.sppb-countdown-timer {
  text-align: center;
  margin-top: 30px;
}
.sppb-countdown-timer .clock {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-size: 4em;
  font-weight: 100;
}
.sppb-countdown-timer .clock:before {
  content: '\f004';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 60%;
  left: -5px;
  font-size: 0.2em;
  color: #5fc3d2;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-countdown-timer .clock:nth-child(1):before {
  content: none;
}
.sppb-countdown-timer .clock .sppb-countdown-number {
  background: transparent !important;
  font-size: 1em !important;
  font-weight: 100;
}
.sppb-countdown-timer .clock .sppb-countdown-text {
  text-transform: uppercase;
}
.wedding-schedule {
  position: relative;
  height: 500px;
  max-height: 500px;
  max-width: 430px;
  padding: 10px;
  margin: 0 auto;
}
.wedding-schedule:before {
  content: '';
  display: block;
  
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 146%;
  height: 125%;
  top: 50%;
  left: 50%;
  z-index: -3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .wedding-schedule-photo {
  height: 185px;
  overflow: hidden;
  text-align: center;
}
.wedding-schedule .wedding-schedule-photo img {
  position: relative;
  width: auto;
  border-radius: 6% 6% 0 0;
  z-index: -2;
  height: 190px;
}
.wedding-schedule .wedding-schedule-background {
  position: absolute;
  
  background-size: 100% 100%;
  width: 98%;
  height: 99%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule .icon-heart-white-border {
  position: absolute;
  top: 34.7%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wedding-schedule span {
  display: block;
}
.wedding-schedule .btn {
  border-radius: 20px;
}
#historyLoadMoreWrapper li {
  list-style: none;
}
.history-item .thumb-info .thumb-info-wrapper:after {
  background: -webkit-linear-gradient(bottom, rgba(36, 44, 71, 0.6) 0, transparent 100%) repeat scroll 0 0 rgba(36, 44, 71, 0);
  background: linear-gradient(to top, rgba(36, 44, 71, 0.6) 0, transparent 100%) repeat scroll 0 0 rgba(36, 44, 71, 0);
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  opacity: 1;
  top: auto;
}
.history-item .thumb-info .thumb-info-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 190px 40px black;
  z-index: 1;
}
.history-item .thumb-info .thumb-info-title {
  background: none;
  padding: 9px 22px 9px;
  bottom: 6%;
  font-size: 15px;
  z-index: 2;
}
.history-item .thumb-info .thumb-info-likes {
  position: absolute;
  bottom: 6%;
  right: 0;
  padding: 9px 22px 9px;
  z-index: 2;
}
.history-item .thumb-info .thumb-info-likes i {
  border-radius: 100%;
}
#guestbookSendMessage {
  background: #ffffff;
  position: relative;
}
#guestbookSendMessage:before,
#guestbookSendMessage:after {
  content: '';
  display: block;
  position: absolute;
  
  background-size: 100%;
  background-repeat: no-repeat;
  width: 17%;
  height: 34%;
}
#guestbookSendMessage:before {
  top: 15px;
  right: 15px;
}
#guestbookSendMessage:after {
  bottom: 15px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#guestbookSendMessage .form-content {
  position: relative;
  z-index: 1;
}
#guestbookSendMessage .form-content .form-control-custom {
  text-align: center;
}
#guestbookSendMessage .form-content .form-control-custom input,
#guestbookSendMessage .form-content .form-control-custom textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  box-shadow: none;
  display: inline;
  border-radius: 0px;
}
#guestbookSendMessage .form-content .form-control-custom input::-webkit-input-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea::-webkit-input-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom input::-moz-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea::-moz-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom input:-ms-input-placeholder,
#guestbookSendMessage .form-content .form-control-custom textarea:-ms-input-placeholder {
  color: #6a696f;
}
#guestbookSendMessage .form-content .form-control-custom textarea {
  min-height: 103px;
}
.custom-inner-border {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fed0d2;
  z-index: 0;
}
.timeline .jb-timeline-breaker {
  background: #c5111c;
  padding: 6px 12px;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
}
.timeline .timeline-posts .timeline-item {
  border-radius: 3px;
  background: #F7F7F7 !important;
  padding: 5px;
  display: inline-block;
  border: medium none !important;
}
.timeline .timeline-posts .timeline-item .post-inner {
  background: #ffffff !important;
}
.timeline .timeline-posts .timeline-item .item-time {
  height: auto !important;
  position: relative;
  margin: -33px 5px 5px !important;
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon {
  background-color: #c5111c;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 320px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
@media (min-width: 1200px) {
  .timeline .timeline-posts .timeline-item .timeline-date-ribbon {
    padding: 5px 22px 5px;
  }
}
.timeline .timeline-posts .timeline-item .timeline-date-ribbon:after {
  content: "";
  position: absolute;
  right: -7px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 7px 18px 0px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #de1226 rgba(0, 0, 0, 0);
}
.portfolio-list .jb-smartportfolio-item {
  list-style: none;
}

.masonry .masonry-item {
  width: 25%;
}
.masonry .masonry-item.w2 {
  width: 50%;
}
.masonry .masonry-item img {
  border-radius: 0 !important;
}

.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.masonry-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.masonry-loader .bounce-loader {
  display: none;
}
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

.portfolio-title {
  margin-bottom: -10px;
}
.portfolio-title a {
  display: inline-block;
}
.portfolio-title .fa,
.portfolio-title .icons {
  font-size: 1.7em;
}
.portfolio-title .portfolio-nav {
  margin-top: 11px;
}
.portfolio-title .portfolio-nav-all {
  margin-top: 9px;
}
.portfolio-title .portfolio-nav {
  text-align: right;
}
.portfolio-title .portfolio-nav a {
  width: 40%;
}
.portfolio-title .portfolio-nav-all .fa,
.portfolio-title .portfolio-nav-all .icons {
  font-size: 2em;
}
.portfolio-title .fa-angle-right {
  text-align: right;
}
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}

.portfolio-info {
  margin: 2px 0 10px;
  float: right;
}
.portfolio-info .center {
  text-align: right !important;
}
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-info ul li {
  border-right: 1px solid #E6E6E6;
  padding-right: 8px;
  margin-right: 8px;
}
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.portfolio-info ul li a {
  text-decoration: none;
  color: #B1B1B1;
}
.portfolio-info ul li a:hover .fa-heart {
  color: #E53F51;
}
.portfolio-info ul li .fa,
.portfolio-info ul li .icons {
  margin-right: 4px;
}

ul.portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}
ul.portfolio-list.portfolio-list-no-margins {
  margin-left: 15px;
  margin-right: 15px;
}

ul.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
}
ul.portfolio-details > li {
  padding: 0;
  margin: 0 0 20px;
}
ul.portfolio-details p {
  padding: 0;
  margin: 0;
}
ul.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}
ul.portfolio-details .list-icons {
  margin-left: 0;
}
ul.portfolio-details .list-icons > li {
  padding-left: 18px;
  margin-right: 10px;
}
ul.portfolio-details .list-icons > li .fa,
ul.portfolio-details .list-icons > li .icons {
  top: 7px;
}
.form-favourite {
  width: auto !important;
  display: inline;
}
.cart-view table.cart-summary button.vm2-add_quantity_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  
  width: 17px;
  height: 18px;
}
.cart-view table.cart-summary button.vm2-remove_from_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  
  height: 16px;
  width: 16px;
}