/*=================================================================*/
/* Accordions
/*=================================================================*/
.mc_atab .container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.mc_atab .mcpanel-collapse {
  border-radius: 0 !important;
  display: none;
}

.mc_atab.isopen .mcpanel-collapse {
  display: block;
}

.mc_atab .accordion-heading,
.mc_atab .mcpanel-head {
  background: #f5f5f5;
  padding: 8px;
  cursor: pointer;
  position: relative;
}

.mc_atab .accordion-heading h4,
.mc_atab .mcpanel-head h4 {
  text-decoration: none;
  margin: 0;
}

.mc_atab .accordion-heading h4 a,
.mc_atab .mcpanel-head h4 a {
  text-decoration: none !important;
  margin: 0;
  border: none;
}

.mc_atab .accordion-toggle {
  display: block;
  font-size: 15px;
  color: #000;
}

.mc_atab .mcpanel-collapse {
  padding: 12px;
}

.mc_atab .mcaccordion-body {
  border: 1px solid #ececec;
  border-top: none;
}

.mc_atab .mcaccordion-body.in {
  height: auto !important;
}

.mc-accordion.accordion_simple .mcpanel-title {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.mc-accordion.accordion_simple .mcpanel-title a {
  border: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.mclive-dark .mc-accordion.accordion_simple .mcpanel-title {
  color: #6e6e6e;
}

.mc-accordion.accordion_simple .mcpanel-head {
  background: #fafafa;
  padding: 12px;
  border: 1px solid #ededed;
}

.mclive-dark .mc-accordion.accordion_simple .mcpanel-head {
  background: rgba(255, 255, 255, 0.17);
  border-color: #3b3b3b;
}

.mc-accordion.accordion_simple .isopen .mcpanel-head .accordion-is-closed {
  display: none;
}

.mc-accordion.accordion_simple .isopen .mcpanel-head .accordion-is-open {
  display: block;
}

.mc-accordion.accordion_simple .mcpanel-collapse {
  border: 1px solid #f3f3f3;
  border-top: none;
  padding-top: 10px;
}

.mclive-dark .mc-accordion.accordion_simple .mcpanel-collapse {
  border-color: #3b3b3b;
}

.mc-accordion.accordion_simple .accordion-tab-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mclive-dark .mc-accordion.accordion_simple .accordion-tab-icon {
  color: #888888;
}

.mc-accordion.accordion_simple .acordion-tab-icon-left {
  display: none !important;
}

.mc-accordion.accordion_clean .mcpanel {
  margin-bottom: 10px;
}

.mc-accordion.accordion_clean .mcpanel-head {
  background: none !important;
  border: none !important;
  padding: 0;
}

.mc-accordion.accordion_clean .mcpanel-title {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 50px;
  margin-top: 6px;
}

.mc-accordion.accordion_clean .mcpanel-title a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.mc-accordion.accordion_clean .acordion-tab-icon-right {
  display: none !important;
}

.mc-accordion.accordion_clean .mcpanel-head {
  background: #fafafa;
  padding: 12px;
  border: 1px solid #ededed;
}

.mc-accordion.accordion_clean .mcpanel-head.active .acordion-tab-icon-left .accordion-is-closed {
  display: none;
}

.mc-accordion.accordion_clean .mcpanel-head.active .acordion-tab-icon-left .accordion-is-open {
  display: block;
}

.mc-accordion.accordion_clean .mcpanel-collapse {
  border: 1px solid #f3f3f3;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: -20px;
}

.mc-accordion.accordion_clean .accordion-tab-icon {
  display: none;
}

.mc-accordion.accordion_clean .acordion-tab-icon-left {
  float: left;
  background: #f5f5f5;
  text-align: center;
  padding: 15px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.mc-accordion.accordion_clean .acordion-tab-icon-left .accordion-tab-icon {
  display: block;
}

.mc-accordion.accordion_clean .acordion-tab-icon-left .accordion-is-closed {
  display: block;
}

.mc-accordion.accordion_clean .acordion-tab-icon-left .accordion-is-open {
  display: none;
}

.mclive-dark .mc-accordion.accordion_clean .acordion-tab-icon-left {
  background: rgba(255, 255, 255, 0.17);
}

.mclive-dark .mc-accordion.accordion_clean .acordion-tab-icon-left i {
  color: #888888;
}

.mc-accordion.accordion_clean .mcpanel-collapse {
  padding-top: 0;
  background: none !important;
  border: none;
  padding-left: 48px;
}

.mcanimate {
  opacity: 0;
}

.mcanimate-hover,
.mcanimate-always {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*.mcanimate-hover{
   -webkit-animation-play-state: paused;
   animation-play-state: paused;
}
.mcanimate-hover:hover{
   -webkit-animation-play-state: running;
   animation-play-state: running;
}*/
.mcanimate-on-hover:hover {
  -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% {
    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% {
    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% {
    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% {
    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% {
    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% {
    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 {
  opacity: 1;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  opacity: 1;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 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);
    opacity: 1;
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 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);
    opacity: 1;
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    opacity: 1;
    -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);
    opacity: 1;
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    opacity: 1;
  }
}

@keyframes shake {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 1;
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    opacity: 1;
  }
}

.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);
    opacity: 1;
  }
  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);
    opacity: 1;
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    opacity: 1;
  }
  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);
    opacity: 1;
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 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);
    opacity: 1;
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 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);
    opacity: 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;
    opacity: 1;
  }
  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;
    opacity: 1;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  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;
    opacity: 1;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    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% {
    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% {
    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% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    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% {
    opacity: 1;
    -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 {
  0% {
    opacity: 1;
  }
  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 {
  0% {
    opacity: 1;
  }
  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(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0.5%, 0, 0);
    transform: translate3d(0.5%, 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(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 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);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 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);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 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);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 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);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1%, 0, 0);
    transform: translate3d(-1%, 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);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1%, 0);
    transform: translate3d(0, -1%, 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);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, -1%, 0);
    transform: translate3d(0, -1%, 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% {
    opacity: 1;
    -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% {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    opacity: 1;
    -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% {
    opacity: 1;
    -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);
    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);
    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% {
    opacity: 1;
    -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);
    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);
    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% {
    opacity: 1;
    -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);
    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);
    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);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    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);
    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);
    opacity: 1;
  }
}

.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);
    opacity: 1;
  }
  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% {
    opacity: 1;
    -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% {
    opacity: 1;
    -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;
  }
  100% {
    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;
  }
  100% {
    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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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);
  }
  100% {
    opacity: 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% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*=================================================================*/
/* Blockquote
/*=================================================================*/
.blockquote-bordered {
  border-left: 7px solid #eee;
  padding-left: 22px;
}

.mcbquote-shortcode p {
  margin-bottom: 0;
}

.mcbquote-shortcode .author {
  margin-top: 20px;
}

/*=================================================================*/
/* Box
/*=================================================================*/
.mcbox {
  position: relative;
  overflow: hidden;
}

.mcbox .inner-content {
  position: relative;
  z-index: 9999;
}

.mcbox.onhover .inner-content {
  opacity: 0;
}

.mcbox .box-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
}

/*=================================================================*/
/* Buttons
/*=================================================================*/
.mclive-editor-edit-mode div.mc_button {
  display: inline-block;
}

.mc_button {
  display: inline-block;
  text-align: center;
  width: auto !important;
}

.mc_button.mcbutton-right {
  float: right;
}

.mc_button.mcbutton-left {
  float: left;
}

.mc_button.mcbutton-full {
  float: none;
  width: 100%;
  display: block;
}

.mc_button.mcbutton-center {
  float: none;
  width: 100% !important;
}

.mcbutton {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  outline: none;
  font-weight: bold;
  line-height: 1em;
  padding: 7px 13px;
  cursor: pointer;
  vertical-align: middle;
  z-index: 99;
  position: relative;
  overflow: hidden;
  /* #Hover Effects
   ================================================== */
}

.mcbutton .btn_icon {
  display: inline-block;
  margin-right: 5px;
}

.mcbutton.full-button, .mcbutton.mcbutton-full, .mcbutton.mcfull-width {
  width: 100%;
  display: block;
}

.mcbutton.full-button:after, .mcbutton.mcbutton-full:after, .mcbutton.mcfull-width:after {
  clear: both !important;
}

.mcbutton.mcbutton-right {
  float: right;
}

.mcbutton.mcbutton-left {
  float: left;
}

