@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=0123456789);
/*------------------------------------------------------------------
Project:	Jugas HTML Templare
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Snap.js
2. Waypoints.js
3. Intro Style
4. Section Overflow
5. Section Headers
6. Section Colors
7. Call To Action
8. Owl Carousel
9. Testimonials
10. Lists
11. Image Hover
12. Counter Block
13. Socials
14. Blog
15. Gallery Filters
16. Blockquote
17. Google Maps
18. Graph Boxes
19. Tags
20. Twitter
21. Features Button
22. Preloader
23. Animations

-------------------------------------------------------------------*/
/*
  Simple HTML form markup from bootstrap
    Types:
      ct-input--type1
      ct-input--type2
      ...
      ct-input--type13

    <div class="form-group ct-input--type13" id="input">
      <input type="text" class="form-control" for="input">
      <label data-content="Email"><span>Email</span></label>
    </div>
*/
.form-group {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 400px;
  width: calc(98%);
  vertical-align: top;
  box-shadow: none;
  outline: none;
}
.form-group .form-control {
  height: auto;
}
.form-control {
  position: relative;
  display: block;
  float: right;
  padding: 0 0.4em;
  font-size: 1.5rem;
  line-height: 1em;
  width: 60%;
  border-radius: 0;
  background: #eeeeee;
  color: #777777;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.form-control,
.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
}
label {
  height: 100%;
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #555555;
  font-weight: bold;
  font-size: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
label span {
  position: relative;
  display: block;
  padding: 0.5em 0;
  width: 100%;
}
label .icon {
  color: #ddd;
  font-size: 150%;
}
.ct-input .form-control,
.ct-input .form-control:focus,
.ct-input .form-control:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.ct-input .form-control {
  color: transparent;
}
.ct-input--type1 {
  margin: 3em 0 0 0;
}
.ct-input--type1 .form-control {
  padding: 0.4em 0.25em;
  width: 100%;
  background: transparent;
  color: #777777;
}
.ct-input--type1 label {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  font-size: 18px;
}
.ct-input--type1 label:before,
.ct-input--type1 label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background: #555555;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type1 label:before {
  top: 0;
}
.ct-input--type1 label:after {
  bottom: 0;
}
.ct-input--type1 label span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type1 .form-control:focus + label span,
.ct-input--type1.form-control--filled label span {
  -webkit-transform: translate3d(0, -125%, 0);
  transform: translate3d(0, -125%, 0);
}
.ct-input--type1 .form-control:focus + label:before,
.ct-input--type1.form-control--filled label:before {
  -webkit-transform: translate3d(0, -0.75em, 0);
  transform: translate3d(0, -0.75em, 0);
}
.ct-input--type1 .form-control:focus + label:after,
.ct-input--type1.form-control--filled label:after {
  -webkit-transform: translate3d(0, 0.75em, 0);
  transform: translate3d(0, 0.75em, 0);
}
.ct-input--type2 {
  z-index: auto;
}
.ct-input--type2 .form-control {
  padding: 0.85em;
  width: 100%;
  background: #ffffff;
  color: #222222;
  font-size: 14px;
}
.ct-input--type2 label {
  z-index: 0;
  opacity: 0;
  padding-left: 2px;
  font-weight: 300;
  width: 100%;
  text-align: left;
}
.ct-input--type2 label:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ct-input--type2 label span {
  padding: 0.5em 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
}
.ct-input--type2 .form-control:focus,
.ct-input--type2 .form-control:focus + label span {
  z-index: 10000;
}
.ct-input--type2 .form-control:focus + label {
  color: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 5000;
}
.ct-input--type2 .form-control:focus + label span {
  opacity: 1;
}
.ct-input--type2 .form-control:focus + label:after {
  opacity: 1;
}
.ct-input--type2 .form-control:focus + label:after span {
  opacity: 1;
}
.ct-input--type3 {
  overflow: hidden;
  padding-top: 2em;
  margin-bottom: 0;
}
.ct-input--type3 .form-control {
  padding: 0.65em 0.15em 0.9em 0.15em;
  width: 100%;
  background: transparent;
  color: #555555;
  font-size: 1.5em;
  border-bottom: 1px solid #777777;
}
.ct-input--type3 label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  text-align: left;
  pointer-events: none;
  overflow: hidden;
}
.ct-input--type3 label:before,
.ct-input--type3 label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #777777;
}
.ct-input--type3 label:after {
  margin-top: 2px;
  border-bottom: 4px solid #d9534f;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type3 label span {
  position: absolute;
  top: 2em;
  padding: 0;
}
.ct-input--type3 .label-primary:after {
  border-color: #00aaff;
}
.ct-input--type3 .label-success {
  border-color: #00ffaa;
}
.ct-input--type3 .label-danger:after {
  border-color: #ff5500;
}
.ct-input--type3 .form-control:focus + label:after,
.ct-input--type3.form-control--filled label:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-input--type3 .form-control:focus + label span,
.ct-input--type3.form-control--filled span {
  -webkit-animation: ct-inputAnimation1 0.3s forwards;
  animation: ct-inputAnimation1 0.3s forwards;
}
.ct-input--type4 {
  margin-bottom: 3em;
}
.ct-input--type4 .form-control {
  width: 100%;
  background: transparent;
  color: #555555;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.ct-input--type4 label {
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  color: #d9534f;
  pointer-events: none;
}
.ct-input--type4 label:before,
.ct-input--type4 label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 4px solid #555555;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type4 label:before {
  border-right: none;
}
.ct-input--type4 label:after {
  left: 50%;
  border-left: none;
}
.ct-input--type4 label span {
  padding: 0;
  position: absolute;
  bottom: 0.5em;
}
.ct-input--type4 .form-control:focus,
.ct-input--type4.form-control--filled .form-control {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-input--type4 .form-control:focus + label:before,
.ct-input--type4.form-control--filled label:before {
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
}
.ct-input--type4 .form-control:focus + label:after,
.ct-input--type4.form-control--filled label:after {
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
}
.ct-input--type4 .form-control:focus + label span,
.ct-input--type4.form-control--filled span {
  -webkit-animation: ct-inputAnimation2 0.3s forwards;
  animation: ct-inputAnimation2 0.3s forwards;
}
.ct-input--type5 {
  margin: 0;
}
.ct-input--type5 .form-control {
  padding: 0.4em 0.5em;
  width: 100%;
  background: transparent;
  color: #DDE2E2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ct-input--type5 label {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
.ct-input--type5 label span {
  padding: 0.5em 0;
}
.ct-input--type5 label:before,
.ct-input--type5 label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type5 label:before {
  border-top: 2px solid #555555;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-input--type5 label:after {
  z-index: -1;
  background: #555555;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.ct-input--type5 label span {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.ct-input--type5 .form-control:focus,
.ct-input--type5.form-control--filled .form-control {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-input--type5 .form-control:focus + label span,
.ct-input--type5.form-control--filled span {
  -webkit-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ct-input--type5 .form-control:focus + label:before,
.ct-input--type5.form-control--filled label:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ct-input--type5 .form-control:focus + label:before,
.ct-input--type5.form-control--filled label:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-input--type5 .form-control:focus + label:after,
.ct-input--type5.form-control--filled label:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ct-input--type6 .form-control {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 2px transparent;
  color: #1f1f1f !important;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  padding: 0.5em;
}
.ct-input--type6 label {
  padding: 0;
  width: 100%;
  text-align: left;
}
.ct-input--type6 label:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(157, 157, 157, 0.6);
}
.ct-input--type6 label span {
  padding: 0 0.15em;
}
.ct-input--type6 input + label:after {
  height: 40%;
}
.ct-input--type6 textarea + label:after {
  height: 75%;
}
.ct-input--type6 .form-control:focus {
  box-shadow: 0px 0px 0px 2px #1f1f1f;
}
.ct-input--type6 .form-control:focus + label {
  pointer-events: none;
}
.ct-input--type6 .form-control:focus + label:after {
  -webkit-animation: ct-inputAnimation3 0.3s forwards;
  animation: ct-inputAnimation3 0.3s forwards;
}
.ct-input--type7 {
  margin-bottom: 2em;
}
.ct-input--type7 .form-control {
  z-index: 10;
  width: 100%;
  background: transparent;
  color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.8em;
}
.ct-input--type7 label {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #d9534f;
  text-align: left;
}
.ct-input--type7 label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d9534f;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type7 label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background: #d9534f;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.ct-input--type7 label span {
  padding: 0;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}
.ct-input--type7 .form-control:focus,
.ct-input--type7.form-control--filled .form-control {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct-input--type7 .form-control:focus + label:before,
.ct-input--type7.form-control--filled label:before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.ct-input--type7 .form-control:focus + label,
.ct-input--type7.form-control--filled label {
  pointer-events: none;
}
.ct-input--type7 .form-control:focus + label:after,
.ct-input--type7.form-control--filled label:after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
.ct-input--type8 {
  position: relative;
}
.ct-input--type8 .form-control {
  position: relative;
  z-index: 100;
  padding: 2.3em 0.75em 0.75em 0.75em;
  width: 100%;
  background: transparent;
  color: #222222;
  font-size: 1.5em;
  border: 1px solid #1f1f1f;
}
.ct-input--type8 label {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
  position: absolute;
}
.ct-input--type8 label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  transition: border-width 0.3s, border-color 0.3s;
}
.ct-input--type8 label span {
  padding: 2em 1em;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  text-rendering: geometricPrecision;
}
.ct-input--type8 .form-control:focus + label:before,
.ct-input--type8.form-control--filled label:before {
  border-width: 8px;
  border-color: #222222;
  border-top-width: 2em;
}
.ct-input--type8 .form-control:focus + label span,
.ct-input--type8.form-control--filled label span {
  border-color: transparent;
  color: #fff;
  -webkit-transform: translate3d(0, -1.75em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.75em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}
.ct-input--type8 .form-control:focus + label,
.ct-input--type8.form-control--filled label {
  top: 0em;
}
.ct-input--type9 {
  margin: 1.1em;
}
.ct-input--type9 .form-control {
  width: 100%;
  background: transparent;
  color: #555555;
  z-index: 10;
  border: 1px solid #555555;
  padding: 10px;
}
.ct-input--type9 label {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #555555;
  text-align: left;
  cursor: text;
}
.ct-input--type9 label span {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  padding: 10px 0;
}
.ct-input--type9 label .graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
  -webkit-transform: scale3d(1, -1, 1);
  transform: scale3d(1, -1, 1);
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
  pointer-events: none;
  stroke: #555555;
  stroke-width: 4px;
  stroke-dasharray: 962;
  stroke-dashoffset: 558;
}
.ct-input--type9 .form-control:focus + label,
.ct-input--type9.form-control--filled label {
  cursor: default;
  pointer-events: none;
}
.ct-input--type9 .form-control:focus + label .graphic,
.ct-input--type9.form-control--filled .graphic {
  stroke-dashoffset: 0;
}
.ct-input--type9 .form-control:focus + label span,
.ct-input--type9.form-control--filled span {
  -webkit-transform: scale3d(0.8100000000000001, 0.8100000000000001, 1) translate3d(0, -100%, 0);
  transform: scale3d(0.8100000000000001, 0.8100000000000001, 1) translate3d(0, -100%, 0);
}
.ct-input--type10 {
  display: block;
  overflow: hidden;
  background: #777777;
}
.ct-input--type10 .form-control {
  position: absolute;
  top: 0;
  right: 100%;
  width: 60%;
  height: 100%;
  background: #fff;
  color: #555555;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ct-input--type10 label {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  cursor: text;
  color: #eeeeee;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ct-input--type10 label span {
  color: #fff;
}
.ct-input--type10 .form-control:focus,
.ct-input--type10.form-control--filled .form-control {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.ct-input--type10 .form-control:focus + label,
.ct-input--type10.form-control--filled label {
  -webkit-transform: translate3d(60%, 0, 0);
  transform: translate3d(60%, 0, 0);
  pointer-events: none;
}
@media screen and (max-width: 34em) {
  .ct-input--type10 .form-control:focus + label,
  .ct-input--type10.form-control--filled label {
    -webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
    pointer-events: none;
  }
}
.ct-input--type11 .form-control {
  z-index: 10;
  padding: 0.75em 0.1em 0.25em;
  width: 100%;
  background: transparent;
  color: #555555;
}
.ct-input--type11 label {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  color: #777777;
  text-align: left;
}
.ct-input--type11 label:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 7px;
  background: #777777;
  -webkit-transform: scale3d(1, 0.4, 1);
  transform: scale3d(1, 0.4, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ct-input--type11 label:after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 0.15em;
  color: #d9534f;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  pointer-events: none;
}
.ct-input--type11 span {
  padding: 0.75em 0.15em;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ct-input--type11 .form-control:focus + label:before {
  background-color: #d9534f;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ct-input--type11 .form-control:focus + label {
  pointer-events: none;
}
.ct-input--type11 .form-control:focus + label:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-input--type11 .form-control:focus + label span {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@-webkit-keyframes ct-inputAnimation1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
@keyframes ct-inputAnimation1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -30%, 0);
    transform: translate3d(-1em, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -43%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@-webkit-keyframes ct-inputAnimation2 {
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, 2em, 0) scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 2em, 0);
    transform: translate3d(0, 2em, 0);
  }
}
@keyframes ct-inputAnimation2 {
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3.7em, 0);
    transform: translate3d(0, 3.7em, 0);
  }
}
@-webkit-keyframes ct-inputAnimation3 {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes ct-inputAnimation3 {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
.ct-animatedHeadlines-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.ct-animatedHeadlines-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ct-animatedHeadlines-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .ct-animatedHeadlines-title {
    height: 200px;
    line-height: 300px;
  }
  .ct-animatedHeadlines-title h1 {
    font-size: 3rem;
  }
}
.ct-animatedHeadlines-intro {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.ct-animatedHeadlines-intro {
  margin: 0 auto;
}
.ct-animatedHeadlines-words-wrapper {
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.ct-animatedHeadlines-words-wrapper span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: .2em 0;
}
.ct-animatedHeadlines-words-wrapper span.is-visible {
  position: relative;
}
.no-js .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
}
.no-js .ct-animatedHeadlines-words-wrapper span.is-visible {
  opacity: 1;
}
/* --------------------------------

xrotate-1

-------------------------------- */
.ct-animatedHeadlines-headline.rotate-1 .ct-animatedHeadlines-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.ct-animatedHeadlines-headline.rotate-1 .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ct-animatedHeadlines-headline.rotate-1 .ct-animatedHeadlines-words-wrapper span.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: ct-animatedHeadlines-rotate-1-in 1.2s;
  -moz-animation: ct-animatedHeadlines-rotate-1-in 1.2s;
  animation: ct-animatedHeadlines-rotate-1-in 1.2s;
}
.ct-animatedHeadlines-headline.rotate-1 .ct-animatedHeadlines-words-wrapper span.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: ct-animatedHeadlines-rotate-1-out 1.2s;
  -moz-animation: ct-animatedHeadlines-rotate-1-out 1.2s;
  animation: ct-animatedHeadlines-rotate-1-out 1.2s;
}
@-webkit-keyframes ct-animatedHeadlines-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes ct-animatedHeadlines-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes ct-animatedHeadlines-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes ct-animatedHeadlines-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes ct-animatedHeadlines-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes ct-animatedHeadlines-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

xtype

-------------------------------- */
.ct-animatedHeadlines-headline.type .ct-animatedHeadlines-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.ct-animatedHeadlines-headline.type .ct-animatedHeadlines-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.ct-animatedHeadlines-headline.type .ct-animatedHeadlines-words-wrapper.waiting::after {
  -webkit-animation: ct-animatedHeadlines-pulse 1s infinite;
  -moz-animation: ct-animatedHeadlines-pulse 1s infinite;
  animation: ct-animatedHeadlines-pulse 1s infinite;
}
.ct-animatedHeadlines-headline.type .ct-animatedHeadlines-words-wrapper.selected {
  background-color: #aebcb9;
}
.ct-animatedHeadlines-headline.type .ct-animatedHeadlines-words-wrapper.selected::after {
  visibility: hidden;
}
.ct-animatedHeadlines-headline.type .ct-animatedHeadlines-words-wrapper.selected span {
  color: #0d0d0d;
}
.ct-animatedHeadlines-headline.type span {
  visibility: hidden;
}
.ct-animatedHeadlines-headline.type span.is-visible {
  visibility: visible;
}
.ct-animatedHeadlines-headline.type i {
  position: absolute;
  visibility: hidden;
}
.ct-animatedHeadlines-headline.type i.in {
  position: relative;
  visibility: visible;
}
@-webkit-keyframes ct-animatedHeadlines-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes ct-animatedHeadlines-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes ct-animatedHeadlines-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xrotate-2

-------------------------------- */
.ct-animatedHeadlines-headline.rotate-2 .ct-animatedHeadlines-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.ct-animatedHeadlines-headline.rotate-2 i,
.ct-animatedHeadlines-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct-animatedHeadlines-headline.rotate-2 span {
  opacity: 0;
}
.ct-animatedHeadlines-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .ct-animatedHeadlines-headline.rotate-2 i {
  opacity: 1;
}
.ct-animatedHeadlines-headline.rotate-2 i.in {
  -webkit-animation: ct-animatedHeadlines-rotate-2-in 0.4s forwards;
  -moz-animation: ct-animatedHeadlines-rotate-2-in 0.4s forwards;
  animation: ct-animatedHeadlines-rotate-2-in 0.4s forwards;
}
.ct-animatedHeadlines-headline.rotate-2 i.out {
  -webkit-animation: ct-animatedHeadlines-rotate-2-out 0.4s forwards;
  -moz-animation: ct-animatedHeadlines-rotate-2-out 0.4s forwards;
  animation: ct-animatedHeadlines-rotate-2-out 0.4s forwards;
}
.ct-animatedHeadlines-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .ct-animatedHeadlines-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .ct-animatedHeadlines-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions .ct-animatedHeadlines-headline.rotate-2 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes ct-animatedHeadlines-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes ct-animatedHeadlines-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes ct-animatedHeadlines-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes ct-animatedHeadlines-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes ct-animatedHeadlines-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes ct-animatedHeadlines-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

