@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600);
@import "../js/starr/starrr.css";
@import "../js/jQueryShopLocator/src/style/css/pluginStyle.css";


.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick', sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  height: 42px;
  width: 42px;
}
.mfp-arrow-left:after {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.mfp-arrow-right:after {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  margin-left: 18px;
}
.mfp-arrow-left:before,
.mfp-arrow:before,
.mfp-arrow-right:before {
  display: none;
}
.mfp-close {
  color: #fff !important;
}
.mfp-ajax-holder .mfp-content .container {
  padding-top: 35px;
}
.mfp-ajax-holder .mfp-content .mfp-close {
  position: absolute;
  float: right;
  top: -40px;
}
.ct-gallery-filters {
  list-style: none;
}
.ct-gallery-filters li {
  display: inline-block;
}
.ct-gallery-filters li > a {
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.ct-gallery-filters li > a.active {
  background-color: #ffffff;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery-item {
  position: relative;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item .project-thumb {
  width: 100%;
}
.ct-gallery-item img {
  width: 100%;
}
.ct-gallery-item:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
.ct-gallery {
  position: relative;
}
.ct-gallery-item a {
  display: block;
}
.ct-gallery-itemImage img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 100%;
}
.ct-gallery-item--default .ct-gallery-itemDescription {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-gallery-item--default .ct-gallery-itemDescription a {
  color: inherit;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-title,
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-category {
  line-height: 1;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-title {
  font-size: 30px;
  display: block;
  padding: 20px;
  font-weight: 300;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-category {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 0px 20px 20px 20px;
}
#ct-ajaxContent {
  background-color: #eeeeee;
  min-height: 585px;
}
#ct-ajaxContent p,
#ct-ajaxContent header {
  margin-bottom: 20px;
}
#ct-ajaxContent header {
  line-height: 1.7;
}
.ct--darkMotive #ct-ajaxContent {
  background-color: #191919;
}
.ct-galleryAjax-Details {
  margin-bottom: 30px;
  background-color: #eeeeee;
}
.ct-gallery-item.ct-gallery-item--secundary,
.ct-gallery-item.ct-gallery-item--third {
  position: relative;
  margin-bottom: 30px;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemDescription,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-itemDescription {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number span,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number span {
  color: #000000;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  font-size: 125px;
  line-height: 1;
  height: 125px;
  top: 50%;
  margin-top: -63px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: 300;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemInner:after,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-itemInner:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #eeeeee;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible .ct-gallery-itemDescription,
.ct-gallery-item.ct-gallery-item--third .is-visible .ct-gallery-itemDescription {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible .ct-gallery-item-number,
.ct-gallery-item.ct-gallery-item--third .is-visible .ct-gallery-item-number {
  top: 0;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible:after,
.ct-gallery-item.ct-gallery-item--third .is-visible:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number {
  background-color: #222222;
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number span,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number span {
  color: #ffffff;
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemInner:after,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-itemInner:after {
  border-color: transparent transparent transparent #191919;
}
.ct-gallery-item--secundary .ct-gallery-itemDescription-title,
.ct-gallery-item--third .ct-gallery-itemDescription-title,
#ct-ajaxContent .ct-gallery-itemDescription-title {
  background-color: #ffffff;
  padding: 2px 5px;
  font-size: 30px;
  color: #222222;
  font-weight: 300;
  display: initial;
}
.ct-gallery-item--secundary .ct-gallery-itemDescription-category,
.ct-gallery-item--third .ct-gallery-itemDescription-category,
#ct-ajaxContent .ct-gallery-itemDescription-category {
  padding: 2px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.ct-gallery-item--third {
  overflow: hidden;
}
.ct-gallery-item--third .ct-gallery-item-icon {
  position: absolute;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-gallery-item--third .ct-gallery-item-icon i {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  font-size: 22px;
  line-height: 40px;
  top: 70%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-gallery-item--third .ct-gallery-itemDescription {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-gallery-item--third:hover .ct-gallery-item-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item--third:hover .ct-gallery-item-icon i {
  top: 50%;
}
.ct-gallery-item--third:hover .ct-gallery-itemDescription {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  #ct-ajaxContent header {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  #ct-ajaxContent .flexslider {
    margin-bottom: 80px;
  }
}
.ct-gallerySingleAjax {
  background-color: #ffffff;
  overflow: hidden;
}
.ct-gallerySingleAjax header h1,
.ct-gallerySingleAjax header .h1,
.ct-gallerySingleAjax header h2,
.ct-gallerySingleAjax header .h2,
.ct-gallerySingleAjax header h3,
.ct-gallerySingleAjax header .h3,
.ct-gallerySingleAjax header h4,
.ct-gallerySingleAjax header .h4,
.ct-gallerySingleAjax header h5,
.ct-gallerySingleAjax header .h5,
.ct-gallerySingleAjax header h6,
.ct-gallerySingleAjax header .h6 {
  margin: 0;
  line-height: 60px;
  padding: 25px 0;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible {
  background-color: #222222;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible .flexslider {
  margin-bottom: 0px;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible .flexslider ul.slides > li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallerySingleAjax .ct-magnificPopup-content {
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .ct-gallerySingleAjax .ct-flexslider--adjacentVisible {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .ct-gallerySingleAjax .ct-magnificPopup-content {
    padding-right: 15px;
  }
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar {
    padding-left: 15px;
  }
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar:before,
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar:after {
    display: none;
  }
}
.ct-m-imageCenter {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-gallery-filters {
  margin: 35px 0;
}
.ct-gallery-filters li > a {
  line-height: 20px;
  height: 20px;
  padding: 5px 12px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-gallery-filters li > a.active {
  background-color: #ffffff;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery:before {
  content: "\f110";
  font-family: fontawesome;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.ct-gallery-item.ct-gallery-item--masonry {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item.ct-gallery-item--masonry .project-thumb {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry img {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item.ct-gallery-item--masonry {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 33px;
}
h1,
.h1 {
  font-size: 65px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 33px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  margin: 0;
}
a {
  color: #2d2d2d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #f4ba00;
}
.popover {
  border: none;
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
  box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3);
}
.popover .popover-title {
  background-color: #f4ba00;
  border: none;
  color: #fff;
}
.popover .popover-content {
  border: none;
}
header p {
  line-height: 38px;
}
header span {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  line-height: 38px;
  display: block;
}
.table {
  font-family: inherit;
  background-color: #fff;
  border-top: 3px solid #282828;
  border-left: 1px solid #ebf0f4;
  border-right: 1px solid #ebf0f4;
  border-bottom: 1px solid #ebf0f4;
}
.table thead {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.table thead tr th {
  border-bottom: 1px solid #ebf0f4;
  padding: 30px 38px;
}
.table tbody {
  font-size: 16px;
  line-height: 24px;
  color: rgba(40, 40, 40, 0.8);
}
.table tbody tr td {
  border-bottom: 1px solid #ebf0f4;
  padding: 34px 38px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTable .ct-u-displayTableCell {
  vertical-align: top;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-padding70 {
  padding: 70px;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingTop125 {
  padding-top: 125px;
}
.ct-u-paddingBottom125 {
  padding-bottom: 125px;
}
.ct-u-paddingBoth145 {
  padding-top: 145px;
  padding-bottom: 145px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingTop185 {
  padding-top: 185px;
}
.ct-u-paddingBottom185 {
  padding-bottom: 185px;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
  color: white;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-lineHeight25 {
  line-height: 25px;
}
.ct-u-lineHeight33 {
  line-height: 33px;
}
.ct-u-textLineThrough {
  text-decoration: line-through;
}
.ct-u-textUnderline {
  text-decoration: underline;
}
.ct-u-textItalic {
  font-style: italic;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorMotive {
  color: #f4ba00;
}
.ct-u-colorWhiteLight {
  color: rgba(255, 255, 255, 0.5);
}
.ct-u-colorBlackLight {
  color: #7d8185;
}
.ct-u-borderNone {
  border: none;
}
.ct-u-doubleBorder {
  border-top: 1px solid #dde2d7;
  border-bottom: 1px solid #dde2d7;
}
.ct-u-borderAll {
  border: 1px solid #dddddd;
}
.ct-u-relative {
  position: relative;
}
.ct-u-absolute {
  position: absolute;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundDark {
  background-color: #2d2d2d;
}
.ct-u-backgroundLightGreen {
  background-color: #f6faf1;
}
.ct-u-backgroundGray {
  background-color: #fcfcfc;
}
.ct-u-backgroundGradient {
  background: -webkit-linear-gradient(0deg, #f4ba00 0%, #c9cf4a 100%);
  background: -moz-linear-gradient(0deg, #f4ba00 0%, #c9cf4a 100%);
  background: -o-linear-gradient(0deg, #f4ba00 0%, #c9cf4a 100%);
  background: -ms-linear-gradient(0deg, #f4ba00 0%, #c9cf4a 100%);
  background: linear-gradient(90deg, #f4ba00 0%, #c9cf4a 100%);
}
.ct-u-maxWidthNone {
  max-width: none;
}
.ct-u-textBig {
  font-size: 33px;
}
.ct-u-textNormal {
  font-size: 25px;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
@media (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    right: auto;
  }
  .yamm .navbar-right .dropdown-menu.yamm-dropdown {
    left: auto;
    right: 0;
  }
  .yamm .dropdown-menu.yamm-dropdown {
    min-width: 60%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu,
  .yamm .dropdown.yamm-sm .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.onepager .ct-navbar--fluid {
  min-width: 695px;
}
.ct-navbar--fluid {
  min-width: 0px;
}
.dropdown-menu {
  z-index: 9000;
}
.ct-topBar {
  font-size: 12px;
  height: 40px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  z-index: 9000;
  width: 100%;
}
.ct-topBar a {
  color: #2d2d2d;
  font-weight: 600;
}
.ct-topBar ul {
  margin-left: 0;
  font-size: 12px;
}
.ct-topBar ul li {
  padding: 0;
}
.ct-topBar ul li a {
  padding: 8px 5px;
}
.ct-topBar .ct-panel--user li a {
  display: block;
}
.ct-topBar .ct-panel--user li a i {
  margin-left: 8px;
}
.ct-topBar .ct-widget--socials {
  display: inline-block;
}
.ct-topBar .ct-widget--socials li {
  margin: 0;
}
.ct-topBar .ct-widget--socials li a {
  display: block;
  font-size: 20px;
}
.ct-topBar .ct-widget--group .btn-group:hover .dropdown-menu {
  display: block;
}
.ct-topBar .btn-group {
  font-family: "Lato", sans-serif;
  display: none;
}
.ct-topBar .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.ct-topBar button.btn {
  background-color: #fff;
  font-size: inherit;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: none;
  padding-right: 28px;
  top: -3px;
}
.ct-topBar button.btn i {
  margin-left: 10px;
}
.ct-topBar button.btn img {
  margin: 0 28px 0 25px;
  position: relative;
  top: -1px;
}
.ct-topBar button.btn:active {
  box-shadow: none;
}
.ct-topBar .btn-group .dropdown-menu {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #2d2d2d;
  padding: 0;
  margin: 0;
  left: -4px;
  min-width: 176px;
}
.ct-topBar .btn-group .dropdown-menu li a {
  font-size: 16px;
  color: #fff;
  padding: 0;
  line-height: 40px;
  border: none;
}
.ct-topBar .btn-group .dropdown-menu li a img {
  margin: 0 28px;
}
.ct-topBar .btn-group .dropdown-menu li a:hover {
  background-color: #2d2d2d;
}
.ct-topBar .btn-group .dropdown-menu:before {
  content: "";
  height: 15px;
  top: -10px;
  width: 100%;
  position: absolute;
}
.ct-topBar--dark {
  background-color: #2d2d2d;
}
.ct-topBar--dark a {
  color: #f4ba00;
}
.ct-topBar--dark a:hover {
  color: #fff;
}
.ct-topBar--dark button.btn {
  background-color: #2d2d2d;
  color: #f4ba00;
}
.ct-topBar--motive {
  background-color: #f4ba00;
}
.ct-topBar--motive a {
  color: #537f1a;
}
.ct-topBar--motive a:hover {
  color: #fff;
}
.ct-topBar--motive button.btn {
  background-color: #f4ba00;
  color: #537f1a;
}
.ct-topBar--transparent {
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  border-bottom: 1px solid #5b5f63;
}
.ct-topBar--transparent a {
  color: #fff;
}
.ct-topBar--transparent button.btn {
  background-color: transparent;
  color: #fff;
}
.navbar {
  display: none;
}
nav.navbar {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  font-family: inherit;
  z-index: 8000;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
  -moz-box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
  box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
  border: 1px solid #dbe4ed;
}
nav.navbar .container {
  position: relative;
}
nav.navbar .navbar-nav > li > a {
  line-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  color: #2d2d2d;
  font-weight: 600;
}
nav.navbar .navbar-nav .active a {
  color: #f4ba00;
  background-color: #fff;
}
nav.navbar .navbar-nav .active a:hover {
  color: #f4ba00;
  background-color: #fff;
}
nav.navbar .navbar-nav li a {
  font-size: 16px;
}
nav.navbar .navbar-nav li a:hover {
  color: #f4ba00;
  background-color: #fff;
}
nav.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
nav.navbar .navbar-nav .yamm-fw .dropdown-menu:before {
  content: "";
  height: 15px;
  top: -10px;
  width: 100%;
  position: absolute;
}
nav.navbar .navbar-nav .dropdown-menu {
  min-width: 325px;
  box-shadow: none;
  background-color: #2d2d2d;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  list-style: none;
}
nav.navbar .navbar-nav .dropdown-menu li a {
  color: #828282;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  padding: 0 25px;
  background-color: transparent;
  border-bottom: 1px solid #5a5a5a;
}
nav.navbar .navbar-nav .dropdown-menu li a:after {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 40px;
}
nav.navbar .navbar-nav .dropdown-menu li a:last-child {
  border-bottom: none;
}
nav.navbar .navbar-nav .dropdown-menu li a:hover {
  background-color: #f4ba00;
  color: #fff;
}
nav.navbar .navbar-nav .dropdown-menu li .yamm-content .active {
  color: #f4ba00;
}
nav.navbar .navbar-nav .dropdown-menu li .yamm-content li a {
  border-bottom: 1px solid #5a5a5a;
}
nav.navbar .navbar-nav .dropdown-menu li .yamm-content li:last-child a {
  border-bottom: none;
}
nav.navbar .navbar-nav .dropdown-menu li .yamm-content .active a {
  color: #f4ba00;
  background-color: transparent;
}
nav.navbar .navbar-nav .dropdown-menu .dropdown-submenu {
  position: relative;
  overflow: visible;
}
nav.navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: -2px;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
nav.navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu li:hover:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
nav.navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu li:hover:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
nav.navbar .navbar-nav .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
nav.navbar .navbar-nav .dropdown-menu .active a {
  background-color: #f4ba00;
  color: #fff;
}
nav.navbar .ct-active .dropdown-menu {
  display: block;
}
nav.yamm .navbar-nav .dropdown-menu .yamm-content .active {
  color: #f4ba00;
}
nav.yamm .navbar-nav .dropdown-menu .yamm-content a:hover {
  color: #f4ba00;
  background-color: transparent;
}
.navbar-header a {
  line-height: 100px;
}
.yamm .yamm-content a {
  display: block;
}
.ct-navbarSearch--icon,
.ct-navbarCart {
  display: inline-block;
  line-height: 100px;
  cursor: pointer;
  font-size: 20px;
}
.ct-navbarSearch--icon i,
.ct-navbarCart i {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-navbarCart {
  width: 75px;
  text-align: center;
  position: relative;
}
.ct-navbarCart .ct-navbarCart--Info {
  display: none;
  z-index: 9000;
  background-color: #2d2d2d;
  padding: 30px;
  position: absolute;
  min-width: 400px;
  right: 0;
  line-height: 25px;
  text-align: left;
}
.ct-navbarCart .ct-navbarCart--Info .media-body {
  line-height: 25px;
  width: auto;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--itemName,
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--itemPrice {
  font-size: 15px;
  line-height: 25px;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--itemName {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item {
  border-bottom: 1px solid #353535;
  padding: 15px 0;
  margin: 0;
  position: relative;
  line-height: 25px;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:first-child {
  padding-top: 0;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:first-child:after {
  top: 0;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:after {
  font-family: fontawesome;
  content: "\f057";
  position: absolute;
  height: 20px;
  width: 20px;
  color: #fff;
  top: 15px;
  right: 10px;
  line-height: 21px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:hover:after {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:hover .ct-navbarCart--itemName {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary {
  padding: 15px 0;
  line-height: 25px;
  border-bottom: 1px solid #353535;
  color: #fff;
  font-size: 15px;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary a {
  color: #fff;
  font-size: 15px;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary a i {
  color: #fff;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary a:hover {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary a:hover i {
  color: #f4ba00;
}
.ct-navbarCart:hover .ct-navbarCart--Info {
  display: block;
}
.ct-navbarCart img {
  max-width: none;
}
.ct-navbarCart .btn {
  font-size: 16px;
}
.ct-navbar-search {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9000;
  display: none;
  top: 0;
}
.ct-navbar-search .form-group {
  margin-bottom: 0;
}
.ct-navbar-search input {
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px;
  height: 100px;
  margin: 0;
  background-color: #ffffff;
  border: none !important;
  font-weight: 300;
}
.ct-navbar-search input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.ct-navbar-search input:-moz-placeholder {
  color: #c1c1c1;
}
.ct-navbar-search input::-moz-placeholder {
  color: #c1c1c1;
}
.ct-navbar-search input:-ms-input-placeholder {
  color: #c1c1c1;
}
.ct-navbar-search input,
.ct-navbar-search input:focus,
.ct-navbar-search input:hover {
  box-shadow: none;
}
.ct-navbar-search button {
  position: absolute;
  right: 9px;
  z-index: 9000;
  top: 0;
  left: 10px;
  height: 100px;
  font-size: 50px;
  border: none;
  background: none;
  color: #333;
}
.ct-navbar-search .ct-navbar-search-closeIcon {
  position: absolute;
  font-size: 50px;
  right: 15px;
  line-height: 100px;
  cursor: pointer;
}
nav.navbar-parts .navbar-nav > li > a {
  line-height: 80px;
}
nav.navbar-parts .btn-group:hover .dropdown-menu {
  display: block;
}
nav.navbar-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  border: none;
  color: #fff;
  top: 40px;
}
nav.navbar-transparent .navbar-nav li.active a {
  background-color: transparent;
}
nav.navbar-transparent .navbar-nav li.active a:hover {
  background-color: transparent;
}
nav.navbar-transparent .navbar-nav li a {
  background-color: transparent;
  color: #fff;
}
nav.navbar-transparent .navbar-nav li a:hover {
  background-color: transparent;
}
nav.navbar-transparent .ct-navbar-search button {
  background-color: transparent;
}
nav.navbar-transparent .ct-navbar-search i {
  color: #333;
}
nav.navbar-scroll-top.navbar-transparent {
  top: 0;
  background-color: #fff;
}
nav.navbar-scroll-top.navbar-transparent .navbar-nav li a {
  color: #2d2d2d;
}
nav.navbar-scroll-top.navbar-transparent .ct-navbarCart,
nav.navbar-scroll-top.navbar-transparent .ct-navbarSearch--icon {
  color: #2d2d2d;
}
nav.navbar-scroll-top.navbar-transparent .ct-navbarCart:hover,
nav.navbar-scroll-top.navbar-transparent .ct-navbarSearch--icon:hover {
  color: #f4ba00;
}
.navbar-headerTop {
  position: relative;
  background-color: #fff;
  z-index: 9000;
  text-align: center;
  border-bottom: 1px solid #dbe4ed;
  padding: 27px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-headerTop .form-control {
  box-shadow: none;
}
.navbar-headerTop .navbar-header {
  float: none;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -77px;
}
.navbar-headerTop .navbar-header a {
  line-height: normal;
}
.navbar-headerTop input,
.navbar-headerTop .btn {
  border: 1px solid #ebefe6;
}
.navbar-headerTop input {
  width: 270px;
  background-color: #f7faf3;
  height: 45px;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  padding: 10px 50px 10px 17px;
}
.navbar-headerTop input::-webkit-input-placeholder {
  color: #2d2d2d;
}
.navbar-headerTop input:-moz-placeholder {
  color: #2d2d2d;
}
.navbar-headerTop input::-moz-placeholder {
  color: #2d2d2d;
}
.navbar-headerTop input:-ms-input-placeholder {
  color: #2d2d2d;
}
.navbar-headerTop input:focus {
  box-shadow: none;
  border: 1px solid #f4ba00;
}
.navbar-headerTop .ct-searchInput--icon {
  position: relative;
}
.navbar-headerTop .ct-searchInput--icon .ct-search-button {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-left: 1px solid #d3ddc6;
  padding: 12px 15px;
  cursor: pointer;
  background-color: transparent;
}
.navbar-headerTop .btn {
  background-color: #f7faf3;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
}
.navbar-headerTop .btn i {
  margin-right: 10px;
}
.navbar-headerTop .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.navbar-headerTop .btn-group .dropdown-menu {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #2d2d2d;
  margin: 0;
  min-width: 182px;
}
.navbar-headerTop .btn-group .dropdown-menu li a {
  font-size: 16px;
  color: #fff;
  padding: 0 15px 0 48px;
  line-height: 40px;
}
.navbar-headerTop .btn-group .dropdown-menu li a img {
  margin: 0 28px;
}
.navbar-headerTop .btn-group .dropdown-menu li a:hover {
  color: #f4ba00;
  background-color: transparent;
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.animatedHeadroom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedHeadroom.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHeadroom.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.snapjs-right,
.snapjs-left {
  overflow: hidden !important;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.snapjs-right .ct-navbarMobile {
  right: 0;
  left: auto;
}
.snapjs-right .ct-navbarCart--mobile {
  right: 0;
}
.snapjs-left .ct-navbarMobile {
  left: 0;
  right: auto;
}
.snapjs-left .ct-menuMobile {
  left: 0;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.ct-navbarCart--mobile {
  top: 0;
  bottom: 0;
  position: fixed !important;
  margin: 0;
  width: 100%;
  max-width: 266px;
  right: -100%;
  overflow: scroll;
  text-align: center;
  min-width: inherit;
  background-color: #2d2d2d;
}
.ct-navbarCart--mobile .ct-navbarCart--summary div {
  float: none !important;
}
.ct-navbarCart--mobile .ct-navbarCart--Info {
  display: block;
  position: relative;
  min-width: inherit;
  text-align: center;
}
.ct-navbarCart--mobile .ct-navbarCart--Info .ct-navbarCart--Item:after {
  margin: 0;
  top: 0;
}
.ct-navbarMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-color: #fff;
  text-align: center;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  line-height: 70px;
  float: none;
  padding: 19px;
}
.ct-navbarMobile .navbar-brand img {
  display: inline;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #333;
}
.ct-navbarMobile .ct-navbarCart--mobileIcon {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -26px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 30px;
}
.ct-menuMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
      z-index: 999;
  width: 266px;
  background-color: #2d2d2d;
}
.ct-menuMobile .ct-menuMobile-navbar {
  padding: 0;
  list-style: none;
  border: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #fffbfb;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}
.ct-menuMobile .ct-menuMobile-navbar li a:after {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 40px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown {
  overflow: hidden;
  color: #333;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown i {
  padding-left: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown a i {
  margin-right: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: block;
  text-align: center;
  max-height: 0;
  padding: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  width: 100%;
  left: 0;
  margin: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li:hover a {
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu a {
  text-align: left;
  font-size: 12px;
  color: #333;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu > .active > a {
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  margin: 0 0 10px 0;
  max-height: none;
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
    display: block;
    text-align: center;
  }
  .navbar-header a {
    line-height: 80px;
  }
  .ct-navbar--fluid {
    width: 100%;
    float: none !important;
  }
  nav.navbar .navbar-nav > li > a,
  .ct-navbarSearch--icon,
  .ct-navbarCart {
    line-height: 80px;
  }
  .navbar-headerTop input {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .ct-topBar {
    position: absolute !important;
    top: auto !important;
  }
}
@media (min-width: 767px) {
  .ct-navbarMobile,
  .ct-menuMobile,
  .ct-navbarCart--mobile {
    display: none;
  }
}
@media (min-width: 480px) {
  .ct-topBar {
    font-size: 16px;
  }
  .ct-topBar .ct-widget--socials li {
    width: 50px;
  }
  .ct-topBar ul {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .navbar {
    display: block;
  }
  .ct-topBar .ct-panel--user li {
    width: 120px;
  }
  .ct-topBar .ct-panel--user li a {
    display: block;
  }
  .ct-topBar .ct-panel--user li a i {
    margin-left: 8px;
  }
  .ct-topBar .btn-group {
    display: block;
  }
  .ct-topBar ul li a {
    border-left: 1px solid #dbe4ed;
    padding: 8px 0;
  }
  .ct-topBar ul li:last-child a {
    border-left: 1px solid #dbe4ed;
  }
  .ct-topBar .ct-widget--group {
    border-right: 1px solid #dbe4ed;
  }
  .ct-topBar--dark ul li a {
    border-left: 1px solid #121212;
  }
  .ct-topBar--dark ul li:last-child a {
    border-right: 1px solid #121212;
  }
  .ct-topBar--dark .ct-widget--group {
    border-right: 1px solid #121212;
  }
  .ct-topBar--motive ul li a {
    border-left: 1px solid #537f1a;
  }
  .ct-topBar--motive ul li:last-child a {
    border-right: 1px solid #537f1a;
  }
  .ct-topBar--motive .ct-widget--group {
    border-right: 1px solid #537f1a;
  }
  .ct-topBar--transparent ul li a {
    border-left: 1px solid #5b5f63;
  }
  .ct-topBar--transparent ul li:last-child a {
    border-right: 1px solid #5b5f63;
  }
  .ct-topBar--transparent .ct-widget--group {
    border-right: 1px solid #5b5f63;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper {
    height: 142px;
  }
  .navbar-wrapperBig {
    height: 222px;
  }
  .onepager .navbar-wrapper,
  .onepager .navbar-wrapperBig {
    height: auto;
  }
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes ct-navbar--fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ct-navbar--fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: ct-navbar--fadeInUp;
  animation-name: ct-navbar--fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
/* -------------------- Media Sections  -------------------- */
.ct-mediaSection {
  background-color: #fff;
  position: relative;
  display: table;
  width: 100%;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ct-mediaSection.section {
  display: table !important;
}
.browser-mozilla .ct-mediaSection {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.browser-mozilla .ct-mediaSection .ct-mediaSection-inner {
  display: block;
}
.ct-mediaSection[data-stellar-background-ratio] {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
[data-stellar-background-ratio] {
  background-attachment: fixed;
}
.ct-mediaSection[data-type="pattern"] {
  background-size: contain;
  background-repeat: repeat;
}
.ct-mediaSection[data-type="video"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  background-color: #000;
  height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  vertical-align: middle;
  max-width: none;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  min-width: 120%;
  min-height: 100%;
  opacity: 0;
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 3s, 8s;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img.singlefx {
  opacity: 1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
button {
  outline: none;
}
.btn {
  padding: 6px 19px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn {
  margin-right: 30px;
}
.btn:last-of-type {
  margin-right: 0;
}
.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2d2d2d;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-primary {
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-primaryDark {
  background-color: #f4ba00;
  border-color: #f4ba00;
  color: #3b4045;
}
.btn-primaryDark:hover,
.btn-primaryDark:focus,
.btn-primaryDark:active,
.btn-primaryDark.active {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #c9cf4a;
  border-color: #c9cf4a;
  color: #2d2d2d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-info {
  color: #ffffff;
  background-color: black;
  border-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-warning {
  color: #ffffff;
  background-color: #eb8a21;
  border-color: #eb8a21;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-danger {
  color: #ffffff;
  background-color: #e30000;
  border-color: #e30000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-dark {
  color: #ffffff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  color: #ffffff;
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-link {
  color: #e30000;
}
.btn-link:hover {
  color: inherit;
}
.btn-loadMore {
  font-size: 19px;
  line-height: 24px;
  border: 1px solid #dde2d7;
  background-color: #fff;
}
.btn-loadMore:hover,
.btn-loadMore:focus,
.btn-loadMore:active,
.btn-loadMore.active {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
.btn-transparent {
  background-color: transparent;
  color: #2d2d2d;
}
.btn-bordered--dark {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.btn-bordered--dark:hover,
.btn-bordered--dark:focus,
.btn-bordered--dark:active,
.btn-bordered--dark.active {
  background-color: #f4ba00;
  border-color: #f4ba00;
  color: #fff;
}
.btn-bordered--Light {
  border-color: #fff;
  color: #fff;
}
.btn-bordered--Light:hover,
.btn-bordered--Light:focus,
.btn-bordered--Light:active,
.btn-bordered--Light.active {
  background-color: #f4ba00;
  border-color: #f4ba00;
  color: #fff;
}
.btn-lg {
  padding: 14px 42px;
}
.btn-sm {
  padding: 2px 18px;
}
.btn-xs {
  font-size: 12px;
  line-height: 10px;
  padding: 3px 4px;
}
.btn-group .btn {
  margin-right: 0;
}
.btn-fullWidth {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 480px) {
  .btn {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-left: 10px !important;
  }
  .btn:last-child {
    margin-bottom: 0;
    margin-left: 80px;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('http://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('http://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('http://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('http://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('http://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
img,
figure {
  max-width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: #2d2d2d;
  font-size: 12px;
}
.ct-pageWrapper {
  background-color: #fff;
  -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
  max-width: 1200px;
  margin: auto;
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url("../images/bg_pattern_01.png") repeat;
}
.ptn2 {
  background: url("../images/bg_pattern_02.png") repeat;
}
.ptn3 {
  background: url("../images/bg_pattern_03.png") repeat;
}
.ptn4 {
  background: url("../images/bg_pattern_09.png") repeat;
}
.ptn5 {
  background: url("../images/bg_pattern_10.png") repeat;
}
.ptn6 {
  background: url("../images/bg_pattern_11.jpg") repeat;
}
.ptn7 {
  background: url("../images/bg_pattern_12.jpg") repeat;
}
.ptn8 {
  background: url("../images/bg_pattern_12.png") repeat;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
  }
}
.ct-mediaSection {
  background-color: #fff;
}
.ct-mediaSection.ct-u-backgroundLightGreen {
  background-color: #f6faf1;
}
.ct-preloader {
  position: fixed;
  z-index: 999998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  overflow: visible;
  width: 64px;
  height: 64px;
  font-size: 64px;
  background: url("../images/preloader.gif") no-repeat;
}
.ct-iconBox .ct-icon {
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}
.ct-iconBox .ct-icon--description {
  padding: 30px 0;
}
.ct-iconBox .ct-icon--description a {
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin-top: 10px;
  color: #f4ba00;
}
.ct-iconBox .ct-icon--description a:hover {
  color: inherit;
}
.ct-iconBox--small .ct-icon {
  font-size: 25px;
  height: 70px;
  width: 70px;
  padding: 16px;
}
.ct-iconBox--normal .ct-icon {
  height: 100px;
  width: 100px;
  padding: 22px;
}
.ct-iconBox--Big .ct-icon {
  font-size: 38px;
  height: 130px;
  width: 130px;
  padding: 36px;
}
.ct-iconBox--rounded .ct-icon {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.ct-iconBox--inline {
  position: relative;
}
.ct-iconBox--inline .ct-icon {
  position: absolute;
}
.ct-iconBox--inline .ct-icon--description {
  text-align: left;
  padding-top: 90px;
}
.ct-iconBox--inline .ct-icon--description h1,
.ct-iconBox--inline .ct-icon--description h2,
.ct-iconBox--inline .ct-icon--description h3,
.ct-iconBox--inline .ct-icon--description h4,
.ct-iconBox--inline .ct-icon--description h5,
.ct-iconBox--inline .ct-icon--description h6 {
  top: 22px;
  position: absolute;
  left: 100px;
}
.ct-iconBox--transparent .ct-icon {
  background-color: transparent;
  border: 2px solid #f4ba00;
  color: #f4ba00;
}
.ct-iconBox--transparent:hover .ct-icon {
  background-color: #f4ba00;
  color: #fff;
}
.ct-iconBox--solid .ct-icon {
  background-color: #f4ba00;
  color: #fff;
}
.ct-iconBox--solid:hover .ct-icon {
  background-color: #2d2d2d;
}
.ct-iconBox--solidDark .ct-icon {
  background-color: #2d2d2d;
  color: #fff;
}
.ct-iconBox--solidDark:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidYellow .ct-icon {
  background-color: #ffc949;
  color: #fff;
}
.ct-iconBox--solidYellow:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidBlue .ct-icon {
  background-color: #40a3b5;
  color: #fff;
}
.ct-iconBox--solidBlue:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidRed .ct-icon {
  background-color: #ec5a5a;
  color: #fff;
}
.ct-iconBox--solidRed:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--transparentDark .ct-icon {
  background-color: transparent;
  border: 2px solid #2d2d2d;
  color: #2d2d2d;
}
.ct-iconBox--transparentDark:hover .ct-icon {
  background-color: #2d2d2d;
  color: #fff;
}
.ct-iconBox--withImageGreyScale .ct-icon {
  padding: 26px;
}
.ct-iconBox--withImageGreyScale:hover .ct-icon {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
}
.ct-iconBox--solidBorder .ct-icon {
  background-color: #f4ba00;
  border: 10px solid #f4ba00;
  color: #fff;
}
.ct-iconBox--solidBorder:hover .ct-icon {
  border-color: #6c9a30;
}
.ct-iconBox--Big.ct-iconBox--solidBorder .ct-icon {
  padding: 28px;
}
.ct-divider {
  height: 1px;
  background-color: #dde2d7;
}
.ct-divider--dark {
  height: 1px;
  background-color: rgba(45, 45, 45, 0.5);
}
.ct-divider--blog {
  height: 1px;
  background-color: #ebeff6;
}
.ct-price--discount {
  color: #f4ba00;
}
.ct-darkBackground {
  background-color: rgba(45, 45, 45, 0.6);
  padding: 15px 25px;
  display: inline-block;
}
.ct-showcaseBox p {
  font-size: 29px;
  line-height: 58px;
}
header .ct-showcaseBox--withImagePerson .ct-u-displayTableCell:first-child {
  padding-right: 130px;
}
.ct-showcaseBox--withImagePerson .container {
  position: relative;
}
.ct-showcaseBox--withImagePerson img {
  position: absolute;
}
.ct-showcaseBox--ImageMoveRight img {
  position: relative;
  right: -90px;
}
.ct-box404 {
  padding: 150px 0 274px 0;
}
.ct-box404 span {
  display: block;
}
.ct-box404 .ct-box404--title {
  font-size: 500px;
  line-height: 1.2;
}
.ct-box404 .ct-box404--subTitle {
  font-size: 42px;
  line-height: 25px;
}
.ct-box404 .ct-box404--description {
  font-size: 33px;
}
.ct-box404 .btn {
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel-group .panel-default {
  border: 1px solid #eff2f7;
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.panel-group .panel-heading .panel-body {
  border-top: 1px solid #eff2f7;
}
.panel-group .panel-title {
  line-height: 16px;
}
.panel-group .panel-title a {
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 16px 44px 16px 18px;
  font-weight: 400;
  position: relative;
}
.panel-group .panel-title a:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  font-size: 16px;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.panel-group .panel-title a i {
  margin-right: 15px;
  width: 16px;
}
.panel-group .panel-title .collapsed:after {
  content: "\f106";
}
.panel-collapse {
  padding: 0 16px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #eff2f7;
  padding: 20px 0;
  font-size: 15px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}
.panel-group .panel + .panel {
  margin-top: 13px;
}
.panel-groupTransparent .panel {
  background-color: transparent;
}
.panel-groupTransparent .panel-heading {
  background-color: transparent;
}
.nav-tabs,
.nav-tabs.nav-justified {
  border: none;
}
.nav-tabs li a,
.nav-tabs.nav-justified li a,
.nav-tabs li.active a,
.nav-tabs.nav-justified li.active a {
  border-right: 1px solid #eff2f7;
  border-top: 1px solid #eff2f7;
  border-left: 1px solid #eff2f7;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.nav-tabs li a:hover,
.nav-tabs.nav-justified li a:hover,
.nav-tabs li.active a:hover,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs li a:focus,
.nav-tabs.nav-justified li a:focus,
.nav-tabs li.active a:focus,
.nav-tabs.nav-justified li.active a:focus {
  border-right: 1px solid #eff2f7;
  border-top: 1px solid #eff2f7;
  border-left: 1px solid #eff2f7;
  background-color: #fff;
  color: #f4ba00;
  border-bottom: 1px solid #fff;
}
.nav-tabs li.active a,
.nav-tabs.nav-justified li.active a {
  color: #f4ba00;
}
.tab-content {
  border: 1px solid #eff2f7;
  box-shadow: none;
  background-color: #fff;
  padding: 20px 16px;
}
.tab-content p {
  font-size: 15px;
  line-height: 25px;
}
.tab-content--borderNone {
  border-top: none;
}
.nav-tabs.nav-justified li a {
  margin-right: 2px;
}
.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
  border-bottom: 1px solid #fff;
}
.nav-tabs.nav-justified li:last-child a {
  margin: 0;
}
.ct-productBox {
  border: 1px solid #dde2d7;
  background-color: #fff;
}
.ct-productBox .ct-productDescription {
  padding: 16px;
  color: #2d2d2d;
}
.ct-productBox .ct-productDescription h1,
.ct-productBox .ct-productDescription h2,
.ct-productBox .ct-productDescription h3,
.ct-productBox .ct-productDescription h4,
.ct-productBox .ct-productDescription h5,
.ct-productBox .ct-productDescription h6 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-productBox .ct-productDescription span {
  color: #afafaf;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.ct-productBox .ct-productMeta {
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  color: #2d2d2d;
  border-top: 1px solid #dde2d7;
}
.ct-productBox .ct-productMeta a {
  color: #2d2d2d;
  display: block;
}
.ct-productBox .ct-productMeta a:hover {
  color: #f4ba00;
}
.ct-productBox .ct-productMeta .ct-u-displayTableCell {
  padding: 12px 14px;
  border-right: 1px solid #dde2d7;
}
.ct-productBox .ct-productMeta .ct-u-displayTableCell:last-child {
  border: none;
}
.ct-productBox:hover .ct-productDescription h1,
.ct-productBox:hover .ct-productDescription h2,
.ct-productBox:hover .ct-productDescription h3,
.ct-productBox:hover .ct-productDescription h4,
.ct-productBox:hover .ct-productDescription h5,
.ct-productBox:hover .ct-productDescription h6 {
  color: #f4ba00;
}
.ct-productBox .ct-productImage img {
  width: 100%;
}
.ct-productBox--inline > .ct-u-displayTableCell {
  position: relative;
}
.ct-productBox--inline .ct-productImage img {
  max-width: 315px;
  width: auto;
}
.ct-productBox--inline .ct-productMeta {
  line-height: 27px;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}
.ct-productBox--inline .ct-productMeta .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-heading--withButton .btn {
  margin-right: 85px;
}
.ct-slick .item {
  background-size: cover;
}
.ct-slick .ct-showcaseBox--withImagePerson img {
  width: auto;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  border: 3px solid rgba(59, 64, 69, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots .slick-active {
  border: 3px solid #f4ba00;
}
.slick-next,
.slick-prev {
  height: 30px;
  width: 30px;
  top: 25px;
  left: auto;
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
  background-color: #fff;
  border: 1px solid #dde2d7;
}
.slick-next:hover:before,
.slick-prev:hover:before,
.slick-next:focus:before,
.slick-prev:focus:before {
  color: #dde2d7;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  font-family: fontawesome;
  content: "\f105";
  height: 22px;
  display: block;
}
.slick-prev {
  right: 40px;
}
.slick-prev:before {
  font-family: fontawesome;
  content: "\f104";
  height: 22px;
  display: block;
}
.ct-slick--titleAboveBig .slick-next,
.ct-slick--titleAboveBig .slick-prev {
  top: -200px;
}
.ct-slick--titleAboveSmall .slick-next,
.ct-slick--titleAboveSmall .slick-prev {
  top: -104px;
}
.ct-slick-defaultNavigation img {
  width: 100%;
}
.ct-slick-defaultNavigation .slick-next,
.ct-slick-defaultNavigation .slick-prev {
  top: 50%;
  height: 52px;
  width: 42px;
  margin-top: -26px;
  background-color: rgba(59, 64, 69, 0.5);
  border: none;
}
.ct-slick-defaultNavigation .slick-next:hover,
.ct-slick-defaultNavigation .slick-prev:hover {
  background-color: rgba(130, 181, 64, 0.5);
}
.ct-slick-defaultNavigation .slick-next {
  right: 0;
}
.ct-slick-defaultNavigation .slick-next:before {
  font-family: "Lato", sans-serif;
  content: ">";
}
.ct-slick-defaultNavigation .slick-prev {
  left: 0;
}
.ct-slick-defaultNavigation .slick-prev:before {
  font-family: "Lato", sans-serif;
  content: "<";
}
.ct-slick-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.ct-slick-inner .ct-slick-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ct-gallery-filters {
  margin: 60px 0 100px 0;
  padding: 0;
}
.ct-gallery-filters li > a {
  height: auto;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 13px;
  border: none;
}
.ct-gallery-filters li > a:hover {
  color: #f4ba00;
}
.ct-gallery-filters li a.active {
  border: none;
  box-shadow: none;
  color: #f4ba00;
  background-color: transparent;
}
.ct-gallery-item figcaption {
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #2d2d2d;
  padding: 40px;
}
.ct-gallery-item:hover figcaption {
  left: 0;
}
.ct-gallery-item .ct-gallery-meta {
  font-size: 16px;
}
.ct-gallery-item .ct-divider {
  background-color: #23272a;
  margin: 35px 0;
}
.ct-gallery--arrowBottom .ct-gallery-item .ct-gallery-meta {
  position: relative;
}
.ct-gallery--arrowBottom .ct-gallery-item .ct-gallery-meta:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2d2d2d transparent;
  position: absolute;
  top: -24px;
  left: 30px;
}
.ct-gallery--arrowBottom .ct-gallery-item .ct-gallery-meta .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-gallery--arrowBottom .ct-gallery-item figcaption {
  left: -100%;
  top: inherit;
  padding: 15px 20px;
  bottom: 0;
}
.ct-gallery--arrowBottom .ct-gallery-item:hover figcaption {
  top: inherit;
  left: 0;
}
.ct-gallery--arrowBottom figure {
  overflow: hidden;
}
.ct-gallery--arrowBottomLight .ct-gallery-item .ct-gallery-meta {
  position: relative;
}
.ct-gallery--arrowBottomLight .ct-gallery-item .ct-gallery-meta:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -24px;
  left: 30px;
}
.ct-gallery--arrowBottomLight .ct-gallery-item .ct-gallery-meta .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption {
  left: -100%;
  top: inherit;
  padding: 15px 20px;
  bottom: 0;
  background-color: #fff;
  color: #2d2d2d;
}
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption h1,
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption h2,
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption h3,
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption h4,
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption h5,
.ct-gallery--arrowBottomLight .ct-gallery-item figcaption h6 {
  font-weight: 600;
}
.ct-gallery--arrowBottomLight .ct-gallery-item:hover figcaption {
  top: inherit;
  left: 0;
}
.ct-gallery--arrowBottomLight figure {
  overflow: hidden;
}
.ct-gallery--rounded figure {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ct-modal a {
  margin-right: 15px;
}
.ct-modal a:last-child {
  margin: 0;
}
.ct-modal .input-hg {
  height: 80px;
  border: 1px solid #e7e6e6;
}
.ct-modal input::-webkit-input-placeholder {
  color: #d5d5d5;
}
.ct-modal input:-moz-placeholder {
  color: #d5d5d5;
}
.ct-modal input::-moz-placeholder {
  color: #d5d5d5;
}
.ct-modal input:-ms-input-placeholder {
  color: #d5d5d5;
}
.modal {
  z-index: 10001;
}
.modal-backdrop {
  z-index: 10000;
}
.modal-dialog {
  width: 720px;
}
.modal-content {
  -webkit-box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
  -moz-box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
  box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-body {
  padding: 0;
}
.modal-body a {
  font-size: 16px;
}
.modal-body .form-group {
  border-bottom: 1px solid #f4f4f4;
  padding: 50px;
}
.modal-header {
  color: #f4ba00;
  padding: 38px 50px;
  border-bottom: 1px solid #f4f4f4;
}
.modal-header .close {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 33px;
  color: #f4ba00;
  float: none;
  padding: 45px 49px;
  background-color: #f4f4f4;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-header .close:hover {
  color: #f4f4f4;
  background-color: #f4ba00;
}
footer {
  color: #fff;
}
footer h3 {
  font-size: 25px;
}
footer P {
  font-family: "Lato", sans-serif;
  line-height: 25px;
}
footer a {
  color: #fff;
}
footer ul li a {
  font-size: 16px;
}
footer img {
  max-width: none;
}
footer .ct-copyright li {
  line-height: 15px;
  padding-left: 8px;
  font-weight: 300;
}
footer .ct-copyright li:first-child {
  border-right: 1px solid #f4ba00;
  padding-left: 5px;
  padding-right: 12px;
}
footer .ct-navbar--footer li {
  padding: 0;
}
footer .ct-navbar--footer li a {
  padding: 0 10px;
  line-height: 28px;
}
footer .ct-navbar--footer li a:hover {
  text-decoration: underline;
}
.ct-prefooter {
  background-color: #2d2d2d;
}
.ct-prefooter a {
  font-weight: 300;
}
.ct-prefooter .media-object {
  margin-top: 7px;
}
.ct-prefooter .flickr_badge {
  margin-left: -7px;
}
.widget-flickr .widget-inner .flickr_badge_image {
  float: left;
  height: 80px;
  width: 80px;
  padding: 7px;
}
.widget-flickr .widget-inner .flickr_badge_image img {
  height: 100%;
  width: 100%;
}
.ct-footer {
  padding: 48px 0;
  background-color: #191919;
}
.ct-footer .ct-copyright,
.ct-footer .ct-copyright a {
  font-size: 18px;
  color: #cfcfcf;
}
.ct-footer .ct-copyright a:hover,
.ct-footer .ct-copyright a a:hover {
  color: #f4ba00;
}
.ct-textInHover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget-latestPosts .media:hover .ct-textInHover {
  color: #f4ba00;
}
.widget-socialsFullWidth {
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
}
.widget-socialsFullWidth i {
  font-size: 34px;
  color: #575757;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 124px;
}
.widget-socialsFullWidth a {
  display: block;
}
.widget-socialsFullWidth a:hover i {
  color: #f4ba00;
}
.widget-links ul li a {
  line-height: 30px;
  display: inline-block;
  width: 80%;
}
.ct-hoverImage--rectangle img {
  border: 2px solid #2d2d2d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-hoverImage--rectangle:hover img {
  border: 2px solid #f4ba00;
}
.ct-hoverImage--rectangle:hover a {
  color: #fff;
}
.ct-site--map {
  color: #fff;
  padding: 58px 0;
}
.ct-site--map span {
  line-height: 33px;
}
.ct-site--map span a {
  color: #fff;
}
.ct-site--map span a:hover {
  color: inherit;
}
.ct-priceBox,
.ct-textBox,
.ct-sidebarNavigation {
  border: 1px solid #e7eddf;
  background-color: #fff;
}
.ct-textBox {
  font-family: "Open Sans", sans-serif;
  padding: 32px 31px 32px 35px ;
}
.ct-textBox p {
  line-height: 30px;
  font-weight: 400;
}
.ct-textBox li {
  font-size: 16px;
  line-height: 33px;
}
.ct-textBox a {
  color: #f4ba00;
}
.ct-textBox a:hover {
  color: inherit;
}
.ct-textBox .ct-productBox .ct-productDescription a {
  color: #2d2d2d;
}
.ct-textBox--thin {
  padding: 0;
}
.ct-textBox--heading {
  padding: 21px 23px;
  font-family: "Lato", sans-serif;
  position: relative;
  border-bottom: 1px solid #e7eddf;
}
.ct-textBox--heading span {
  color: #fff;
}
.ct-textBox--withNumber {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 23px;
  background-color: #f4ba00;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-textBox--withNumber span {
  position: relative;
  font-size: 20px;
}
.ct-textBox--price {
  font-size: 20px;
}
.ct-badgeBox {
  padding: 42px;
}
.ct-badgeBox .ct-iconBox {
  display: inline-block;
  margin: 17px;
}
.ct-badgeBox .ct-iconBox:hover .ct-icon {
  background-color: #2d2d2d;
}
.ct-priceBox {
  font-family: inherit;
  padding: 0;
  border-top: 3px solid #282828;
}
.ct-priceBox .ct-priceBox-section {
  padding: 35px 15px;
}
.ct-priceBox .ct-priceSection {
  color: #a5b1bd;
  letter-spacing: 2px;
}
.ct-priceBox .ct-priceBox-fullPrice {
  line-height: 34px;
  font-size: 14px;
  color: #282828;
}
.ct-priceBox .ct-priceBox-fullPrice .ct-main-price {
  font-size: 34px;
  position: relative;
  padding-left: 11px;
}
.ct-priceBox .ct-contentSection {
  letter-spacing: 1px;
  color: rgba(40, 40, 40, 0.8);
  font-size: 16px;
  line-height: 34px;
  border-top: 1px solid #ebf0f4;
  border-bottom: 1px solid #ebf0f4;
}
.ct-priceBox .ct-contentSection > span {
  display: block;
}
.ct-priceBox .ct-currency {
  position: absolute;
  font-size: 16px;
  top: -8px;
  left: 0;
}
.ct-priceBox .btn-default {
  font-size: 16px;
  line-height: 18px;
  background-color: rgba(40, 40, 40, 0.1);
  padding: 15px 48px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.ct-priceBox .btn-default:hover {
  background-color: #f4ba00;
  color: #fff;
}
.ct-priceBox-active {
  border-top: 3px solid #f4ba00;
}
.ct-priceBox-active .ct-priceBox-fullPrice {
  color: #f4ba00;
}
ul,
ol {
  font-size: 16px;
}
ul {
  margin: 0;
}
.list-group .active {
  border: 1px solid #f4ba00;
  background-color: #f4ba00;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul li {
    list-style-image: url(data:0);
  }
}
.ct-list-default li:before {
  font-family: fontawesome;
  content: "\f105";
  margin-right: 12px;
  color: #f4ba00;
  font-size: 16px;
}
.ct-list-arrowBackground li:before {
  font-family: fontawesome;
  content: "\f0a9";
  margin-right: 18px;
  color: #2d2d2d;
  font-size: 16px;
}
.ct-list-hyperlink li:before {
  font-family: fontawesome;
  content: "\f0c1";
  margin-right: 12px;
  color: #f4ba00;
  font-size: 16px;
}
.ct-list-hyperlink li:hover:before {
  content: "\f127";
}
.ct-list-default a,
.ct-list-hyperlink a {
  font-weight: 400;
}
.ct-list-locked {
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.ct-list-locked li:first-child {
  padding: 21px 25px;
  background-color: #f4ba00;
  color: #fff;
}
.ct-list-locked li a {
  color: #f4ba00;
  display: block;
  padding: 20px 25px;
  border-top: 1px solid #f6faf1;
  border-bottom: 1px solid #f6faf1;
}
.ct-list-locked li a:hover {
  color: inherit;
}
.ct-list-locked li a:before {
  font-family: fontawesome;
  content: "\f13e";
  margin-right: 10px;
  width: 20px;
  display: inline-block;
}
.ct-list-locked .ct-listElement-opened:before {
  font-family: fontawesome;
  content: "\f09c";
}
.ct-list-locked .ct-listElement-document:before {
  font-family: fontawesome;
  content: "\f0f6";
}
.ct-list-locked .ct-listElement-completed:before {
  font-family: fontawesome;
  content: "\f00c";
}
.ct-list-locked span {
  float: right;
}
.ct-list-locked span i {
  margin-left: 10px;
}
.ct-list-bordered {
  font-family: "Lato", sans-serif;
}
.ct-list-bordered a {
  font-size: 20px;
  line-height: 66px;
  padding: 0 23px;
  color: #2d2d2d;
  display: block;
  border-bottom: 1px solid #e7eddf;
  font-weight: 600;
}
.ct-list-bordered a:hover {
  color: #f4ba00;
}
.ct-list-bordered li:last-child a {
  border-bottom: none;
}
.ct-personBox {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  border: 1px solid #dde2d7;
}
.ct-personBox img {
  width: 100%;
}
.ct-personBox a {
  color: #f4ba00;
}
.ct-personBox a:hover {
  color: inherit;
}
.ct-personBox .ct-personName {
  padding: 23px 22px 10px 22px;
}
.ct-personBox .ct-personName span {
  display: block;
}
.ct-personBox .ct-personName .ct-personName--meta {
  font-style: italic;
}
.ct-personBox .ct-personDescription {
  padding: 10px 22px 25px 22px;
}
.ct-personBox .ct-personDescription p {
  line-height: 25px;
  font-family: "Lato", sans-serif;
}
.ct-personBox--inline {
  font-style: italic;
}
.ct-personBox--inline .ct-personMedia,
.ct-personBox--inline .ct-personDescription {
  padding: 25px 23px;
}
.ct-personBox--inline .ct-personMedia {
  border-bottom: 1px solid #dde2d7;
}
.ct-personBox--inline .ct-personMedia .ct-personImage {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.ct-personBox--inline .ct-personMedia .ct-personName {
  display: inline-block;
  padding: 0 0 0 25px;
}
.ct-personBox--inline .ct-personMedia .ct-personName .ct-personName--title {
  font-size: 25px;
}
.ct-personBox--inline .ct-personMedia .ct-personName .ct-personName--meta {
  font-size: 16px;
  color: #bec9b1;
}
.ct-personBox--inline .ct-personMedia .ct-u-displayTableCell:first-child {
  width: 100px;
}
.ct-personBox--inlineDescription {
  background-color: #2d2d2d;
  color: #f6faf1;
  border: none;
}
.ct-personBox--inlineDescription .ct-personMedia {
  padding: 0;
  border: none;
}
.ct-personBox--inlineDescription .ct-personMedia .ct-personImage {
  height: 200px;
  width: 200px;
}
.ct-personBox--inlineDescription .ct-personMedia .ct-personName,
.ct-personBox--inlineDescription .ct-personMedia .ct-personDescription {
  padding: 0 0 0 50px;
}
.ct-personBox--inlineDescription .ct-personMedia .ct-personName {
  font-style: normal;
}
.ct-personBox--inlineDescription .ct-personMedia .ct-personName .ct-personName--meta {
  color: #f6faf1;
  font-size: 14px;
}
.ct-socials--singleMember {
  font-size: 20px;
  border-left: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  margin-left: 50px;
}
.ct-socials--singleMember li a {
  color: #707070;
  padding: 23px 24px;
  display: block;
  border-bottom: 1px solid #3b3b3b;
}
.ct-socials--singleMember li a:hover {
  color: #fff;
  background-color: #f4ba00;
}
.ct-socials--singleMember li:last-child a {
  border-bottom: none;
}
.ct-sidebarProducts {
  background-color: #fff;
}
.ct-sidebarProducts .ct-personBox,
.ct-sidebarProducts .ct-sidebarNavigation {
  margin-top: -1px;
}
.ct-sidebarProducts .ct-productBox .ct-productDescription {
  padding: 0;
  font-size: 16px;
  font-style: italic;
}
.ct-sidebarProducts .ct-productBox .ct-productDescription span {
  color: #2d2d2d;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.ct-sidebarProducts .ct-productBox .ct-productDescription h1,
.ct-sidebarProducts .ct-productBox .ct-productDescription h2,
.ct-sidebarProducts .ct-productBox .ct-productDescription h3,
.ct-sidebarProducts .ct-productBox .ct-productDescription h4,
.ct-sidebarProducts .ct-productBox .ct-productDescription h5,
.ct-sidebarProducts .ct-productBox .ct-productDescription h6 {
  border-bottom: 1px solid #dde2d7;
}
.ct-sidebarProducts .ct-productBox .ct-productDescription h1,
.ct-sidebarProducts .ct-productBox .ct-productDescription h2,
.ct-sidebarProducts .ct-productBox .ct-productDescription h3,
.ct-sidebarProducts .ct-productBox .ct-productDescription h4,
.ct-sidebarProducts .ct-productBox .ct-productDescription h5,
.ct-sidebarProducts .ct-productBox .ct-productDescription h6,
.ct-sidebarProducts .ct-productBox .ct-productDescription span,
.ct-sidebarProducts .ct-productBox .ct-productDescription p {
  padding: 27px 25px;
  display: block;
}
.ct-progressPath {
  list-style: none;
  background-color: #2d2d2d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 30px 0;
}
.ct-progressPath .dropdown {
  overflow: hidden;
}
.ct-progressPath .dropdown .dropdown-menu {
  z-index: 1000;
}
.ct-progressPath li a {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  display: block;
  cursor: pointer;
  margin-left: 40px;
  border-left: 2px solid #fff;
  padding: 14px 0 14px 38px;
}
.ct-progressPath li a:before {
  content: "";
  height: 26px;
  width: 26px;
  border: 5px solid #fff;
  background-color: #2d2d2d;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -13px;
  left: -14px;
}
.ct-progressPath li a:after {
  font-family: fontawesome;
  content: "\f101";
  margin-left: 10px;
}
.ct-progressPath .open a:after {
  content: "\f103 ";
}
.ct-progressPath .dropdown-menu {
  background-color: #2d2d2d;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  max-height: 0;
  padding: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  width: 100%;
  left: 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.ct-progressPath .dropdown-menu li {
  margin-left: 40px;
  border-left: 2px solid #fff;
  padding: 4px 0 4px 38px;
  position: relative;
}
.ct-progressPath .dropdown-menu li:before {
  content: "";
  height: 14px;
  width: 14px;
  border: 3px solid #fff;
  background-color: #2d2d2d;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}
.ct-progressPath .dropdown-menu .ct-progressPart--completed {
  text-decoration: line-through;
  color: #f4ba00;
}
.ct-progressPath .dropdown-menu .ct-progressPart--completed:before {
  border-color: #f4ba00;
}
.ct-progressPath .open .dropdown-menu {
  max-height: none;
}
.ct-sidebarNavigation {
  font-style: italic;
}
.ct-sidebarNavigation ul li a {
  font-size: 16px;
  line-height: 40px;
  padding: 13px 23px;
  color: #2d2d2d;
  display: block;
  border-bottom: 1px solid #dde2d7;
}
.ct-sidebarNavigation ul li a:hover {
  color: inherit;
  background-color: #e7eddf;
}
.ct-sidebarNavigation ul li i {
  width: 18px;
  margin-right: 10px;
}
.ct-sidebarNavigation ul li:last-child a {
  border-bottom: none;
}
.ct-blog p {
  font-size: 14px;
  line-height: 25px;
  font-family: inherit;
}
.ct-blog--singlePost .ct-article {
  margin-bottom: 50px;
}
.ct-blog--singlePost textarea.ct-input--type1.form-control {
  height: 150px;
}
.ct-article {
  font-family: "Lato", sans-serif;
  margin-bottom: 100px;
}
.ct-article .ct-article-media {
  margin-bottom: 20px;
}
.ct-article .ct-article-media img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ct-article .ct-article-title {
  margin-bottom: 20px;
}
.ct-article .ct-article-title a {
  color: #2d2d2d;
}
.ct-article .ct-article-title a:hover {
  color: #f4ba00;
}
.ct-article .ct-article-title h1,
.ct-article .ct-article-title h2,
.ct-article .ct-article-title h3,
.ct-article .ct-article-title h4,
.ct-article .ct-article-title h5,
.ct-article .ct-article-title h6 {
  font-weight: 900;
}
.ct-article .ct-article-meta {
  color: #9aa1bf;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: inherit;
}
.ct-article .ct-article-meta a {
  color: #9aa1bf;
}
.ct-article .ct-article-meta a:hover {
  color: #f4ba00;
}
.ct-article .ct-article-meta i {
  margin-right: 5px;
}
.ct-article .ct-article-meta li {
  margin-right: 10px;
}
.ct-article .ct-article-meta li:last-child {
  margin: 0;
}
.ct-article .ct-article-description {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}
.ct-article .ct-article-description a {
  color: #f4ba00;
}
.ct-article .ct-article-description a:hover {
  color: inherit;
}
.ct-article ul {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.ct-article ul li i {
  margin-right: 15px;
}
.ct-aboutAuthor .ct-aboutAuthor-body {
  padding: 30px;
  background-color: #f9fafc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table;
}
.ct-aboutAuthor .ct-aboutAuthor-body p {
  font-family: inherit;
}
.ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-left,
.ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-right {
  display: table-cell;
  vertical-align: top;
}
.ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-name {
  line-height: 18px;
}
.ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-right {
  padding-left: 30px;
}
.ct-aboutAuthor .ct-aboutAuthor-image {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.ct-aboutAuthor .ct-aboutAuthor-image img {
  width: 100%;
}
blockquote {
  border-left: 5px solid #f4ba00;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  margin: 0;
  padding: 25px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
blockquote .ct-blockquote-author {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.ct-blockquote--dark {
  border: none;
  background-color: #2d2d2d;
  color: #fff;
}
.ct-blockquote--light {
  border: none;
  background-color: #f9fafc;
}
.ct-blog--thumbnail {
  font-family: "Open Sans", sans-serif;
}
.ct-blog--thumbnail img {
  max-width: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: #f6faf1;
}
.ct-blog--thumbnail .media-left {
  padding: 0;
}
.ct-blog--thumbnail .media-heading {
  line-height: 16px;
}
.ct-blog--thumbnail .media-body {
  padding-left: 30px;
}
.ct-blog--thumbnail .media-body a {
  display: block;
  font-style: italic;
  text-decoration: underline;
  color: #f4ba00;
}
.ct-blog--thumbnail .media-body a:hover {
  color: inherit;
}
.ct-blog--thumbnail .ct-articleBox--meta {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.ct-blog--thumbnail .ct-articleBox--meta i {
  margin-right: 10px;
}
.ct-blog--thumbnail p {
  line-height: 25px;
}
.ct-sidebar {
  font-family: "Open Sans", sans-serif;
}
.ct-sidebar h1,
.ct-sidebar h2,
.ct-sidebar h3,
.ct-sidebar h4,
.ct-sidebar h5,
.ct-sidebar h6 {
  line-height: 18px;
}
.ct-sidebar .widget-flickr .widget-inner .flickr_badge_image {
  height: 100px;
  width: 110px;
  padding: 0 9px;
  margin-bottom: 20px;
}
.ct-sidebar .widget-flickr .widget-inner .flickr_badge_image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-twitter {
  font-family: "Lato", sans-serif;
}
.ct-twitter a {
  color: #f4ba00;
}
.ct-twitter a:hover {
  color: inherit;
}
.ct-twitter p {
  font-size: 20px;
  line-height: 33px;
}
.ct-twitter .tweet_text .at {
  color: #f4ba00;
}
.ct-twitter .tweet_text a {
  text-decoration: underline;
}
.ct-twitter .tweet_time {
  display: block;
  font-size: 16px;
  line-height: 33px;
  font-style: italic;
}
.ct-search-widget input {
  height: 50px;
  background-color: #f9fbf7;
  border: 1px solid #dbe7cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}
.ct-search-widget input:focus {
  box-shadow: none;
  border: 1px solid #f4ba00;
}
.ct-search-widget input::-webkit-input-placeholder {
  color: #bed0a7;
}
.ct-search-widget input:-moz-placeholder {
  color: #bed0a7;
}
.ct-search-widget input::-moz-placeholder {
  color: #bed0a7;
}
.ct-search-widget input:-ms-input-placeholder {
  color: #bed0a7;
}
.ct-search-widget .form-group {
  margin: 0;
  position: relative;
}
.ct-search-widget .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  padding: 7px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-input--type1 {
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cbd2e0;
  color: #b3bdd0;
  font-style: italic;
  font-weight: 300;
  box-shadow: none;
}
.ct-input--type1:focus {
  box-shadow: none;
  border: 1px solid #f4ba00;
}
.ct-input--type1::-webkit-input-placeholder {
  color: #b3bdd0;
}
.ct-input--type1:-moz-placeholder {
  color: #b3bdd0;
}
.ct-input--type1::-moz-placeholder {
  color: #b3bdd0;
}
.ct-input--type1:-ms-input-placeholder {
  color: #b3bdd0;
}
.input-hg {
  height: 60px;
  font-size: 20px;
  padding: 10px 22px;
}
textarea.ct-input--type1.form-control {
  height: auto;
  font-size: 20px;
}
/* Custom Checbox */
.ct-checbox--custom input[type=checkbox] {
  display: none;
}
.ct-checbox--custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 63px;
  margin-right: 30px;
  text-transform: uppercase;
}
.ct-checbox--custom label:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  border: 1px solid #e7e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.ct-checbox--custom input[type=checkbox]:checked + label:before {
  content: "";
  color: #f4ba00;
  height: 44px;
  width: 44px;
  background-color: #f4ba00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -22px;
  margin-left: 2px;
  left: 0;
}
.ct-addressInformation {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.ct-addressInformation p {
  font-size: 20px;
  line-height: 33px;
}
.ct-addressInformation a {
  color: #2d2d2d;
}
.ct-addressInformation span {
  display: block;
}
.ct-widget-categories ul li {
  font-size: 16px;
  line-height: 40px;
}
.ct-widget-categories ul li i {
  margin-right: 15px;
}
.ct-widget-categories a {
  color: #2d2d2d;
  display: block;
}
.ct-widget-latestPosts li {
  display: table;
  padding: 0 0 30px 0;
  width: 100%;
}
.ct-widget-latestPosts li:last-child {
  padding: 0;
}
.ct-widget-latestPosts li img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-widget-latestPosts li .widget-latest-posts-left,
.ct-widget-latestPosts li .widget-latest-posts-content {
  display: table-cell;
  vertical-align: middle;
}
.ct-widget-latestPosts li .widget-latest-posts-left {
  border-radius: 3px;
  overflow: hidden;
  width: 130px;
  padding-right: 30px;
}
.ct-widget-latestPosts li .widget-latest-posts-content {
  font-family: "Lato", sans-serif;
}
.ct-widget-latestPosts li .widget-latest-posts-content a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 7px;
  color: #3b4045;
}
.ct-widget-latestPosts li .widget-latest-posts-content a:hover {
  color: #f4ba00;
}
.ct-widget-latestPosts li .widget-latest-posts-content p {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}
.ct-widget-latestPosts li .widget-latest-posts-content span {
  display: block;
  font-size: 12px;
  color: #a1a1a1;
  line-height: 20px;
  font-style: italic;
}
.tagcloud a {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 21px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  margin: 5px;
  background-color: #2d2d2d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tagcloud a:hover {
  background-color: #f4ba00;
}
.tagcloud a:visited {
  color: #fff;
}
.ct-commentList li > div {
  padding: 47px 0;
  border-top: 1px solid #cbd6be;
}
.ct-commentList > li:last-child > div {
  padding-bottom: 0;
}
.ct-commentList ol {
  list-style: none;
  border-top: 1px solid #cbd6be;
}
.ct-commentList ol li > div {
  border: none;
}
.ct-commentList .ct-userImage {
  height: 170px;
  width: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.ct-commentList .ct-userName,
.ct-commentList .ct-userText {
  padding-left: 30px;
}
.ct-commentList .ct-userText p {
  font-family: "Lato", sans-serif;
}
.ct-commentList--blog {
  font-family: inherit;
}
.ct-commentList--blog li {
  margin-bottom: 30px;
}
.ct-commentList--blog li > div {
  padding: 30px;
  border: 1px solid #eef1f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-commentList--blog li:last-child {
  margin-bottom: 0;
}
.ct-commentList--blog ol {
  list-style: none;
  padding-left: 70px;
}
.ct-commentList--blog ol > li {
  margin-top: 30px;
}
.ct-commentList--blog .ct-userName,
.ct-commentList--blog .ct-userText {
  padding-left: 30px;
}
.ct-commentList--blog .ct-userImage {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.ct-commentList--blog h1,
.ct-commentList--blog h2,
.ct-commentList--blog h3,
.ct-commentList--blog h4,
.ct-commentList--blog h5,
.ct-commentList--blog h6 {
  line-height: 25px;
}
.ct-commentList--blog .ct-userText {
  color: #7d8185;
}
.ct-commentList--blog .ct-time {
  font-size: 12px;
  color: #d7d7d7;
  margin-left: 30px;
}
.pagination {
  font-size: 20px;
  margin: 0;
}
.pagination li a {
  color: #2d2d2d;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #e7eddf;
  font-weight: 600;
}
.pagination li a:hover {
  background-color: #f4ba00;
  color: #fff;
  border: 1px solid #e7eddf;
}
.pagination .active a {
  background-color: #f4ba00;
  color: #fff;
  border: 1px solid #e7eddf;
}
.pagination .active a:hover {
  background-color: #f4ba00;
  color: #fff;
  border: 1px solid #e7eddf;
}
.ct-counterBox {
  font-size: 33px;
  color: #fff;
  font-family: inherit;
}
.ct-counterBox span {
  display: block;
  margin-bottom: 8px;
}
.ct-counterBox p {
  display: block;
  position: relative;
  padding: 5px 0;
  font-style: italic;
  font-family: inherit;
}
.ct-counterBox p:before {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  background-color: #f4ba00;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.ct-counterBox--withIcon .ct-counterBox-icon {
  background-color: #fff;
  color: #f4ba00;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  padding: 14px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-counterBox--withIcon:hover .ct-counterBox-icon {
  background-color: #f4ba00;
  color: #fff;
}
.ct-counterBox-circle {
  height: 170px;
  width: 170px;
  margin: 0 auto;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
  color: #2d2d2d;
  padding: 36px;
}
.ct-counterBox-circle:hover {
  background-color: transparent;
  color: #fff;
}
.ct-progressBar .ct-progressBar-title {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 400;
}
.ct-progressBar .ct-progressBar-text {
  float: right;
}
.ct-progressBar .progress {
  height: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ecefeb;
  box-shadow: none;
}
.ct-progressBar .progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #f4ba00;
}
.progress-bar-success {
  background-color: #a2bf52;
}
.progress-bar-warning {
  background-color: #eb8a21;
}
.progress-bar-danger {
  background-color: #bf5252;
}
.progress-bar-grey {
  background-color: #ced0cd;
}
.progress-bar-purple {
  background-color: #845dba;
}
.progress-bar-blue {
  background-color: #5db7ba;
}
.ct-googleMap.ct-googleMap {
  height: 600px;
  padding: 0;
}
.ct-googleMap.ct-googleMap .gm-style * {
  touch-action: inherit !important;
}
.ct-js-googleMap--search .ct-googleMap {
  height: 800px;
}
@media (max-width: 1400px) {
  .ct-gallery .ct-gallery-item figcaption {
    padding: 15px;
    bottom: 0;
  }
  .ct-gallery .ct-gallery-item figcaption h1,
  .ct-gallery .ct-gallery-item figcaption h2,
  .ct-gallery .ct-gallery-item figcaption h3,
  .ct-gallery .ct-gallery-item figcaption h4,
  .ct-gallery .ct-gallery-item figcaption h5,
  .ct-gallery .ct-gallery-item figcaption h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .ct-gallery .ct-gallery-item figcaption p {
    font-size: 14px;
    line-height: 24px;
  }
  .ct-gallery .ct-gallery-item figcaption .ct-divider {
    margin: 32px 0;
  }
}
@media (max-width: 1200px) {
  .ct-productImage img {
    width: 100%;
  }
  .ct-showcaseBox--withImagePerson {
    text-align: center;
  }
  .ct-showcaseBox--withImagePerson img {
    max-width: 100%;
    margin: 30px 0 0 0;
    position: relative !important;
  }
  .ct-showcaseBox--withImagePerson .container .row > div {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
  .ct-showcaseBox--withImagePerson .ct-u-displayTableCell:last-child {
    vertical-align: bottom;
  }
  .ct-showcaseBox--withImagePerson .container {
    position: relative;
  }
  .ct-mediaSection--withImage {
    min-height: 0 !important;
    height: auto !important;
  }
  .ct-showcaseBox--withImagePersonToBottom {
    padding-top: 100px;
  }
  .ct-slick--titleAboveBig .slick-next,
  .ct-slick--titleAboveBig .slick-prev {
    top: -230px;
  }
  .ct-box404 {
    padding: 0 0 100px 0;
  }
  .ct-box404 .ct-box404--title {
    font-size: 200px;
  }
  .ct-box404 .ct-box404--subTitle {
    font-size: 40px;
  }
  .ct-box404 .ct-box404--description {
    font-size: 16px;
  }
  .ct-textBox .ct-productBox--inline {
    display: block;
  }
  .ct-textBox .ct-productBox--inline > .ct-u-displayTableCell {
    display: block;
  }
  .ct-textBox .ct-productBox--inline .ct-productImage {
    text-align: center;
  }
  .ct-textBox .ct-productBox--inline .ct-productImage img {
    max-width: 100%;
  }
  .ct-textBox .ct-productBox--inline .ct-productMeta {
    position: relative;
  }
}
@media (max-width: 992px) {
  .ct-productBox {
    margin-bottom: 20px;
  }
  .ct-productBox--inline {
    display: block;
  }
  .ct-productBox--inline > .ct-u-displayTableCell {
    display: block;
  }
  .ct-productBox--inline .ct-productImage {
    text-align: center;
  }
  .ct-productBox--inline .ct-productImage img {
    max-width: 100%;
  }
  .ct-productBox--inline .ct-productMeta {
    position: relative;
  }
  .widget {
    margin-bottom: 20px;
  }
  .widget-flickr .widget-inner .flickr_badge_image {
    height: 90px;
    width: 90px;
  }
  .ct-footer .ct-navbar--footer {
    margin-bottom: 30px;
  }
  .ct-footer ul {
    text-align: center;
  }
  .ct-showcaseBox--withImagePerson,
  .ct-showcaseBox,
  .ct-showcaseBox--withImageLeft,
  .ct-showcaseBox--withImageRight {
    text-align: center;
    display: block;
  }
  .ct-showcaseBox--withImagePerson .ct-u-displayTableCell,
  .ct-showcaseBox .ct-u-displayTableCell,
  .ct-showcaseBox--withImageLeft .ct-u-displayTableCell,
  .ct-showcaseBox--withImageRight .ct-u-displayTableCell {
    display: block;
  }
  .ct-showcaseBox--ImageMoveRight img {
    right: 0;
  }
  header .ct-showcaseBox--withImagePerson .ct-u-displayTableCell:first-child {
    padding-right: 0;
  }
  .ct-personBox--inlineDescription {
    padding: 60px 0;
  }
  .ct-socials--singleMember {
    border: 1px solid #3b3b3b;
  }
  .ct-sidebar {
    margin-top: 50px;
  }
  .ct-article img {
    display: block;
    margin: 0 auto 30px auto;
  }
  .ct-counterBox {
    margin-bottom: 30px;
  }
  .ct-slick {
    height: auto !important;
  }
  .ct-prefooter h1,
  .ct-prefooter h2,
  .ct-prefooter h3,
  .ct-prefooter h4,
  .ct-prefooter h5,
  .ct-prefooter h6 {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .ct-mediaSection {
    min-height: 0 !important;
    height: auto !important;
    padding: 70px 0;
  }
  .ct-showcaseBox--withImagePersonToBottom {
    margin-bottom: -70px;
    padding: 0;
  }
  .media {
    display: block;
  }
  .media .media-body,
  .media .media-left {
    display: block;
    width: 100%;
  }
  .media .media-object {
    margin: 0 auto 20px auto;
  }
  .ct-prefooter {
    text-align: center;
  }
  .ct-list-default,
  .ct-list-hyperlink {
    width: 75%;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  .ct-mediaSection--withImage {
    padding: 0;
  }
  .ct-slick--titleAboveBig .slick-next,
  .ct-slick--titleAboveBig .slick-prev {
    top: -60px;
  }
  .ct-slick--titleAboveBig .slick-next {
    left: 50%;
    margin-left: 10px;
  }
  .ct-slick--titleAboveBig .slick-prev {
    right: 50%;
    margin-right: 10px;
  }
  .ct-heading--withButton .btn {
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
    top: -3px;
  }
  .ct-list-locked span {
    text-align: center;
    float: none;
    display: block;
    margin-top: 20px;
  }
  .ct-commentList .ct-userImage {
    margin: 0 auto 30px auto;
  }
  .ct-commentList .ct-userName,
  .ct-commentList .ct-userText {
    padding: 0;
  }
  .ct-commentList .ct-u-displayTable,
  .ct-commentList .ct-u-displayTableCell {
    display: block;
    text-align: center;
  }
  .ct-personBox--inlineDescription {
    padding: 60px 0;
    text-align: center;
  }
  .ct-personBox--inlineDescription .ct-u-displayTableVertical {
    display: block;
  }
  .ct-personBox--inlineDescription .ct-u-displayTableVertical .ct-u-displayTableCell {
    display: block;
  }
  .ct-personBox--inlineDescription .ct-personMedia .ct-personImage,
  .ct-personBox--inlineDescription .ct-personMedia .ct-personDescription {
    margin-bottom: 25px;
  }
  .ct-personBox--inlineDescription .ct-personMedia .ct-personName,
  .ct-personBox--inlineDescription .ct-personMedia .ct-personDescription {
    padding-left: 0;
  }
  .ct-socials--singleMember {
    margin: 0;
    border: none;
  }
  .ct-socials--singleMember li {
    display: inline-block;
    width: 45%;
    margin-bottom: 5px;
  }
  .ct-socials--singleMember li a {
    border: 1px solid #3b3b3b;
  }
  .ct-socials--singleMember li:last-child a {
    border: 1px solid #3b3b3b;
  }
  .ct-box404 .ct-box404--title {
    font-size: 100px;
  }
  .ct-box404 .ct-box404--subTitle {
    font-size: 40px;
    line-height: 45px;
  }
  .ct-box404 .ct-box404--description {
    font-size: 16px;
  }
  .modal-dialog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .slick-next,
  .slick-prev {
    top: -45px;
  }
  .ct-priceBox div {
    display: block;
    text-align: center;
  }
  .ct-priceBox .btn {
    margin-top: 30px;
  }
  .ct-personBox--inline div {
    display: block;
    text-align: center;
  }
  .ct-personBox--inline .ct-personMedia .ct-u-displayTableCell:first-child {
    width: auto;
  }
  .ct-personBox--inline .ct-personMedia .ct-personName {
    padding: 0;
  }
  .ct-site--map div {
    display: block;
    text-align: center;
  }
  .ct-badgeBox .ct-iconBox {
    display: block;
    margin: 17px auto;
  }
  .ct-u-padding70 {
    padding: 15px;
  }
  .ct-aboutAuthor .ct-aboutAuthor-body {
    text-align: center;
    display: block;
  }
  .ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-left,
  .ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-right {
    display: block;
  }
  .ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-image {
    margin: auto;
  }
  .ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-left {
    margin-bottom: 30px;
  }
  .ct-aboutAuthor .ct-aboutAuthor-body .ct-aboutAuthor-right {
    padding: 0;
  }
  .ct-commentList--blog div {
    display: block;
  }
  .ct-commentList--blog .ct-userName,
  .ct-commentList--blog .ct-userText {
    padding: 0;
  }
  .ct-commentList--blog ol {
    padding-left: 20px;
  }
  .ct-commentList--blog .ct-userImage {
    margin: 0 auto 30px auto;
  }
  .ct-textBox--price {
    display: block;
  }
  .ct-textBox--price > div {
    display: block;
    text-align: center;
  }
  .ct-textBox--price > div:first-child {
    margin-bottom: 20px;
  }
  .ct-textBox--price > div .btn {
    width: 100%;
    font-size: 16px;
  }
  .ct-gallery .ct-gallery-item figcaption .ct-divider {
    margin: 15px 0;
  }
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.ct-u-colorMotive {
  color: #f4ba00;
}
a:hover,
a:focus,
a:active {
  color: #f4ba00;
}
.popover .popover-title {
  background-color: #f4ba00;
}
nav.navbar .navbar-nav .active a {
  color: #f4ba00;
}
nav.navbar .navbar-nav .active a:hover {
  color: #f4ba00;
}
nav.navbar .navbar-nav li a:hover {
  color: #f4ba00;
}
nav.navbar .navbar-nav .dropdown-menu .active a {
  background-color: #f4ba00;
  color: #fff;
}
nav.navbar .navbar-nav .dropdown-menu li a:hover {
  background-color: #f4ba00;
  color: #fff;
}
nav.yamm .navbar-nav .dropdown-menu .yamm-content .active {
  color: #f4ba00;
}
nav.yamm .navbar-nav .dropdown-menu .yamm-content a:hover {
  color: #f4ba00;
  background-color: transparent;
}
.ct-navbarCart:hover i {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:hover:after {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--Item:hover .ct-navbarCart--itemName {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary a:hover {
  color: #f4ba00;
}
.ct-navbarCart .ct-navbarCart--Info .ct-navbarCart--summary a:hover i {
  color: #f4ba00;
}
nav.navbar-scroll-top.navbar-transparent .ct-navbarCart:hover,
nav.navbar-scroll-top.navbar-transparent .ct-navbarSearch--icon:hover {
  color: #f4ba00;
}
.navbar-headerTop input:focus {
  border: 1px solid #f4ba00;
}
.navbar-headerTop .btn-group .dropdown-menu li a:hover {
  color: #f4ba00;
}
.ct-navbarSearch--icon:hover,
.ct-navbar--cart:hover {
  color: #f4ba00;
}
.ct-topBar .btn-group .dropdown-menu li a:hover {
  color: #f4ba00;
}
.ct-topBar--dark a {
  color: #f4ba00;
}
.ct-topBar--dark button.btn {
  color: #f4ba00;
}
.ct-topBar--motive {
  background-color: #f4ba00;
}
.ct-topBar--motive button.btn {
  background-color: #f4ba00;
}
.ct-menuMobile .ct-menuMobile-navbar > .active > a {
  color: #f4ba00;
}
.ct-menuMobile .ct-menuMobile-navbar li a:hover {
  color: #f4ba00;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu > .active > a {
  color: #f4ba00;
}
.btn-primary {
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-primaryDark {
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-bordered--dark:hover,
.btn-bordered--dark:focus,
.btn-bordered--dark:active,
.btn-bordered--dark.active {
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.btn-bordered--Light:hover,
.btn-bordered--Light:focus,
.btn-bordered--Light:active,
.btn-bordered--Light.active {
  background-color: #f4ba00;
  border-color: #f4ba00;
}
.ct-iconBox .ct-icon--description a {
  color: #f4ba00;
}
.ct-iconBox--transparent .ct-icon {
  border: 2px solid #f4ba00;
  color: #f4ba00;
}
.ct-iconBox--transparent:hover .ct-icon {
  background-color: #f4ba00;
  color: #fff;
}
.ct-iconBox--solid .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solid:hover .ct-icon {
  background-color: #2d2d2d;
}
.ct-iconBox--solidDark:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidYellow:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidBlue:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidRed:hover .ct-icon {
  background-color: #f4ba00;
}
.ct-iconBox--solidBorder .ct-icon {
  background-color: #f4ba00;
  border: 10px solid #f4ba00;
}
.ct-price--discount {
  color: #f4ba00;
}
.nav-tabs li a:hover,
.nav-tabs.nav-justified li a:hover,
.nav-tabs li.active a:hover,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs li a:focus,
.nav-tabs.nav-justified li a:focus,
.nav-tabs li.active a:focus,
.nav-tabs.nav-justified li.active a:focus {
  color: #f4ba00;
}
.nav-tabs li.active a,
.nav-tabs.nav-justified li.active a {
  color: #f4ba00;
}
.ct-productBox:hover .ct-productDescription h1,
.ct-productBox:hover .ct-productDescription h2,
.ct-productBox:hover .ct-productDescription h3,
.ct-productBox:hover .ct-productDescription h4,
.ct-productBox:hover .ct-productDescription h5,
.ct-productBox:hover .ct-productDescription h6 {
  color: #f4ba00;
}
.slick-dots .slick-active {
  border: 3px solid #f4ba00;
}
.ct-gallery-filters li > a:hover {
  color: #f4ba00;
}
.ct-gallery-filters li a.active {
  color: #f4ba00;
}
.modal-header {
  color: #f4ba00;
}
.modal-header .close {
  color: #f4ba00;
}
.modal-header .close:hover {
  background-color: #f4ba00;
}
footer .ct-copyright li:first-child {
  border-right: 1px solid #f4ba00;
}
.ct-footer {
  padding: 10px 0;
  background-color: #191919;
}
.ct-footer .ct-copyright a:hover,
.ct-footer .ct-copyright a a:hover {
  color: #f4ba00;
}
.widget-latestPosts .media:hover .ct-textInHover {
  color: #f4ba00;
}
.widget-socialsFullWidth a:hover i {
  color: #f4ba00;
}
.ct-hoverImage--rectangle:hover img {
  border: 2px solid #f4ba00;
}
.ct-textBox a {
  color: #f4ba00;
}
.ct-textBox--withNumber {
  background-color: #f4ba00;
}
.ct-priceBox .btn-default:hover {
  background-color: #f4ba00;
}
.ct-priceBox-active {
  border-top: 3px solid #f4ba00;
}
.ct-priceBox-active .ct-priceBox-fullPrice {
  color: #f4ba00;
}
.list-group .active {
  border: 1px solid #f4ba00;
  background-color: #f4ba00;
}
.ct-list-default li:before {
  color: #f4ba00;
}
.ct-list-hyperlink li:before {
  color: #f4ba00;
}
.ct-list-locked li:first-child {
  background-color: #f4ba00;
}
.ct-list-locked li a {
  color: #f4ba00;
}
.ct-list-bordered a:hover {
  color: #f4ba00;
}
.ct-personBox a {
  color: #f4ba00;
}
.ct-socials--singleMember li a:hover {
  background-color: #f4ba00;
}
.ct-progressPath .dropdown-menu .ct-progressPart--completed {
  color: #f4ba00;
}
.ct-progressPath .dropdown-menu .ct-progressPart--completed:before {
  border-color: #f4ba00;
}
.ct-article .ct-article-title a:hover {
  color: #f4ba00;
}
.ct-article .ct-article-meta a:hover {
  color: #f4ba00;
}
.ct-article .ct-article-description a {
  color: #f4ba00;
}
blockquote {
  border-left: 5px solid #f4ba00;
}
.ct-blog--thumbnail .media-body a {
  color: #f4ba00;
}
.ct-twitter a {
  color: #f4ba00;
}
.ct-twitter .tweet_text .at {
  color: #f4ba00;
}
.ct-search-widget input:focus {
  border: 1px solid #f4ba00;
}
.ct-input--type1:focus {
  border: 1px solid #f4ba00;
}
/* Custom Checbox */
.ct-checbox--custom input[type=checkbox]:checked + label:before {
  color: #f4ba00;
  background-color: #f4ba00;
}
.ct-widget-latestPosts li .widget-latest-posts-content a:hover {
  color: #f4ba00;
}
.tagcloud a:hover {
  background-color: #f4ba00;
}
.pagination li a:hover {
  background-color: #f4ba00;
}
.pagination .active a {
  background-color: #f4ba00;
}
.pagination .active a:hover {
  background-color: #f4ba00;
}
.ct-counterBox p:before {
  background-color: #f4ba00;
}
.ct-counterBox--withIcon .ct-counterBox-icon {
  color: #f4ba00;
}
.ct-counterBox--withIcon:hover .ct-counterBox-icon {
  background-color: #f4ba00;
}
.progress-bar-primary {
  background-color: #f4ba00;
}

.navbar-header img{
  height: 90px !important;
}
.servicess .ct-productBox{
  margin-bottom: 15px;
}
.servicess .ct-productBox h5{
  font-size: 20px;
}
.slogoo img{
  height: 90px;
}
.contactss .media-left span{
  font-size: 20px;
}
.contactss .media-left{
  padding-right: 20px;
}
/* .contactss .align-items-center{
  display: flex;
  align-items: center;
  justify-content: center;
} */

.ct-topBar {
  background: #f4ba00;
}
.ct-showcaseBox h2{
  font-size: 32px;
  line-height: 1.5;
}
.servicess .ct-productImage img{
  height: 220px;
  object-fit: cover;
}

.enquiryfoot .input-hg {
  height: 35px;
  font-size: 15px;
  padding: 10px 22px;
}
.enquiryfoot .textarea-hg{
  font-size: 15px !important;
  padding: 10px 22px;
}

.enquiryfoot .ct-u-marginBottom30{
  margin-bottom: 5px !important;
}
.enquiryfoot .btn {
  padding: 0px 19px;
  font-size: 18px;
}
.main-about-pages{
  width: 100%;
  height: auto;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.ttm_single_image-wrapper {
  position: relative;
}
.text-end {
  text-align: right !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.ml_30 {
  margin-left: -30px;
}
.margin_top10 {
  margin-top: 10px;
  padding-left: 46px;
}


.cetrifaction-page{
  margin-top: 100px;
  margin-bottom: 100px;
}
.cont-img img{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 20px;

}




@media only screen and (max-width: 768px) {
  .ct-navbarMobile .navbar-brand img {
    width: 100px;

  }
  .ct-navbarMobile .navbar-brand {
    height: 70px;
    line-height: 9px;
    float: right;
    padding: 0px;
  }
  .ct-u-marginBottom40 {
    margin-bottom: 40px;
    text-align: center;
}

.ct-showcaseBox h2 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;

}

#closex-nuttons {
  margin-left: 84% !important;
  width: 39px !important;
  font-size: 19px !important;
  height: 43px !important;
  padding-left: 14px !important;
  position: fixed !important;
}
.popub-text {
  padding-left: 30px !important;
}
.ttm-page-title-row-inner {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 75px 0;
  margin: 50px 50px 100px 50px;
  z-index: 2;
  padding-right: 108px;
}
.breadcrumb-wrapper {
  position: absolute;
  left: 0;
  right: 120px;
  bottom: 0;
  display: flex;
  width: max-content;
}