.mcbutton.mcbutton-center {
  float: none;
  display: inline-block;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.mcbutton.bordered-button {
  color: #868686;
  border: 1px solid #e4dcd4;
  padding: 4px 5px;
  display: block;
  float: left;
  margin-left: 2px;
  text-align: center;
}

.mcbutton.icon-left .btn_icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.mcbutton.icon-right .btn_icon {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.mcbutton.icon-top .btn_icon {
  position: relative;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 12px;
}

.mcbutton.icon-begin .btn_icon {
  position: relative;
  min-width: 42px;
  margin-right: 15px;
  top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.mcbutton.icon-end .btn_icon {
  position: relative;
  min-width: 42px;
  margin-left: 15px;
  top: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.mcbutton:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  background: transparent;
  opacity: 0;
}

.mcbutton.none:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0s;
}

.mcbutton.none:hover:after {
  opacity: 1;
}

.mcbutton.bfade:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mcbutton.bfade:hover:after {
  opacity: 1;
}

.mcbutton.slidedown:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}

.mcbutton.slidedown:hover:after {
  height: 100%;
  opacity: 1;
}

.mcbutton.slideright:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.mcbutton.slideright:hover:after {
  width: 100%;
  opacity: 1;
}

.mcbutton.expandcenter:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mcbutton.expandcenter:hover:after {
  width: 100%;
  opacity: 1;
}

.mcbutton.expandcenterv:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mcbutton.expandcenterv:hover:after {
  height: 100%;
  opacity: 1;
}

.mcbutton.expandcenterd:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mcbutton.expandcenterd:hover:after {
  width: 100%;
  height: 400%;
  opacity: 1;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mc_button,
  .mcbutton {
    display: inline-block;
    float: none;
    width: 100% !important;
    min-width: 100% !important;
    margin-left: 0;
  }
  .ls-slide .mc_button,
  .ls-slide .mcbutton {
    width: auto;
  }
}

/* #Mobile lanscape
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mc_button,
  .mcbutton {
    display: inline-block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .ls-slide .mc_button,
  .ls-slide .mcbutton {
    width: auto;
    font-size: 170%;
    padding: 12px !important;
  }
}

/*=================================================================*/
/* Call to action
/*=================================================================*/
.mcshortcode-block.mcblock-mc_callaction {
  display: block !important;
}

.mc_callaction {
  display: block;
  position: relative;
}

.mc_callaction .linked-action {
  cursor: pointer;
}

.mc_callaction a {
  text-decoration: none;
  border: none;
}

.mc_callaction .aside-action {
  position: relative;
}

.mc_callaction .mc-call-action-container {
  overflow: hidden;
  display: block;
}

.mc_callaction .call-action-over {
  background: #eaeaea;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
}

.mc_callaction .call-text,
.mc_callaction .call-icon,
.mc_callaction .call-button {
  position: relative;
  z-index: 99;
}

.mc_callaction .call-button a {
  margin: 0 !important;
}

.mc_callaction .call-text h4 {
  margin-top: 0 !important;
  clear: none !important;
  margin-bottom: 0 !important;
  margin: 0;
  vertical-align: middle;
  font-size: 24px;
}

.mc_callaction .call-text h4 p {
  font-size: inherit !important;
  color: inherit !important;
  margin: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.mc_callaction .text_right_icon.bg_float_none .call-text,
.mc_callaction .text_right_btn.bg_float_none .call-text {
  padding-right: 35px;
}

.mc_callaction .text_left_icon.bg_float_none .call-text,
.mc_callaction .text_left_btn.bg_float_none .call-text {
  padding-left: 35px;
}

.mc_callaction .call-icon {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  text-align: center;
}

.mc_callaction .call-icon i {
  font-size: 30px;
  line-height: 0;
}

.mc_callaction .text_right_btn .aside-action,
.mc_callaction .text_right_icon .aside-action {
  left: 0;
  float: left;
  width: 24%;
  text-align: center;
}

.mc_callaction .text_right_btn .call-text,
.mc_callaction .text_right_icon .call-text {
  float: right;
  width: 76%;
}

.mc_callaction .text_left_btn .aside-action,
.mc_callaction .text_left_icon .aside-action {
  right: 0;
  width: 24%;
  float: right;
  text-align: center;
}

.mc_callaction .text_left_btn .call-text,
.mc_callaction .text_left_icon .call-text {
  float: left;
  width: 76%;
}

.mc_callaction .text_left_btn .call-icon,
.mc_callaction .text_right_btn .call-icon {
  display: none;
}

.mc_callaction .text_left_icon .call-button,
.mc_callaction .text_right_icon .call-button {
  display: none;
}

.mc_callaction .text_centered_btn,
.mc_callaction .text_centered_icon {
  padding-bottom: 33px;
}

.mc_callaction .text_centered_btn .call-text,
.mc_callaction .text_centered_btn .aside-action,
.mc_callaction .text_centered_icon .call-text,
.mc_callaction .text_centered_icon .aside-action {
  width: 100% !important;
}

.mc_callaction .text_centered_btn .call-text,
.mc_callaction .text_centered_icon .call-text {
  padding-top: 0;
  padding-bottom: 20px !important;
}

.mc_callaction .text_centered_btn h4,
.mc_callaction .text_centered_icon h4 {
  text-align: center !important;
}

.mc_callaction .text_centered_btn .call-button,
.mc_callaction .text_centered_icon .call-button {
  padding-top: 10px !important;
  text-align: center !important;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0 !important;
  width: 100%;
  float: none;
}

.mc_callaction .text_centered_btn .call-button .mcbutton,
.mc_callaction .text_centered_icon .call-button .mcbutton {
  float: none;
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mc_callaction .text_centered_btn .call-icon,
.mc_callaction .text_centered_icon .call-icon {
  text-align: center !important;
  background-color: transparent !important;
  position: relative;
  padding-top: 10px !important;
  padding-bottom: 39px !important;
}

.mc_callaction .text_right_icon h4,
.mc_callaction .text_right_btn h4 {
  text-align: right;
}

.mc_callaction .bg_float_right {
  padding-left: 20px;
}

.mc_callaction .bg_float_right .call-action-over {
  width: 200%;
}

.mc_callaction .bg_float_left {
  padding-right: 20px;
}

.mc_callaction .bg_float_left .call-action-over {
  width: 200%;
  left: -100%;
}

.mc_callaction .mcblock-mc_button .mcmodule-actions {
  display: none !important;
  opacity: 0 !important;
}

.mc_callaction .simple .aside-action {
  display: none;
}

/* #Tablet Portrait
================================================== */
@media (max-width: 991px) {
  .mc-call-action-container {
    padding: 35px 0;
  }
  .mc-call-action-container.bg_float_left:before,
  .mc-call-action-container.bg_float_left .call-action-over:before {
    right: -20% !important;
  }
  .mc-call-action-container.bg_float_right:before,
  .mc-call-action-container.bg_float_right .call-action-over:before {
    left: -20% !important;
  }
  .mc-call-action-container .call-icon {
    position: relative !important;
    display: inline-block;
    border: none !important;
  }
  .mc-call-action-container .call-icon i {
    position: relative !important;
    display: inline-block;
    border: none !important;
  }
  .mc-call-action-container .call-text,
  .mc-call-action-container .call-icon,
  .mc-call-action-container .call-button {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
  .mc-call-action-container .call-text h4,
  .mc-call-action-container .call-text p {
    text-align: center !important;
  }
  .mc-call-action-container .call-text,
  .mc-call-action-container .call-icon,
  .mc-call-action-container .call-button {
    padding: 0 !important;
    top: 0;
  }
  .mc-call-action-container .call-text {
    margin-bottom: 20px;
  }
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mc_callaction .bg_float_right .call-action-over,
  .mc_callaction .bg_float_left .call-action-over {
    left: -50% !important;
  }
  .mc_callaction .action-separator {
    display: none !important;
  }
  .mc_callaction .aside-action {
    width: 100% !important;
    text-align: center !important;
  }
}

/*=================================================================*/
/* Owl Carousel
/*=================================================================*/
.carousel-title {
  margin-top: 15px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  list-style: none;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-item li.product {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.owl-carousel .owl-item li.product span.onsale {
  top: 10px;
  right: 10px;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  display: none;
  top: 40%;
  width: 100%;
}

.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background: #000;
  background: rgba(0, 0, 0, 0.49);
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #000;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  color: #fff;
  font-size: 26px;
  line-height: 45px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  background: #c5c5c5;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 300px;
  margin-right: 4px;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
  background: #747474;
}

/*=================================================================*/
/* Contact form 7
/*=================================================================*/
.wpcf7 img {
  width: auto !important;
}

.wpcf7 p {
  margin-bottom: 12px;
}

.wpcf7 .wpcf7-submit {
  width: auto !important;
}

/*=================================================================*/
/* Charts
/*=================================================================*/
.mcadvanced_chart table {
  width: auto;
}

.mclive-light .mcadvanced_chart table {
  color: #4e4e4e;
}

.mclive-dark .mcadvanced_chart .flot-text {
  color: #a6a6a6;
}

/*=================================================================*/
/* Columns with icons
/*=================================================================*/
.mc_col_icon {
  clear: both;
}

.column-with-icon {
  /**
   * Using css we can align the icon simpey by doing
   * but fuck ie
   * .icon_inner{
   *   display: flex;
   *   align-items: center;
   * }
   */
}

.column-with-icon .icon_inner {
  display: block;
  transition: background-color 0.4s linear;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.column-with-icon .icon_inner a.mccol-link {
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  position: relative;
  display: block;
}

.column-with-icon .icon_inner a.mccol-link i {
  top: 0%;
  -webkit-transform: none;
          transform: none;
}

.column-with-icon .column_icon {
  padding: 4px;
  position: relative;
}

.column-with-icon i {
  width: 100%;
  line-height: 0 !important;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  transition: color 0.4s linear;
}

.column-with-icon.iconleft .column_icon {
  margin-right: 10px;
  float: left;
}

.column-with-icon.iconleft .column_text {
  overflow: hidden;
}

.column-with-icon.iconright .column_icon {
  margin-left: 10px;
  float: right;
}

.column-with-icon.iconright .column_text {
  overflow: hidden;
}

.column-with-icon.iconbelow .column_icon, .column-with-icon.iconabove .column_icon {
  margin-left: auto !important;
  margin-right: auto !important;
}

.column-with-icon.iconabove .column_icon, .column-with-icon.iconaboveleft .column_icon {
  margin-bottom: 15px;
}

.column-with-icon.iconaboveright .column_icon {
  margin-bottom: 15px;
  float: right;
  clear: both;
}

.column-with-icon.iconaboveright .column_text {
  width: 100%;
  clear: both;
}

.column-with-icon.iconbelow .column_icon, .column-with-icon.iconbelowleft .column_icon {
  margin-bottom: 15px;
  clear: both;
}

.column-with-icon.iconbelowright .column_icon {
  margin-bottom: 15px;
  margin-left: auto !important;
  clear: both;
}

.column-with-icon.iconbelowright .column_text {
  width: 100%;
  clear: both;
}

.column-with-icon.iconbelow .column_wrapper, .column-with-icon.iconbelowleft .column_wrapper, .column-with-icon.iconbelowright .column_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column-with-icon.iconbelow .column_icon, .column-with-icon.iconbelowleft .column_icon, .column-with-icon.iconbelowright .column_icon {
  display: block;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.column-with-icon.iconbelow .column_text, .column-with-icon.iconbelowleft .column_text, .column-with-icon.iconbelowright .column_text {
  display: block;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
}

.column-with-icon.icontitleleft .column_icon {
  margin-right: 10px;
  float: left;
}

.column-with-icon.icontitleleft .column_content {
  clear: both;
  width: 100%;
}

.column-with-icon.icontitleright .coltitle {
  float: left;
}

.column-with-icon.icontitleright .column_icon {
  margin-left: 10px;
  float: left;
}

.column-with-icon.icontitleright .column_content {
  clear: both;
  width: 100%;
}

/* #Tablet Portrait
================================================== */
@media (max-width: 991px) {
  .column-with-icon .column_icon {
    position: relative !important;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    float: none !important;
  }
  .column-with-icon .column_text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    float: none !important;
  }
  .column-with-icon .column_text .column_content p {
    text-align: center !important;
  }
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .column-with-icon .coltitle,
  .column-with-icon .column_icon {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mc_col_icon {
    width: 100%;
  }
}

/*=================================================================*/
/* Columns
/*=================================================================*/
.mc-container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.mcrow.full-width-row {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  width: 100%;
  position: relative;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.mccontainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .mccontainer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mccontainer {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .mccontainer {
    width: 1170px;
  }
}

.mccol-md-1,
.mccol-md-2,
.mccol-md-3,
.mccol-md-4,
.mccol-md-5,
.mccol-md-6,
.mccol-md-7,
.mccol-md-8,
.mccol-md-9,
.mccol-md-10,
.mccol-md-11,
.mccol-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .mccol-md-1,
  .mccol-md-2,
  .mccol-md-3,
  .mccol-md-4,
  .mccol-md-5,
  .mccol-md-6,
  .mccol-md-7,
  .mccol-md-8,
  .mccol-md-9,
  .mccol-md-10,
  .mccol-md-11,
  .mccol-md-12 {
    float: left;
  }
  .mccol-md-12 {
    width: 100%;
  }
  .mccol-md-11 {
    width: 91.66666667%;
  }
  .mccol-md-10 {
    width: 83.33333333%;
  }
  .mccol-md-9 {
    width: 75%;
  }
  .mccol-md-8 {
    width: 66.66666667%;
  }
  .mccol-md-7 {
    width: 58.33333333%;
  }
  .mccol-md-6 {
    width: 50%;
  }
  .mccol-md-5 {
    width: 41.66666667%;
  }
  .mccol-md-4 {
    width: 33.33333333%;
  }
  .mccol-md-3 {
    width: 25%;
  }
  .mccol-md-2 {
    width: 16.66666667%;
  }
  .mccol-md-1 {
    width: 8.33333333%;
  }
  .mccol-md-pull-12 {
    right: 100%;
  }
  .mccol-md-pull-11 {
    right: 91.66666667%;
  }
  .mccol-md-pull-10 {
    right: 83.33333333%;
  }
  .mccol-md-pull-9 {
    right: 75%;
  }
  .mccol-md-pull-8 {
    right: 66.66666667%;
  }
  .mccol-md-pull-7 {
    right: 58.33333333%;
  }
  .mccol-md-pull-6 {
    right: 50%;
  }
  .mccol-md-pull-5 {
    right: 41.66666667%;
  }
  .mccol-md-pull-4 {
    right: 33.33333333%;
  }
  .mccol-md-pull-3 {
    right: 25%;
  }
  .mccol-md-pull-2 {
    right: 16.66666667%;
  }
  .mccol-md-pull-1 {
    right: 8.33333333%;
  }
  .mccol-md-pull-0 {
    right: auto;
  }
  .mccol-md-push-12 {
    left: 100%;
  }
  .mccol-md-push-11 {
    left: 91.66666667%;
  }
  .mccol-md-push-10 {
    left: 83.33333333%;
  }
  .mccol-md-push-9 {
    left: 75%;
  }
  .mccol-md-push-8 {
    left: 66.66666667%;
  }
  .mccol-md-push-7 {
    left: 58.33333333%;
  }
  .mccol-md-push-6 {
    left: 50%;
  }
  .mccol-md-push-5 {
    left: 41.66666667%;
  }
  .mccol-md-push-4 {
    left: 33.33333333%;
  }
  .mccol-md-push-3 {
    left: 25%;
  }
  .mccol-md-push-2 {
    left: 16.66666667%;
  }
  .mccol-md-push-1 {
    left: 8.33333333%;
  }
  .mccol-md-push-0 {
    left: auto;
  }
  .mccol-md-offset-12 {
    margin-left: 100%;
  }
  .mccol-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mccol-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mccol-md-offset-9 {
    margin-left: 75%;
  }
  .mccol-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mccol-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mccol-md-offset-6 {
    margin-left: 50%;
  }
  .mccol-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mccol-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mccol-md-offset-3 {
    margin-left: 25%;
  }
  .mccol-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mccol-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mccol-md-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.panel-body:after {
  clear: both;
}

.mcfull-columns .mccol-md-1,
.mcfull-columns .mccol-md-2,
.mcfull-columns .mccol-md-3,
.mcfull-columns .mccol-md-4,
.mcfull-columns .mccol-md-5,
.mcfull-columns .mccol-md-6,
.mcfull-columns .mccol-md-7,
.mcfull-columns .mccol-md-8,
.mcfull-columns .mccol-md-9,
.mcfull-columns .mccol-md-10,
.mcfull-columns .mccol-md-11,
.mcfull-columns .mccol-md-12 {
  width: 100%;
}

.mccontainer-small .container {
  width: 100%;
}

.inner-columns-holder:after,
.inner-columns-holder:before,
.mcblock-content > div:before,
.mcblock-content > div:after {
  display: table;
  content: ' ';
  clear: both;
}

.row-holder:before,
.row-holder:after,
.row-content:before,
.row-content:after {
  display: block;
  content: '';
  /*width: 100%;*/
  clear: both;
}

.mccolumn-item {
  position: relative;
}

/*=================================================================*/
/* Easy Digital Downloads
/*=================================================================*/
.mc_easydownloads .easydownloads-carousel .edd_downloads_list .edd_download {
  width: 100% !important;
}

/*=================================================================*/
/* Faqs
/*=================================================================*/
.mc-faqs {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: #f7f7f7;
}

.mc-faqs .faq-heading {
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.mc-faqs .faq-title {
  margin: 0;
  font-size: 16px;
}

.mc-faqs .faq-status {
  position: absolute;
  top: 30%;
  right: 15px;
}

.mc-faqs .faq-status i {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.mc-faqs .faq-icon {
  float: left;
  margin-right: 10px;
}

.mc-faqs .faq-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 12px 0;
  display: none;
}

.mc-faqs .faq-status-close-icon {
  display: none;
}

.mc-faqs.faq-is-open .faq-status-open-icon {
  display: none;
}

.mc-faqs.faq-is-open .faq-status-close-icon,
.mc-faqs.faq-is-open .faq-content {
  display: block;
}

/*=================================================================*/
/* Flickr Feed
/*=================================================================*/
.mc_flickr_feed .quick-flickr-item {
  float: left;
  margin: 0 20px 20px 0;
}

/*=================================================================*/
/* Gallery
/*=================================================================*/
.mcgallery_item {
  margin-bottom: 20px;
}

.mcgallery_item img {
  width: 100%;
  height: auto;
}

.mcgallery-grid5 .mcgallery_item {
  width: 18.5%;
  float: left;
  margin-right: 10px;
}

.mcgallery-grid5 .mcgallery_item:nth-child(5n+5) {
  margin-right: 0;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mcgallery-grid5 .mcgallery_item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/* #Mobile lanscape
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcgallery-grid5 .mcgallery_item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/*=================================================================*/
/* Lightbox
/*=================================================================*/
html.glightbox-html.glightbox-touch {
  overflow: hidden !important;
}

html.glightbox-open,
body.glightbox-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: hidden;
}

#glightbox-body {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

#glightbox-body.inactive {
  display: none;
}

#glightbox-body #glightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0d0d0d;
  background: rgba(0, 0, 0, 0.92);
}

#glightbox-body #glightbox-loader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
          animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: none;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

#glightbox-body #glightbox-loader.visible {
  display: block;
}

#glightbox-body #glightbox-prev,
#glightbox-body #glightbox-next,
#glightbox-body #glightbox-close {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=");
}

#glightbox-body #glightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#glightbox-body #glightbox-slider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

#glightbox-body #glightbox-slider .gslide {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#glightbox-body #glightbox-slider .gslide.current {
  opacity: 1;
  z-index: 99999;
}

#glightbox-body .gslide video,
#glightbox-body .gslide iframe {
  width: 100%;
  min-height: 100%;
  height: 100%;
  outline: none !important;
  border: none;
}

#glightbox-body .gslide .gslide-inner-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#glightbox-body .gslide .gslide-inner-content .ginner-container {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#glightbox-body .gslide .gslide-inner-content .ginner-container.desc-bottom, #glightbox-body .gslide .gslide-inner-content .ginner-container.desc-top {
  display: inline-block;
}

#glightbox-body .gslide .gslide-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#glightbox-body .gslide .gslide-image img {
  /*width: 100%;*/
  width: auto;
  height: auto;
  max-height: 93%;
}

#glightbox-body .gslide .gslide-video {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  min-height: 300px;
  height: 100%;
  max-height: 93% !important;
}