xloading-bar

-------------------------------- */
.ct-animatedHeadlines-headline.loading-bar .ct-animatedHeadlines-words-wrapper span {
  display: inline-block;
  padding: .2em 0;
}
.ct-animatedHeadlines-headline.loading-bar .ct-animatedHeadlines-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.ct-animatedHeadlines-headline.loading-bar .ct-animatedHeadlines-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.ct-animatedHeadlines-headline.loading-bar .ct-animatedHeadlines-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.ct-animatedHeadlines-headline.loading-bar .ct-animatedHeadlines-words-wrapper span {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ct-animatedHeadlines-headline.loading-bar .ct-animatedHeadlines-words-wrapper span.is-visible {
  opacity: 1;
  top: 0;
}
/* --------------------------------

xslide

-------------------------------- */
.ct-animatedHeadlines-headline.slide .ct-animatedHeadlines-words-wrapper {
  text-align: center;
}
.ct-animatedHeadlines-headline.slide .ct-animatedHeadlines-words-wrapper span {
  display: inline-block;
  padding: .2em 0;
  width: 100%;
}
.ct-animatedHeadlines-headline.slide .ct-animatedHeadlines-words-wrapper span {
  overflow: hidden;
  vertical-align: top;
}
.ct-animatedHeadlines-headline.slide .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
  top: .2em;
}
.ct-animatedHeadlines-headline.slide .ct-animatedHeadlines-words-wrapper span.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.ct-animatedHeadlines-headline.slide .ct-animatedHeadlines-words-wrapper span.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(50%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------

xclip

-------------------------------- */
.ct-animatedHeadlines-headline.clip .ct-animatedHeadlines-words-wrapper span {
  display: inline-block;
  padding: .2em 0;
}
.ct-animatedHeadlines-headline.clip .ct-animatedHeadlines-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.ct-animatedHeadlines-headline.clip .ct-animatedHeadlines-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.ct-animatedHeadlines-headline.clip .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
}
.ct-animatedHeadlines-headline.clip .ct-animatedHeadlines-words-wrapper span.is-visible {
  opacity: 1;
}
/* --------------------------------

xzoom

-------------------------------- */
.ct-animatedHeadlines-headline.zoom .ct-animatedHeadlines-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.ct-animatedHeadlines-headline.zoom .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
}
.ct-animatedHeadlines-headline.zoom .ct-animatedHeadlines-words-wrapper span.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.ct-animatedHeadlines-headline.zoom span.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------

xrotate-3

-------------------------------- */
.ct-animatedHeadlines-headline.rotate-3 .ct-animatedHeadlines-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.ct-animatedHeadlines-headline.rotate-3 .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
}
.ct-animatedHeadlines-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .ct-animatedHeadlines-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ct-animatedHeadlines-headline.rotate-3 i.in {
  -webkit-animation: ct-animatedHeadlines-rotate-3-in 0.6s forwards;
  -moz-animation: ct-animatedHeadlines-rotate-3-in 0.6s forwards;
  animation: ct-animatedHeadlines-rotate-3-in 0.6s forwards;
}
.ct-animatedHeadlines-headline.rotate-3 i.out {
  -webkit-animation: ct-animatedHeadlines-rotate-3-out 0.6s forwards;
  -moz-animation: ct-animatedHeadlines-rotate-3-out 0.6s forwards;
  animation: ct-animatedHeadlines-rotate-3-out 0.6s forwards;
}
.no-csstransitions .ct-animatedHeadlines-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .ct-animatedHeadlines-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes ct-animatedHeadlines-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes ct-animatedHeadlines-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes ct-animatedHeadlines-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes ct-animatedHeadlines-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes ct-animatedHeadlines-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes ct-animatedHeadlines-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

xscale

-------------------------------- */
.ct-animatedHeadlines-headline.scale .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
}
.ct-animatedHeadlines-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .ct-animatedHeadlines-headline.scale i {
  opacity: 1;
}
.ct-animatedHeadlines-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.ct-animatedHeadlines-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .ct-animatedHeadlines-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .ct-animatedHeadlines-headline.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xpush