#glightbox-body .gslide .gslide-video .jwplayer,
#glightbox-body .gslide .gslide-video .box-emboss {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

#glightbox-body .gslide .gslide-video .jwplayer .btnd:active,
#glightbox-body .gslide .gslide-video .jwplayer .btnd:focus,
#glightbox-body .gslide .gslide-video .jwplayer .btnd.active,
#glightbox-body .gslide .gslide-video .box-emboss .btnd:active,
#glightbox-body .gslide .gslide-video .box-emboss .btnd:focus,
#glightbox-body .gslide .gslide-video .box-emboss .btnd.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

#glightbox-body .gslide .gslide-video object {
  position: absolute;
  top: 0px;
  left: 0px;
}

#glightbox-body .gslide .gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  font-size: 13px;
  overflow: hidden;
}

#glightbox-body .gslide .gslide-external {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0px;
}

#glightbox-body .gslide .gslide-description.left-position,
#glightbox-body .gslide .gslide-description.right-position {
  padding: 30px;
  background: #fff;
  max-width: 300px;
  min-width: 190px;
}

#glightbox-body .gslide .gslide-description.bottom-position,
#glightbox-body .gslide .gslide-description.top-position {
  padding: 30px;
  background: #fff;
  width: 100%;
  display: inline-block;
  min-width: 190px;
}

#glightbox-body .gslide .gslide-description {
  text-align: left;
}

#glightbox-body .gslide .gslide-description h4 {
  font-size: 17px;
}

#glightbox-body .gslide .gslide-description p {
  font-size: 13px;
}

#glightbox-body .gslide.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

#glightbox-body .gslide.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

#glightbox-body .gslide.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

#glightbox-body .gslide.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

#glightbox-body .gslide.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

#glightbox-body .gslide.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

/*Skin */
.glightbox-clean #glightbox-nav-bar {
  position: absolute;
  top: 45%;
  width: 97%;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.glightbox-clean #glightbox-nav-bar #glightbox-next {
  float: right;
}

.glightbox-no-nav .glightbox-clean #glightbox-nav-bar {
  display: none;
}

.glightbox-clean #glightbox-prev,
.glightbox-clean #glightbox-next,
.glightbox-clean #glightbox-close {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  cursor: pointer;
}

.glightbox-clean #glightbox-prev.disabled,
.glightbox-clean #glightbox-next.disabled,
.glightbox-clean #glightbox-close.disabled {
  opacity: 0.3;
}

.glightbox-clean #glightbox-prev .garrow,
.glightbox-clean #glightbox-next .garrow,
.glightbox-clean #glightbox-close .garrow {
  stroke: #fff;
}

.glightbox-clean #glightbox-prev {
  position: absolute;
  top: 45%;
  left: 30px;
}

.glightbox-clean #glightbox-next {
  background-position: -30px 0;
  position: absolute;
  top: 45%;
  right: 30px;
}

.glightbox-clean #glightbox-close {
  width: 21px;
  height: 27px;
  top: 15px;
  right: 20px;
  position: absolute;
  opacity: 0.7;
  background-position: -66px 0;
}

.glightbox-clean #glightbox-close:hover {
  opacity: 1;
}

#glightbox-nav-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Responsive */
@media screen and (min-width: 800px) {
  #glightbox-close {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .glightbox-mobile #glightbox-nav-bar {
    display: none !important;
  }
  .gslide-video {
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  .gslide-video iframe {
    width: 100%;
    min-height: 0% !important;
    height: 100%;
  }
  .ginner-container {
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .gslide-description {
    background: #fff;
    width: 100%;
    max-width: 100% !important;
    float: none;
  }
}

/*CSS Animations*/
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/*=================================================================*/
/* Some global styles
/*=================================================================*/
.mcshortcode-block {
  position: relative;
  display: block;
  width: 100%;
}

.mcbgfixed {
  background-attachment: fixed !important;
  background-position: center center !important;
}

.mclive-inactive-block {
  display: none;
}

.ui-sortable-helper {
  position: absolute !important;
}

.mcrow-inner.ui-sortable-helper,
.mcshortcode-block.ui-sortable-helper {
  position: fixed !important;
}

.mcclear {
  clear: both;
}

.mcbgcover {
  background-size: cover !important;
}

.mcgarrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAuCAYAAABzjGayAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQjEwREU3REZBQTQxMUU1QjRGM0Q4QzBEM0RDOUMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQjEwREU3RUZBQTQxMUU1QjRGM0Q4QzBEM0RDOUMwOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVCMTBERTdCRkFBNDExRTVCNEYzRDhDMEQzREM5QzA4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVCMTBERTdDRkFBNDExRTVCNEYzRDhDMEQzREM5QzA4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SqO18gAABFtJREFUeNrsnclrFEEUxisiLih4E4+eRNwQF4jGMS7oQWPicvQUcMli4tUkk8kkxoAIahKTaBTEiydBk7iCRFET14MriujN/0BcMIf4XrobKtU1k5np6pnuzveDD5nnTCZ0+1HvvXrVFo2PjwufKCZdI/0lHSB9EwB4ZyHppv1nHem+H19S5JMxNpBGpdfXSQdxT4EBeknV0uty0pDpL5nhwy++STEF8wj3ExhiWHk9SKoIujFipKdKLEG6gvsJDHGDdFSJ3SLtCaoxOH16osROkU7iXgLD9JOOa1aO8qAZQ5c+8UoRxz0EPtFlF98yA6bMYcIYWzXpUzNWCpAHLpCOaMyx1+sP9tqV2kgaUWIdpCbcM5BH6kmdSqyMdKcQK0ZMY4oETAEKlFbVK7HbwkO3KldjbNMU2nGkT6CAdGvSKu5W7ctXKlVCeqbE2u26AoBCU2vXHjK7SPf8XDFKNaZogSlAgOjRpFV3sy3Is1kxuPs0rKkpkD6BIMKbgBeV2H5hzVkZM8YW4R7rSJJacf1BgKki9Smx3fYK4jmV0pmiFaYAIYBXDHUTkFu4U3arploxdKZA+gTCRo1de8hwzTGQy4qxHaYAEaFXZDl4mMoY3H16qMTaYAoQYvo1adVgKnPojMHdp8dKrMUWAGGG9zeOacxRMVWNsZP0QHkPj3h04JqCCHGIdDldzTFDSZ9UU7TDFCCC8MG5ek3NUaYaQ5c+NQvsaIPo0q1Jq4acmoNTKT5kJJ+n+C2szbszuHZgGlBJOkdaIJcUvGIcVt74GaYA04irwj3/V8nGOEv6JwVX2zEApgMNpB1KrNPpSq0ivSLNlv6yR5ODARAleKwpocT4VOpzuV27kvSO6w7pTbxjWIvrByIIN5balBifNZp4qIfcrv1AWk8ak2I8Y3Ie1xBEjEaNKSY96UY3RMgrxxvSLCnGO4Z1uJ4gArQJ9zZEiVAe/5RqunY56S1pphTjEd5qXFcQYnisKanE+EGBL9Q3phoi/GR/QO5WVSGtAiGmQWOKmM4U6VYMhxWk16Q5SKtAiEkK9xCsK33KxhiOObiVOxdpFQghfFQirim0R9J9KJOjrR+F1dsdU9KqLlxzEHCacjFFpsYQdiG+VlhzVA6cTnXj2oOAwp2ndk1NMZLJh7N94Bp3q16S5kkx7JCDMKRPaWuKXFcMB+5WFStpVa1wHzQHoFAkvJoiF2M4Ncc60i8pVoO0CgSkplAf67Q5W1PkkkrJLLPTqvlIq0AU0idTxmCWCmvGSt4h77NXEADyRVK49ykmpmRz/YFe/0elL8LdreL9DbRyQb6Ia0xR6sUUJlYMeeXgwUO5W4UdcuA3GQ0EFtIYzBLSezH5sNMlYW0GAmAa3SEj7UBgIVIpma/COs8hp1X8WEQMHgLTNGpMETNlCtMrRrq06gTpNO4nMAA/vKPfj/TJrxVDLsjXkL6Tfgprv2MR7icwxGLSH/vf1g9hdZ9GTX/JfwEGAEUlAvaJgl10AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  height: 100%;
}

.rsArrowDisabled .mcgarrow {
  opacity: 0.3;
}

.mcgarrow.mcgarrow-right {
  background-position: -49px 11px;
  background-size: 75px;
}

.mcgarrow.mcgarrow-left {
  background-size: 75px;
  background-position: 13px 11px;
}

.submit-left input[type="submit"] {
  float: left;
  margin-left: 0;
  clear: both;
}

.submit-right input[type="submit"] {
  float: right;
  margin-right: 0;
  clear: both;
}

.submit-center input[type="submit"] {
  float: none;
  margin-right: auto;
  margin-left: auto;
  display: block !important;
}

.submit-full input[type="submit"] {
  float: none;
  width: 100% !important;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

/*=================================================================*/
/* Gravity forms
/*=================================================================*/
.mcgravity-form.grno-title .gform_title {
  display: none !important;
}

/*=================================================================*/
/* Fancy Headings
/*=================================================================*/
.mc-heading .hicon {
  font-size: 22px;
}

.mc-heading .redactor-box,
.mc-heading .mc-heading-main {
  display: inline-block;
}

.mc-heading span {
  font-size: inherit;
  /*color: inherit !important;
      font-weight: inherit !important;
      font-style: inherit !important;*/
  font-family: inherit;
}

.mc-heading .line-separator {
  width: 100%;
  height: 1px;
  position: relative;
  border-bottom: 1px solid #000;
}

.mc-heading .line-separator.single-line-sep {
  border-bottom: 1px solid #000;
}

.mc-heading .line-separator .highlight {
  height: 1px;
  width: 30%;
  margin-bottom: -1px !important;
  z-index: 999;
  position: relative;
}

.mc-heading .line-separator.separator-center,
.mc-heading .line-separator.separator-center .highlight {
  margin: 0 auto;
}

.mc-heading .line-separator.adv-line-sep .bar {
  background-color: #000;
  height: 1px;
  width: 100%;
}

.mc-heading.dline, .mc-heading.sline {
  display: block;
  position: relative;
}

.mc-heading.dline:before, .mc-heading.dline:after, .mc-heading.sline:before, .mc-heading.sline:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #000;
  top: -20px;
  bottom: 0;
  margin: auto;
  width: 300px;
}

.mc-heading.dline:before, .mc-heading.sline:before {
  margin-right: 15px;
}

.mc-heading.dline:after, .mc-heading.sline:after {
  margin-left: 15px;
}

.mc-heading.dline:before, .mc-heading.dline:after {
  border-top: 1px solid #000;
}

.mc-heading.fancy-decor {
  overflow: hidden;
}

.mc-heading.fancy-decor.heading-icon-bottom:before, .mc-heading.fancy-decor.heading-icon-bottom:after, .mc-heading.fancy-decor.heading-icon-top:before, .mc-heading.fancy-decor.heading-icon-top:after {
  display: none;
}

.mc-heading.fancy-decor.heading-icon-bottom .mc-heading-main:before, .mc-heading.fancy-decor.heading-icon-bottom .mc-heading-main:after, .mc-heading.fancy-decor.heading-icon-top .mc-heading-main:before, .mc-heading.fancy-decor.heading-icon-top .mc-heading-main:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #000;
  top: 31%;
  width: 300px;
}