-------------------------------- */
.ct-animatedHeadlines-headline.push .ct-animatedHeadlines-words-wrapper b,
.ct-animatedHeadlines-headline.push .ct-animatedHeadlines-words-wrapper span {
  opacity: 0;
}
.ct-animatedHeadlines-headline.push .ct-animatedHeadlines-words-wrapper span.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.ct-animatedHeadlines-headline.push .ct-animatedHeadlines-words-wrapper span.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
html,
body,
.ct-intro-topImage {
  height: 100%;
}
/* Header */
.ct-intro-topImage {
  position: relative;
  margin: 0 auto;
  min-height: 760px;
  width: 100%;
  display: table;
  z-index: 9999;
}
.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.intro-effect-jam3 .ct-intro-title,
.ct-intro--fadeOut .ct-intro-title,
.ct-intro--push .ct-intro-title,
.ct-intro--sliced .ct-intro-title {
  z-index: 9000;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
}
.intro-effect-jam3 .ct-intro-title *,
.ct-intro--fadeOut .ct-intro-title *,
.ct-intro--push .ct-intro-title *,
.ct-intro--sliced .ct-intro-title * {
  position: relative;
}
/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 9999;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  cursor: pointer;
}
.ct-pageWrapper:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.ct-pageWrapper.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
button.trigger::before {
  position: absolute;
  top: 100%;
  left: -100%;
  padding: 0.8em;
  width: 300%;
  color: #fff;
  content: attr(data-info);
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}
button.trigger:focus {
  outline: none;
}
button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  content: "\f107";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: fontawesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #ffffff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modify button.trigger {
  display: none;
}
/***** Individual effects *****/
/* -------------------------- */
/* Jam 3 */
/* -------------------------- */
.intro-effect-jam3:not(.notrans) .bg-img {
  -webkit-transition-property: top, left, right, bottom;
  transition-property: top, left, right, bottom;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
  -webkit-transition-property: color;
  transition-property: color;
}
.intro-effect-jam3:not(.notrans) .codrops-demos a {
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p {
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform;
}
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
}
.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-jam3 .codrops-demos a {
  color: #fff;
}
.intro-effect-jam3 .codrops-demos a.current-demo {
  border-color: #fff;
}
.intro-effect-jam3.modify .codrops-demos a {
  color: #c03b5d;
}
.intro-effect-jam3.modify .codrops-demos a.current-demo {
  border-color: #c03b5d;
}
.intro-effect-jam3.ct-pageWrapper {
  padding: 45px 30px;
}
.intro-effect-jam3 .bg-img {
  top: -45px;
  right: -30px;
  bottom: -45px;
  left: -30px;
  background: #514753;
}
.intro-effect-jam3.modify .bg-img {
  top: 0;
  right: 0;
  bottom: 85%;
  left: 0;
}
.intro-effect-jam3.modify .ct-intro-topImage h1 {
  color: #514753;
}
.intro-effect-jam3 .ct-intro-topImage p {
  color: #514753;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-topImage p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3 .ct-intro-content {
  padding: 0 5em 5em;
}
.intro-effect-jam3 .ct-intro-topImage,
.intro-effect-jam3 .ct-intro-content {
  background: #fff;
}
.intro-effect-jam3 .ct-intro-content > div {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3.modify .codrops-top a {
  color: #514753;
}
/* Delays */
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:nth-last-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:last-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.ct-intro--fadeOut .ct-intro-topImage {
  display: table;
  height: 760px;
}
.ct-intro--fadeOut .ct-intro-topImage .inner {
  display: table-cell;
  vertical-align: middle;
}
.ct-intro--fadeOut:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--fadeOut:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--fadeOut:not(.notrans) .bg-img,
.ct-intro--fadeOut:not(.notrans) .bg-img::after,
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--fadeOut .ct-intro-topImage {
  overflow: hidden;
}
.ct-intro--fadeOut.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.ct-intro--fadeOut .bg-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.ct-intro--fadeOut.modify .bg-img::after {
  opacity: 1;
}
.ct-intro--fadeOut .ct-intro-title {
  text-align: left;
  max-width: 900px;
}
.ct-intro--fadeOut.modify .ct-intro-topImage h1,
.ct-intro--fadeOut.modify .ct-intro-topImage h2,
.ct-intro--fadeOut.modify .ct-intro-topImage h3,
.ct-intro--fadeOut.modify .ct-intro-topImage h4,
.ct-intro--fadeOut.modify .ct-intro-topImage h5,
.ct-intro--fadeOut.modify .ct-intro-topImage h6,
.ct-intro--fadeOut.modify .ct-intro-topImage p {
  color: #313842;
}
.ct-intro--fadeOut .ct-intro-topImage p {
  opacity: 0;
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(2),
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ct-intro--fadeOut .ct-intro-content {
  z-index: 1000;
  position: relative;
}
.ct-intro--fadeOut .ct-intro-content > .div,
.ct-intro--fadeOut .ct-intro-content > .div-top,
.ct-intro--fadeOut .ct-intro-content > .div-bottom {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
}
.ct-intro--fadeOut.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* -------------------------- */
/* Sliced */
/* -------------------------- */
.ct-intro--sliced .ct-intro-topImage {
  position: absolute;
  left: 0;
  top: 0;
}
.ct-intro--sliced .ct-intro-topImage.fix-zindex {
  z-index: 0;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title,
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title,
.ct-intro--sliced.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ct-intro--sliced .bg-img:first-child {
  bottom: 50%;
  position: fixed;
}
.ct-intro--sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900;
}
.snapjs-left .ct-intro--sliced .bg-img:last-child,
.snapjs-right .ct-intro--sliced .bg-img:last-child,
.boxed .ct-intro--sliced .bg-img:last-child {
  position: absolute;
}
.snapjs-left .ct-intro--sliced .bg-img:first-child,
.snapjs-right .ct-intro--sliced .bg-img:first-child,
.boxed .ct-intro--sliced .bg-img:first-child {
  position: absolute;
}
.ct-intro--sliced .bg-img:last-child img {
  top: -100%;
}
.ct-intro--sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ct-intro--sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ct-intro--sliced .ct-intro-title {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.ct-intro--sliced.modify .ct-intro-title {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.ct-intro--sliced .ct-intro-content > div {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.ct-intro--sliced.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Delays */
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* -------------------------- */
/* Push */
/* -------------------------- */
.ct-intro--push:not(.notrans) .ct-intro-topImage,
.ct-intro--push:not(.notrans) > .ct-intro-title,
.ct-intro--push:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.ct-intro--push:not(.notrans) .ct-intro-topImage {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.ct-intro--push .ct-intro-topImage {
  position: absolute;
  top: 0;
}
.ct-intro--push > .ct-intro-title {
  position: relative;
  top: auto;
  left: auto;
  padding: 6em 1em 2em;
}
.ct-intro--push > .ct-intro-title,
.ct-intro--push .ct-intro-content > div {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.ct-intro--push.modify > .ct-intro-title,
.ct-intro--push.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ct-intro--push.modify .ct-intro-topImage {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
/* Delays */
.ct-intro--push.modify:not(.notrans) > .ct-intro-title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ct-intro--push.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* Media Queries */
@media screen and (max-width: 47em) {
  .ct-intro-title {
    font-size: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .intro-effect-jam3 .ct-intro-content {
    padding: 0 2em 5em;
  }
  .bg-img img {
    min-height: 0;
  }
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 60px;
  }
  .ct-intro-title {
    font-size: 50%;
  }
  button.trigger::before {
    display: none;
  }
}
/*!
 *  Font Awesome 4.2.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('../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.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;
}
/* 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;
}
@-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: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 {
  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-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";
}
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: 'Cabin', sans-serif;
}
a,
a:hover {
  color: #1f1f1f;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0.714em 0;
}
h1.ct-cabinUpper,
h2.ct-cabinUpper,
h3.ct-cabinUpper,
h4.ct-cabinUpper,
h5.ct-cabinUpper,
h6.ct-cabinUpper,
span.ct-cabinUpper,
a.ct-cabinUpper,
p.ct-cabinUpper,
small.ct-cabinUpper {
  text-transform: uppercase;
  letter-spacing: 0.214em;
  font-family: 'Cabin', sans-serif;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
a:focus {
  outline: none;
}
p {
  margin-bottom: 1.429em;
  line-height: 1.6;
  font-size: 0.929em;
}
p:last-child {
  margin-bottom: 0;
}
p.ct-lead {
  font-style: italic;
  line-height: 1.7;
}
h1,
.h1 {
  font-size: 8.929rem;
}
h1 small,
.h1 small {
  font-size: 3.571rem;
}
h2,
.h2 {
  font-size: 5.714rem;
}
h2 small,
.h2 small {
  font-size: 3.571rem;
}
h3,
.h3 {
  font-size: 2.857rem;
}
h3 small,
.h3 small {
  font-size: 1.857rem;
  line-height: 1.2;
}
h4,
.h4 {
  font-size: 2.143rem;
}
h4 small,
.h4 small {
  font-size: 1.429rem;
  line-height: 1.2;
}
h5,
.h5 {
  font-size: 1.714rem;
  letter-spacing: 0.214rem;
  text-transform: uppercase;
}
h5 small,
.h5 small {
  font-size: 1.214rem;
  letter-spacing: 0.214em;
  font-weight: 500;
}
h6,
.h6 {
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
h6 small,
.h6 small {
  font-size: 0.857rem;
}
h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
}
.form-group {
  max-width: none;
  width: 100%;
}
.form-control {
  font-family: 'Cabin', sans-serif;
  font-weight: lighter !important;
}
label,
label span {
  font-weight: lighter !important;
}
.ct-input--type1 .form-control {
  font-weight: lighter;
}
.ct-input--type1 label:before,
.ct-input--type1 label:after {
  height: 1px;
}
.ct-input--type1 label span {
  font-weight: lighter;
}
.ct-input--type2 {
  margin: 0;
}
.ct-input--type2 .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #333333;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #1f1f1f;
}
.ct-input--type2 label {
  opacity: 0;
  padding-left: 2px;
  font-weight: 300;
}
.ct-input--type2 label span {
  padding: 0;
}
.ct-input--type2 .form-control:focus {
  background-color: #ffffff;
}
.ct-input--type2 .form-control:focus + label {
  opacity: 1;
  z-index: 5000;
}
.ct-input--type2.form-control--filled .form-control {
  color: #333333;
}
.ct-input--type4 label span {
  padding-left: 10px;
  font-weight: 300;
  color: #1f1f1f;
}
.ct-input--type4 label:before,
.ct-input--type4 label:after {
  border-width: 1px;
}
.ct-input--type4 .form-control {
  font-weight: 300;
  color: #1f1f1f;
}
.ct-input--type5 {
  margin: 2em 0;
  max-width: none;
}
.ct-input--type5 .form-control {
  font-weight: 300;
  color: #ffffff;
}
.ct-input--type5 label:after {
  background-color: #1f1f1f;
}
.ct-input--type5 label:before {
  border-top: 1px solid #1f1f1f;
}
.ct-input--type5 label span {
  font-weight: lighter;
}
.ct-input--type6 {
  margin-bottom: 10px;
}
.ct-input--type6 .form-control {
  background-color: #eeeeee;
  font-weight: 300;
}
.ct-input--type6 label span {
  font-family: 'Cabin', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  padding: 1em 0;
}
.ct-input--type6.form-control--filled .form-control {
  color: #1f1f1f;
}
.ct-input--type6.form-control--filled .form-control:focus {
  color: #d9534f;
}
.ct-input--type7 label {
  color: #1f1f1f;
}
.ct-input--type7 label:before,
.ct-input--type7 label:after {
  background-color: #1f1f1f;
}
.ct-input--type7 label:after {
  height: 1px;
}
.ct-input--type7 label span {
  font-weight: lighter;
  font-size: 1.14rem;
}
.ct-input--type10 {
  margin: 1em 0;
  background-color: #1f1f1f;
}
.ct-input--type10 .form-control {
  color: #1f1f1f;
  font-weight: normal;
}
.ct-input--type10 label span {
  color: #fff;
}
.ct-input--type10 .form-control:focus + label:before,
.ct-input--type10.form-control--filled label:before {
  border-color: #1f1f1f;
}
.alert {
  background: transparent !important;
  border: 1px solid;
  border-radius: 0;
  display: none;
}
.alert .close {
  font-weight: lighter;
  opacity: 1;
  line-height: 0.95;
  text-shadow: none;
  outline: none !important;
}
.alert-danger {
  border-color: #d9534f;
  color: #d9534f;
}
.alert-danger .close {
  color: #d9534f;
}
.alert-success {
  border-color: #5cb85c;
  color: #5cb85c;
}
.alert-success .close {
  color: #5cb85c;
}
.alert-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.alert-warning .close {
  color: #f0ad4e;
}
.alert-primary {
  border-color: #337ab7;
  color: #337ab7;
}
.alert-primary .close {
  color: #337ab7;
}
.alert-info {
  border-color: #5bc0de;
  color: #5bc0de;
}
.alert-info .close {
  color: #5bc0de;
}
.alert-default {
  border-color: #1f1f1f;
  color: #1f1f1f;
  background: #fff !important;
}
.alert-default .close {
  color: #1f1f1f;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 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;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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;
  -ms-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;
  -ms-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 bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-animation-duration: .75s;
  animation-duration: .75s;
}
@-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-animation-duration: .75s;
  animation-duration: .75s;
  -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-animation-duration: .75s;
  animation-duration: .75s;
}
@-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: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
 * 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 {
    left: 0;
    right: 0;
  }
}
.counter-group {
  display: inline-block;
}
.counter-group:before,
.counter-group:after {
  content: " ";
  display: table;
}
.counter-group:after {
  clear: both;
}
.counter-block {
  float: left;
  padding-right: 40px;
  padding-left: 40px;
}
.counter-block .counter {
  position: relative;
  width: 165px;
  height: 140px;
  overflow: hidden;
}
.counter-block .counter .number {
  padding: 1%;
  width: 46%;
  height: 98%;
  background-color: #222222;
  position: absolute;
  font-size: 140px;
  line-height: 140px;
  top: -10000px;
}
.counter-block .counter .number.tens {
  left: 0;
}
.counter-block .counter .number.units {
  left: 50%;
}
.counter-block .counter .number.hundreds {
  display: none;
}
.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}
.counter-block .counter .number.hidden-down {
  top: 100%;
}
.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}
.counter-block .counter.with-hundreds {
  width: 300px;
}
.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
}
.counter-block .counter-caption {
  font-size: 150%;
}
@media (max-width: 992px) {
  .counter-block {
    margin-right: 10px;
  }
  .counter-block .counter {
    width: 120px;
    height: 100px;
    overflow: hidden;
    font-weight: 700;
  }
  .counter-block .counter .number {
    font-size: 108px;
    line-height: 90px;
  }
  .counter-block .counter.with-hundreds {
    width: 180px;
  }
  .counter-block .counter-caption {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .counter-block {
    margin-right: 8px;
  }
  .counter-block .counter {
    width: 96px;
    height: 80px;
  }
  .counter-block .counter .number {
    font-size: 86px;
    line-height: 72px;
  }
  .counter-block .counter.with-hundreds {
    width: 144px;
  }
  .counter-block .counter-caption {
    font-size: 85%;
  }
}
@media (max-width: 480px) {
  .counter-block .counter {
    width: 61px;
    height: 52px;
  }
  .counter-block .counter .number {
    font-size: 55px;
    line-height: 50px;
  }
  .counter-block .counter.with-hundreds {
    width: 91px;
  }
  .counter-block .counter-caption {
    font-size: 70%;
  }
}
.btn,
.btn:active,
.btn:focus,
.btn.active {
  position: relative;
  overflow: hidden;
  padding: 0.871em 3.057em;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1px solid ;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 0.286em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none !important;
}
.btn.btn-motive,
.btn.btn-motive:active,
.btn.btn-motive:focus {
  border-color: #1f1f1f;
  background-color: transparent;
  color: #1f1f1f;
}
.btn.btn-motive:hover,
.btn.btn-motive:active:hover,
.btn.btn-motive:focus:hover {
  background-color: #1f1f1f;
  color: #ffffff;
}
.btn.btn-default,
.btn.btn-default:active,
.btn.btn-default:focus {
  border-color: #ffffff;
  background-color: #e30613; 
  color: #ffffff;
}
.btn.btn-default:hover,
.btn.btn-default:active:hover,
.btn.btn-default:focus:hover {
  background-color: #ffffff;
  color: #1f1f1f;
}
.btn.btn-inverse,
.btn.btn-inverse:active,
.btn.btn-inverse:focus .btn.btn-inverse:hover {
  background-color: #1f1f1f;
  color: #ffffff;
}
.btn.btn-white,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover {
  background-color: #ffffff;
  color: #1f1f1f;
}
.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  border-color: #337ab7;
  background-color: transparent;
  color: #337ab7;
}
.btn.btn-primary:hover,
.btn.btn-primary:active:hover,
.btn.btn-primary:focus:hover {
  background-color: #337ab7;
  color: #ffffff;
}
.btn.btn-warning,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  border-color: #f0ad4e;
  background-color: transparent;
  color: #f0ad4e;
}
.btn.btn-warning:hover,
.btn.btn-warning:active:hover,
.btn.btn-warning:focus:hover {
  background-color: #f0ad4e;
  color: #ffffff;
}
.btn.btn-danger,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  border-color: #d9534f;
  background-color: transparent;
  color: #d9534f;
}
.btn.btn-danger:hover,
.btn.btn-danger:active:hover,
.btn.btn-danger:focus:hover {
  background-color: #d9534f;
  color: #ffffff;
}
.btn.btn-info,
.btn.btn-info:active,
.btn.btn-info:focus {
  border-color: #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}
.btn.btn-info:hover,
.btn.btn-info:active:hover,
.btn.btn-info:focus:hover {
  background-color: #5bc0de;
  color: #ffffff;
}
.btn.btn-success,
.btn.btn-success:active,
.btn.btn-success:focus {
  border-color: #5cb85c;
  background-color: transparent;
  color: #5cb85c;
}
.btn.btn-success:hover,
.btn.btn-success:active:hover,
.btn.btn-success:focus:hover {
  background-color: #5cb85c;
  color: #ffffff;
}
.btn.btn-primaryBG,
.btn.btn-primaryBG:active,
.btn.btn-primaryBG:focus,
.btn.btn-primaryBG:hover {
  background-color: #337ab7;
  color: #ffffff;
}
.btn.btn-warningBG,
.btn.btn-warningBG:active,
.btn.btn-warningBG:focus,
.btn.btn-warningBG:hover {
  background-color: #f0ad4e;
  color: #ffffff;
}
.btn.btn-dangerBG,
.btn.btn-dangerBG:active,
.btn.btn-dangerBG:focus,
.btn.btn-dangerBG:hover {
  background-color: #d9534f;
  color: #ffffff;
}
.btn.btn-infoBG,
.btn.btn-infoBG:active,
.btn.btn-infoBG:focus,
.btn.btn-infoBG:hover {
  background-color: #5bc0de;
  color: #ffffff;
}
.btn.btn-successBG,
.btn.btn-successBG:active,
.btn.btn-successBG:focus,
.btn.btn-successBG:hover {
  background-color: #5cb85c;
  color: #ffffff;
}
.ct-scrollUpButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  color: #1f1f1f;
  background: #fff;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  z-index: 9000;
}
.ct-scrollUpButton.is-active {
  opacity: 1;
  visibility: visible;
}
.ct-scrollUpButton:focus,
.ct-scrollUpButton:active {
  color: #1f1f1f;
}
.ct-scrollUpButton:hover {
  background-color: #1f1f1f;
  color: #ffffff;
}
@media (max-width: 479px) {
  .ct-scrollUpButton {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
/* icon-replace-bottom */
.ct-hover--icon-replace-bottom i,
.ct-hover--icon-replace-bottom span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-hover--icon-replace-bottom:hover i,
.ct-hover--icon-replace-bottom:focus i,
.ct-hover--icon-replace-bottom:active i {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: inherit;
  font-size: inherit;
  height: 20px;
}
.ct-hover--icon-replace-bottom:hover span,
.ct-hover--icon-replace-bottom:focus span,
.ct-hover--icon-replace-bottom:active span {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.ct-hover--icon-replace-bottom i {
  font-family: fontawesome;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: -200%;
}
.ct-hover--icon-replace-bottom span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* icon-replace-left */
.ct-hover--icon-replace-left i,
.ct-hover--icon-replace-left span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-hover--icon-replace-left:hover i,
.ct-hover--icon-replace-left:focus i,
.ct-hover--icon-replace-left:active i {
  left: 0;
}
.ct-hover--icon-replace-left:hover span,
.ct-hover--icon-replace-left:focus span,
.ct-hover--icon-replace-left:active span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.ct-hover--icon-replace-left i {
  font-family: fontawesome;
  position: absolute;
  line-height: inherit;
  font-size: inherit;
  width: 100%;
  left: -200%;
  right: 0;
  margin: auto;
}
.ct-hover--icon-replace-left span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* icon-replace-right */
.ct-hover--icon-replace-right i,
.ct-hover--icon-replace-right span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-hover--icon-replace-right:hover i,
.ct-hover--icon-replace-right:focus i,
.ct-hover--icon-replace-right:active i {
  right: 0;
}
.ct-hover--icon-replace-right:hover span,
.ct-hover--icon-replace-right:focus span,
.ct-hover--icon-replace-right:active span {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ct-hover--icon-replace-right i {
  font-family: fontawesome;
  position: absolute;
  line-height: inherit;
  font-size: inherit;
  width: 100%;
  right: -200%;
}
.ct-hover--icon-replace-right span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* icon-replace-top */
.ct-hover--icon-replace-top {
  position: relative;
  overflow: hidden;
}
.ct-hover--icon-replace-top i,
.ct-hover--icon-replace-top span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-hover--icon-replace-top:hover i,
.ct-hover--icon-replace-top:focus i,
.ct-hover--icon-replace-top:active i {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: inherit;
  font-size: inherit;
  height: 20px;
}
.ct-hover--icon-replace-top:hover span,
.ct-hover--icon-replace-top:focus span,
.ct-hover--icon-replace-top:active span {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.ct-hover--icon-replace-top i {
  font-family: fontawesome;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: -200%;
}
.ct-hover--icon-replace-top span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.table thead {
  background: #1f1f1f;
  color: #fff;
}
.ct-accordionTable > thead {
  background: transparent;
  color: #1f1f1f;
}
.ct-accordionTable > tbody > tr > td {
  border: none;
  font-style: italic;
}
/* 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;
}
.progress {
  box-shadow: none !important;
  height: 10px;
  position: relative;
  overflow: visible;
  border-radius: 0;
}
.progress .progress-bar {
  border-radius: 0;
  background-color: #1f1f1f;
}
.ct-progressBar {
  margin-bottom: 30px;
}
.ct-progressBar-name {
  background-color: transparent;
  padding: 0;
  margin: 0;
  letter-spacing: 0.250em;
  text-transform: uppercase;
  font-size: 0.857rem;
  padding-bottom: 1.667em;
  font-weight: bold;
}
.ct-progressBar--inverse .progress-bar {
  background-color: #fff;
}
.ct-progressBar--inverse .ct-progressBar-name {
  color: #fff;
}
.ct-progressBar--inverse .progress {
  background: #333333;
}
.panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel {
  border: none;
}
.panel-group .panel > .panel-heading {
  background-color: transparent;
  border: none;
}
.panel-group > .panel > .panel-collapse > .panel-body {
  border-top: none;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 2.857rem 3.929rem;
  color: #555555;
}
.panel-group > .panel > .panel-collapse > .panel-body p {
  font-style: italic;
}
.panel-heading {
  padding: 0;
  border: 1px solid #eeeeee;
  margin-top: 0;
}
.panel-title {
  font-size: 14px;
  text-transform: capitalize;
  font-style: italic;
  font-weight: bold;
}
.panel-title > a {
  display: block;
  padding: 13px 20px 13px 60px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.panel-title > a:before {
  font-family: fontawesome;
  left: 0;
  top: 0;
  content: "\f068";
  position: absolute;
  width: 46px;
  height: 46px;
  font-size: 12px;
  line-height: 46px;
  text-align: center;
  color: #1f1f1f;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  border-right: 1px solid #eeeeee;
}
.panel-title > a.collapsed:before {
  content: "\f067";
}
@media (max-width: 767px) {
  .panel-title > a:before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    background-color: #fff;
  }
}
.panel-default .panel-title > a {
  border-color: #eeeeee;
  background-color: transparent;
  color: #1f1f1f;
}
.panel-default .panel-title > a.collapsed {
  border-color: #eeeeee;
  background-color: transparent;
  color: #1f1f1f;
}
.panel-gray .panel-heading {
  margin-top: 15px;
}
.panel-gray .panel-body {
  border-bottom: 1px solid #eeeeee;
}
.panel-gray .panel-title > a {
  border-color: #1f1f1f;
  background-color: #1f1f1f;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
  font-weight: lighter;
}
.panel-gray .panel-title > a:before {
  border-color: transparent;
  color: #fff !important;
}
@media (max-width: 767px) {
  .panel-gray .panel-title > a:before {
    color: #1f1f1f !important;
    border: 1px solid #eee;
  }
}
.panel-gray .panel-title > a.collapsed {
  border-color: #eeeeee;
  background-color: #eeeeee;
  color: #1f1f1f;
}
.panel-gray .panel-title > a.collapsed:before {
  color: #1f1f1f !important;
}
.panel-primary .panel-title > a {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.panel-success .panel-title > a {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: #ffffff;
}
.panel-warning .panel-title > a {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #ffffff;
}
.panel-danger .panel-title > a {
  border-color: #d9534f;
  background-color: #d9534f;
  color: #ffffff;
}
.panel-info .panel-title > a {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: #ffffff;
}
.panel-motive .panel-title > a {
  border-color: #1f1f1f;
  background-color: #1f1f1f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .panel-group .panel-body {
    margin-left: 0px;
  }
  .panel-title > a {
    padding: 20px 20px 20px 20px;
  }
  .panel-title > a:before {
    color: #222222;
    left: 50%;
    margin-left: -15px;
    top: -15px;
  }
}
.ct-fw-300 {
  font-weight: 300 !important;
}
.ct-fw-400 {
  font-weight: 400 !important;
}
.ct-fw-500 {
  font-weight: 500 !important;
}
.ct-fw-600 {
  font-weight: 600 !important;
}
.ct-fw-700 {
  font-weight: 700 !important;
}
.ct-fw-800 {
  font-weight: 800 !important;
}
.ct-fw-900 {
  font-weight: 900 !important;
}
.ct-fs-i {
  font-style: italic !important;
}
.ct-fs-n {
  font-style: normal !important;
}
.ct-u-size12 {
  font-size: 12px !important;
}
.ct-u-size14 {
  font-size: 14px !important;
}
.ct-u-size16 {
  font-size: 16px !important;
}
.ct-u-size17 {
  font-size: 17px !important;
}
.ct-u-size18 {
  font-size: 18px !important;
}
.ct-u-size20 {
  font-size: 20px !important;
}
.ct-u-size22 {
  font-size: 22px !important;
}
.ct-u-size24 {
  font-size: 24px !important;
}
.ct-u-size26 {
  font-size: 26px !important;
}
.ct-u-size28 {
  font-size: 28px !important;
}
.ct-u-size30 {
  font-size: 30px !important;
}
.ct-u-size34 {
  font-size: 34px !important;
}
.ct-u-size40 {
  font-size: 40px !important;
}
.ct-u-size50 {
  font-size: 50px !important;
}
.ct-u-size56 {
  font-size: 56px !important;
}
.ct-u-size60 {
  font-size: 60px !important;
}
.ct-u-size70 {
  font-size: 70px !important;
}
.ct-u-size80 {
  font-size: 80px !important;
}
.ct-u-size90 {
  font-size: 90px !important;
}
.ct-u-lineHeight1 {
  line-height: 1;
}
.ct-u-lineHeight17 {
  line-height: 1.7;
}
.ct-u-lineThrough {
  text-decoration: line-through;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.ct-u-cabin {
  font-family: 'Cabin', sans-serif !important;
}
.ct-u-playfair {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: normal;
}
.ct-u-ls-1 {
  letter-spacing: 1px;
}
.ct-u-ls-2 {
  letter-spacing: 2px;
}
.ct-u-ls-5 {
  letter-spacing: 5px;
}
.ct-u-ls-7 {
  letter-spacing: 7px;
}
.ct-u-ls-10 {
  letter-spacing: 10px;
}
@media (max-width: 479px) {
  .ct-u-ls--xs0 {
    letter-spacing: normal;
  }
}
.ct-u-z-index1 {
  z-index: 1000 !important;
}
.ct-u-z-index2 {
  z-index: 2000 !important;
}
.ct-u-z-index3 {
  z-index: 3000 !important;
}
.ct-u-z-index4 {
  z-index: 4000 !important;
}
.ct-u-z-index5 {
  z-index: 5000 !important;
}
.ct-u-z-index6 {
  z-index: 6000 !important;
}
.ct-u-z-index7 {
  z-index: 7000 !important;
}
.ct-u-z-index8 {
  z-index: 8000 !important;
}
.ct-u-z-index9 {
  z-index: 9000 !important;
}
.ct-u-displayInline {
  display: inline !important;
}
.ct-u-displayBlock {
  display: block !important;
}
.ct-u-displayTable {
  display: table;
  width: 100%;
}
.ct-u-displayTableRow {
  display: table-row !important;
}
.ct-u-displayTableCell {
  display: table-cell !important;
}
.ct-u-displayTableVertical {
  height: 100%;
  display: table;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
  display: table-cell;
}
.ct-u-visibilityHidden {
  visibility: hidden;
}
.ct-u-positionFixed {
  position: fixed;
}
.ct-u-positionAbsolute {
  position: absolute;
}
.ct-u-positionRelative {
  position: relative;
}
@media (min-width: 768px) {
  .ct-u-textRight {
    text-align: right !important;
  }
  .ct-u-textCenter {
    text-align: center !important;
  }
  .ct-u-textLeft {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .ct-u-textRight,
  .ct-u-textCenter,
  .ct-u-textLeft {
    text-align: center;
  }
  .ct-u-textRight.ct-u-hr:after,
  .ct-u-textCenter.ct-u-hr:after,
  .ct-u-textLeft.ct-u-hr:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.ct-u-paddingBoth0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ct-u-paddingTop0 {
  padding-top: 0 !important;
}
.ct-u-paddingBottom0 {
  padding-bottom: 0 !important;
}
.ct-u-paddingBoth5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ct-u-paddingTop5 {
  padding-top: 5px !important;
}
.ct-u-paddingBottom5 {
  padding-bottom: 5px !important;
}
.ct-u-paddingBoth10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ct-u-paddingTop10 {
  padding-top: 10px !important;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px !important;
}
.ct-u-paddingBoth12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.ct-u-paddingTop12 {
  padding-top: 12px !important;
}
.ct-u-paddingBottom12 {
  padding-bottom: 15px !important;
}
.ct-u-paddingBoth15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ct-u-paddingTop15 {
  padding-top: 15px !important;
}
.ct-u-paddingBottom15 {
  padding-bottom: 15px !important;
}
.ct-u-paddingBoth20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ct-u-paddingTop20 {
  padding-top: 20px !important;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px !important;
}
.ct-u-paddingBoth30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ct-u-paddingTop30 {
  padding-top: 30px !important;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px !important;
}
.ct-u-paddingBoth40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ct-u-paddingTop40 {
  padding-top: 40px !important;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px !important;
}
.ct-u-paddingBoth50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ct-u-paddingTop50 {
  padding-top: 50px !important;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px !important;
}
.ct-u-paddingBoth60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.ct-u-paddingTop60 {
  padding-top: 60px !important;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px !important;
}
.ct-u-paddingBoth70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.ct-u-paddingTop70 {
  padding-top: 70px !important;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px !important;
}
.ct-u-paddingBoth80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.ct-u-paddingTop80 {
  padding-top: 80px !important;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px !important;
}
.ct-u-paddingBoth90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.ct-u-paddingTop90 {
  padding-top: 90px !important;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px !important;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingBoth200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ct-u-paddingTop200 {
  padding-top: 200px;
}
.ct-u-paddingBottom200 {
  padding-bottom: 200px;
}
.ct-u-clearPadding {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .ct-u-paddingBoth200,
  .ct-u-paddingBoth150,
  .ct-u-paddingBoth100 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .ct-u-paddingBoth90,
  .ct-u-paddingBoth80,
  .ct-u-paddingBoth70,
  .ct-u-paddingBoth60 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ct-u-paddingTop200,
  .ct-u-paddingTop150,
  .ct-u-paddingTop100 {
    padding-top: 70px !important;
  }
  .ct-u-paddingTop90,
  .ct-u-paddingTop80,
  .ct-u-paddingTop70,
  .ct-u-paddingTop60 {
    padding-top: 45px !important;
  }
  .ct-u-paddingBottom200,
  .ct-u-paddingBottom150,
  .ct-u-paddingBottom100 {
    padding-bottom: 70px !important;
  }
  .ct-u-paddingBottom90,
  .ct-u-paddingBottom80,
  .ct-u-paddingBottom70,
  .ct-u-paddingBottom60 {
    padding-bottom: 45px !important;
  }
}
.ct-u-marginBoth0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ct-u-marginTop0 {
  margin-top: 0 !important;
}
.ct-u-marginBottom0 {
  margin-bottom: 0 !important;
}
.ct-u-marginBoth10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ct-u-marginTop10 {
  margin-top: 10px !important;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px !important;
}
.ct-u-marginBoth15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.ct-u-marginTop15 {
  margin-top: 15px !important;
}
.ct-u-marginBottom15 {
  margin-bottom: 15px !important;
}
.ct-u-marginBoth20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.ct-u-marginTop20 {
  margin-top: 20px !important;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px !important;
}
.ct-u-marginBoth30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ct-u-marginTop30 {
  margin-top: 30px !important;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px !important;
}
.ct-u-marginBoth40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ct-u-marginTop40 {
  margin-top: 40px !important;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px !important;
}
.ct-u-marginBoth50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ct-u-marginTop50 {
  margin-top: 50px !important;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px !important;
}
.ct-u-marginBoth60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.ct-u-marginTop60 {
  margin-top: 60px !important;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px !important;
}
.ct-u-marginBoth70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.ct-u-marginTop70 {
  margin-top: 70px !important;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px !important;
}
.ct-u-marginBoth80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.ct-u-marginTop80 {
  margin-top: 80px !important;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px !important;
}
.ct-u-marginRight80 {
  margin-right: 80px !important;
}
.ct-u-marginLeft80 {
  margin-left: 80px !important;
}
.ct-u-marginBoth90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.ct-u-marginTop90 {
  margin-top: 90px !important;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px !important;
}
.ct-u-marginBoth100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.ct-u-marginTop100 {
  margin-top: 100px !important;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px !important;
}
.ct-u-marginBoth150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.ct-u-marginTop150 {
  margin-top: 150px !important;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px !important;
}
.ct-u-marginAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ct-u-marginLeft-15 {
  margin-left: -15px !important;
}
.ct-u-marginRight-15 {
  margin-right: -15px !important;
}
@media (max-width: 767px) {
  .ct-u-marginBoth150,
  .ct-u-marginBoth100 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .ct-u-marginBoth90,
  .ct-u-marginBoth80,
  .ct-u-marginBoth70,
  .ct-u-marginBoth60 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .ct-u-marginTop150,
  .ct-u-marginTop100 {
    margin-top: 70px !important;
  }
  .ct-u-marginTop90,
  .ct-u-marginTop80,
  .ct-u-marginTop70,
  .ct-u-marginTop60 {
    margin-top: 45px !important;
  }
  .ct-u-marginBottom150,
  .ct-u-marginBottom100 {
    margin-bottom: 70px !important;
  }
  .ct-u-marginBottom90,
  .ct-u-marginBottom80,
  .ct-u-marginBottom70,
  .ct-u-marginBottom60 {
    margin-bottom: 45px !important;
  }
  .ct-u-paddingClearSM {
    padding: 0 !important;
  }
}
.ct-u-colorWhite,
.ct-u-colorWhite:hover,
.ct-u-colorWhite:focus {
  color: #ffffff !important;
}
.ct-u-colorLightGray,
.ct-u-colorLightGray:hover,
.ct-u-colorLightGray:focus {
  color: #eeeeee !important;
}
.ct-u-colorGray,
.ct-u-colorGray:hover,
.ct-u-colorGray:focus {
  color: #dddddd !important;
}
.ct-u-colorDarkGray,
.ct-u-colorDarkGray:hover,
.ct-u-colorDarkGray:focus {
  color: #aaaaaa !important;
}
.ct-u-colorDarkerGray,
.ct-u-colorDarkerGray:hover,
.ct-u-colorDarkerGray:focus {
  color: #666666 !important;
}
.ct-u-colorPrimary {
  color: #337ab7;
}
.ct-u-colorInfo {
  color: #5bc0de;
}
.ct-u-colorWarning {
  color: #f0ad4e;
}
.ct-u-colorDanger {
  color: #d9534f;
}
.ct-u-borderAll {
  border: 1px solid #dddddd !important;
}
.ct-u-borderBoth {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd !important;
}
.ct-u-borderTop {
  border-top: 1px solid #dddddd !important;
}
.ct-u-borderBottom {
  border-bottom: 1px solid #dddddd !important;
}
.ct-u-borderLeft {
  border-left: 1px solid #dddddd !important;
}
.ct-u-borderRight {
  border-right: 1px solid #dddddd !important;
}
.ct-u-borderAllDark {
  border: 1px solid #333 !important;
}
.ct-u-borderBothDark {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333 !important;
}
.ct-u-borderTopDark {
  border-top: 1px solid #333 !important;
}
.ct-u-borderBottomDark {
  border-bottom: 1px solid #333 !important;
}
.ct-u-borderLeftDark {
  border-left: 1px solid #333 !important;
}
.ct-u-borderRightDark {
  border-right: 1px solid #333 !important;
}
.ct-u-borderAllDark {
  border: 1px solid #333 !important;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorWhite.ct-u-hr:after {
  background-color: #ffffff !important;
}
.ct-u-hr.ct-u-hr--left,
.ct-u-hr.ct-u-hr--right,
.ct-u-hr.ct-u-hr--mid,
.ct-u-hr.ct-u-hr--wide {
  padding-bottom: 25px;
  position: relative;
}
.ct-u-hr.ct-u-hr--left:after,
.ct-u-hr.ct-u-hr--right:after,
.ct-u-hr.ct-u-hr--mid:after,
.ct-u-hr.ct-u-hr--wide:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #1f1f1f;
}
.ct-u-hr.ct-u-hr--left:after {
  left: 0;
}
.ct-u-hr.ct-u-hr--right:after {
  right: 0;
}
.ct-u-hr.ct-u-hr--mid:after {
  left: 0;
  right: 0;
  margin: auto;
}
.ct-u-hr.ct-u-hr--wide:after {
  left: 0;
  right: 0;
  margin: auto;
  width: 55%;
}
.ct-u-textInverse {
  background-color: #ffffff;
  color: #1f1f1f;
  -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-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: url(../../assets/images/loader.svg);
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.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;
}
.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;
}
.ct-sidebar {
  background-color: #f9f9f9;
  padding-left: 30px;
  padding-bottom: 50px;
}
.ct-sidebar:before,
.ct-sidebar:after {
  content: "";
  background-color: #f9f9f9;
  position: absolute;
  width: 9999px;
}
.ct-sidebar:before {
  top: 0;
  left: 100%;
  bottom: 0;
}
.ct-sidebar:after {
  top: 100%;
  left: 0;
  height: 9999px;
}
@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;
  }
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #f3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden !important;
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="color"] {
  background-color: #1f1f1f;
  display: table;
}
.ct-mediaSection[data-type="color"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] {
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  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;
  display: table;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -575px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  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);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-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);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.ct-textBox {
  padding-right: 30px;
}
.ct-textBox h5 {
  text-transform: uppercase;
  padding-bottom: 24px;
  letter-spacing: 3px;
}
.ct-textBox h5 small {
  font-size: 0.857rem;
}
.ct-textBox .ct-iconBox-header {
  margin-top: 18px;
  margin-bottom: 30px;
}
.ct-textBox p {
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 1.25px;
  color: #666;
}
@media (max-width: 767px) {
  .ct-textBox {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ct-textBox .ct-u-hr:after {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.ct-iconBox--type1,
.ct-iconBox--type2,
.ct-iconBox--type2r,
.ct-iconBox--type3,
.ct-iconBox--type4,
.ct-iconBox--type5,
.ct-iconBox--type6,
.ct-iconBox--type7 {
  padding: 3.571rem 0;
}
.ct-iconBox--type1 p,
.ct-iconBox--type2 p,
.ct-iconBox--type2r p,
.ct-iconBox--type3 p,
.ct-iconBox--type4 p,
.ct-iconBox--type5 p,
.ct-iconBox--type6 p,
.ct-iconBox--type7 p {
  opacity: 0.9;
  font-style: italic;
}
@media (max-width: 767px) {
  .ct-iconBox--type1,
  .ct-iconBox--type2,
  .ct-iconBox--type2r,
  .ct-iconBox--type3,
  .ct-iconBox--type4,
  .ct-iconBox--type5,
  .ct-iconBox--type6,
  .ct-iconBox--type7 {
    text-align: center;
  }
}
.ct-iconBox--type1 .ct-u-hr:after,
.ct-iconBox--type2 .ct-u-hr:after,
.ct-iconBox--type2r .ct-u-hr:after,
.ct-iconBox--type3 .ct-u-hr:after,
.ct-iconBox--type5 .ct-u-hr:after {
  display: none;
}
.ct-iconBox--type1 .ct-iconBox-icon {
  font-size: 2.143rem;
  padding-bottom: 0.882rem;
}
.ct-iconBox--type1 .ct-iconBox-header {
  font-size: 1.429rem;
  margin-bottom: 1.471em;
}
.ct-iconBox--type1 p {
  line-height: 1.6;
  color: #666666;
}
.ct-iconBox--type2r .ct-iconBox-icon {
  float: right;
  padding-right: 0;
  padding-left: 1.667em;
}
.ct-iconBox--type2 .ct-iconBox-icon,
.ct-iconBox--type2r .ct-iconBox-icon {
  font-size: 1.45rem;
  padding-bottom: 0;
  float: left;
  padding-right: 1.667em;
}
.ct-iconBox--type2 .ct-iconBox-header,
.ct-iconBox--type2r .ct-iconBox-header {
  margin-top: 2px;
  padding-bottom: 1em;
  font-size: 1.45rem;
}
@media (max-width: 767px) {
  .ct-iconBox--type2 .ct-iconBox-icon,
  .ct-iconBox--type2r .ct-iconBox-icon {
    float: none;
    padding-right: 0;
    padding-bottom: 0.882rem;
  }
}
.ct-iconBox--type3 {
  text-align: center;
}
.ct-iconBox--type3 .ct-iconBox-icon {
  font-size: 2.429rem;
}
.ct-iconBox--type3 .ct-iconBox-header {
  position: relative;
  padding-bottom: 1.167em;
  margin-bottom: 1em;
  font-size: 1.625rem;
}
.ct-iconBox--type3 .ct-iconBox-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #1f1f1f;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ct-iconBox--type3 p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.ct-iconBox--type4 {
  text-align: center;
}
.ct-iconBox--type4 .ct-iconBox-icon {
  padding-bottom: 2.500em;
  margin-bottom: 0.875em;
  font-size: 2.857rem;
}
.ct-iconBox--type4 .ct-iconBox-header {
  padding-bottom: 0.667em;
  font-size: 1em;
  text-transform: uppercase;
}
.ct-iconBox--type5 {
  text-align: center;
}
.ct-iconBox--type5 .ct-iconBox-icon {
  height: 4.063em;
  width: 4.063em;
  line-height: 4.000em;
  font-size: 2.286rem;
  margin-bottom: 0.938em;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-iconBox--type5 .ct-iconBox-header {
  font-size: 1.143rem;
}
.ct-iconBox--type5:hover .ct-iconBox-icon {
  background: #1f1f1f;
  color: #ffffff;
  border-color: #1f1f1f;
}
.ct-iconBox--type6,
.ct-iconBox--type7 {
  text-align: center;
}
.ct-iconBox--type6 p,
.ct-iconBox--type7 p {
  font-style: normal;
}
.ct-iconBox--type6 .ct-iconBox-icon,
.ct-iconBox--type7 .ct-iconBox-icon {
  padding-bottom: 2.143rem;
}
.ct-iconBox--type6 .ct-iconBox-icon i,
.ct-iconBox--type7 .ct-iconBox-icon i {
  position: relative;
  font-size: 1.429rem;
  padding: 1.250em;
  border: 2px solid #ffffff;
}
.ct-iconBox--type6 .ct-iconBox-icon i,
.ct-iconBox--type7 .ct-iconBox-icon i,
.ct-iconBox--type6 .ct-iconBox-icon.ct-u-hr:after,
.ct-iconBox--type7 .ct-iconBox-icon.ct-u-hr:after {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-iconBox--type6 .ct-iconBox-header,
.ct-iconBox--type7 .ct-iconBox-header {
  padding-top: 0.500em;
  padding-bottom: 0.333em;
}
.ct-iconBox--type6 .ct-iconBox-counter small,
.ct-iconBox--type7 .ct-iconBox-counter small {
  font-size: 0.857rem;
  font-weight: 500;
  letter-spacing: 0.250em;
  text-transform: uppercase;
}
.ct-iconBox--type6 .ct-iconBox-counter span,
.ct-iconBox--type7 .ct-iconBox-counter span {
  font-size: 3.429em;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 767px) {
  .ct-iconBox--type6,
  .ct-iconBox--type7 {
    padding: 1.5em 0;
  }
}
.ct-iconBox--type6:hover .ct-iconBox-icon i {
  border-color: #1f1f1f;
  background-color: #1f1f1f;
  color: #ffffff;
}
.ct-iconBox--type6:hover .ct-iconBox-icon.ct-u-hr:after {
  width: 55%;
}
.ct-iconBox--type7 .ct-iconBox-icon {
  padding-bottom: 45px;
}
.ct-iconBox--type7 .ct-iconBox-icon i {
  z-index: 2;
}
.ct-iconBox--type7 .ct-iconBox-icon i:after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeeee;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-iconBox--type7 .ct-iconBox-counter {
  font-style: normal;
}
.ct-iconBox--type7:hover .ct-iconBox-icon i {
  color: #ffffff;
}
.ct-iconBox--type7:hover .ct-iconBox-icon i:after {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.ct-iconBox--special {
  width: 100%;
  padding-top: 100%;
  text-align: center;
  background-color: #1f1f1f;
}
.ct-iconBox--special .ct-iconBox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-iconBox--special .ct-iconBox-inner .ct-u-displayTable {
  height: 100%;
}
.ct-iconBox--special .ct-iconBox-inner .ct-u-displayTable .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-iconBox--special .ct-iconBox-inner i {
  font-size: 2em;
  color: #ffffff;
}
.ct-iconBox--special .ct-iconBox-inner p {
  color: #777777;
}
.ct-iconBox-borderedWrapper > div {
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .ct-iconBox-borderedWrapper > div {
    border-bottom: none;
    border-right: 1px solid #dddddd;
  }
  .ct-iconBox-borderedWrapper > div:last-child {
    border-right: none;
  }
}
.ct-articleBox {
  margin-bottom: 50px;
}
.ct-articleBox-media {
  position: relative;
  width: 100%;
  height: 100%;
}
.ct-articleBox-media img {
  background-color: #1f1f1f;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-articleBox-media--image {
  background-color: #1f1f1f;
}
.ct-articleBox-media--image:before {
  content: "\f002";
  position: absolute;
  font-family: fontawesome;
  z-index: 2;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #1f1f1f;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-articleBox-media--image:hover img {
  opacity: 0.5;
}
.ct-articleBox-media--image:hover:before {
  opacity: 1;
}
.ct-articleBox-media--text,
.ct-articleBox-media--textDark,
.ct-articleBox-media--textBorder {
  width: 100%;
  text-align: center;
  background-color: #eeeeee;
}
.ct-articleBox-media--text .ct-articleBox-media-inner,
.ct-articleBox-media--textDark .ct-articleBox-media-inner,
.ct-articleBox-media--textBorder .ct-articleBox-media-inner {
  padding: 1.5em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-articleBox-media--text .ct-articleBox-media-inner .ct-u-displayTable,
.ct-articleBox-media--textDark .ct-articleBox-media-inner .ct-u-displayTable,
.ct-articleBox-media--textBorder .ct-articleBox-media-inner .ct-u-displayTable {
  height: 100%;
}
.ct-articleBox-media--text .ct-articleBox-media-inner .ct-u-displayTable .ct-u-displayTableCell,
.ct-articleBox-media--textDark .ct-articleBox-media-inner .ct-u-displayTable .ct-u-displayTableCell,
.ct-articleBox-media--textBorder .ct-articleBox-media-inner .ct-u-displayTable .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-articleBox-media--text .ct-articleBox-media-inner i,
.ct-articleBox-media--textDark .ct-articleBox-media-inner i,
.ct-articleBox-media--textBorder .ct-articleBox-media-inner i {
  font-size: 1.4em;
  padding-bottom: 0.5em;
  display: block;
}
.ct-articleBox-media--text .ct-articleBox-media-inner p,
.ct-articleBox-media--textDark .ct-articleBox-media-inner p,
.ct-articleBox-media--textBorder .ct-articleBox-media-inner p {
  font-family: 'Playfair Display', serif;
}
.ct-articleBox-media--textDark {
  background-color: #1f1f1f;
  color: #fff;
}
.ct-articleBox-media--textDark h1,
.ct-articleBox-media--textDark h2,
.ct-articleBox-media--textDark h3,
.ct-articleBox-media--textDark h4,
.ct-articleBox-media--textDark h5,
.ct-articleBox-media--textDark h6,
.ct-articleBox-media--textDark small {
  color: #fff;
}
.ct-articleBox-media--textWide {
  padding-top: 2em;
  padding-bottom: 2em;
}
.ct-articleBox-media--textWide h1,
.ct-articleBox-media--textWide h2,
.ct-articleBox-media--textWide h3,
.ct-articleBox-media--textWide h4,
.ct-articleBox-media--textWide h5,
.ct-articleBox-media--textWide h6,
.ct-articleBox-media--textWide small {
  max-width: 600px;
  margin: 0 auto;
}
.ct-articleBox-media--textWide small {
  margin-top: 5px;
}
.ct-articleBox-media--textBorder {
  background-color: #fff;
  border: 1px solid #1f1f1f;
}
.ct-articleBox-content {
  background-color: #ffffff;
  padding: 25px;
}
.ct-articleBox-content .ct-articleBox-header,
.ct-articleBox-content .ct-articleBox-text,
.ct-articleBox-content .ct-articleBox-header small {
  margin-top: 0;
  color: #1f1f1f;
}
.ct-articleBox-content .ct-articleBox-header.ct-u-hr:after,
.ct-articleBox-content .ct-articleBox-text.ct-u-hr:after,
.ct-articleBox-content .ct-articleBox-header small.ct-u-hr:after {
  background-color: #1f1f1f;
}
.ct-articleBox-content .ct-articleBox-text {
  font-style: italic;
  color: #666666;
  letter-spacing: 1px;
  padding-bottom: 1.429em;
}
.ct-articleBox-content .ct-articleBox-autor {
  color: #aaaaaa;
  font-size: 0.786rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ct-articleBox-content .ct-articleBox-header {
  font-family: 'Playfair Display', serif;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-bottom: 18px;
}
.ct-articleBox-content .ct-articleBox-header.ct-u-hr:after {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-articleBox-content .ct-articleBox-header:hover.ct-u-hr:after {
  width: 50%;
}
.ct-articleBox:hover a {
  text-decoration: none;
}
.ct-articleBox--type2 .ct-articleBox-header {
  margin-top: 0.6em;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
  letter-spacing: normal;
  font-size: 1.6em;
}
@media (min-width: 767px) {
  .ct-articleBox--type2 .ct-articleBox-media {
    float: left;
    width: 50%;
  }
  .ct-articleBox--type2 .ct-articleBox-content {
    float: right;
    width: 50%;
    padding-top: 0;
  }
}
.ct-js-blogMasonry-item .ct-articleBox {
  margin-bottom: 20px;
}
.ct-js-blogMasonry-item .ct-articleBox-media {
  margin-bottom: 25px;
}
.ct-js-blogMasonry-item .ct-articleBox-content {
  padding-top: 0;
}
.ct-personBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.ct-personBox img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}
.ct-personBox .ct-personBox-title {
  padding: 20px;
  text-align: center;
}
.ct-personBox .ct-personBox-title h5 {
  font-size: 18px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-personBox .ct-personBox-title h5 small {
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: 'Playfair Display', serif;
}
.ct-personBox .ct-personBox-img {
  position: relative;
}
.ct-personBox-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.ct-personBox-hover .ct-personBox-quote {
  display: table;
  height: 100%;
  left: 20px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-personBox-hover .ct-personBox-quote p {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
}
.ct-personBox-hover .ct-socials--type4 {
  position: absolute;
  bottom: 20px;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: auto;
  left: 0;
}
.ct-personBox-hover .ct-socials--type4 a {
  position: relative;
  left: -30px;
  opacity: 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-personBox:hover img {
  opacity: 0.35;
}
.ct-personBox:hover .ct-personBox-hover {
  opacity: 1;
}
.ct-personBox:hover .ct-personBox-hover .ct-personBox-quote {
  left: 0;
}
.ct-personBox:hover .ct-personBox-hover .ct-socials--type4 a {
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-personBox:hover .ct-personBox-hover .ct-socials--type4 a:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.ct-personBox:hover .ct-personBox-hover .ct-socials--type4 a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.ct-personBox:hover .ct-personBox-hover .ct-socials--type4 a:nth-child(3) {
  -webkit-transition-delay: 0;
  /* Safari */
  transition-delay: 0;
}
.ct-personBox:hover .ct-personBox-title h5 {
  opacity: 0;
}
.ct-pricingBox {
  text-align: center;
  border: 1px solid #1f1f1f;
  padding: 3.214rem;
  margin-bottom: 50px;
}
.ct-pricingBox-header {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.ct-pricingBox-number {
  position: relative;
  font-family: 'Cabin', sans-serif;
  margin: 0;
  font-size: 5.714rem;
}
.ct-pricingBox-number:before {
  content: "\f155";
  position: absolute;
  font-weight: bold;
  font-family: fontawesome;
  font-size: 1.5rem;
  top: 0.75em;
  left: -0.75em;
}
.ct-pricingBox-rating {
  list-style: none;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 0;
}
.ct-pricingBox-rating li {
  display: table-cell;
  padding: 1em 0.5em;
}
.ct-pricingBox-rating--hidden {
  visibility: hidden;
}
.ct-pricingBox .ct-list--italic {
  padding-top: 1rem;
  color: #666;
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
}
.ct-pricingBox--dark {
  background-color: #1f1f1f;
}
.ct-pricingBox--dark .ct-pricingBox-header,
.ct-pricingBox--dark .ct-pricingBox-number,
.ct-pricingBox--dark .ct-pricingBox-number:before,
.ct-pricingBox--dark .ct-list--italic,
.ct-pricingBox--dark .ct-pricingBox-rating li {
  color: #fff;
}
.ct-pricingBox--dark .ct-u-hr:after {
  background-color: #fff;
}
nav.navbar .navbar-nav .dropdown-menu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
nav.navbar .navbar-nav .dropdown-menu li a:hover {
  text-decoration: underline;
}
.navbar {
  z-index: 7000 !important;
  border: none;
  border-radius: 0;
  padding: 0 60px;
  margin-bottom: 0;
  width: 100%;
}
.navbar.ct-navbar--absolute {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.navbar .navbar-header {
  position: relative;
}
.navbar .navbar-nav {
  padding-right: 20px;
}
.navbar .navbar-nav > li a {
  padding: 60px 40px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar .navbar-nav > li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 45px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar .navbar-nav > li a:focus {
  background: none;
}
.navbar .navbar-nav > li.active a,
.navbar .navbar-nav > li.open a,
.navbar .navbar-nav > li a:hover,
.navbar .navbar-nav > li.active a:hover,
.navbar .navbar-nav > li.open a:hover,
.navbar .navbar-nav > li.open a:focus,
.navbar .navbar-nav > li.active a:focus {
  background-color: transparent;
  color: inherit;
}
.navbar .navbar-nav > li.dropdown > ul.dropdown-menu {
  display: none;
}
.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .navbar-nav > li.active a:after {
  width: 20px;
}
.navbar .navbar-nav > li a,
.navbar .navbar-nav > li.active a {
  text-transform: uppercase;
  font-size: 13px;
}
.navbar .navbar-nav > li a:hover:after,
.navbar .navbar-nav > li.active a:hover:after {
  width: 100%;
}
.navbar .navbar-nav > li.dropdown a {
  position: relative;
}
.navbar .navbar-nav > li.dropdown a:before {
  content: "";
  position: relative;
  margin-top: 7px;
  margin-left: 4px;
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  opacity: 0.8;
}
.navbar .navbar-nav .dropdown-menu {
  padding-bottom: 0;
  overflow: hidden;
}
.navbar .navbar-nav .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.navbar .navbar-nav .dropdown-menu li a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav .dropdown-menu li a:before {
  display: none;
}
.navbar .navbar-nav .dropdown-menu li a:after {
  bottom: 7.5px;
}
.navbar.ct-navbar--type1 .navbar-header a,
.navbar.ct-navbar--type2 .navbar-header a {
  line-height: 140px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1249px) {
  .navbar.ct-navbar--type1,
  .navbar.ct-navbar--type2 {
    padding: 0 20px;
  }
  .navbar.ct-navbar--type1 .navbar-nav,
  .navbar.ct-navbar--type2 .navbar-nav {
    width: 80%;
    margin: 0 auto;
    display: table;
    float: none;
    padding-left: 30px;
  }
  .navbar.ct-navbar--type1 .navbar-nav > li,
  .navbar.ct-navbar--type2 .navbar-nav > li {
    display: table-cell;
    float: none;
  }
  .navbar.ct-navbar--type1 .navbar-nav > li > a,
  .navbar.ct-navbar--type2 .navbar-nav > li > a {
    padding: 60px 0;
  }
}
.navbar.ct-navbar--type1 .navbar-nav {
  float: right;
}
.navbar.ct-navbar--type2 .navbar-nav {
  float: left;
}
.navbar.ct-navbar--type2 .navbar-header {
  float: right;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .navbar.ct-navbar--type2 .navbar-nav {
    padding-left: 0;
  }
  .navbar.ct-navbar--type2 .navbar-header {
    padding-right: 0;
  }
}
.navbar.ct-navbar--type3 {
  padding: 150px 60px 0 60px;
  text-align: center;
}
.navbar.ct-navbar--type3 .container-fluid {
  position: relative;
}
.navbar.ct-navbar--type3 .navbar-nav {
  border-top: 1px solid #eeeeee;
  width: 100%;
  margin: 0 auto;
  display: table;
  float: none;
  padding: 0;
}
.navbar.ct-navbar--type3 .navbar-nav > li {
  display: table-cell;
  float: none;
  width: 1%;
}
.navbar.ct-navbar--type3 .navbar-nav > li > a {
  padding: 45px 40px;
}
.navbar.ct-navbar--type3 .navbar-nav > li > a:after {
  bottom: 35px;
}
@media (max-width: 992px) {
  .navbar.ct-navbar--type3 .navbar-nav > li {
    width: auto;
  }
  .navbar.ct-navbar--type3 .navbar-nav > li > a {
    padding: 45px 0;
  }
}
.navbar.ct-navbar--type3 .navbar-header {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar.ct-navbar--small {
  position: absolute;
  width: 83.33333333333%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
}
.navbar.ct-navbar--small .navbar-header {
  margin-left: 44px;
}
.navbar.ct-navbar--small .navbar-header a {
  line-height: 100px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar.ct-navbar--small .navbar-nav > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar.ct-navbar--small .navbar-nav > li > a:after {
  bottom: 30px;
}
@media (max-width: 1199px) {
  .navbar.ct-navbar--small {
    padding: 0;
  }
  .navbar.ct-navbar--small .navbar-header {
    margin-left: 15px;
  }
  .navbar.ct-navbar--small .navbar-nav {
    width: 80%;
    margin: 0 auto;
    display: table;
    float: none;
    padding-left: 30px;
  }
  .navbar.ct-navbar--small .navbar-nav > li {
    display: table-cell;
    float: none;
  }
  .navbar.ct-navbar--small .navbar-nav > li a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .navbar.ct-navbar--small .navbar-nav {
    width: 70%;
    padding-left: 0;
    margin-left: 0;
    float: right;
  }
}
.navbar.ct-navbar--Top35 {
  top: 35px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
}
.ct-navbar-search {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ct-navbar-search .form-group,
.ct-navbar-search form {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.ct-navbar-search label {
  height: auto;
}
.ct-navbar-search .form-control {
  box-shadow: none !important;
  z-index: 9000;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 65px;
  font-size: 30px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: none;
  font-weight: 300;
  outline: none;
}
.ct-navbar-search .form-control::-webkit-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search .form-control:-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search .form-control::-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search .form-control:-ms-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search input,
.ct-navbar-search input:focus,
.ct-navbar-search input:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.ct-navbar-search .ct-navbar-search-button {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: 10000;
  height: 100%;
  width: auto;
  border: none;
  background-color: transparent;
  color: #1f1f1f;
  font-size: 22px;
  text-align: center;
}
.ct-navbar-search .ct-navbar-search-button i {
  display: inline;
}
.ct-navbar-search .ct-navbar-search-button:focus {
  outline: none;
}
.ct-navbar-navSearch:after {
  display: none;
}
.navbar-transparent {
  background: transparent;
  position: absolute;
  width: 100%;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-transparent .navbar-nav > li > a,
.navbar-inverse .navbar-nav li.active > a,
.navbar-transparent .navbar-nav li.active > a,
.navbar-inverse .navbar-nav li.dropdown:after,
.navbar-transparent .navbar-nav li.dropdown:after {
  color: #ffffff !important;
}
.navbar-inverse .navbar-nav > li > a:after,
.navbar-transparent .navbar-nav > li > a:after,
.navbar-inverse .navbar-nav li.active > a:after,
.navbar-transparent .navbar-nav li.active > a:after,
.navbar-inverse .navbar-nav li.dropdown:after:after,
.navbar-transparent .navbar-nav li.dropdown:after:after {
  background-color: #ffffff;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav li.active > a:hover,
.navbar-transparent .navbar-nav li.active > a:hover,
.navbar-inverse .navbar-nav li.dropdown:after:hover,
.navbar-transparent .navbar-nav li.dropdown:after:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover:after,
.navbar-transparent .navbar-nav > li > a:hover:after,
.navbar-inverse .navbar-nav li.active > a:hover:after,
.navbar-transparent .navbar-nav li.active > a:hover:after,
.navbar-inverse .navbar-nav li.dropdown:after:hover:after,
.navbar-transparent .navbar-nav li.dropdown:after:hover:after {
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > li.dropdown a:before,
.navbar-transparent .navbar-nav > li.dropdown a:before {
  border-color: #ffffff transparent transparent transparent;
}
.navbar-inverse #ct-navbar--logoDark,
.navbar-transparent #ct-navbar--logoDark {
  display: none;
  opacity: 0;
}
.navbar-inverse #ct-navbar--logoWhite,
.navbar-transparent #ct-navbar--logoWhite {
  display: initial;
  opacity: 1;
}
.navbar-inverse {
  background-color: #1f1f1f;
}
.navbar-default {
  background: #ffffff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav li.dropdown:after {
  color: #1f1f1f !important;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav li.dropdown:after:after {
  background-color: #1f1f1f;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav li.dropdown:after:hover {
  color: #1f1f1f;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li.active > a:hover:after,
.navbar-default .navbar-nav li.dropdown:after:hover:after {
  background-color: #1f1f1f;
}
.navbar-default .navbar-nav > li.dropdown a:before {
  border-color: #1f1f1f transparent transparent transparent;
}
.navbar-default #ct-navbar--logoWhite {
  display: none;
  opacity: 0;
}
.navbar-default #ct-navbar--logoDark {
  display: initial;
  opacity: 1;
}
body.ct-navbar--small nav.navbar,
.ct-navbar--stuck {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 15px -6px #fff;
}
body.ct-navbar--small nav.navbar .navbar-nav > li > a,
.ct-navbar--stuck .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.ct-navbar--small nav.navbar .navbar-nav > li > a:after,
.ct-navbar--stuck .navbar-nav > li > a:after {
  bottom: 15px;
}
body.ct-navbar--small nav.navbar .navbar-header > a,
.ct-navbar--stuck .navbar-header > a {
  line-height: 56px !important;
}
body.ct-navbar--small nav.navbar .navbar-header > a img,
.ct-navbar--stuck .navbar-header > a img {
  max-height: 60px;
}
body.ct-navbar--small nav.ct-navbar--type3,
.ct-navbar--stuck nav.ct-navbar--type3 {
  padding-top: 0;
  z-index: 2;
}
body.ct-navbar--small nav.ct-navbar--type3 .navbar-header,
.ct-navbar--stuck nav.ct-navbar--type3 .navbar-header {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  top: -100px !important;
  z-index: 1;
}
body.ct-navbar--small nav.ct-navbar--type3 .navbar-header a,
.ct-navbar--stuck nav.ct-navbar--type3 .navbar-header a {
  display: none;
}
body.ct-navbar--toInverse .navbar-inverse {
  background-color: #fff;
  padding: 10px 0;
}
body.ct-navbar--toInverse .navbar-inverse .navbar-nav > li > a,
body.ct-navbar--toInverse .navbar-inverse .navbar-nav li.active > a {
  color: #ffffff !important;
}
body.ct-navbar--toInverse .navbar-inverse .navbar-nav > li > a:after,
body.ct-navbar--toInverse .navbar-inverse .navbar-nav li.active > a:after {
  background-color: #ffffff;
}
body.ct-navbar--toInverse .navbar-inverse .navbar-nav > li > a:hover,
body.ct-navbar--toInverse .navbar-inverse .navbar-nav li.active > a:hover {
  color: #ffffff;
}
body.ct-navbar--toInverse .navbar-inverse .navbar-nav > li > a:hover:after,
body.ct-navbar--toInverse .navbar-inverse .navbar-nav li.active > a:hover:after {
  background-color: #ffffff;
}
body.ct-navbar--toInverse .navbar-inverse #ct-navbar--logoDark {
  display: none;
  opacity: 0;
}
body.ct-navbar--toInverse .navbar-inverse #ct-navbar--logoWhite {
  display: initial;
  opacity: 1;
}
.snapjs-left {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-left .ct-menuMobile {
  z-index: 1;
}
.ct-navbarMobile {
  text-align: center;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 9000;
  background-color: #ffffff;
}
.ct-navbarMobile.ct-navbarMobile--inverse {
  background-color: #1f1f1f;
  color: #ffffff;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0;
  line-height: 70px;
  margin: auto;
  left: 0;
  right: 0;
}
.ct-navbarMobile .navbar-brand img {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto;
}
.ct-navbarMobile .ct-navbar-navSearch {
  position: absolute;
  right: 23px;
  top: 25px;
}
.ct-navbarMobile .ct-navbar-search-button {
  right: 12px;
}
.ct-navbarMobile .ct-navbar-search .form-control:focus,
.ct-navbarMobile .ct-navbar-search .form-control--filled .form-control:focus {
  padding-left: 5px;
}
.ct-navbarMobile .ct-navbar-search .form-control {
  padding-left: 65px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.ct-menuMobile-toggle {
  position: fixed;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
  border-radius: 0;
  z-index: 8000;
}
.ct-menuMobile-toggle .icon-bar {
  background-color: #1f1f1f;
}
.ct-menuMobile-toggle.fixed {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .ct-menuMobile-toggle {
    display: none !important;
  }
}
.ct-menuMobile {
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
}
.ct-menuMobile .ct-menuMobile-navbar {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0px;
  text-align: center;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #ffffff;
  padding: 10px 20px;
  display: block;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
  outline: none !important;
}
.ct-menuMobile .ct-menuMobile-navbar li.active {
  background-color: #ffffff;
}
.ct-menuMobile .ct-menuMobile-navbar li.active a {
  color: #1f1f1f;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  position: relative;
  display: none;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease 0.2s ease-out;
  -moz-transition: all 0.2s ease 0.2s ease-out;
  -o-transition: all 0.2s ease 0.2s ease-out;
  transition: all 0.2s ease 0.2s ease-out;
  overflow: hidden;
  border: none;
  width: 100%;
  left: 0;
  border-radius: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a {
  color: #1f1f1f;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  display: block;
  margin: 0 0 10px 0;
  max-height: none;
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
.yamm .dropdown .yamm-fw {
  max-width: 1200px;
  width: 100%;
}
.yamm .dropdown .dropdown-menu {
  border-radius: 0;
  z-index: 99999;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #1f1f1f;
  box-shadow: none;
}
.yamm .dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  height: 12px;
  width: 100%;
}
.yamm .dropdown .dropdown-menu li a {
  color: #fff !important;
}
.yamm .dropdown .yamm-content .row {
  margin: 0;
}
.yamm .dropdown .yamm-content .row div {
  padding: 0;
  border-right: 1px solid #333;
}
.yamm .dropdown .yamm-content .row div:last-child {
  border-right: none;
}
.yamm .dropdown .yamm-content .ct-dropdownHeader {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 25px 0 20px 25px;
  border-left: 1px solid #333333;
}
.yamm .dropdown .yamm-content .ct-dropdownHeader small {
  color: #ffffff;
  text-transform: capitalize;
}
.yamm .dropdown .yamm-content .ct-dropdownHeader--info {
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px 0 20px 25px;
}
.yamm .dropdown .yamm-content ul {
  min-width: 200px;
  border-left: 1px solid #333333;
}
.yamm .dropdown .yamm-content ul:first-child {
  border-left: 0;
}
.yamm .dropdown .yamm-content ul li {
  padding: 10px 25px 10px 25px;
  border-bottom: 1px solid #333333;
}
.yamm .dropdown .yamm-content ul li a {
  padding: 1px;
  display: block;
  text-align: left;
}
.yamm .dropdown .yamm-content ul li a:after {
  display: none;
}
.yamm .dropdown .yamm-content ul li a:hover,
.yamm .dropdown .yamm-content ul li a:focus,
.yamm .dropdown .yamm-content ul li a:active {
  color: #ffffff;
}
.yamm .dropdown .yamm-content ul li:last-child {
  padding-right: 0;
}
.yamm .dropdown .yamm-content ul li:first-child {
  border-top: 1px solid #333333;
}
.yamm .yamm-small .dropdown-menu {
  margin-left: -180px;
}
body.ct-navbar--sidebarLeft .navbar-default,
body.ct-navbar--sidebarRight .navbar-default {
  box-shadow: 0 0 15px -6px #1f1f1f;
}
body.ct-navbar--sidebarLeft nav.navbar,
body.ct-navbar--sidebarRight nav.navbar {
  height: 100%;
  width: 213px;
  position: fixed;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-header,
body.ct-navbar--sidebarRight nav.navbar .navbar-header {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav {
  width: 100%;
  padding: 0;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li {
  float: none;
  position: relative;
  display: block;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li a,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li a {
  display: block;
  padding: 20px 0;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li a:after,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li a:after {
  bottom: 10px;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li a:hover:after,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li a:hover:after {
  width: 63%;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li.dropdown a:before,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li.dropdown a:before {
  display: none;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li.dropdown:after,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li.dropdown:after {
  content: "\f0d9";
  font-family: fontawesome;
  position: absolute;
  font-size: 0.8rem;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li.dropdown .dropdown-menu,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li.dropdown .dropdown-menu {
  padding-top: 215px;
  z-index: 1;
  display: block;
  visibility: hidden;
  left: -213px;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li.dropdown .dropdown-menu:before,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li.dropdown .dropdown-menu:before {
  content: '\f00d';
  font-family: fontawesome;
  color: #fff;
  border: 1px solid  #fff;
  position: absolute;
  left: 89px;
  top: 163px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li.dropdown .dropdown-menu:after,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li.dropdown .dropdown-menu:after {
  content: url(../images/demo-content/fancylogo2.png);
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav li.dropdown.open > .dropdown-menu,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav li.dropdown.open > .dropdown-menu {
  left: 0;
  z-index: 1;
  visibility: visible;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav .dropdown-menu,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav .dropdown-menu {
  margin-top: 0;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 213px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body.ct-navbar--sidebarLeft nav.navbar .navbar-nav .dropdown-menu > li > a:hover,
body.ct-navbar--sidebarRight nav.navbar .navbar-nav .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
body.ct-navbar--sidebarLeft nav.navbar .ct-navbar-search,
body.ct-navbar--sidebarRight nav.navbar .ct-navbar-search {
  width: 100%;
  height: 60px;
  position: relative;
  top: -60px;
}
body.ct-navbar--sidebarLeft nav.navbar .ct-navbar-search .ct-navbar-search-button,
body.ct-navbar--sidebarRight nav.navbar .ct-navbar-search .ct-navbar-search-button {
  right: 5px;
  font-size: 1rem;
}
body.ct-navbar--sidebarLeft nav.navbar .ct-navbar-search .form-control,
body.ct-navbar--sidebarRight nav.navbar .ct-navbar-search .form-control {
  font-size: 0.928rem;
  padding-left: 5px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  body.ct-navbar--sidebarLeft .ct-pageWrapper-inner {
    padding-left: 213px;
  }
  body.ct-navbar--sidebarLeft nav.navbar {
    left: 0;
  }
}
@media (min-width: 768px) {
  body.ct-navbar--sidebarRight .ct-pageWrapper-inner {
    padding-right: 213px;
  }
  body.ct-navbar--sidebarRight nav.navbar {
    right: 0;
    left: auto;
  }
  body.ct-navbar--sidebarRight nav.navbar .dropdown .dropdown-menu {
    right: -213px;
    left: auto !important;
  }
  body.ct-navbar--sidebarRight nav.navbar .dropdown.open .dropdown-menu {
    right: 0;
    left: auto !important;
  }
}
.ct-navbar--type4 {
  padding: 0;
}
.ct-navbar--type4 .ct-navLeft,
.ct-navbar--type4 .ct-navRight {
  width: 49%;
}
.ct-navbar--type4 .ct-navLeft {
  float: left;
  text-align: right;
  padding-right: 60px;
}
.ct-navbar--type4 .ct-navLeft .navbar-nav {
  float: right;
}
.ct-navbar--type4 .ct-navRight {
  float: right;
  text-align: left;
  padding-left: 60px;
}
.ct-navbar--type4 .navbar-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 130px;
  width: 130px;
}
.ct-navbar--type4 .navbar-header a {
  line-height: 140px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  .ct-navbar--type4 .navbar-nav > li > a {
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
}
.ct-dropdown.dropdown > .dropdown-menu {
  overflow: visible;
  padding: 0;
  margin: 0;
}
.ct-dropdown.dropdown > .dropdown-menu > li {
  position: relative;
  border-bottom: 1px solid #333;
}
.ct-dropdown.dropdown > .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.ct-dropdown.dropdown > .dropdown-menu > li.dropdown:before {
  content: "\f0d9";
  font-family: fontawesome;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.ct-dropdown.dropdown > .dropdown-menu > li a {
  padding: 12px 25px;
  color: #fff;
  margin: 0;
}
.ct-dropdown.dropdown > .dropdown-menu > li a:hover {
  background: transparent !important;
  text-decoration: underline;
}
.ct-dropdown.dropdown > .dropdown-menu > li > .dropdown-menu {
  margin-top: 0;
  right: 100%;
  left: auto;
  top: -1px;
  margin-right: 1px;
}
.ct-dropdown.dropdown > .dropdown-menu > li > .dropdown-menu li {
  border-bottom: 1px solid #333;
}
.ct-dropdown.dropdown > .dropdown-menu:before {
  content: "";
  z-index: 99999;
  position: absolute;
  width: 20px;
  right: -5px;
  left: auto;
  top: 0;
  height: 105%;
}
.ct-dropdownList .dropdown {
  position: relative;
  cursor: pointer;
}
.ct-dropdownList .dropdown .dropdown-menu {
  overflow: visible;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.ct-dropdownList .dropdown .dropdown-menu:before {
  content: "";
  z-index: 99999;
  position: absolute;
  width: 20px;
  right: -10px;
  top: 0;
  height: 105%;
}
.ct-dropdownList .dropdown .dropdown-menu li a {
  padding: 10px;
  margin: 0;
}
.ct-dropdownList .dropdown .dropdown-menu li a:hover {
  background-color: #ddd;
}
.ct-dropdownList .dropdown .dropdown-menu > .dropdown > .dropdown-menu {
  left: -103%;
  top: -1px;
  margin-right: 1px;
}
.ct-dropdownList .dropdown .dropdown-menu > .dropdown:hover > .dropdown-menu {
  display: block;
}
.ct-dropdownList .dropdown .dropdown-menu > .dropdown:before {
  content: "\f0d9";
  font-family: fontawesome;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1;
  color: #1f1f1f;
  z-index: 1;
}
.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;
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInUp;
  animation-name: 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;
}
.ct-footer {
  background-color: #1f1f1f;
  color: #ffffff;
}
.ct-footer h1,
.ct-footer h2,
.ct-footer h3,
.ct-footer h4,
.ct-footer h5,
.ct-footer small {
  color: #ffffff;
}
.ct-footer .ct-u-hr:after {
  background: #ffffff;
}
.ct-footer .ct-list li {
  color: #eeeeee;
}
.ct-footer .ct-list li a,
.ct-footer .ct-list li span {
  color: #eeeeee;
}
.ct-footer .ct-list li a:hover {
  color: #ffffff;
}
.ct-footer .ct-footer-copyright {
  padding: 64px 0;
  color: #777777;
  text-align: center;
  border-top: 1px solid #333333;
  font-style: italic;
}
.ct-footer .ct-footer-copyright a {
  color: #777777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-footer .ct-footer-copyright a:hover {
  text-decoration: none;
  color: #ffffff;
}
.ct-footer .ct-footer-copyright--withSocials {
  padding: 48px 0;
  text-align: left;
}
.ct-footer .ct-footer-copyright--withSocials .ct-socials {
  float: right;
  max-width: 200px;
}
@media (max-width: 767px) {
  .ct-footer .ct-footer-copyright--withSocials {
    text-align: center;
  }
  .ct-footer .ct-footer-copyright--withSocials .ct-socials {
    padding-top: 1.5em;
    margin: auto;
    float: none;
  }
}
.ct-footer .ct-footer-about {
  padding-top: 100px;
}
.ct-footer .ct-footer-about img {
  padding-bottom: 25px;
}
.ct-footer .ct-footer-about p {
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.ct-footer .ct-footer-about p:after {
  background-color: #eeeeee;
}
.ct-footer .ct-footer-lists {
  padding: 100px 60px 60px 60px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.ct-footer .ct-footer-lists h4 {
  font-size: 24px;
  margin-bottom: 35px;
}
.ct-footer .ct-footer-lists .ct-list.ct-u-hr {
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.ct-footer .ct-footer-contact {
  padding-top: 100px;
  margin-bottom: 30px;
}
.ct-footer .ct-footer-contact p {
  padding-bottom: 10px;
  font-style: italic;
}
.ct-footer .ct-footer-contact .form-group {
  margin-top: 10px;
}
.ct-footer .ct-footer-contact .form-group .form-control {
  float: left;
}
.ct-footer .ct-footer-contact .btn {
  margin-top: 25px;
}
@media (min-width: 767px) {
  .ct-footer .ct-footer-contact .btn {
    float: right;
  }
}
.ct-footer .navbar .navbar-nav {
  padding-left: 0;
  padding-right: 0;
}
.ct-footer .navbar .navbar-nav li a {
  color: #777777;
  text-transform: capitalize;
}
.ct-footer .navbar .navbar-nav li a:hover {
  color: #ffffff;
}
.ct-footer .navbar .navbar-header a img {
  opacity: 0.4;
}
@media (max-width: 991px) {
  .ct-footer .ct-footer-lists,
  .ct-footer .ct-footer-contact {
    padding-top: 50px;
    border-left: none;
  }
  .ct-footer .ct-footer-about {
    padding-bottom: 50px;
    border-bottom: 1px solid #333333;
  }
}
@media (max-width: 767px) {
  .ct-footer .ct-footer-lists {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.ct-footer .ct-input--type4 label span,
.ct-footer .ct-input--type4 .form-control {
  color: #ddd;
}
.ct-footer .ct-input--type7 .form-control {
  float: none !important;
  color: #1f1f1f;
}
.ct-footer .ct-input--type7 label {
  color: #fff;
}
.ct-footer .ct-input--type7 label:before,
.ct-footer .ct-input--type7 label:after {
  background-color: #fff;
}
.ct-footer--fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.ct-footer--absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
body {
  color: #1f1f1f;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #1f1f1f;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  display: block;
  color: #1f1f1f;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/**************http://tympanus.net/Development/HoverEffectIdeas/    *********/
.ct-hover {
  background-color: #1f1f1f;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  text-align: center;
  height: 270px;
}
.ct-hover-header {
  color: #ffffff;
}
.ct-hover p {
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 14px;
  color: #ffffff;
}
.ct-hover img {
  opacity: 0.8;
  left: 0;
  position: absolute;
  width: 100%;
}
.ct-hover figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-hover figcaption:before,
.ct-hover figcaption:after {
  pointer-events: none;
}
.ct-hover figcaption .ct-hover-header {
  font-weight: 300;
  margin: 0;
  white-space: normal;
}
.ct-hover figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
/***********Lily**************/
.ct-hover--type1 img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.ct-hover--type1 figcaption {
  top: auto !important;
  bottom: 0;
  height: 50% !important;
  text-align: left;
}
.ct-hover--type1 .ct-hover-header,
.ct-hover--type1 p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.ct-hover--type1 .ct-hover-header {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.ct-hover--type1 p {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.ct-hover--type1:hover img,
.ct-hover--type1:hover p {
  opacity: 1;
}
.ct-hover--type1:hover img,
.ct-hover--type1:hover .ct-hover-header,
.ct-hover--type1:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type1:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/***********Sadie*****************/
.ct-hover--type2 figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.8) 75%);
  background: linear-gradient(top bottom, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.ct-hover--type2 .ct-hover-header {
  position: absolute;
  top: 58%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}
.ct-hover--type2 figcaption::before,
.ct-hover--type2 p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.ct-hover--type2 p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.ct-hover--type2:hover .ct-hover-header,
.ct-hover--type2:hover .ct-hover-header span {
  opacity: 1;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.ct-hover--type2:hover figcaption::before,
.ct-hover--type2:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/********Honey******/
.ct-hover--type3 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ct-hover--type3:hover img {
  opacity: 0.5;
}
.ct-hover--type3:hover figcaption::before,
.ct-hover--type3:hover .ct-hover-header,
.ct-hover--type3:hover .ct-hover-header i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type3 figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.ct-hover--type3 .ct-hover-header {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.ct-hover--type3 .ct-hover-header i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.ct-hover--type3 figcaption::before,
.ct-hover--type3 .ct-hover-header {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
/*******Layla***********/
.ct-hover--type4 img {
  min-width: 100%;
}
.ct-hover--type4 figcaption {
  padding: 3em;
}
.ct-hover--type4 figcaption:before {
  position: absolute;
  content: '';
  opacity: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ct-hover--type4 figcaption:before {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ct-hover--type4 figcaption:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.ct-hover--type4 .ct-hover-header {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.ct-hover--type4 p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.ct-hover--type4 img,
.ct-hover--type4 .ct-hover-header {
  -webkit-transform: translate3d(0, -30px, 0) scale(1.1);
  transform: translate3d(0, -30px, 0) scale(1.1);
}
.ct-hover--type4 img,
.ct-hover--type4 figcaption::before,
.ct-hover--type4 figcaption::after,
.ct-hover--type4 p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.ct-hover--type4:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type4:hover figcaption::before,
.ct-hover--type4:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ct-hover--type4:hover .ct-hover-header,
.ct-hover--type4:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.ct-hover--type4:hover figcaption::after,
.ct-hover--type4:hover .ct-hover-header,
.ct-hover--type4:hover p,
.ct-hover--type4:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/********Zoe*********/
.ct-hover--type5 figcaption {
  top: auto !important;
  bottom: 0;
  height: auto;
  background: #000;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ct-hover--type5 .ct-hover-header {
  line-height: 1;
  float: left;
  display: inline-block;
}
.ct-hover--type5 figcaption > i {
  float: right;
}
.ct-hover--type5 p {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ct-hover--type5 .ct-hover-header,
.ct-hover--type5 figcaption > i {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.ct-hover--type5 figcaption > i:before {
  display: inline-block;
  padding: 8px 2px;
  -webkit-font-smoothing: antialiased;
}
.ct-hover--type5:hover p {
  opacity: 1;
}
.ct-hover--type5:hover figcaption,
.ct-hover--type5:hover .ct-hover-header,
.ct-hover--type5:hover figcaption > i {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type5:hover .ct-hover-header {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.ct-hover--type5:hover figcaption > i:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ct-hover--type5:hover figcaption > i:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ct-hover--type5:hover figcaption > i:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*********Oscar**************/
.ct-hover--type6 {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
.ct-hover--type6 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ct-hover--type6 figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.ct-hover--type6 figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}
.ct-hover--type6 .ct-hover-header {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ct-hover--type6 figcaption::before,
.ct-hover--type6 p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ct-hover--type6:hover .ct-hover-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type6:hover figcaption::before,
.ct-hover--type6:hover p {
  opacity: 1;
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ct-hover--type6:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
.ct-hover--type6:hover img {
  opacity: 0.4;
}
/*******Marley********/
.ct-hover--type7 {
  background: #000000;
}
.ct-hover--type7 img {
  opacity: 0.5 !important;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ct-hover--type7 figcaption {
  text-align: right;
}
.ct-hover--type7 .ct-hover-header,
.ct-hover--type7 p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
.ct-hover--type7 p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ct-hover--type7 .ct-hover-header {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.ct-hover--type7 .ct-hover-header:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.ct-hover--type7:hover .ct-hover-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type7:hover .ct-hover-header:after,
.ct-hover--type7:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type7 .ct-hover-header:after,
.ct-hover--type7 p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/**************Ruby*************/
.ct-hover--type8 img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.ct-hover--type8:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ct-hover--type8:hover .ct-hover-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type8:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.ct-hover--type8 .ct-hover-header {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.ct-hover--type8 p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
/******Roxy*********/
.ct-hover--type9 {
  background: transparent;
}
.ct-hover--type9 img {
  width: -webkit-calc(160%);
  width: calc(160%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.ct-hover--type9 figcaption {
  padding: 3em;
  text-align: left;
}
.ct-hover--type9 figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.ct-hover--type9 .ct-hover-header {
  padding: 30% 0 10px 0;
}
.ct-hover--type9 p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.ct-hover--type9:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type9:hover figcaption:before,
.ct-hover--type9:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/**********Bubba***********/
.ct-hover--type10 img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ct-hover--type10:hover img {
  opacity: 0.4;
}
.ct-hover--type10:hover figcaption::before,
.ct-hover--type10:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ct-hover--type10:hover .ct-hover-header,
.ct-hover--type10:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type10 figcaption::before,
.ct-hover--type10 figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.ct-hover--type10 figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ct-hover--type10 figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.ct-hover--type10 .ct-hover-header {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.ct-hover--type10 p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
/************Romeo************/
.ct-hover--type11 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  background-color: #1f1f1f;
}
.ct-hover--type11 img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}
.ct-hover--type11 figcaption:before,
.ct-hover--type11 figcaption:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.ct-hover--type11 .ct-hover-header,
.ct-hover--type11 p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.ct-hover--type11 .ct-hover-header {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
.ct-hover--type11 p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
.ct-hover--type11:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type11:hover figcaption:before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.ct-hover--type11:hover figcaption:after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.ct-hover--type11:hover .ct-hover-header {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
.ct-hover--type11:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
/********Dexter*********/
.ct-hover--type12 {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%);
}
.ct-hover--type12 img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ct-hover--type12 .ct-hover-header {
  position: absolute;
  bottom: 33%;
}
.ct-hover--type12 figcaption {
  padding: 3em;
  text-align: left;
}
.ct-hover--type12 figcaption:after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(20%);
  height: calc(20%);
  border: 2px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.ct-hover--type12 p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.ct-hover--type12:hover img {
  opacity: 0.4;
}
.ct-hover--type12:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type12:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/********Sarah***********/
.ct-hover--type13 img {
  width: -webkit-calc(120%);
  width: calc(120%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct-hover--type13:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type13:hover .ct-hover-header:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type13:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type13 .ct-hover-header {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.ct-hover--type13 .ct-hover-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ct-hover--type13 figcaption {
  text-align: left;
}
.ct-hover--type13 p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/*********Chico**********/
.ct-hover--type14 img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.ct-hover--type14:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ct-hover--type14:hover figcaption::before,
.ct-hover--type14:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ct-hover--type14 figcaption {
  padding: 3em;
}
.ct-hover--type14 figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-hover--type14 figcaption::before,
.ct-hover--type14 p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.ct-hover--type14 .ct-hover-header {
  padding: 20% 0 20px 0;
}
.ct-hover--type14 p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/*************Milo**********/
.ct-hover--type15 img {
  width: -webkit-calc(160%);
  width: calc(160%);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.14);
  transform: translate3d(-30px, 0, 0) scale(1.14);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct-hover--type15:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.ct-hover--type15:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-hover--type15 .ct-hover-header {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
.ct-hover--type15 p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
img {
  max-width: 100%;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.ct-pageWrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #ffffff;
  -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);
}
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;
}
.ct-js-fixOnScroll.navbar .navbar-header a,
.ct-js-fixOnScroll.navbar .navbar-nav li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-js-fixOnScroll.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.ct-intro-static {
  background-color: #1f1f1f;
  text-align: center;
}
.ct-intro-static img {
  opacity: 0.4;
}
.ct-intro-static .ct-intro-title h3 {
  margin-bottom: 1em;
}
.ct-intro-static .ct-intro-title h3 span {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .ct-intro-static .ct-intro-title h3 span {
    text-align: center;
  }
}
.ct-intro-static .ct-intro-title .ct-u-hr:after {
  background-color: #ffffff;
  width: 45px;
}
.ct-intro-static .ct-intro-title h6 {
  margin-bottom: 2.500em;
  padding-bottom: 2em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.214em;
}
.ct-intro-static .ct-intro-title h6 span {
  font-weight: 600;
}
.ct-intro-static--static {
  position: initial;
}
.ct-sectionOverflow {
  overflow: hidden;
  position: relative;
}
.ct-sectionOverflow-image {
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.ct-sectionOverflow-image--left {
  left: 0;
}
.ct-sectionOverflow-image--right {
  right: 0;
}
.ct-sectionOverflow-image img {
  position: absolute;
  right: 15px;
  min-width: 100%;
  max-width: none;
  width: 715px;
}
.ct-sectionOverflow-content {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .ct-sectionOverflow-image {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ct-sectionOverflow-image img {
    position: relative;
    min-width: 0;
    width: 100%;
    right: 0;
  }
}
.ct-mediaSection--imageBottom {
  text-align: center;
}
@media (min-width: 768px) {
  .ct-mediaSection--imageBottom {
    position: static;
  }
  .ct-mediaSection--imageBottom img {
    position: absolute;
    bottom: 0;
  }
}
.ct-sectionHeader,
.ct-sectionHeader--big {
  padding-top: 4.286rem;
  padding-bottom: 1.429rem;
  text-align: center;
  background-color: #eeeeee;
  box-shadow: none;
  border: none;
}
.ct-sectionHeader p,
.ct-sectionHeader--big p {
  font-style: italic;
  color: #666;
}
.ct-sectionHeader h3,
.ct-sectionHeader--big h3 {
  margin-top: 1.143rem;
  margin-bottom: 5rem;
  line-height: 1.75;
}
.ct-sectionHeader h3.ct-u-hr,
.ct-sectionHeader--big h3.ct-u-hr {
  padding-bottom: 5px;
}
.ct-sectionHeader h3 small,
.ct-sectionHeader--big h3 small {
  line-height: 1.7;
}
.ct-sectionHeader h5,
.ct-sectionHeader--big h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.143rem;
  color: #202020;
  position: relative;
  font-weight: 300;
  letter-spacing: 0.226rem;
}
.ct-sectionHeader .btn,
.ct-sectionHeader--big .btn {
  margin-top: 1.429rem;
}
.ct-sectionHeader--dark {
  background-color: #1f1f1f;
}
.ct-sectionHeader--dark h1,
.ct-sectionHeader--dark h2,
.ct-sectionHeader--dark h3,
.ct-sectionHeader--dark h4,
.ct-sectionHeader--dark h5 {
  color: #ffffff;
}
.ct-sectionHeader--transparent {
  background-color: transparent;
}
.ct-sectionHeader--small {
  padding-top: 5.0em;
  padding-bottom: 3.4em;
  text-align: center;
}
.ct-sectionHeader--small h3 {
  margin: 0;
}
.ct-sectionHeader--small h5 {
  font-size: 0.857rem;
  padding-bottom: 1.786rem;
  margin-bottom: 1.786rem;
}
.ct-sectionHeader--big {
  padding: 7.143em 0;
}
.ct-sectionHeader--big h1,
.ct-sectionHeader--big h2,
.ct-sectionHeader--big h3,
.ct-sectionHeader--big h4,
.ct-sectionHeader--big h5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.ct-sectionHeader--big .ct-u-hr {
  padding-bottom: 3.571rem;
}
.ct-sectionHeader p {
  color: #777777;
}
.ct-sectionHeader--left {
  padding-top: 6em;
  padding-bottom: 6em;
  text-align: left;
}
.ct-sectionHeader--left .ct-sectionHeader-title {
  color: #1f1f1f;
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: normal;
  font-family: 'Playfair Display', serif;
}
.ct-sectionHeader--left .ct-sectionHeader-subtitle {
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.ct-sectionHeader--left .btn {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .ct-sectionHeader {
    text-align: center;
  }
  .ct-sectionHeader .ct-u-hr:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.ct-header {
  font-family: 'Playfair Display', serif;
}
.ct-header--uppercase {
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.1em;
}
.ct-header,
.ct-header--uppercase {
  padding-top: 1em;
  margin-bottom: 1.5em;
}
.ct-mediaSection-header {
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
}
.ct-sectionTable {
  text-align: center;
}
@media (min-width: 768px) {
  .ct-sectionTable {
    height: 100%;
    width: 100%;
    display: table;
  }
  .ct-sectionTable-inner {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media (max-width: 767px) {
  .ct-sectionTable .ct-sectionHeader {
    padding-top: 3.5em;
  }
  .ct-sectionTable .ct-sectionHeader--big {
    padding-top: 4.5em;
    padding-bottom: 1em;
  }
}
.ct-sectionMotive,
.ct-sectionMotive .ct-sectionHeader {
  background-color: #1f1f1f;
  color: #ffffff;
}
.ct-sectionMotive h1,
.ct-sectionMotive .ct-sectionHeader h1,
.ct-sectionMotive .h1,
.ct-sectionMotive .ct-sectionHeader .h1,
.ct-sectionMotive h2,
.ct-sectionMotive .ct-sectionHeader h2,
.ct-sectionMotive .h2,
.ct-sectionMotive .ct-sectionHeader .h2,
.ct-sectionMotive h3,
.ct-sectionMotive .ct-sectionHeader h3,
.ct-sectionMotive .h3,
.ct-sectionMotive .ct-sectionHeader .h3,
.ct-sectionMotive h4,
.ct-sectionMotive .ct-sectionHeader h4,
.ct-sectionMotive .h4,
.ct-sectionMotive .ct-sectionHeader .h4,
.ct-sectionMotive h5,
.ct-sectionMotive .ct-sectionHeader h5,
.ct-sectionMotive .h5,
.ct-sectionMotive .ct-sectionHeader .h5,
.ct-sectionMotive h6,
.ct-sectionMotive .ct-sectionHeader h6,
.ct-sectionMotive .h6,
.ct-sectionMotive .ct-sectionHeader .h6,
.ct-sectionMotive p,
.ct-sectionMotive .ct-sectionHeader p {
  color: #ffffff;
}
.ct-sectionMotive h1 small,
.ct-sectionMotive .ct-sectionHeader h1 small,
.ct-sectionMotive .h1 small,
.ct-sectionMotive .ct-sectionHeader .h1 small,
.ct-sectionMotive h2 small,
.ct-sectionMotive .ct-sectionHeader h2 small,
.ct-sectionMotive .h2 small,
.ct-sectionMotive .ct-sectionHeader .h2 small,
.ct-sectionMotive h3 small,
.ct-sectionMotive .ct-sectionHeader h3 small,
.ct-sectionMotive .h3 small,
.ct-sectionMotive .ct-sectionHeader .h3 small,
.ct-sectionMotive h4 small,
.ct-sectionMotive .ct-sectionHeader h4 small,
.ct-sectionMotive .h4 small,
.ct-sectionMotive .ct-sectionHeader .h4 small,
.ct-sectionMotive h5 small,
.ct-sectionMotive .ct-sectionHeader h5 small,
.ct-sectionMotive .h5 small,
.ct-sectionMotive .ct-sectionHeader .h5 small,
.ct-sectionMotive h6 small,
.ct-sectionMotive .ct-sectionHeader h6 small,
.ct-sectionMotive .h6 small,
.ct-sectionMotive .ct-sectionHeader .h6 small,
.ct-sectionMotive p small,
.ct-sectionMotive .ct-sectionHeader p small {
  display: block;
  color: #ffffff;
}
.ct-sectionMotive h1.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader h1.ct-u-hr:after,
.ct-sectionMotive .h1.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader .h1.ct-u-hr:after,
.ct-sectionMotive h2.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader h2.ct-u-hr:after,
.ct-sectionMotive .h2.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader .h2.ct-u-hr:after,
.ct-sectionMotive h3.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader h3.ct-u-hr:after,
.ct-sectionMotive .h3.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader .h3.ct-u-hr:after,
.ct-sectionMotive h4.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader h4.ct-u-hr:after,
.ct-sectionMotive .h4.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader .h4.ct-u-hr:after,
.ct-sectionMotive h5.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader h5.ct-u-hr:after,
.ct-sectionMotive .h5.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader .h5.ct-u-hr:after,
.ct-sectionMotive h6.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader h6.ct-u-hr:after,
.ct-sectionMotive .h6.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader .h6.ct-u-hr:after,
.ct-sectionMotive p.ct-u-hr:after,
.ct-sectionMotive .ct-sectionHeader p.ct-u-hr:after {
  background-color: #ffffff;
}
.ct-sectionDark,
.ct-sectionDark .ct-sectionHeader {
  background-color: #1f1f1f;
  color: #ffffff;
}
.ct-sectionDark h1,
.ct-sectionDark .ct-sectionHeader h1,
.ct-sectionDark .h1,
.ct-sectionDark .ct-sectionHeader .h1,
.ct-sectionDark h2,
.ct-sectionDark .ct-sectionHeader h2,
.ct-sectionDark .h2,
.ct-sectionDark .ct-sectionHeader .h2,
.ct-sectionDark h3,
.ct-sectionDark .ct-sectionHeader h3,
.ct-sectionDark .h3,
.ct-sectionDark .ct-sectionHeader .h3,
.ct-sectionDark h4,
.ct-sectionDark .ct-sectionHeader h4,
.ct-sectionDark .h4,
.ct-sectionDark .ct-sectionHeader .h4,
.ct-sectionDark h5,
.ct-sectionDark .ct-sectionHeader h5,
.ct-sectionDark .h5,
.ct-sectionDark .ct-sectionHeader .h5,
.ct-sectionDark h6,
.ct-sectionDark .ct-sectionHeader h6,
.ct-sectionDark .h6,
.ct-sectionDark .ct-sectionHeader .h6,
.ct-sectionDark p,
.ct-sectionDark .ct-sectionHeader p {
  color: #ffffff;
}
.ct-sectionDark h1 small,
.ct-sectionDark .ct-sectionHeader h1 small,
.ct-sectionDark .h1 small,
.ct-sectionDark .ct-sectionHeader .h1 small,
.ct-sectionDark h2 small,
.ct-sectionDark .ct-sectionHeader h2 small,
.ct-sectionDark .h2 small,
.ct-sectionDark .ct-sectionHeader .h2 small,
.ct-sectionDark h3 small,
.ct-sectionDark .ct-sectionHeader h3 small,
.ct-sectionDark .h3 small,
.ct-sectionDark .ct-sectionHeader .h3 small,
.ct-sectionDark h4 small,
.ct-sectionDark .ct-sectionHeader h4 small,
.ct-sectionDark .h4 small,
.ct-sectionDark .ct-sectionHeader .h4 small,
.ct-sectionDark h5 small,
.ct-sectionDark .ct-sectionHeader h5 small,
.ct-sectionDark .h5 small,
.ct-sectionDark .ct-sectionHeader .h5 small,
.ct-sectionDark h6 small,
.ct-sectionDark .ct-sectionHeader h6 small,
.ct-sectionDark .h6 small,
.ct-sectionDark .ct-sectionHeader .h6 small,
.ct-sectionDark p small,
.ct-sectionDark .ct-sectionHeader p small {
  display: block;
  color: #ffffff;
}
.ct-sectionDark h1.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader h1.ct-u-hr:after,
.ct-sectionDark .h1.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader .h1.ct-u-hr:after,
.ct-sectionDark h2.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader h2.ct-u-hr:after,
.ct-sectionDark .h2.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader .h2.ct-u-hr:after,
.ct-sectionDark h3.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader h3.ct-u-hr:after,
.ct-sectionDark .h3.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader .h3.ct-u-hr:after,
.ct-sectionDark h4.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader h4.ct-u-hr:after,
.ct-sectionDark .h4.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader .h4.ct-u-hr:after,
.ct-sectionDark h5.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader h5.ct-u-hr:after,
.ct-sectionDark .h5.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader .h5.ct-u-hr:after,
.ct-sectionDark h6.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader h6.ct-u-hr:after,
.ct-sectionDark .h6.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader .h6.ct-u-hr:after,
.ct-sectionDark p.ct-u-hr:after,
.ct-sectionDark .ct-sectionHeader p.ct-u-hr:after {
  background-color: #ffffff;
}
.ct-sectionGray {
  background-color: #eeeeee;
}
.ct-sectionGray2 {
  background-color: #f7f7f0;
}
.ct-sectionWhite {
  background-color: #fff;
}
.ct-callToActionSection {
  padding: 60px 0;
  background-color: #eeeeee;
}
.ct-callToActionSection h4 {
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.786rem;
}
.ct-callToActionSection h4.ct-u-hr {
  padding-bottom: 25px;
}
.ct-callToActionSection p {
  font-family: 'Playfair Display', serif;
}
.owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.ct-owl {
  position: relative;
  cursor: e-resize;
}
.ct-owl .item {
  text-align: center;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.owl-controls .owl-prev:hover i,
.owl-controls .owl-next:hover i {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.owl-controls .owl-prev {
  left: 0;
}
.owl-controls .owl-next {
  right: 0;
}
.ct-mediaOwl .item {
  background: transparent;
}
@media (max-width: 767px) {
  .ct-mediaOwl {
    background: #1f1f1f !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .ct-mediaOwl > div {
    display: block !important;
    height: auto !important;
  }
  .ct-mediaOwl .item {
    background: #1f1f1f;
  }
}
.ct-testimonials {
  text-align: center;
  padding: 80px 0;
  margin: auto;
}
.ct-testimonials p {
  font-size: 1.143em;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
.ct-testimonials p.ct-u-hr {
  padding-bottom: 55px;
}
.ct-testimonials-plus i {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  padding: 40px;
  border-radius: 50%;
  margin: 40px auto;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-testimonials-plus i:hover {
  color: #ffffff;
  background-color: #1f1f1f;
}
.ct-testimonials h3 small {
  margin-top: 5px;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  font-size: 0.857rem;
}
.ct-testimonials-image img {
  border-radius: 50%;
  width: 95px;
  height: 95px;
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  filter: grayscale(20%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 40px auto;
}
.ct-testimonials-image:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-list li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.ct-list li a,
.ct-list li span {
  font-family: 'Playfair Display', serif;
}
.ct-list li i {
  font-size: 20px;
  margin-right: 18px;
  width: 20px;
  text-align: right;
}
.ct-list li a {
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-list--big li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.ct-list--italic {
  font-size: 1rem;
  font-style: italic;
}
.ct-list--italic li {
  padding: 0.5em 0;
}
.ct-hover {
  height: 100%;
}
.ct-hover--type1 .ct-u-hr,
.ct-hover--type2 .ct-u-hr,
.ct-hover--type3 .ct-u-hr,
.ct-hover--type4 .ct-u-hr,
.ct-hover--type5 .ct-u-hr,
.ct-hover--type6 .ct-u-hr,
.ct-hover--type7 .ct-u-hr,
.ct-hover--type8 .ct-u-hr,
.ct-hover--type9 .ct-u-hr,
.ct-hover--type11 .ct-u-hr,
.ct-hover--type12 .ct-u-hr,
.ct-hover--type13 .ct-u-hr,
.ct-hover--type14 .ct-u-hr,
.ct-hover--type15 .ct-u-hr {
  display: none;
}
.ct-hover img {
  position: relative;
}
.ct-hover .ct-hover-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.ct-hover .ct-hover-inner .ct-hover-text {
  display: table-cell;
  vertical-align: middle;
}
.ct-hover--type4 img {
  transform: none;
}
.ct-hover--type4 .ct-hover-header {
  font-size: 1.43em;
}
.ct-hover--type4 p {
  font-size: 0.79em;
}
.ct-hover--type6 figcaption,
.ct-hover--type10 figcaption {
  background: none;
}
.ct-hover--type6 figcaption .ct-hover-header,
.ct-hover--type10 figcaption .ct-hover-header {
  font-size: 26px;
}
.ct-hover--type6 figcaption .ct-hover-header,
.ct-hover--type10 figcaption .ct-hover-header,
.ct-hover--type6 figcaption .ct-u-hr,
.ct-hover--type10 figcaption .ct-u-hr {
  padding-top: 0;
  padding-bottom: 20px;
  opacity: 0;
}
.ct-hover--type6 p,
.ct-hover--type10 p {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: 300;
  color: #777777;
  font-style: italic;
  font-size: 14px;
}
.ct-hover--type6:hover .ct-hover-header,
.ct-hover--type10:hover .ct-hover-header,
.ct-hover--type6:hover .ct-u-hr,
.ct-hover--type10:hover .ct-u-hr {
  opacity: 1;
}
.ct-hover--type6 .ct-hover-header {
  top: 30%;
  margin-bottom: 25px;
}
.ct-hover--type10 figcaption .ct-hover-header {
  color: #1f1f1f;
  z-index: 1;
  font-size: 1.571rem;
}
.ct-hover--type10 figcaption .ct-hover-header {
  padding-bottom: 10px;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-hover--type10 figcaption p {
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  color: #666666;
}
.ct-hover--type10 figcaption .ct-u-hr {
  margin-bottom: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-hover--type10 figcaption .ct-u-hr:after {
  background-color: #1f1f1f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
}
.ct-hover--type10 figcaption:before,
.ct-hover--type10 figcaption:after {
  border: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-hover--type10 img {
  opacity: 1;
}
.ct-hover--type10:hover .ct-u-hr:after {
  width: 30px;
}
.ct-hover--type10:hover figcaption:before {
  background-color: #ffffff;
}
.ct-hover--type10:hover img {
  opacity: 1;
}
.ct-hover--type16 {
  background-color: transparent;
  padding: 15px;
}
.ct-hover--type16 img {
  opacity: 1;
}
.ct-hover--type16 figcaption {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.ct-hover--type16 figcaption h4 {
  color: #1f1f1f;
}
.ct-hover--type16 figcaption p {
  color: #666666;
  font-size: 0.786rem;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1px;
}
.ct-hover--bordered {
  border: 1px solid #ddd;
}
.ct-hover.noTouch {
  pointer-events: none;
}
.counter-block {
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.counter-block .counter {
  width: 130px !important;
  height: 140px !important;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.counter-block .counter .number {
  width: auto;
  font-size: 55px;
  font-weight: 600;
  color: #ffffff;
  line-height: 110px;
  background-color: transparent;
}
.counter-block .counter .hundreds {
  display: none !important;
}
.counter-block .counter-caption {
  background-color: transparent;
  color: #ffffff;
  padding: 15px;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 2px;
  opacity: 0.9;
}
.counter-block .counter .number.tens {
  left: 25%;
  z-index: 6000;
}
.counter-block .counter .number.units {
  right: 25%;
  left: auto;
}
.ct-socials {
  padding-left: 0;
  font-size: 1.25em;
  margin-bottom: 0;
  display: inline-table;
  list-style: none;
  max-width: 225px;
}
.ct-socials li {
  display: inline-block;
  text-align: center;
}
.ct-socials li a {
  display: block;
  width: 40px;
}
.ct-socials--type1,
.ct-socials--type3 {
  display: table;
}
.ct-socials--type1 a,
.ct-socials--type3 a,
.ct-socials--type1 li a,
.ct-socials--type3 li a {
  color: #ffffff;
  background-color: #1f1f1f;
}
.ct-socials--type2 {
  padding-left: 0;
  max-width: none;
}
.ct-socials--type2 li {
  position: relative;
  text-align: center;
  width: auto;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-socials--type2 li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-socials--type2 li:last-child:after {
  display: none;
}
.ct-socials--type2 li:hover {
  opacity: 1 !important;
}
@media (max-width: 479px) {
  .ct-socials--type2 li {
    padding: 10px;
  }
}
.ct-socials--type2:hover li {
  opacity: 0.2;
}
.ct-socials--type2:hover li:after {
  opacity: 0.2;
}
.ct-socials--type3 {
  max-width: none;
  width: 100%;
  text-align: center;
}
.ct-socials--type3 li {
  display: inline-block;
  margin-right: 8px;
}
.ct-socials--type3 li a {
  border: 1px solid #666;
  height: 44px;
  width: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-socials--type3 li a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1f1f1f;
}
.ct-socials--type3 li:last-child {
  margin-right: 0;
}
.ct-socials--type4 i {
  font-size: 20px;
  padding: 22px;
  margin: 1px;
  color: #ffffff;
  border: 1px solid #eee;
  background-color: #1f1f1f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-socials--type4 i:hover {
  background-color: #fff;
  color: #1f1f1f;
  border-color: #1f1f1f;
}
@media (max-width: 767px) {
  .ct-socials--type4 {
    width: 100%;
  }
}
.ct-blogPost {
  border-bottom: 1px solid #eeeeee;
}
.ct-blogPost .ct-blogPost-content {
  color: #777777;
  padding-bottom: 5.714rem;
}
.ct-blogPost .ct-blogPost-footer {
  padding-bottom: 4.286rem;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-socials .ct-socials {
  max-width: none;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-socials .ct-socials li span {
  margin-right: 25px;
  text-transform: uppercase;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta p,
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta a,
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta a:hover {
  color: #777777;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta a {
  padding-right: 20px;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta a:first-child {
  padding-right: 100px;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta a:last-child {
  padding-right: 0;
}
.ct-blogPost .ct-blogPost-footer .ct-blogPost-meta i {
  padding-right: 14px;
}
@media (min-width: 768px) {
  .ct-blogPost .ct-blogPost-footer .ct-blogPost-socials {
    float: left;
    width: 50%;
  }
  .ct-blogPost .ct-blogPost-footer .ct-blogPost-meta {
    float: right;
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ct-blogPost .ct-blogPost-footer .ct-blogPost-meta,
  .ct-blogPost .ct-blogPost-footer .ct-blogPost-socials {
    text-align: center;
  }
  .ct-blogPost .ct-blogPost-footer .ct-blogPost-meta,
  .ct-blogPost .ct-blogPost-footer .ct-socials {
    padding-top: 1em;
  }
  .ct-blogPost .ct-blogPost-footer .ct-blogPost-meta a:first-child {
    padding-right: 20px;
  }
}
.ct-blogPost .ct-blogPost-quote,
.ct-blogPost .ct-blogPost-link {
  padding: 6.429rem;
  padding-bottom: 7.857rem;
  background-color: #eeeeee;
  text-align: center;
}
.ct-blogPost .ct-blogPost-quote h1,
.ct-blogPost .ct-blogPost-link h1,
.ct-blogPost .ct-blogPost-quote h2,
.ct-blogPost .ct-blogPost-link h2,
.ct-blogPost .ct-blogPost-quote h3,
.ct-blogPost .ct-blogPost-link h3,
.ct-blogPost .ct-blogPost-quote h4,
.ct-blogPost .ct-blogPost-link h4,
.ct-blogPost .ct-blogPost-quote h5,
.ct-blogPost .ct-blogPost-link h5,
.ct-blogPost .ct-blogPost-quote h6,
.ct-blogPost .ct-blogPost-link h6 {
  margin: 5px;
}
.ct-blogPost .ct-blogPost-quote a,
.ct-blogPost .ct-blogPost-link a {
  color: #777777;
  font-style: italic;
}
.ct-blogPost .ct-blogPost-quote {
  padding: 4.643em;
  padding-bottom: 5.357em;
}
.ct-blogPost .ct-blogPost-quote i {
  font-size: 3em;
  padding-bottom: 0.8em;
}
.ct-commentList {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.ct-commentList .ct-comment {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.ct-commentList .ct-comment h1,
.ct-commentList .ct-comment h2,
.ct-commentList .ct-comment h3,
.ct-commentList .ct-comment h4,
.ct-commentList .ct-comment h5,
.ct-commentList .ct-comment h6 {
  margin-top: 0;
}
.ct-commentList .ct-comment .ct-comment-image,
.ct-commentList .ct-comment .ct-comment-content {
  display: table-cell;
  vertical-align: top;
}
.ct-commentList .ct-comment .ct-comment-image {
  padding-right: 25px;
  min-width: 70px;
  width: 70px;
}
.ct-commentList .ct-comment .ct-comment-image img {
  min-width: 70px;
  width: 70px;
  display: inline-block;
}
.ct-commentList .ct-comment .ct-comment-content p {
  color: #777777;
  margin-bottom: 10px;
}
.ct-commentList .ct-comment .ct-comment-content p span {
  color: #bbbbbb;
  padding-right: 25px;
  font-style: italic;
}
.ct-commentList .ct-comment .ct-comment-content p a {
  text-transform: uppercase;
  color: #c42300;
  letter-spacing: 1px;
}
.ct-commentList .ct-comment--withPadding {
  padding-left: 75px;
}
@media (max-width: 479px) {
  .ct-commentList {
    padding-left: 0;
  }
  .ct-commentList .ct-comment--withPadding {
    padding-left: 25px;
  }
}
.ct-galleryFilters .btn-motive {
  border-color: transparent;
}
.ct-galleryFilters .btn-motive.active {
  border-color: #1f1f1f;
}
.ct-blockquote {
  display: table;
  border-left: 0;
  padding: 20px 0;
}
.ct-blockquote i,
.ct-blockquote p {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
}
.ct-blockquote i {
  font-size: 3.571rem;
  padding-right: 23px;
}
.ct-blockquote p {
  font-size: 1.286rem;
  font-family: 'Playfair Display', serif;
}
.ct-googleMap--accordion .ct-googleMap-header {
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-googleMap--accordion .ct-googleMap-container {
  height: 0;
  overflow: hidden;
}
.ct-googleMap img {
  max-width: none;
}
.col-sm-4 .ct-graphBox.ct-graphBox--default {
  text-align: center;
}
.col-sm-4 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  margin: 0 80px;
  line-height: 1;
}
.col-sm-3 .ct-graphBox.ct-graphBox--default {
  text-align: center;
}
.col-sm-3 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  margin: 0 30px;
}
.ct-graphBox.ct-graphBox--default {
  text-align: center;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  position: relative;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  font-family: 'Playfair Display', serif;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-title {
  margin: 25px 0;
}
.ct-graphBox.ct-graphBox--default h5.ct-graphBox-title {
  line-height: 29px;
}
@media (max-width: 991px) {
  .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    margin: 0;
  }
  .col-sm-4 .ct-graphBox.ct-graphBox--default {
    text-align: center;
  }
  .col-sm-4 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    margin: 0;
    line-height: 1;
  }
}
.ct-tags a {
  color: #666;
  border: 1px solid #ddd;
  line-height: 3;
  padding: 5px 15px;
  margin-right: 5px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ct-tags a:hover {
  text-decoration: none;
  background-color: #666;
  color: #fff;
}
.twitterContainer {
  overflow: hidden;
}
.ct-twitter .owl-item .tweet_even,
.ct-twitter .owl-item .tweet_odd {
  padding: 0 10px;
}
.ct-twitter .owl-item .tweet_user {
  color: #ddd;
  font-size: 2em;
}
.ct-twitter .owl-item > div p {
  position: relative;
}
.ct-twitter .owl-item > div p span.tweet_text {
  font-size: 1.4em;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  display: block;
  color: #ddd;
}
.ct-twitter .owl-item > div p span.tweet_text a {
  color: #ddd;
}
.ct-twitter .owl-item > div p span.tweet_text a:hover {
  text-decoration: underline !important;
}
.ct-twitter .owl-item > div p span.tweet_time {
  font-family: 'Playfair Display', serif;
  text-align: center;
  color: #ddd;
}
.ct-twitter .owl-item > div p span.tweet_time a {
  color: #ddd;
}
.ct-twitter .owl-item > div p span.tweet_time a:hover {
  text-decoration: underline !important;
}
.ct-featureButton {
  position: relative;
  display: block;
  text-align: center;
  z-index: 9999;
  background: transparent;
  color: #1f1f1f !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
  text-decoration: none !important;
}
.ct-dropdown-container {
  position: fixed;
  top: 45px;
  right: 45px;
  z-index: 9997;
  border: 1px solid #eee;
  background: #fff;
  color: #1f1f1f;
  width: 130px;
  height: 50px;
}
.ct-dropdown-container:hover {
  text-decoration: none;
  color: #1f1f1f;
}
.ct-dropdown-container .dropdown-menu {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 0 !important;
}
.ct-dropdown-container .dropdown-menu li {
  cursor: pointer;
}
.ct-dropdown-container .dropdown-menu li:active {
  background-color: transparent;
}
.ct-dropdown-container > .dropdown-menu {
  z-index: 9999;
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  display: block !important;
}
.ct-dropdown-container > .dropdown-menu li {
  position: relative;
}
.ct-dropdown-container > .dropdown-menu li a {
  border-radius: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.ct-dropdown-container > .dropdown-menu li:last-child a {
  border: none;
}
.ct-dropdown-container > .dropdown-menu li:hover > .dropdown-menu {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: -80%;
}
.ct-dropdown-container > .dropdown-menu li.dropup > .dropdown-menu {
  top: auto;
  bottom: -1px;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.ct-dropdown-container.active .ct-featureButton:before {
  position: fixed;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.ct-dropdown-container.active > .dropdown-menu {
  opacity: 1 !important;
}
@media (max-width: 479px) {
  .ct-dropdown-container {
    max-width: 130px !important;
    right: 0;
    bottom: 0;
  }
  .ct-dropdown-container .dropup > .dropdown-menu {
    left: -102% !important;
    overflow: auto;
    height: 400%;
    bottom: 1px !important;
  }
}
.ct-preloader {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -64px;
  left: 50%;
  margin-left: -64px;
  height: 128px;
  width: 128px;
  background: url("../images/Preloader.gif");
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.impressum {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.impressum a {
  padding: 8px 20px;
  background: #fff;
  text-decoration: unset;
  color: #333;
  opacity: 0.8;
}

.impressum a:hover {
  opacity: 1;
}

.textbox {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  max-height: 80%;
  background: #fff;
  height: 100%;
  margin-top: 120px;
}

.impressum-title {
  padding:20px;
  margin-top: 180px;
  margin-bottom: 60px;
}

@media(max-width: 767px) {
  .impressum-title {
    margin-top: 20px;
  }
}

.kapitelbox {
  margin:20px auto;
  width:80%;
  height:300px;
  overflow-y:scroll;
  background-color:#fff;
  box-sizing:border-box;
  max-width: 290px;
  opacity: 0.9;
  cursor:pointer;
  margin-bottom: 100px;
}

@media(max-width: 900px) {
  .kapitelbox {
    height:200px;
  }
}

.kapitelbox-inner {
  display:flex;
  border-bottom:1px solid #333;
  padding:10px;
}

.kapitelbox a {
 text-decoration: unset;
}

