.mc-heading.fancy-decor.heading-icon-bottom .mc-heading-main:before, .mc-heading.fancy-decor.heading-icon-top .mc-heading-main:before {
  right: 0;
  left: 0;
  top: 50%;
  margin-right: 15px;
}

.mc-heading.fancy-decor.heading-icon-bottom .mc-heading-main:after, .mc-heading.fancy-decor.heading-icon-top .mc-heading-main:after {
  right: 0;
  top: 50%;
  margin-left: 15px;
}

.mc-heading.fancy-decor.heading-icon-bottom:before, .mc-heading.fancy-decor.heading-icon-bottom:after {
  top: 24%;
}

.mc-heading.fancy-decor.heading-icon-bottom .mc-heading-main:before, .mc-heading.fancy-decor.heading-icon-bottom .mc-heading-main:after {
  top: 24%;
}

.mc-heading.text-right.heading-icon-left .hicon {
  float: inherit !important;
}

.mc-heading.text-center {
  text-align: center;
}

.mc-heading.text-center .hicon {
  float: inherit !important;
}

.mc-heading.heading-icon-left .hicon {
  margin-right: 10px;
}

.mc-heading.heading-icon-right .hicon {
  margin-left: 10px;
}

.mc-heading.heading-icon-top .hicon {
  display: block;
}

.mc-heading.dline.heading-icon-top .mc-heading-main:before,
.mc-heading.dline.heading-icon-top .mc-heading-main:after,
.mc-heading.dline.heading-icon-bottom .mc-heading-main:before,
.mc-heading.dline.heading-icon-bottom .mc-heading-main:after {
  border-top: 1px solid #000;
}

/*=================================================================*/
/* Single Icon
/*=================================================================*/
.mclive-editor-edit-mode div.mc_icon {
  display: inline-block;
}

.mc_icon {
  display: inline-block;
  text-align: center;
  width: auto !important;
}

.mc_icon.mcicon-right {
  float: right;
}

.mc_icon.mcicon-left {
  float: left;
}

.mc_icon.mcicon-full {
  float: none;
  width: 100%;
  display: block;
}

.mc_icon.mcicon-center {
  float: none;
  width: 100% !important;
}

.mcicon {
  padding: 4px;
  position: relative;
}

.mcicon.mcicon-left {
  float: left;
}

.mcicon.mcicon-right {
  float: right;
}

.mcicon.mcicon-center {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mcicon .mcicon-link {
  border-radius: inherit;
}

.mcicon .icon_inner {
  display: block;
  transition: background-color 0.4s linear;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.mcicon .sicon {
  width: 100%;
  line-height: 0 !important;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  transition: color 0.4s linear;
}

/*=================================================================*/
/* Images
/*=================================================================*/
div.mc_image {
  overflow: hidden;
}

.mcimage {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.mcimage.aligncenter {
  overflow: visible !important;
}

.mcimage.aligncenter img {
  width: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.mcimage img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin: 0;
}

.img-alignleft {
  float: left;
}

.img-alignright {
  float: right;
}

.img-aligncenter {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* #Tablet Portrait
================================================== */
@media (max-width: 991px) {
  .mc_image .mcimage {
    width: 100% !important;
    min-width: 100% !important;
    min-height: auto !important;
    max-width: 100% !important;
    max-height: auto !important;
    height: auto !important;
  }
  .mcimage.aligncenter img {
    width: auto !important;
    max-width: 100% !important;
  }
  .mcblock-content .mc_image .mcimage,
  .mc_image .mcimage {
    max-height: auto !important;
  }
}

/* #Mobile Landscape
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcimage.aligncenter img {
    width: auto !important;
    max-width: 100% !important;
  }
  .mcblock-content .mc_image .mcimage,
  .mc_image .mcimage {
    max-height: auto !important;
  }
}

/*=================================================================*/
/* Custom Lists
/*=================================================================*/
.styled-list ul {
  padding: 0 !important;
  padding-left: 0;
  margin-left: 0;
}

.styled-list li {
  list-style: none !important;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
}

.styled-list .list_icon {
  display: inline-block;
}

.styled-list .list-icon {
  display: block;
  position: relative;
}

.styled-list .list-text {
  overflow: hidden;
  display: block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.styled-list.icon-start .list-icon {
  float: left;
  margin-right: 8px;
}

.styled-list.icon-end .list-icon {
  float: right;
  margin-left: 10px;
}

/*=================================================================*/
/* Google Maps
/*=================================================================*/
.mcgamp-info-title {
  margin-bottom: 9px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #2a2a2a !important;
}

.mcgamp-info-desc {
  font-size: 13px !important;
  line-height: 20px !important;
  font-family: Arial !important;
  margin-bottom: 0 !important;
  color: #6e6e6e !important;
}

.mc-map-container img,
.gmap img {
  max-width: inherit !important;
}

/*=================================================================*/
/* Message box
/*=================================================================*/
.mc-message {
  border-radius: 2px;
}

.mc-message-body {
  padding: 20px;
}

.mc-message-body .message-icon {
  float: left;
  font-size: 30px;
  margin-right: 20px;
}

.mc-message-body .message-icon i {
  font-size: 30px;
}

.mc-message-body h5 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 9px;
  margin-top: 0 !important;
  clear: none;
}

.mc-message-body .message-text {
  padding-left: 50px;
}

.mc-message-body .message-text p {
  margin-bottom: 0;
}

.message-warning .mc-message-body {
  background: #ffea06;
}

.message-warning .mc-message-body .message-icon {
  color: #9d921c;
}

.message-warning .mc-message-body h5,
.message-warning .mc-message-body p {
  color: #5a5510;
}

.message-success .mc-message-body {
  background: #91f354;
}

.message-success .mc-message-body .message-icon {
  color: #4f842e;
}

.message-success .mc-message-body h5,
.message-success .mc-message-body p {
  color: #2f4e1b;
}

.message-info .mc-message-body {
  background: #05d1f3;
}

.message-info .mc-message-body .message-icon {
  color: #036d7f;
}

.message-info .mc-message-body h5,
.message-info .mc-message-body p {
  color: #fff;
}

.message-help .mc-message-body {
  background: #f3f3f3;
}

.message-help .mc-message-body .message-icon {
  color: #888;
}

.message-help .mc-message-body h5,
.message-help .mc-message-body p {
  color: #4e4e4e;
}

.message-error .mc-message-body {
  background: #f35143;
}

.message-error .mc-message-body .message-icon {
  color: #fff;
}

.message-error .mc-message-body h5,
.message-error .mc-message-body p {
  color: #fff;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mc_message .message-icon {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .mc_message .message-text {
    padding-left: 0;
  }
}

/*=================================================================*/
/* Parallax
/*=================================================================*/
.mcparallaxbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-repeat: none;
  display: block;
}

.parallax-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}

.parallax-image-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.parallax-image-wrapper.default-size .parallax-image, .parallax-image-wrapper.normal-size .parallax-image, .parallax-image-wrapper.repeat-size .parallax-image, .parallax-image-wrapper.repeat-x-size .parallax-image, .parallax-image-wrapper.repeat-y-size .parallax-image {
  background-size: inherit !important;
}

.parallax-image-wrapper.repeat-size .parallax-image {
  background-repeat: repeat;
}

.parallax-image-wrapper.repeat-x-size .parallax-image {
  background-repeat: repeat-x;
}

.parallax-image-wrapper.repeat-y-size .parallax-image {
  background-repeat: repeat-y;
}

.parallax-image-wrapper-50 {
  height: 50%;
  top: -50%;
}

.parallax-image-wrapper-100 {
  height: 200%;
}

.parallax-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.parallax-image-50 {
  height: 200%;
  top: -50%;
}

.parallax-image-100 {
  height: 100%;
  top: 0;
}

.parallax-image-100 .default-size,
.parallax-image-100 .normal-size,
.parallax-image-100 .repeat-x-size,
.parallax-image-100 .repeat-y-size {
  background-size: inherit !important;
}

.parallax-image.skrollable-between {
  display: block;
}

.no-skrollr .parallax-image-wrapper {
  display: none !important;
}

.parallax-row,
.parallax-container {
  background-image: none !important;
}

.enlarge-bg-left,
.enlarge-bg-right {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.enlarge-bg-right {
  left: 0;
}

.enlarge-bg-left {
  right: 0;
}

/*=================================================================*/
/* Popups
/*=================================================================*/
#mclive-popup-container {
  opacity: 1;
  z-index: 10001;
  position: absolute !important;
  border-radius: 1px;
  -webkit-overflow-scrolling: touch;
  z-index: 999999;
}

.mclive-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
}

.mclive-popup-close.ltdef {
  background-color: #53bbb8;
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.mclive-popup-element {
  display: block !important;
  box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
}

#mclive-popup-overlay {
  display: none;
  background-color: rgba(6, 6, 6, 0.76);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* #Tablet Portrait
================================================== */
@media (max-width: 991px) {
  #mclive-popup-container {
    width: 97% !important;
  }
  #mclive-popup-container .mclive-popup-element {
    max-width: 90% 1 !important;
  }
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  #mclive-popup-container {
    width: 100% !important;
    left: 0 !important;
    width: 100% !important;
  }
  #mclive-popup-container .mclive-popup-element {
    width: 100% !important;
    max-width: 100% 1 !important;
  }
}

/*=================================================================*/
/* Pre
/*=================================================================*/
textarea.mcprecode {
  width: 100%;
  border: none !important;
  background: none !important;
  outline: none !important;
}

textarea.mcprecode.crinit {
  position: absolute;
  left: -3000px;
  top: -3000px;
}

.mcprecode {
  padding-top: 13px;
  padding-left: 10px !important;
  overflow: auto;
}

.mcprecode ol {
  margin-left: 0;
  margin-bottom: 0;
}

.mcprecode ol li {
  margin-bottom: 2px;
}

.mcprecode ol li code {
  white-space: pre-wrap;
  width: 200%;
  display: block;
}

/*=================================================================*/
/* Price Tables
/*=================================================================*/
.price-column {
  margin-bottom: 30px;
}

.price-column .price-table-inner {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
}

.price-column .price-title {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0;
}

.price-column .price-numbers {
  text-align: center;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 24px;
}

.price-column .price-numbers p {
  display: inline-block;
  margin-bottom: 0;
  color: #6f6c6c;
  width: auto;
}

.price-column .price-numbers p.currency {
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: 400;
}

.price-column .price-numbers p.price {
  font-size: 45px;
}

.price-column .price-numbers p.cents {
  font-size: 16px;
  position: relative;
  top: -12px;
  left: 5px;
}

.price-column .price-numbers p.plan {
  margin-left: -12px;
  position: relative;
  bottom: -3px;
  font-size: 12px;
}

.price-column .price-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.price-column .price-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}

.price-column .price-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

.price-column .price-item .item-title {
  font-size: 16px;
  margin-bottom: 4px;
  color: inherit;
  margin-top: 0 !important;
  clear: none;
  margin-bottom: 0;
}

.price-column .price-item .item-desc {
  font-size: 14px;
  margin-bottom: 0;
  color: inherit;
}

.price-column .price-item i {
  float: left;
  margin-right: 14px;
  color: rgba(0, 0, 0, 0.3);
  color: inherit;
  padding-bottom: 10px;
}

.price-column .price-item .item-icon.mcicon-hide {
  display: none;
}

.price-column .price-bottom {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.price-column .price-bottom a {
  border: none;
}

/*=================================================================*/
/* Progress Bars
/*=================================================================*/
.mcprogress-bar {
  width: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

/*=================================================================*/
/* Circular Progress
/*=================================================================*/
.mc-circle-counter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mc-circle-counter .progressbar-text {
  text-align: center;
  font-size: 30px;
}

.mc-circle-counter h6 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}

/*=================================================================*/
/* Number counter/Progress number
/*=================================================================*/
.mc-number-counter-shortcode .mccounter-number {
  font-size: 25px;
}

.mc-number-counter-shortcode.style1 .mccounter-icon {
  float: left;
  margin-right: 10px;
}

.mc-number-counter-shortcode.style1 .mccounter-icon i {
  font-size: 30px;
}

.mc-number-counter-shortcode.style2 .mccounter-icon {
  float: none;
  text-align: center;
}

.mc-number-counter-shortcode.style2 .mccounter-number,
.mc-number-counter-shortcode.style2 .mccounter-text {
  text-align: center;
  width: 100%;
}

.mc-number-counter-shortcode.style2 .mccounter-number p,
.mc-number-counter-shortcode.style2 .mccounter-text p {
  text-align: center;
  width: 100%;
}

/*=================================================================*/
/* Progress Bars
/*=================================================================*/
.mcprogress-bar {
  width: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

/*=================================================================*/
/* Circular Progress
/*=================================================================*/
.mc-circle-counter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mc-circle-counter .progressbar-text {
  text-align: center;
  font-size: 30px;
}

.mc-circle-counter h6 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}

/*=================================================================*/
/* Number counter/Progress number
/*=================================================================*/
.mc-number-counter-shortcode .mccounter-number {
  display: inline-block;
  font-size: 25px;
}

.mc-number-counter-shortcode.style1 .mccounter-icon {
  float: left;
  margin-right: 10px;
}

.mc-number-counter-shortcode.style1 .mccounter-icon i {
  font-size: 30px;
}

.mc-number-counter-shortcode.style2 .mccounter-icon {
  float: none;
  text-align: center;
}

.mc-number-counter-shortcode.style2 .mccounter-number,
.mc-number-counter-shortcode.style2 .mccounter-text {
  text-align: center;
  width: 100%;
}

.mc-number-counter-shortcode.style2 .mccounter-number p,
.mc-number-counter-shortcode.style2 .mccounter-text p {
  text-align: center;
  width: 100%;
}

/*=================================================================*/
/* Rows colors
/*=================================================================*/
.mcrow {
  position: relative;
  overflow: visible;
}

.mcrow.parallax-container {
  background-image: none !important;
}

.row-color-placeholder {
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}

.row-color-placeholder.above-bgplaceholder {
  z-index: 9;
}

.mcrow.floated-left-color .row-content:before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 0;
  width: 100%;
  right: 98%;
  height: inherit;
}

.mcrow.floated-right-color .row-content:before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 0;
  width: 100%;
  right: -98%;
  height: inherit;
}

.row-holder.floated-left-color:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 100%;
}

.row-holder.floated-right-color:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -100%;
}

.floated-left-bg,
.floated-right-bg {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-size: inherit;
  background-repeat: no-repeat;
}

.half-cover .floated-left-bg, .half-cover
.floated-right-bg {
  background-size: cover;
}

.half-repeat .floated-left-bg, .half-repeat
.floated-right-bg {
  background-repeat: repeat;
}

.half-repeat-x .floated-left-bg, .half-repeat-x
.floated-right-bg {
  background-repeat: repeat-x;
}

.half-repeat-y .floated-left-bg, .half-repeat-y
.floated-right-bg {
  background-repeat: repeat-y;
}

.floated-left-bg {
  left: 0;
  background-position: top right;
}

.floated-right-bg {
  left: 50%;
  background-position: top left;
}

.mcrow.half-left-bg,
.mcrow.half-right-bg {
  background-image: none !important;
}

.row-holder {
  /*display: inline-block;*/
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
}

/* #Tablet Portrait
================================================== */
@media (max-width: 991px) {
  .mcrow.half-left-bg {
    background-size: 100% 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .floated-left-bg,
  .floated-right-bg {
    background-size: cover !important;
  }
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .floated-left-bg,
  .floated-right-bg {
    display: none !important;
  }
  .mcrow.half-left-bg,
  .mcrow.half-right-bg {
    background-image: none !important;
  }
}

/* #Mobile Landscape
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcrow.half-left-bg {
    background-image: none !important;
  }
}

/*=================================================================*/
/* Social Buttons
/*=================================================================*/
.mcblock-mc_sbuttons {
  width: 100%;
  display: block;
}

.mcblock-mc_sbutton {
  float: left !important;
  display: inline-block;
  width: auto !important;
}

.mcsocial-button {
  display: inline-block;
  float: left;
  margin: 0 5px 10px 0;
  color: #fff;
}

.mcsocial-button i {
  position: relative;
  color: inherit;
}

.mcsocial-button span {
  margin-left: 8px;
  position: relative;
  top: 3px;
  color: #fff;
}

.mcsocial-small .mcsocial-button {
  width: 33px;
  height: 33px;
}

.mcsocial-small .mcsocial-button i {
  top: 20%;
  position: relative;
  font-size: 19px;
}

.mcsocial-medium .mcsocial-button {
  width: 37px;
  height: 37px;
}

.mcsocial-medium .mcsocial-button i {
  top: 21%;
  position: relative;
  font-size: 21px;
}

.mcsocial-large .mcsocial-button {
  width: 45px;
  height: 45px;
}

.mcsocial-large .mcsocial-button i {
  top: 21%;
  position: relative;
  font-size: 25px;
}

.mcsocial-rounded .mcsocial-button {
  border-radius: 300px;
  text-align: center;
}

.mcsocial-squared .mcsocial-button {
  border-radius: 1px;
  text-align: center;
}

.mcsocial-rect .mcsocial-button {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 1px;
}

.mcsocial-rect .mcsocial-button.large {
  padding-left: 21px;
  padding-right: 21px;
}

.mcsocial-fill .mcsocial-button.mcsocial-facebook {
  background: #3b5998;
}

.mcsocial-fill .mcsocial-button.mcsocial-twitter {
  background: #5ea9dd;
}

.mcsocial-fill .mcsocial-button.mcsocial-linkedin {
  background: #0177b5;
}

.mcsocial-fill .mcsocial-button.mcsocial-gplus {
  background: #da4835;
}

.mcsocial-fill .mcsocial-button.mcsocial-pinterest {
  background: #c6202b;
}

.mcsocial-fill .mcsocial-button.mcsocial-flickr {
  background: #0f66da;
}

.mcsocial-fill .mcsocial-button.mcsocial-dribble {
  background: #f06998;
}

.mcsocial-fill .mcsocial-button.mcsocial-skype {
  background: #02b4eb;
}

.mcsocial-fill .mcsocial-button.mcsocial-vimeo {
  background: #17b3e8;
}

.mcsocial-fill .mcsocial-button.mcsocial-youtube {
  background: #e74342;
}

.mcsocial-fill .mcsocial-button.mcsocial-tumblr {
  background: #34465d;
}

.mcsocial-fill .mcsocial-button.mcsocial-stumbleupon {
  background: #eb4924;
}

.mcsocial-fill .mcsocial-button.mcsocial-behance {
  background: #000;
}

.mcsocial-bordered .mcsocial-button {
  border: 1px solid transparent;
}

.mcsocial-bordered .mcsocial-button.mcsocial-facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.mcsocial-bordered .mcsocial-button.mcsocial-twitter {
  border-color: #5ea9dd;
  color: #5ea9dd;
}

.mcsocial-bordered .mcsocial-button.mcsocial-linkedin {
  border-color: #0177b5;
  color: #0177b5;
}

.mcsocial-bordered .mcsocial-button.mcsocial-gplus {
  border-color: #da4835;
  color: #da4835;
}

.mcsocial-bordered .mcsocial-button.mcsocial-pinterest {
  border-color: #c6202b;
  color: #c6202b;
}

.mcsocial-bordered .mcsocial-button.mcsocial-flickr {
  border-color: #0f66da;
  color: #0f66da;
}

.mcsocial-bordered .mcsocial-button.mcsocial-dribble {
  border-color: #f06998;
  color: #f06998;
}

.mcsocial-bordered .mcsocial-button.mcsocial-skype {
  border-color: #02b4eb;
  color: #02b4eb;
}

.mcsocial-bordered .mcsocial-button.mcsocial-vimeo {
  border-color: #17b3e8;
  color: #17b3e8;
}

.mcsocial-bordered .mcsocial-button.mcsocial-youtube {
  border-color: #e74342;
  color: #e74342;
}

.mcsocial-bordered .mcsocial-button.mcsocial-tumblr {
  border-color: #34465d;
  color: #34465d;
}

.mcsocial-bordered .mcsocial-button.mcsocial-stumbleupon {
  border-color: #eb4924;
  color: #eb4924;
}

.mcsocial-bordered .mcsocial-button.mcsocial-behance {
  border-color: #000;
  color: #000;
}

.mcsocial-center {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mcsocial-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*=================================================================*/
/* Separators
/*=================================================================*/
.mccseparator {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-left: none !important;
  border-right: none !important;
}

.mccseparator.separator-center {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.mccseparator.separator-right {
  float: right;
}

.mccseparator.ssolid {
  border-style: solid;
  border-width: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0) !important;
}

.mccseparator.dsolid {
  border-style: solid;
  border-width: 1px;
  height: 6px;
  border-top: 1px solid #fff;
}

.mccseparator.sdotted {
  border-style: dotted;
  border-top: none !important;
  border-width: 1px;
}

.mccseparator.ddotted {
  border-style: dotted;
  height: 8px;
  border-width: 1px;
}

.mccseparator.sdashed {
  border-style: dashed;
  border-top: none !important;
  border-width: 1px;
}

.mccseparator.ddashed {
  border-style: dashed;
  height: 8px;
  border-width: 1px;
}

/*=================================================================*/
/* Tabs
/*=================================================================*/
.mc-tabs .mctab,
.mc-tabs .mcblock-mc_tab {
  display: none !important;
}

.mc-tabs .mctab.tab_active,
.mc-tabs .mcblock-mc_tab.tab_active {
  display: block !important;
}

.mc-tabs .container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mc-tabs.tabs_simple .tabs-head-wrapper a {
  border: 1px solid #e8e8e8;
  padding: 10px;
  float: left;
  margin: 0 -1px -1px 0;
  background: rgba(255, 255, 255, 0.17);
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

.mc-tabs.tabs_simple .tabs-head-wrapper a.active {
  background: #fff;
  color: inherit;
}

.mclive-dark .mc-tabs.tabs_simple .tabs-head-wrapper a.active {
  background: none;
}

.mc-tabs.tabs_simple .tabs-head-wrapper a:focus {
  outline: none !important;
}

.mclive-dark .mc-tabs.tabs_simple .tabs-head-wrapper a {
  border: 1px solid #3b3b3b;
  color: #6e6e6e;
}

.mc-tabs.tabs_simple .tabs-body {
  border: 1px solid #e8e8e8;
  padding-top: 15px;
}

.mclive-dark .mc-tabs.tabs_simple .tabs-body {
  border: 1px solid #3b3b3b;
}

.mc-tabs.tabs_border_top .tabs-head-wrapper a {
  border: 1px solid #e8e8e8;
  padding: 14px;
  padding-top: 16px;
  float: left;
  margin: 0 -1px -1px 0;
}

.mc-tabs.tabs_border_top .tabs-head-wrapper a.active {
  border: 1px solid #e8e8e8;
  border-top: 3px solid #40a4a0;
  padding-top: 14px;
}

.mclive-dark .mc-tabs.tabs_border_top .tabs-head-wrapper a.active {
  border: 1px solid #3b3b3b;
  border-top: 3px solid #40a4a0;
  color: #eee;
}

.mclive-dark .mc-tabs.tabs_border_top .tabs-head-wrapper a {
  border: 1px solid #3b3b3b;
}

.mc-tabs.tabs_border_top .tabs-body {
  border: 1px solid #e8e8e8;
  padding-top: 15px;
}

.mclive-dark .mc-tabs.tabs_border_top .tabs-body {
  border: 1px solid #3b3b3b;
}

.mc-tabs.tabs_border_top_bg .tabs-head-wrapper {
  background: #f9f9f9;
  width: 100%;
  display: block;
  overflow: hidden;
}

.mc-tabs.tabs_border_top_bg .tabs-head-wrapper a {
  border: 1px solid transparent;
  padding: 14px;
  padding-top: 16px;
  float: left;
  margin: 0 -1px -1px 0;
  color: inherit;
}

.mc-tabs.tabs_border_top_bg .tabs-head-wrapper a.active {
  border: 1px solid #e8e8e8;
  border-top: 3px solid #40a4a0;
  padding-top: 14px;
}

.mclive-dark .mc-tabs.tabs_border_top_bg .tabs-head-wrapper a.active {
  border: 1px solid #3b3b3b;
  border-top: 3px solid #40a4a0;
  color: #eee;
}

.mclive-dark .mc-tabs.tabs_border_top_bg .tabs-head-wrapper {
  background: rgba(255, 255, 255, 0.17);
}

.mc-tabs.tabs_border_top_bg .tabs-body {
  border: 1px solid #e8e8e8;
  padding-top: 15px;
}

.mclive-dark .mc-tabs.tabs_border_top_bg .tabs-body {
  border: 1px solid #3b3b3b;
}

.mc-tabs.tabs_border_bottom .tabs-head-wrapper a {
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid transparent;
  padding: 14px;
  padding-top: 14px;
  float: left;
  margin: 0 -1px -1px 0;
}

.mc-tabs.tabs_border_bottom .tabs-head-wrapper a.active {
  border-bottom: 3px solid #40a4a0;
  padding-top: 14px;
  color: inherit;
}

.mclive-dark .mc-tabs.tabs_border_bottom .tabs-head-wrapper a.active {
  border-bottom: 3px solid #40a4a0;
}

.mclive-dark .mc-tabs.tabs_border_bottom .tabs-head-wrapper a {
  border: 1px solid #3b3b3b;
  border-bottom: 3px solid transparent;
}

.mc-tabs.tabs_border_bottom .tabs-body {
  border: 1px solid #e8e8e8;
  padding-top: 15px;
}

.mclive-dark .mc-tabs.tabs_border_bottom .tabs-body {
  border: 1px solid #3b3b3b;
}

.mc-tabs.tabs_border_bottom_bg .tabs-head-wrapper {
  background: #f9f9f9;
  width: 100%;
  display: block;
  overflow: hidden;
}

.mc-tabs.tabs_border_bottom_bg .tabs-head-wrapper a {
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 14px;
  padding-top: 14px;
  float: left;
  margin: 0 -1px -1px 0;
}

.mc-tabs.tabs_border_bottom_bg .tabs-head-wrapper a.active {
  border-bottom: 3px solid #40a4a0;
  padding-top: 14px;
}

.mclive-dark .mc-tabs.tabs_border_bottom_bg .tabs-head-wrapper a.active {
  border-bottom: 3px solid #40a4a0;
}

.mclive-dark .mc-tabs.tabs_border_bottom_bg .tabs-head-wrapper {
  background: rgba(255, 255, 255, 0.17);
}

.mc-tabs.tabs_border_bottom_bg .tabs-body {
  border: 1px solid #e8e8e8;
  padding-top: 15px;
}

.mclive-dark .mc-tabs.tabs_border_bottom_bg .tabs-body {
  border: 1px solid #3b3b3b;
}

/* #mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mc-tabs .tabs-head-wrapper a {
    width: 100%;
    display: block;
  }
}

/*=================================================================*/
/* Team member
/*=================================================================*/
.mcteam-member.member-vertical {
  margin-bottom: 20px;
  text-align: center;
}

.mcteam-member.member-vertical .member-photo {
  margin-bottom: 20px;
}

.mcteam-member.member-vertical .member-name {
  font-size: 16px;
  margin-bottom: 7px;
}

.mcteam-member.member-vertical .member-position {
  font-size: 14px;
  margin-bottom: 7px;
}

.mcteam-member.member-vertical .member-phone,
.mcteam-member.member-vertical .member-email {
  font-size: 14px;
  margin-bottom: 4px;
}

.mcteam-member.member-vertical .member-position,
.mcteam-member.member-vertical .member-name,
.mcteam-member.member-vertical .member-phone,
.mcteam-member.member-vertical .member-email {
  margin-bottom: 1px;
}

.mcteam-member.member-vertical .member-text {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mcteam-member.member-vertical .member-top-name {
  display: none;
}

.mcteam-member.member-vertical .ititle,
.mcteam-member.member-vertical .member-profile,
.mcteam-member.member-vertical .text-top,
.mcteam-member.member-vertical .member-social-title {
  display: none;
}

.mcteam-member.member-horizontal .member-photo {
  width: 30%;
  float: left;
}

.mcteam-member.member-horizontal .member-content {
  width: 70%;
  padding-left: 30px;
  float: left;
}

.mcteam-member.member-horizontal .member-top-name h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

.mcteam-member.member-horizontal .member-name {
  display: none;
}

.mcteam-member.member-horizontal .member-intro,
.mcteam-member.member-horizontal .member-profile,
.mcteam-member.member-horizontal .member-social-links {
  font-weight: 400;
  color: inherit;
  font-size: 21px;
  margin-bottom: 10px;
}

.mcteam-member.member-horizontal .member-social-links {
  margin-top: 19px;
}

.mcteam-member.member-horizontal .member-position,
.mcteam-member.member-horizontal .member-email,
.mcteam-member.member-horizontal .member-phone {
  margin-bottom: 2px;
}

.mcteam-member.member-horizontal .text-bottom {
  display: none;
}

.mcteam-member.member-horizontal a.member-social {
  text-align: center;
}

.mcteam-member .member-social {
  background: #eee;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.mcteam-member .member-social i {
  color: #4a4a4a;
  line-height: 32px;
}

/* #mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mcteam-member.member-horizontal .member-content,
  .mcteam-member.member-horizontal .member-photo {
    width: 100%;
    float: none;
  }
  .mcteam-member.member-horizontal .member-content {
    padding: 0;
  }
  .mcteam-member.member-horizontal .member-photo {
    margin-bottom: 30px;
  }
}

/*=================================================================*/
/* Testimonials
/*=================================================================*/
.mctestimonials .owl-controls .owl-nav {
  display: none;
}

.mctestimonials.simple .mc-testimonial .testimonial_photo {
  display: none;
}

.mctestimonials.simple .mc-testimonial .testimonial_icon {
  font-size: 22px;
  float: left;
}

.mctestimonials.simple .mc-testimonial .testimonial_text {
  padding-left: 35px;
}

.mctestimonials ul {
  margin: 0;
  padding: 0;
}

.mctestimonials ul li {
  margin-left: 0 !important;
}

.mctestimonials .mc-testimonial {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}

.mctestimonials .mc-testimonial .testimonial_name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0;
  clear: none;
}

.mctestimonials .mc-testimonial .testimonial_position {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
  clear: none;
}

.mctestimonials .mc-testimonial .testimonial_link {
  font-size: 14px;
  font-weight: normal !important;
  border: none !important;
}

.mctestimonials.touchcarousel .mc-testimonial {
  margin-left: 10px;
}

.mctestimonials.simple_two .testimonial_text {
  padding-left: 60px;
}

.mctestimonials.simple_two .testimonial_photo {
  display: none;
}

.mctestimonials.simple_two .testimonial_icon {
  position: absolute;
  border: 1px solid #d8d8d8;
  border-radius: 300px;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
}

.mctestimonials.simple_two .testimonial_icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  font-size: 19px;
}

.mctestimonials.simple_two .testimonial_name {
  float: left;
  margin-right: 10px;
}

.mctestimonials.simple_two .testimonial_link {
  display: block;
  width: 100%;
  clear: both;
}

.mctestimonials.wphoto .testimonial_icon {
  display: none;
}

.mctestimonials.wphoto .testimonial_photo {
  float: left;
  width: 52px;
  border-radius: 300px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  margin-right: 12px;
}

.mctestimonials.wphoto .testimonial_photo img {
  border-radius: 300px;
}

.mctestimonials.wphoto .testimonial_text {
  padding-left: 63px;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mctestimonials.simple_two .testimonial_text {
    padding-left: 65px;
  }
  .mctestimonials.simple_two .testimonial_icon {
    width: 50px;
    height: 50px;
  }
  .mctestimonials.simple_two .testimonial_icon i {
    top: 10px;
  }
}

/*=================================================================*/
/* Text Shortcode
/*=================================================================*/
.mctext-shortcode {
  width: 100%;
  clear: both;
}

.mc_text .mctext-icon.mctext-icon {
  float: left;
  margin-right: 10px;
  color: inherit;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.mcimg-left {
  margin-right: 2em;
  margin-bottom: 2em;
  float: left;
}

.mcimg-right {
  margin-left: 2em;
  margin-bottom: 2em;
  float: right;
}

.mcimg-center {
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  float: none;
}

.mc_text .mcvideo {
  margin-bottom: 2em;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mcimg-left,
  .mcimg-right,
  .mcimg-center {
    float: none;
    min-width: 100%;
    max-width: 100%;
  }
}

/*=================================================================*/
/* Tour Tabs
/*=================================================================*/
.mc-tour-tabs .mctab {
  display: none;
}

.mc-tour-tabs .mctab.tab_active {
  display: block;
}

.mc-tour-tabs .container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mc-tour-tabs .tourtab-icon {
  font-size: 14px;
  color: inherit;
}

.mc-tour-tabs .tabs-head-wrapper a {
  display: block;
  padding: 11px 9px;
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  border-left: 3px solid transparent;
}

.mc-tour-tabs .tabs-head-wrapper a:last-of-type {
  border-bottom-color: transparent !important;
}

.mc-tour-tabs .tabs-head-wrapper a:focus {
  outline: none !important;
}

.mclive-dark .mc-tour-tabs .tabs-head-wrapper a {
  border-bottom: 1px solid #3b3b3b;
}

.mc-tour-tabs.mctour-tabs-left .tabs-head-wrapper {
  float: left;
}

.mc-tour-tabs.mctour-tabs-left .tabs-head-wrapper .tourtab-icon {
  margin-right: 8px;
}

.mc-tour-tabs.mctour-tabs-left .tabs-head-wrapper a {
  border-right: 1px solid #e8e8e8;
  font-size: 15px;
  font-weight: normal;
  color: #707070;
}

.mclive-dark .mc-tour-tabs.mctour-tabs-left .tabs-head-wrapper a {
  border-right: 1px solid #3b3b3b;
}

.mc-tour-tabs.mctour-tabs-left .tabs-body {
  float: right;
  padding-left: 10px;
}

.mc-tour-tabs.mctour-tabs-right .tabs-head-wrapper {
  float: right;
}

.mc-tour-tabs.mctour-tabs-right .tabs-head-wrapper .tourtab-icon {
  margin-left: 8px;
  float: right;
}

.mc-tour-tabs.mctour-tabs-right .tabs-head-wrapper a {
  border-left: 1px solid #e8e8e8;
}

.mclive-dark .mc-tour-tabs.mctour-tabs-right .tabs-head-wrapper a {
  border-left: 1px solid #3b3b3b;
}

.mc-tour-tabs.mctour-tabs-right .tabs-body {
  float: left;
  padding-right: 10px;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mc-tour-tabs .tabs-body,
  .mc-tour-tabs .tabs-head-wrapper {
    width: 100% !important;
  }
  .mc-tour-tabs .tabs-head-wrapper {
    margin-bottom: 20px;
  }
  .mc-tour-tabs .tabs-head-wrapper a {
    width: 100%;
    display: block;
  }
}

/*=================================================================*/
/* Twitter List
/*=================================================================*/
.mc_twitter_list {
  width: 100%;
}

.mc_twitter_list ul {
  margin: 0;
  padding: 0;
}

.mc_twitter_list ul li {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 9px;
  width: 100%;
}

.mc_twitter_list ul li p {
  margin-bottom: 5px;
}

.mc_twitter_list ul li .twitter-timestamp {
  font-size: 10px;
}

.mc_twitter_list ul li .twitter-feed-icon {
  margin-right: 10px;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #010101;
  opacity: 0.5;
}

/*=================================================================*/
/* Vide Backgrounds
/*=================================================================*/
.videoBG_wrapper {
  position: relative !important;
  height: 100% !important;
  width: 100% !important;
}

.videoBG {
  height: 100% !important;
  width: 100% !important;
}

.ytvideo-notloaded .mbYTP_wrapper {
  opacity: 0 !important;
}

.row-content {
  position: relative;
  clear: both;
}

/*=================================================================*/
/* Video
/*=================================================================*/
.mcvideo {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}

.mcvideo .mejs-container,
.mcvideo embed,
.mcvideo object,
.mcvideo video,
.mcvideo iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mcvideo .wp-video {
  width: 100% !important;
}

.mcvideo-custom {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.mcvideo-custom .mejs-container,
.mcvideo-custom embed,
.mcvideo-custom object,
.mcvideo-custom video,
.mcvideo-custom iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.mcresvideo-16by9 {
  padding-bottom: 56.25%;
}

.mcvideo-custom.mcresvideo-16by9 {
  padding-bottom: 0;
}

.mcresvideo-4by3 {
  padding-bottom: 75%;
}

.mcvideo-custom.mcresvideo-4by3 {
  padding-bottom: 0;
}

.mcvideo-align-center {
  margin: 0 auto;
}

.mcvideo-align-right {
  float: right;
}

.mcvideo-align-left {
  float: left;
}

.mcvideo-align-center .wp-video {
  margin: 0 auto;
}

.mcvideo-align-right .wp-video {
  float: right;
}

.mc_map_place .wrap_controls select {
  background-color: transparent !important;
  border: none !important;
  -webkit-appearance: none !important;
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .mcvideo-custom {
    height: 0;
  }
  .mcvideo-custom .mejs-container,
  .mcvideo-custom embed,
  .mcvideo-custom object,
  .mcvideo-custom video,
  .mcvideo-custom iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
  }
  .mcvideo-custom .mejs-container {
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }
  .mcvideo-custom.mcresvideo-16by9 {
    padding-bottom: 56.25%;
  }
  .mcvideo-custom.mcresvideo-4by3 {
    padding-bottom: 75%;
  }
}

/*=================================================================*/
/* Woocommerce
/*=================================================================*/
.woocommerce ul.products li.type-product,
.woocommerce-page ul.products li.type-product {
  float: left !important;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
}

.woocolumns-one .woocommerce ul.products li.type-product,
.woocolumns-one .woocommerce ul.products li.product {
  width: 100%;
  margin-right: 0 !important;
}

.woocolumns-two .woocommerce ul.products li.type-product,
.woocolumns-two .woocommerce ul.products li.product {
  width: 45.9%;
}

.woocolumns-three .woocommerce ul.products li.type-product,
.woocolumns-three .woocommerce ul.products li.product {
  width: 30.5%;
}

.woocolumns-four .woocommerce ul.products li.type-product,
.woocolumns-four .woocommerce ul.products li.product {
  width: 21.5%;
}

.woocolumns-five .woocommerce ul.products li.type-product,
.woocolumns-five .woocommerce ul.products li.product {
  width: 16.5%;
}

.woocommerce ul.products li.last.type-product,
.woocommerce-page ul.products li.last.type-product {
  margin-right: 0;
}

.woocommerce-tabs .mcpage-container {
  width: 100% !important;
}

/* #Tablet Portrait
================================================== */
@media (max-width: 991px) {
  .woocoomerce-carousel .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0;
  }
}

/* #Mobile Portrait
================================================== */
@media (max-width: 767px) {
  .woocoomerce-carousel .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0;
  }
}

/* #Mobile Lanscape
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .woocoomerce-carousel .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0;
  }
}

/*=================================================================*/
/* WordPress Calendar
/*=================================================================*/
.mc_wpcalendar #wp-calendar {
  width: 100%;
}

.mc_wpcalendar #wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.mc_wpcalendar #wp-calendar thead {
  font-size: 10px;
}

.mc_wpcalendar #wp-calendar thead th {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

.mc_wpcalendar #wp-calendar tbody {
  color: #aaa;
}

.mc_wpcalendar #wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

.mc_wpcalendar #wp-calendar tbody td:hover {
  background: #fff;
}

.mc_wpcalendar #wp-calendar tbody .pad {
  background: none;
}

.mc_wpcalendar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.mc_wpcalendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/*=================================================================*/
/* Wp Sidebars
/*=================================================================*/
.mc_wpsidebar .widget {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.mc_wpsidebar .widget h4 {
  font-size: 14px;
}

/*=================================================================*/
/* Wp Tags
/*=================================================================*/
.mc_wptags a {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  margin-right: 4px;
  text-align: center;
  display: inline-block;
}

/*=================================================================*/
/* Rotating Words
/*=================================================================*/
.mcrotate-words {
  display: none;
}

.mcrotate-words.init {
  display: inline-block;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
