/* Generated by Glyphter (http://www.glyphter.com) on  Wed Nov 18 2015*/
/*#03ACF1
/*#EF1B1A
/*#147F615*#03ACF1*/
@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.html');
    src: url('../fonts/Glyphterd41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter-2.html') format('woff'),
         url('../fonts/Glyphter-3.html') format('truetype'),
         url('../fonts/Glyphter-4.html#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

.icon-globe:before{content:'\0041';}
.icon-icon-04:before{content:'\0044';}
.icon-icon-05:before{content:'\0045';}
.icon-a-01-01:before{content:'\0046';}
.icon-a-1-01:before{content:'\0047';}
.icon-photocamera_1:before{content:'\0048';}
.icon-a-1-01-01:before{content:'\0049';}
.icon-computer_network:before{content:'\004A';}
.icon-chat_bubbles:before{content:'\004B';}
.icon-credit_card:before{content:'\004C';}@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -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(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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;
  }

  to {
    -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 {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    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 {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.html') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #03ACF1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  color: #F05924;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #03ACF1;
}
.nav-pills > li.active > a:hover{
  color: #fff;
  background-color: #F05924;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  border:1px solid #03ACF1;
  padding: 20px 10px;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* 
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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;
  /* 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;
  -khtml-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;
  /* min-height: 250px; */
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@CHARSET "UTF-8";

.sbHolder{
	background-color: transparent;
	border: 1px solid #efefef;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #5e6d77;
	outline: none;
	text-decoration: none;
	text-transform: capitalize;
}
.sbToggle{
	background: url(img/select-icons.html) 0 -40px no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.sbHolderDisabled{
	background-color: #efefef;
	border: solid 1px #efefef;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #efefef;
	border: solid 1px #efefef;
	list-style: none;
	left: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	z-index: 10;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	border-bottom: solid 1px #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sbOptions li:last-child{
	border-bottom: none;
}

.sbOptions li:hover {
	background-color: #fff;
}

.sbOptions a{

	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	text-transform: capitalize;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #5e6d77;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #5e6d77;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #fff;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #fff;
	color: #5e6d77;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}


.search-form-group.white .sbHolder{
	border: 1px solid rgba(255,255,255,0.2);
}

.search-form-group.white .sbSelector:link, .search-form-group.white .sbSelector:visited, .search-form-group.white .sbSelector:hover{
	color: #fff;
}
.search-form-group.white .sbToggle{
	background: url(img/select-icons.html) 0 0px no-repeat;
}

.search-form-group.white .sbHolderDisabled{
	background-color: #5f7080;
	border: solid 1px rgba(255,255,255,0.2);
}

.search-form-group.white .sbOptions{
	background-color: #5f7080;
	border: solid 1px #5f7080;
}

.search-form-group.white .sbOptions li{
	border-bottom: solid 1px rgba(255,255,255,0.3);
}

.search-form-group.white .sbOptions li:last-child{
	border-bottom: 0;
}

.search-form-group.white .sbOptions a:link, .search-form-group.white .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}

.search-form-group.white .sbOptions a:focus,
.search-form-group.white .sbOptions a.sbFocus{
	color: #fff;
}

.search-form-group.white .sbOptions a:hover {
	color: #5f7080;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.html');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.html') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.html'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.html');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite%402x.html');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading%402x.html');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('images/fancybox_buttons.html');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}.mejs-offscreen{position:absolute!important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-container:focus{outline:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.html) no-repeat}.no-svg .mejs-overlay-button{background-image:url(bigplay-2.html)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.html);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.html) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.html);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(controls.html) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(controls-2.html)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.html);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(background.html);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(background.html);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.html);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.html);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.html);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(background.html);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:transparent url(jumpforward.html) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url(skipback.html) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;filter:alpha(opacity=70);-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6)}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:0.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-0.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-0.8em 0 0 -0.8em;border:0.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}
.btn {
    border: 0;
    border-radius: 0;
    padding: 0 25px;
    background: transparent;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: all 0.2s ease
}

.btn span {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 10;
    display: inline-block;
    transition: all 0.25s ease
}

.btn i {
    margin-left: 10px
}

.btn.btn-green {
    background-color: #F05924
}

.btn.btn-green:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #03ACF1;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-green:hover {
    color: #fff
}

.btn.btn-green:hover:after {
    right: 0
}

.btn.btn-green:focus span {
    color: #fff
}

.btn.btn-green-2 {
    line-height: 40px;
    background-color: transparent
}

.btn.btn-green-2:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-green-2:after {
    position: absolute;
    content: '';
    background-color: #F05924;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.btn.btn-green-2:hover {
    color: #fff
}

.btn.btn-green-2:hover:after {
    right: -100%
}

.btn.btn-green-2:focus span {
    color: #fff
}

.btn.btn-green-3 {
    line-height: 40px;
    background-color: transparent;
    color: #fff
}

.btn.btn-green-3:before {
    position: absolute;
    content: '';
    border: 2px solid #F05924;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.btn.btn-green-3:after {
    position: absolute;
    content: '';
    background-color: #F05924;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.btn.btn-green-3:hover {
    color: #F05924
}

.btn.btn-green-3:hover:after {
    right: -100%
}

.btn.btn-green-3:focus span {
    color: #F05924
}

.btn.btn-transition {
    line-height: 40px;
    background-color: transparent;
    padding: 0 27px
}

.btn.btn-transition:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-transition:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #F05924;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-transition:hover {
    color: #fff
}

.btn.btn-transition:hover:after {
    right: 0
}

.btn.btn-transition:focus span {
    color: #fff
}

.btn.btn-transition-2 {
    line-height: 40px;
    background-color: transparent;
    color: #03ACF1;
    padding: 0 27px
}

.btn.btn-transition-2:before {
    position: absolute;
    content: '';
    border: 2px solid #03ACF1;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-transition-2:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #03ACF1;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-transition-2:hover span {
    color: #fff
}

.btn.btn-transition-2:hover:after {
    right: 0
}

.btn.btn-transition-2:focus span {
    color: #03ACF1
}

.btn.btn-transition-2:focus:hover span {
    color: #fff
}

.btn.btn-transition-3 {
    line-height: 40px;
    background-color: transparent;
    padding: 0 27px
}

.btn.btn-transition-3:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-transition-3:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-transition-3:hover {
    color: #F05924
}

.btn.btn-transition-3:hover:after {
    right: 0
}

.btn.btn-transition-3:hover:before {
    border-left-color: #F05924
}

.btn.btn-transition-3:focus span {
    color: #F05924
}

.btn.btn-blue {
    background-color: #03ACF1
}

.btn.btn-blue:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-blue:hover {
    color: #F05924
}

.btn.btn-blue:hover:after {
    right: 0
}

.btn.btn-blue:focus span {
    color: #F05924
}

.btn.btn-grey {
    background-color: #90a1ae;
    width: 170px;
    line-height: 40px
}

.btn.btn-grey:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #F05924;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-grey:hover {
    color: #fff
}

.btn.btn-grey:hover:after {
    right: 0
}

.btn.btn-grey:focus span {
    color: #fff
}

.btn.btn-bold {
    font-weight: bold;
    letter-spacing: 1px
}

.btn.btn-404 {
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: #e9edf5;
    border: none
}

.btn.btn-404 span {
    font-weight: 900;
    font-size: 24px;
    color: #fff
}

.btn.btn-404:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #F05924;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-404:hover {
    color: #fff
}

.btn.btn-404:hover:after {
    right: 0
}

.btn.btn-404:focus span {
    color: #fff
}

.btn.btn-green:after, .btn.btn-green-2:after, .btn.btn-green-3:after, .btn.btn-transition:after, .btn.btn-transition-2:after, .btn.btn-transition-3:after, .btn.btn-blue:after, .btn.btn-grey:after, .btn.btn-404:after {
    transition: all 0.5s ease
}

.group-button {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.group-button button:first-child {
    margin-right: 16px
}

.btn-list-grid li {
    display: inline-block
}

.btn-list-grid li.active button {
    background: #49575f;
    color: #fff
}

.btn-list-grid li.active:hover button {
    background: #49575f
}

.btn-list-grid li:hover button {
    background: rgba(73, 87, 95, 0.5);
    color: #fff
}

.btn-list-grid .btn-list, .btn-list-grid .btn-grid {
    display: inline-block;
    border: none;
    background: transparent;
    transition: all .2s ease-in-out
}

.btn-list-grid .btn-grid {
    margin-right: 10px
}

.title-2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px
}

.background-opacity {
    position: relative
}

.background-opacity:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: #F05924;*/
    background-color: rgba(10, 15, 28, 0.7)
}

.background-opacity-2 {
    position: relative
}

.background-opacity-2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.section-padding {
    padding: 30px 0
}

.group-title-index {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    color: #49575f
}

.group-title-index .top-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 900;
    font-size: 30px;
    color:#EF1B1A;
}

.group-title-index .center-title {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 16px;
    color:#198167;
    line-height: 30px;
}

.group-title-index .bottom-title {
    position: relative;
    display: inline-block
}

.group-title-index .bottom-title .bottom-icon {
    margin: 0 auto;
    font-size: 26px;
    color: #F05924
}

.group-title-index .bottom-title:after, .group-title-index .bottom-title:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background-color: #F05924;
    top: 50%;
    margin-top: -5px
}

.group-title-index .bottom-title:after {
    left: -32px
}

.group-title-index .bottom-title:before {
    right: -32px
}

.group-btn-slider .btn-prev, .group-btn-slider .btn-next {
    position: absolute;
    font-size: 24px;
    border: 2px solid;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    opacity: 0.3;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    transition: all 0.3s linear;
    cursor: pointer;
    z-index: 10
}

.group-btn-slider .btn-prev:hover, .group-btn-slider .btn-next:hover {
    opacity: 1
}

.group-btn-slider .btn-prev {
    left: 1%
}

.group-btn-slider .btn-next {
    right: 1%
}

.info .item {
    text-transform: capitalize;
    display: inline-block
}

.info .item a, #datenshare a {
    color: #49575f
}

.info .item a:hover, #datenshare a:hover {
    color: #F05924
}

.info .item:after {
    content: '|';
    margin: 0 5px;
    color: #bfc9ce
}

.info .item:last-child {
    margin: 0
}

.info .item:last-child:after {
    display: none
}

.info-more .item {
    display: inline-block;
    margin-right: 12px;
    color: #49575f
}

.info-more .item:last-child {
    margin-right: 0
}

.info-more .item i, .info-more .item p {
    display: inline-block;
    margin-bottom: 0
}

.info-more .item i {
    margin-right: 5px
}

.star-rating {
    position: relative;
    display: block;
    float: left;
    line-height: 1;
    width: 65px;
    height: 1em;
    overflow: hidden
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e2cf00;
    float: left
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #e2cf00
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome
}

.star-rating span.width-10 {
    width: 10%
}

.star-rating span.width-20 {
    width: 20%
}

.star-rating span.width-30 {
    width: 30%
}

.star-rating span.width-40 {
    width: 40%
}

.star-rating span.width-50 {
    width: 50%
}

.star-rating span.width-60 {
    width: 60%
}

.star-rating span.width-70 {
    width: 70%
}

.star-rating span.width-80 {
    width: 80%
}

.star-rating span.width-90 {
    width: 90%
}

.star-rating span.width-100 {
    width: 100%
}

.stars {
    margin-bottom: 0
}

.stars a.star-1, .stars a.star-2, .stars a.star-3, .stars a.star-4, .stars a.star-5 {
    width: 2em;
    position: relative;
    display: inline-block;
    text-indent: -999px;
    margin-right: 1em;
    border-right: 1px solid #EEE
}

.stars a.star-1:before, .stars a.star-2:before, .stars a.star-3:before, .stars a.star-4:before, .stars a.star-5:before {
    content: "\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e2cf00;
    float: left;
    overflow: hidden;
    text-indent: 0
}

.stars a.star-1.active:before, .stars a.star-1:hover:before {
    content: "\f005"
}

.stars a.star-2 {
    width: 3em
}

.stars a.star-2:before {
    content: "\f006\f006"
}

.stars a.star-2.active:before, .stars a.star-2:hover:before {
    content: "\f005\f005"
}

.stars a.star-3 {
    width: 4em
}

.stars a.star-3:before {
    content: "\f006\f006\f006"
}

.stars a.star-3.active:before, .stars a.star-3:hover:before {
    content: "\f005\f005\f005"
}

.stars a.star-4 {
    width: 5em
}

.stars a.star-4:before {
    content: "\f006\f006\f006\f006"
}

.stars a.star-4.active:before, .stars a.star-4:hover:before {
    content: "\f005\f005\f005\f005"
}

.stars a.star-5 {
    width: 6em;
    border-right: none;
    margin-right: 0
}

.stars a.star-5:before {
    content: "\f006\f006\f006\f006\f006"
}

.stars a.star-5.active:before, .stars a.star-5:hover:before {
    content: "\f005\f005\f005\f005\f005"
}

.top-content .result-output {
    display: inline-block;
    text-align: left;
    width: 100%
}

.top-content .result-output .result-count {
    color: #6f8190;
    margin: 0
}

.edugate-tabs {
    margin-bottom: 40px;
    border: none;
    display: inline-block
}

.edugate-tabs li {
    padding: 0 15px
}

.edugate-tabs li .text {
    padding: 0 0 10px 0;
    line-height: 1;
    border: none;
    color: #49575f;
    text-transform: capitalize;
    position: relative;
    cursor: pointer
}

.edugate-tabs li .text:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #F05924;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease
}

.edugate-tabs li .text:hover {
    background-color: transparent;
    border: none
}

.edugate-tabs li .text:hover:after {
    width: 100%
}

.edugate-tabs li.active .text {
    border: none;
    line-height: 1;
    color: #F05924
}

.edugate-tabs li.active .text:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F05924;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease
}

.edugate-tabs li.active .text:focus, .edugate-tabs li.active .text:hover {
    border: none;
    color: #F05924
}

.staff-item {
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item.customize {
    background-color: #fafafa
}

.staff-item.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear
}

.staff-item.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #03ACF1;
    transition: all 0.5s ease
}

.staff-item .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item .staff-info .staff-avatar {
    display: block
}

.staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease
}

.staff-item .staff-info .staff-name {
    font-size: 13px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.staff-item .staff-info .staff-job {
    color: #F05924;
    text-transform: capitalize;
    margin-bottom: 25px
}

.staff-item .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item .staff-socials {
    text-align: center
}

.staff-item .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in
}

.staff-item .staff-name, .staff-item .staff-job, .staff-item .staff-socials a {
    transition: all 0.5s ease
}

.staff-item:hover {
    /* background-color: #F05924 */
}

.staff-item:hover .staff-info .staff-avatar img {
    max-width: 90px;
    margin-bottom: 10px
}

.staff-item:hover .staff-info .staff-name {
    color: #fff;
    font-weight: bold
}

.staff-item:hover .staff-info .staff-job {
    color: #fff;
    margin-bottom: 10px
}

.staff-item:hover .staff-info .staff-desctiption {
    display: block
}

.staff-item:hover .staff-socials a {
    color: #a4abaf;
    background-color: #fff
}

.staff-item:hover .staff-socials a.facebook:hover {
    color: #3b5998
}

.staff-item:hover .staff-socials a.google:hover {
    color: #dc4e41
}

.staff-item:hover .staff-socials a.twitter:hover {
    color: #55acee
}

.staff-item:hover.customize:after {
    right: 0px
}

.staff-item:hover.customize .staff-desctiption {
    color: #fff
}

.staff-item2 {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2.customize {
    background-color: #fafafa
}

.staff-item2.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear
}

.staff-item2.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #03ACF1;
    transition: all 0.5s ease
}

.staff-item2 .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2 .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item2 .staff-info .staff-avatar {
    display: block
}

.staff-item2 .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease
}

.staff-item2 .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.staff-item2 .staff-info .staff-job {
    color: #F05924;
    text-transform: capitalize;
    margin-bottom: 25px
}

.staff-item2 .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2 .staff-socials {
    text-align: center
}

.staff-item2 .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in
}

.staff-item2 .staff-name, .staff-item2 .staff-job, .staff-item2 .staff-socials a {
    transition: all 0.5s ease
}

#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #F05924;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #F05924;
    transition: all .5s ease-in-out
}

#back-top a:hover {
    background-color: #F05924;
    color: #fff
}

.nav-search {
    width: 320px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    bottom: -80px
}

.nav-search form {
    display: table;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc
}

.nav-search form input[type='text'] {
    border: none;
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px
}

.nav-search form .searchbutton {
    width: 50px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle
}

.nav-search form .searchbutton:hover {
    color: #F05924
}

.pagination {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%
}

.pagination .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination .pagination__list li {
    display: inline-block;
    margin-right: 10px
}

.pagination .pagination__list li:last-child {
    margin-right: 0
}

.pagination .pagination__list .pagination__page {
    font-size: 14px
}

.pagination .pagination__list .pagination__previous, .pagination .pagination__list .pagination__next {
    position: relative;
    top: 1px;
    line-height: 36px
}

.pagination .pagination__list .btn-squae {
    background-color: #03ACF1;
    color: #fff
}

.pagination .pagination__list .btn-squae:hover {
    background-color: #F05924;
    color: #fff
}

.pagination .pagination__list .btn-squae.active {
    background-color: #F05924;
    pointer-events: none
}

.btn-squae {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear
}

.btn-squae:hover {
    background-color: #03ACF1;
    color: #fff
}

.btn-squae.active {
    background-color: #03ACF1;
    cursor: pointer
}

.btn-squae.disable {
    background-color: #ccc !important;
    pointer-events: none;
    color: #fff
}

header .header-topbar {
    background-color: #03ACF1;
    width: 100%;
    color: #fff;
    line-height: 50px
}

header .header-topbar a, header .header-topbar span, header .header-topbar p {
    color: #fff;
    font-size: 13px;
    transition: all 0.2s ease
}

header .header-topbar a:hover, header .header-topbar span:hover, header .header-topbar p:hover {
    color: #F05924
}

header .header-topbar .email, header .header-topbar .hotline {
    margin-left: 20px;
    display: inline-block
}

header .header-topbar .email .topbar-icon, header .header-topbar .hotline .topbar-icon {
    /*color: #F05924;*/
    margin-right: 10px;
    font-size: 16px
}

header .header-topbar .email {
}

header .header-topbar .socials, header .header-topbar .group-sign-in {
    display: inline-block;
    padding-top: 0
}

header .header-topbar .socials a {
    color: #a7abb3;
    padding: 0px 10px;
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 14px;
}

header .header-topbar .socials a i {
    transition: all 0.3s ease
}

header .header-topbar .socials a:hover i {
    color: #F05924
}

header .header-topbar .socials a:last-child {
    margin-right: 0
}

header .header-topbar .group-sign-in {
    margin-left: 70px;
    text-transform: capitalize
}

header .header-topbar .group-sign-in .login:after {
    content: '|';
    margin-right: 10px;
    padding-left: 10px;
    color: #fff !important
}

header .header-topbar.homepage-03 {
    background-color: #fff;
    color: #03ACF1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 65px;
    position: relative;
    z-index: 101
}

header .header-topbar.homepage-03 a, header .header-topbar.homepage-03 span, header .header-topbar.homepage-03 p {
    color: #03ACF1
}

header .header-topbar.homepage-03 a:hover, header .header-topbar.homepage-03 span:hover, header .header-topbar.homepage-03 p:hover {
    color: #F05924
}

header .header-topbar.homepage-03 .logo-topbar img {
    margin: 15px auto;
    width: 150px
}

header .header-topbar.homepage-03 .group-sign-in .login:after {
    color: #03ACF1 !important
}

header .header-main {
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    transition: all .3s ease-in-out
}

header .header-main .logo {
    line-height: 100px
}

header .header-main .logo .header-logo img {
    max-width: 290px;
    width: 100%;
    transition: all .3s ease-in-out
}

header .header-main .navigation {
    position: relative
}

header .header-main .navigation .nav-links {
    position: relative
}

header .header-main .navigation .nav-links li .main-menu {
    line-height: 100px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 14px;
    text-transform: uppercase;
    color: #03ACF1;
    position: relative;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

header .header-main .navigation .nav-links li .main-menu:after {
    position: absolute;
    content: '';
    width: 0;
    transition: all .3s ease-in-out
}

header .header-main .navigation .nav-links li .main-menu:focus {
    background-color: transparent
}

header .header-main .navigation .nav-links li.active .main-menu {
    border-bottom: 2px solid #F05924;
    color: #F05924;
    font-weight: bold
}

header .header-main .navigation .nav-links li:hover .main-menu {
    background-color: transparent
}

header .header-main .navigation .nav-links li:hover .main-menu:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -5px;
    height: 5px;
    background-color: #F05924;
    left: 0
}

header .header-main .navigation .nav-links li.button-search {
    cursor: pointer
}

header .header-main .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #F05924
}

header .header-main .navigation .nav-links li.button-search:hover .main-menu:after {
    display: none
}

header .header-main .navigation .icons-dropdown {
    margin-left: 5px
}

header .header-main .edugate-dropdown-menu-1, header .header-main .edugate-dropdown-menu-2 {
    top: 105px;
    min-width: 240px;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
    border-bottom: 2px solid #F05924
}

header .header-main .edugate-dropdown-menu-1 li, header .header-main .edugate-dropdown-menu-2 li {
    transition: all .3s ease-in-out
}

header .header-main .edugate-dropdown-menu-1 li .link-page, header .header-main .edugate-dropdown-menu-2 li .link-page {
    line-height: 25x;
    text-transform: capitalize;
    color: #03ACF1;
    border: none;
    font-weight: normal
}

header .header-main .edugate-dropdown-menu-1 li:hover, header .header-main .edugate-dropdown-menu-2 li:hover {
    background-color: #f5f5f5
}

header .header-main .edugate-dropdown-menu-2 {
    top: 0;
    margin-top: 0;
    padding-top: 0
}

header .header-main .edugate-dropdown-menu-2.left {
    left: 100%;
    right: auto
}

header .header-main .edugate-dropdown-menu-2.right {
    right: 100%;
    left: auto
}

header .header-main.header-fixed {
    position: fixed;
    top: 0;
    transition: all .6s ease-in-out
}

header .header-main.header-fixed .logo {
    line-height: 50px
}

header .header-main.header-fixed .logo .header-logo img {
    max-width: 160px;
    width: 100%;
    transition: all .3s ease-in-out
}

header .header-main.header-fixed .navigation .nav-links li .main-menu {
    line-height: 50px
}

header .header-main.header-fixed .edugate-dropdown-menu-1 {
    top: 55px
}

header .header-main.hide-menu {
    top: -66px !important
}

header .header-main.homepage-03 .logo {
    display: none
}

header .header-main.homepage-03 .navigation {
    text-align: center
}

header .header-main.homepage-03 .navigation .nav-links {
    display: table;
    float: none;
    margin: 0 auto
}

header .header-main.homepage-03 .navigation .nav-links li .main-menu {
    line-height: 50px
}

header .header-main.homepage-03 .navigation .nav-links li:hover .main-menu {
    background-color: transparent
}

header .header-main.homepage-03 .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #F05924
}

header .header-main.homepage-03 .navigation .nav-links li.button-search:hover .main-menu:after {
    display: none
}

header .header-main.homepage-03 .edugate-dropdown-menu-1 {
    top: 55px
}

header .header-main.homepage-03.header-fixed {
    position: fixed;
    top: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: all .3s ease-in-out
}

header .header-main.homepage-03.header-fixed .logo {
    display: block;
    line-height: 50px;
    float: left;
    position: relative;
    z-index: 10
}

header .header-main.homepage-03.header-fixed .logo .header-logo img {
    max-width: 125px;
    width: 100%;
    transition: all .3s ease-in-out
}

header .header-main.homepage-03.header-fixed .navigation .nav-links {
    float: right
}

header .header-main.homepage-03.header-fixed .navigation .nav-links li .main-menu:after {
    display: block
}

header .header-main.homepage-03.header-fixed .navigation .nav-links li.active .main-menu {
    border-bottom: 2px solid #F05924
}

header .header-main.homepage-03.header-fixed .edugate-dropdown-menu-1 {
    top: 55px
}

header .header-main.homepage-02 {
    display: none;
    transition: all .5s ease-in-out
}

header .header-main.homepage-02 .logo {
    line-height: 50px
}

header .header-main.homepage-02 .logo .header-logo img {
    max-width: 125px;
    width: 100%
}

header .header-main.homepage-02 .navigation .nav-links li .main-menu {
    line-height: 50px
}

header .header-main.homepage-02.header-fixed {
    position: fixed;
    top: 0;
    display: block;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

header .header-main.homepage-02 .edugate-dropdown-menu-1 li .link-page {
    line-height: 40px !important
}

header .scroll-nav {
    overflow-y: scroll !important
}

footer {
    width: 100%
}
.footer-logo img{
  border-radius: 6px;

}

.footer-top {
    background-color: #F05924;
    color: #fff
}

.footer-top-wrapper {
    display: table;
    width: 100%;
    height: 120px
}

.footer-top-wrapper .footer-top-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 50px
}

.footer-top-wrapper .footer-top-left .footer-top-focus {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0
}

.footer-top-wrapper .footer-top-left .footer-top-title, .footer-top-wrapper .footer-top-left .footer-top-text {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0
}

.footer-top-wrapper .footer-top-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.footer-top-wrapper .footer-top-right input.btn-footer-top {
    background-color: #03ACF1;
    border: none;
    padding: 15px 30px;
    line-height: 20px
}

.footer-main {
    background-color: #1E2C35;
    overflow-x: hidden
}

.footer-main .footer-main-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff
}

.footer-main .title-widget {
    color: #F05924;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: left
}

.footer-buttom{
    background: #141F26;
}

.footer-buttom .hyperlink {
    border-top: 1px solid #2F374C;
    line-height: 70px;
    min-height: 70px;
    font-weight: bold;
    position: relative
}

.footer-buttom .hyperlink:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    left: -100%
}

.footer-buttom .hyperlink:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    right: -100%
}

.footer-buttom .hyperlink .hyper-left a {
    font-size: 14px;
    color: #4F5B6B
}

.footer-buttom .hyperlink .hyper-left a:hover {
    color: #F05924
}

.footer-buttom .hyperlink .hyper-right {
    font-size: 14px;
    color: #4F5B6B
}

.footer-buttom .hyperlink ul.list-inline {
    margin-bottom: 0
}

.footer-main .widget a {
    color: #fff
}

.footer-main .widget .cur-title {
    color: #F05924
}

.footer-main .recent-post-widget .content-widget a:hover, .footer-main .popular-course-widget .content-widget a:hover, .footer-main .category-widget .content-widget a:hover, .footer-main .archive-widget .content-widget a:hover {
    color: #F05924
}

.footer-main .recent-post-widget .content-widget a:hover span, .footer-main .popular-course-widget .content-widget a:hover span, .footer-main .category-widget .content-widget a:hover span, .footer-main .archive-widget .content-widget a:hover span, .footer-main .recent-post-widget .content-widget a:hover p, .footer-main .popular-course-widget .content-widget a:hover p, .footer-main .category-widget .content-widget a:hover p, .footer-main .archive-widget .content-widget a:hover p, .footer-main .recent-post-widget .content-widget a:hover i, .footer-main .popular-course-widget .content-widget a:hover i, .footer-main .category-widget .content-widget a:hover i, .footer-main .archive-widget .content-widget a:hover i {
    color: #F05924
}

.footer-main .category-widget li, .footer-main .archive-widget li {
    border-bottom-color: #2F374C
}

.footer-main .media {
    border-bottom-color: #2F374C
}

.footer-main .tag-widget {
    margin: 20px 0px
}

.footer-main .tag-widget li {
    margin: 0px 10px 10px 0px;
    display: inline-block
}

.footer-main .tag-widget li .tag-item {
    color: #fff;
    display: inherit;
    padding: 10px;
    background-color: #3B4757;
    transition: all .3s ease-in
}

.footer-main .tag-widget li .tag-item:hover {
    background-color: #F05924
}

.footer-main .tag-widget li .tag-item:hover .tag-item {
    color: #fff
}

.footer-main .course-price-widget .cur-title.cur {
    color: #F05924
}

.sidebar a {
    color: #6f8190
}

.sidebar .title-widget {
    background-color: #03ACF1;
    color: #fff;
    text-align: center;
    line-height: 50px
}

.sidebar .edugate-widget .content-widget, .sidebar .useful-link-widget .content-widget, .sidebar .gallery-widget .content-widget, .sidebar .mailing-widget .content-widget {
    margin: 20px 0px
}

.sidebar .widget:last-child {
    margin-bottom: 0 !important
}

.widget {
    margin-bottom: 30px
}

.widget a:hover {
    color: #F05924
}

.widget p {
    line-height: 24px
}

.widget .title-widget {
    font-weight: bold;
    text-transform: uppercase
}

.widget .media {
    border-bottom: 1px solid #dee5e9;
    padding: 20px 0px;
    margin: 0px
}

.widget .media:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget .media .media-left {
    padding-right: 0;
    width: 100px;
    height: auto
}

.widget .media .media-right {
    padding-left: 15px
}

.widget .media .media-right span {
    font-size: 12px
}

.widget .media .media-right .comment {
    float: right
}

.widget .media .media-right .comment i {
    margin-right: 3px
}

.widget .media .media-right p {
    margin: 0px
}

.widget .media .info {
    display: inline-block
}

.widget .media .link {
    display: inline-block;
    color: #03ACF1;
}

.widget .media .link .media-image {
    width: 100%
}

.widget .media .link:hover {
    color: #F05924
}

.edugate-widget p {
    margin-bottom: 20px
}

.edugate-widget .info-list ul {
    margin-bottom: 0px
}

.edugate-widget .info-list ul li {
    display: table;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 4px
}

.edugate-widget .info-list ul li > i {
    display: table-cell;
    width: 25px
}

.edugate-widget .info-list ul li > a {
    display: table-cell
}

.edugate-widget .info-list p {
    margin-bottom: 0px
}

.useful-link-list ul {
    padding: 0px;
    margin: 0px
}

.useful-link-list ul li {
    margin-bottom: 15px;
    display: table;
    line-height: 24px
}

.useful-link-list ul li a {
    display: table-cell
}

.useful-link-list ul li i {
    display: table-cell;
    width: 15px;
    color: #F05924;
    font-weight: bold
}

.gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%
}

.gallery-widget .gallery-list a:last-child {
    margin-right: 0px
}

.gallery-widget .gallery-list a img {
    width: 100%
}

.gallery-widget .view-more {
    font-size: 12px
}

.gallery-widget .view-more i {
    color: #F05924
}

.mailing-widget p {
    margin-bottom: 15px
}

.mailing-widget input.form-control {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.mailing-widget .btn-email {
    background-color: #F05924;
    line-height: 33px;
    text-align: center;
    padding: 0px 14px;
    width: 39px
}

.mailing-widget .input-group {
    margin-bottom: 15px
}

.mailing-widget .form-email-widget {
    height: 33px;
    background-color: #fafafa;
    border-radius: 0px;
    border: none;
    box-shadow: none
}

.mailing-widget .form-email-widget:focus, .mailing-widget .form-email-widget:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.socials {
    padding-top: 15px;
    display: block
}

.socials a, .socials .link {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #3B4757;
    display: inline-block;
    transition: all .3s ease-in
}

.socials a:last-child, .socials .link:last-child {
    margin-right: 0
}

.socials a i, .socials .link i {
    color: #fff
}

.socials a:hover, .socials .link:hover {
    background-color: #F05924
}

.social-widget {
    margin-top: 30px;
    border: none;
    padding-top: 0px
}

.social-widget a, .social-widget .link {
    background-color: #a8b0b6;
    margin-bottom: 10px;
    margin-right: 8px
}

.cur {
    color: #F05924;
    font-weight: 900;
    font-size: 20px;
    margin-top: -5px;
    position: relative;
    margin-left: 7px
}

.cur:before {
    position: absolute;
    content: "$";
    top: 0px;
    left: -8px;
    font-size: 13px
}

.category-widget li, .archive-widget li {
    border-bottom: 1px solid #dee5e9;
    padding: 15px 0px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-widget li:last-child, .archive-widget li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.category-widget li .link, .archive-widget li .link {
    color: #6f8190;
    width: 100%
}

.category-widget li .link span, .archive-widget li .link span {
    color: #6f8190
}

.category-widget li .link:hover, .archive-widget li .link:hover {
    color: #F05924
}

.category-widget li .link:hover span, .archive-widget li .link:hover span {
    color: #F05924
}

.tag-widget {
    margin-top: 10px
}

.tag-widget li {
    background-color: #e9eef2;
    margin: 10px 10px 0px 0px;
    display: inline-block;
    transition: all .3s ease-in
}

.tag-widget li .tag-item {
    color: #03ACF1;
    display: inherit;
    padding: 10px
}

.tag-widget li:hover {
    background-color: #03ACF1
}

.tag-widget li:hover .tag-item {
    color: #fff
}

.course-price-widget .title-widget p {
    position: relative;
    line-height: 80px;
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0
}

.course-price-widget .title-widget p:before {
    position: absolute;
    content: '$';
    font-size: 25px;
    top: -15px;
    left: -16px
}

.course-price-widget-wrapper {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 0;
    color: #6f8190;
    text-align: center
}

.course-price-widget-wrapper .title {
    color: #03ACF1
}

.course-price-widget-wrapper .length {
    position: relative;
    left: -38px
}

.course-price-widget-wrapper .length:after {
    position: absolute;
    content: "hours";
    left: 22px
}

.course-price-widget-wrapper .firgue {
    position: relative;
    left: -44px
}

.course-price-widget-wrapper .firgue:after {
    position: absolute;
    content: 'people';
    left: 19px
}

.course-price-widget-wrapper .info-row {
    margin-bottom: 15px
}

.course-price-widget-wrapper .info-row:last-child {
    margin-bottom: 25px
}

.course-price-widget-wrapper span {
    text-align: left
}

.author-widget-wrapper {
    background-color: #fafafa;
    margin-bottom: 0
}

.author-widget-wrapper.customize:before {
    display: none;
    visibility: hidden
}

.author-widget-wrapper.customize:after {
    display: none;
    visibility: hidden
}

.slider-banner {
    position: relative
}

.slider-banner .owl-controls {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -30px
}

.slider-banner .owl-controls .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #bfc6d7;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

.slider-banner .owl-controls .owl-dots .owl-dot.active {
    background-color: #F05924;
    border: 2px solid #F05924
}

/*
.slider-banner-02, .slider-banner-03 {
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    min-height: 568px
}

.slider-banner-02 .container, .slider-banner-03 .container {
    display: table;
    height: 100%
}

.slider-banner-02 .slider-banner-wrapper, .slider-banner-03 .slider-banner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.slider-banner-02 .slider-banner-wrapper .sub-title, .slider-banner-03 .slider-banner-wrapper .sub-title {
    font-size: 25px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 300
}

.slider-banner-02 .slider-banner-wrapper .main-title, .slider-banner-03 .slider-banner-wrapper .main-title {
    font-size: 72px;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 700
}

.slider-banner-02 {
    background-image: url("images/banner-2.html");
    height: 100vh;
    color: #49575f;
    background-size: cover;
    position: relative
}

.slider-banner-02 .logo-banner img {
    margin: 0 auto;
    margin-bottom: 25px
}

.slider-banner-02 .arrow-down {
    color: #49575f;
    position: absolute;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    left: 50%;
    margin-left: -25px
}

.slider-banner-02 .arrow-down i {
    font-size: 50px
}
*/
.slider-item.row{margin-left: -15px !important;}
.slider-item {
    background-position:top; 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
}

.slider-item .slider-1,{
  display: table-cell;
  vertical-align: middle;
}

.slider-item .slider-caption {
    background: rgba(25, 129, 103, 0.5);
    position: absolute;
    margin-top: 15%;
    left: 14%;
    padding: 2.5em 2em;
    display: table-cell;
    vertical-align: middle;
}

.slider-item .slider-caption h2{
  color:#fff;
  font-size: 42px;
  margin-bottom: 20px;
}

.slider-item .slider-caption p{
  color:#E9CABF;
  font-size: 14px;
  margin:10px auto;
}

.slider-item .slider-caption .text-info-2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 300;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.slider-item .slider-caption .text-info-1 {
    margin: 0 0 10px 0;
    font-size: 60px;
    font-weight: 900;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.slider-item .slider-caption .text-info-3 {
    margin: 0 0 23px 0;
    font-size: 20px;
    font-weight: 700;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.slider-item .slider-caption .btn p, 
.slider-item .slider-caption .btn span {
    line-height: 46px;
    font-size: 22px;
    font-weight: 700;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-transform: capitalize
}


.progress-bars {
    background: #000;
    background-image: url('../images/background-count-number.png');
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    color: #fff
}

.progress-bars .container {
    height: 100%
}

.progress-bars .progress-bars-content {
    height: 100%
}

.progress-bars .progress-bar-wrapper {
    width: 100%;
    text-align: center
}

.progress-bars .progress-bar-wrapper .title-2 {
    margin-bottom: 50px
}

.progress-bars .progress-bar-wrapper .group-btn-slider {
    display: none
}

.progress-bar-number {
    text-align: center;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 50px
}

.progress-bar-number .num {
    position: relative;
    margin-bottom: 12px
}

.progress-bar-number .num:after {
    content: '+';
    margin-left: 5px
}

.progress-bar-number .num:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #F05924
}

.progress-bar-number .name-inner {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize
}

.why-choose-us {
    background-color: #03ACF1;
    color: #fff
}

.why-choose-us .why-choose-us-wrapper {
    text-align: left;
    width: 100%
}

.why-choose-us .why-choose-us-wrapper-top {
    position: relative
}

.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
    padding: 60px 0;
    padding-right: 25%
}

.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper p {
    /*color: #d1d8eb;
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 16px*/
}

.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper button p {
    color: #fff;
    transition: all 1s ease
}

.why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
    position: absolute;
    width: 21.6%;
    left: 75%;
    bottom: 0
}

.why-choose-us .why-choose-us-wrapper-bottom {
    background-image: url("../images/bg_services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2
}

.why-choose-us .why-choose-us-wrapper-bottom .why-choose-us-wrapper {
    padding: 60px 0
}

.why-choose-us .why-choose-us-wrapper-bottom .customs-row {
    display: inline
}

.section-icon {
    margin: 22px 0;
    display: table
}

.section-icon i {
    font-size: 36px;
    color: #F05924;
    display: table-cell;
    vertical-align: top
}

.section-icon p, .section-icon a, .section-icon span {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    line-height: 24px;
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.slider-logo {
    background-color: #fff;
    width: 100%
}

.slider-logo .slider-logo-wrapper {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%
}

.slider-logo .slider-logo-wrapper .slider-logo-content {
    display: block;
    width: 100%
}

.slider-logo .slider-logo-wrapper .logo-iteam {
    opacity: 0.5;
    transition: all 0.3s linear
}

.slider-logo .slider-logo-wrapper .logo-iteam:hover {
    opacity: 1
}

.slider-logo .container {
    overflow: hidden
}

.slider-talk-about-us {
    background-image: url("../images/bg_services.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    background-size: cover
}

.slider-talk-about-us .container {
    overflow: hidden
}

.slider-talk-about-us .slider-talk-about-us-wrapper {
    width: 100%;
    padding: 100px 0;
    display: table
}

.slider-talk-about-us .slider-talk-about-us-wrapper .slider-talk-about-us-content {
    display: table-cell;
    vertical-align: middle
}

.slider-talk-about-us .peopel-item {
    text-align: center
}

.slider-talk-about-us .peopel-item .peopel-comment {
    margin: 0 auto;
    text-align: left;
    width: 72%;
    background: rgba(255, 255, 255, 0.35);
    padding: 35px;
    line-height: 25px;
    margin-bottom: 35px;
    position: relative
}

.slider-talk-about-us .peopel-item .peopel-comment:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid rgba(255, 255, 255, 0.35);
    left: 50%;
    margin-left: -10px;
    bottom: -18px
}

.slider-talk-about-us .peopel-item .group-peole-info .peopel-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px
}

.slider-talk-about-us .peopel-item .group-peole-info .peopel-avatar img {
    border-radius: 50%
}

.slider-talk-about-us .peopel-item .group-peole-info .peopel-name {
    font-weight: 900;
    font-size: 15px;
    color: #F05924;
    text-transform: capitalize
}

.slider-talk-about-us .peopel-item .group-peole-info .people-job {
    font-size: 12px;
    text-transform: capitalize
}

.slider-talk-about-us.style-2 {
    background: #fafafa
}

.slider-talk-about-us.style-2 .peopel-item .peopel-comment {
    background-color: #e5eaef;
    color: #49575f
}

.slider-talk-about-us.style-2 .peopel-item .group-peole-info .people-job {
    color: #49575f
}

.slider-talk-about-us.style-2 .group-btn-slider {
    display: none
}

.slider-talk-about-us .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #bfc6d7;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

.slider-talk-about-us .carousel-indicators li.active {
    background-color: #F05924;
    border: 2px solid #F05924
}

.pricing > .container > .row {
    margin-bottom: 30px
}

.pricing .pricing-widget {
    cursor: pointer
}

.pricing .pricing-widget .pricing-header {
    position: relative;
    z-index: 2
}

.pricing .pricing-widget .pricing-header .price-cost {
    background-color: #eaedf5;
    color: #03ACF1;
    display: table;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: -50px;
    border: 10px solid #fff;
    transition: all 0.25s linear
}

.pricing .pricing-widget .pricing-header .price-cost .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.pricing .pricing-widget .pricing-header .price-cost .inner .inner-number {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin: 0
}

.pricing .pricing-widget .pricing-header .price-cost .inner .inner-number:after {
    content: "$";
    font-size: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    font-weight: 500
}

.pricing .pricing-widget .pricing-content {
    position: relative;
    background-color: #eaedf5;
    padding-top: 60px;
    text-align: center;
    top: 15px;
    color: #49575f;
    transition: all 0.25s linear
}

.pricing .pricing-widget .pricing-content .pricing-title {
    margin: 0 0 8px 0;
    font-size: 30px;
    text-transform: uppercase
}

.pricing .pricing-widget .pricing-content .pricing-subtitle {
    margin-bottom: 30px
}

.pricing .pricing-widget .pricing-content .pricing-list {
    list-style: none;
    padding: 30px;
    margin: 0 10px;
    background-color: #fff;
    color: #8c9aa5;
    text-transform: capitalize
}

.pricing .pricing-widget .pricing-content .pricing-list li {
    margin-bottom: 25px
}

.pricing .pricing-widget .pricing-content .pricing-list li:last-child {
    margin-bottom: 0
}

.pricing .pricing-widget .pricing-content .pricing-list li p {
    margin-bottom: 0
}

.pricing .pricing-widget .pricing-content .pricing-list strong {
    color: #49575f
}

.pricing .pricing-widget .pricing-content .pricing-button {
    font-weight: 900;
    line-height: 60px;
    width: 100%;
    text-transform: uppercase;
    display: inline-block
}

.pricing .pricing-widget .pricing-content .pricing-button a {
    color: #03ACF1
}

.pricing .pricing-widget:hover .pricing-header .price-cost, .pricing .pricing-widget.active .pricing-header .price-cost {
    background-color: #F05924;
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.pricing .pricing-widget:hover .pricing-content, .pricing .pricing-widget.active .pricing-content {
    background-color: #F05924;
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.pricing .pricing-widget:hover .pricing-button a, .pricing .pricing-widget.active .pricing-button a {
    color: #fff
}

.pricing .group-btn-slider {
    display: none
}

.pricing .group-btn-slider .btn-prev, .pricing .group-btn-slider .btn-next {
    color: #000
}

.best-staff {
    background-image: url("../images/pencils-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    /* color: #fff; */
    background-size: cover
}

.best-staff .container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1140px
}

.best-staff .best-staff-wrapper {
    width: 100%;
    height: auto
}

.best-staff .group-title-index {
    color: #fff
}

.best-staff .group-btn-slider .btn-prev {
    top: 54%
}

.best-staff .group-btn-slider .btn-next {
    top: 54%
}

.latest-news .btn-latest-new {
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}

.top-courses {
    text-align: center
}

.top-courses .group-btn-top-courses-slider {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px
}

.top-courses .group-btn-top-courses-slider .btn-prev,
.btn-prev, .owl-prev,
.top-courses .group-btn-top-courses-slider .btn-next,
.btn-next, .owl-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear
}

.top-courses .group-btn-top-courses-slider .btn-prev:hover,
.btn-prev:hover, .owl-prev:hover,
.top-courses .group-btn-top-courses-slider .btn-next:hover,
.btn-next:hover, .owl-next:hover
{
    background-color: #03ACF1
}

.top-courses .group-btn-top-courses-slider .btn-prev, .btn-prev, .owl-prev {
    margin-right: 10px
}

.top-courses .top-courses-item {
    padding: 30px 0;
    text-align: left
}

.top-courses .top-courses-slider {
    margin-bottom: 30px
}

.top-courses .top-courses-wrapper {
    position: relative;
    top: -30px;
    margin-bottom: -30px
}

.choose-course .icon-circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 5px auto;
}

.choose-course .icon-circle .icon-background {
    position: absolute;
    bottom: 12px;
    width: 146px;
    left: 50%;
    margin-left: -73px;
    height: 146px;
    border-radius: 50%;
    background-color: #F05924;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.choose-course .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all 0.4s ease
}

.choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease
}

.choose-course .icon-circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.choose-course .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #03ACF1;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all 0.3s ease
}

.choose-course .icon-circle .info .info-back:before {
    position: absolute;
    z-index: 20;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 12px solid #F05924;
    border-radius: 50%
}

.choose-course .icon-circle .info .info-back a {
    color: #fff;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease
}

.choose-course .icon-circle:hover .icon-background {
    background-color: #F05924;
    left: 130%
}

.choose-course .icon-circle:hover .icon-background:after {
    border: 2px solid #fff
}

.choose-course .icon-circle:hover .info .info-back:before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6)
}

.choose-course .icon-circle:hover .info .info-back a {
    transition-delay: 1s;
    z-index: 21
}

.choose-course .name-course {
    margin-top: 25px;
    color: #49575f;
    text-align: center;
    font-size: 16px
}

.choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
    color: #49575f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear
}

.choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear
}

.choose-course .name-course:hover a, .choose-course .name-course:hover p, .choose-course .name-course:hover span, .choose-course .name-course:hover i {
    color: #F05924
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 70px
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-2 .item-course {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px 0;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .icon-course .icons-img {
    font-size: 64px;
    line-height: 80px;
    color: #F05924;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .info-course {
    margin-top: 15px
}

.choose-course-2 .item-course .info-course .name-course {
    font-size: 21px;
    color: #49575f;
    margin-bottom: 10px;
    font-weight: 700
}

.choose-course-2 .item-course .info-course .info {
    font-size: 18px;
    color: #6f8190
}

.choose-course-2 .item-course .hover-text {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #F05924;
    color: #fff;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .hover-text .wrapper-hover-text {
    display: table;
    height: 100%;
    width: 100%
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    line-height: 24px
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
    border-bottom: 1px solid #fff
}

.choose-course-2 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-2 .item-course:hover .hover-text {
    top: 0
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 30px
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-3 .choose-course-3-wrapper.row {
    margin: 0
}

.choose-course-3 .item-course {
    width: 33.33333333%;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-3 .item-course:hover .icon-course .icons-img {
    color: #03ACF1
}

.choose-course-3 .item-course:hover:before {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-child(3n-2) {
    border-left: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-last-child(-n+3) {
    border-bottom: 1px solid #e1e1e1
}

.choose-course-3 .item-course-wrapper {
    display: table;
    padding: 16% 10%
}

.choose-course-3 .item-course-wrapper .icon-course {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    position: relative
}

.choose-course-3 .item-course-wrapper .icon-course:after {
    position: absolute;
    content: '';
    background: #e1e1e1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    min-height: 90px
}

.choose-course-3 .item-course-wrapper .icon-course .icons-img {
    font-size: 64px;
    width: 64px;
    line-height: 1;
    color: #F05924;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course-wrapper .info-course {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .name-course {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .info {
    line-height: 24px
}

.picture-gallery {
    padding-bottom: 0
}

.picture-gallery .picture-gallery-wrapper {
    text-align: center
}

.picture-gallery .gallery-content .grid-item {
    float: left;
    width: 25%
}

.picture-gallery .gallery-content .grid-item:before {
    content: "";
    display: block
}

.picture-gallery .gallery-content .grid-item .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.picture-gallery .gallery-content .grid-item .content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 15, 28, 0.7);
    opacity: 0;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    transition: all 0.5s ease
}

.picture-gallery .gallery-content .grid-item .content:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(images/lib-pictures/icon-plus.html);
    background-size: cover;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease
}

.picture-gallery .gallery-content .grid-item img {
    width: 100%;
    height: 100%;
    webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.picture-gallery .gallery-content .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 10
}

.picture-gallery .gallery-content .grid-item:hover .content img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.picture-gallery .gallery-content .grid-item:hover .content:after {
    opacity: 1
}

.picture-gallery .gallery-content .grid-item:hover .content:before {
    opacity: 1
}

.picture-gallery .gallery-content .grid-item-height1:before {
    padding-top: 50%
}

.picture-gallery .gallery-content .grid-item-height2:before {
    padding-top: 100%
}

.picture-gallery .gallery-content .grid-item-height3:before {
    padding-top: 150%
}

.nav-subscribe {
    background-color: #eaedf5
}

.nav-subscribe-wrapper {
    height: 120px;
    width: 100%;
    display: table
}

.nav-subscribe-wrapper .nav-subscribe-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #434e6c
}

.nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
    margin: 0px;
    font-size: 30px;
    padding-right: 30px
}

.nav-subscribe-wrapper .nav-subscribe-left .focus {
    font-weight: bold
}

.nav-subscribe-wrapper .nav-subscribe-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.page-title {
    background-image: url("../images/bg_services.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 300px;
    color: #fff;
    text-align: center
}

.page-title .container {
    height: 100%;
    display: table
}

.page-title .page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.page-title .captions {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px 0
}

.page-title .breadcrumb {
    margin: 0;
    background-color: transparent;
    text-transform: capitalize
}

.page-title .breadcrumb li {
    display: inline-block
}

.page-title .breadcrumb li a {
    color: #cccccc
}

.page-title .breadcrumb li a:hover {
    color: #F05924
}

.page-title .breadcrumb li:last-child {
    pointer-events: none
}

.page-title .breadcrumb li.active a {
    color: #fff
}

.page-title .breadcrumb li + li:before {
    padding: 0 10px;
    color: #cccccc;
    content: '\f105';
    font-family: FontAwesome
}

.search-input {
    background: url("images/background-search.html") no-repeat;
    background-color: #F05924;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.search-input .search-input-wrapper {
    padding: 60px 0
}

.search-input .form-select, .search-input .form-input, .search-input .form-submit, .search-input .sbHolder {
    height: 40px;
    border: 1px solid #fff;
    margin-right: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    background-color: #fff;
    float: left;
    text-align: left
}

.search-input .form-select p i, .search-input .form-input p i, .search-input .form-submit p i, .search-input .sbHolder p i {
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-left: 18px
}

.search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
    width: 15%;
    display: inline-block
}

.search-input .form-submit {
    margin: 0;
    float: right;
    text-align: center;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #03ACF1;
    padding: 0
}

.news-page .news-page-wrapper {
    margin-top: 30px
}

.news-page .news-page-wrapper .edugate-layout-1 {
    margin-top: 0;
    margin-bottom: 90px
}

.news-page .news-masonry .gird-item {
    width: 33.3333%;
    float: left;
    padding: 0 15px
}

.news-page .news-masonry .gird-item .edugate-layout-3 {
    min-height: auto;
}

.news-page .news-masonry .gird-item .owl-nav .owl-prev, .news-page .news-masonry .gird-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    background-color: #F05924;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px
}

.news-page .news-masonry .gird-item .owl-nav .owl-prev {
    left: 0
}

.news-page .news-masonry .gird-item .owl-nav .owl-next {
    right: -1px
}

.news-page .news-masonry .gird-item .note-title {
    margin: 30px 0 0 0;
    font-style: inherit
}

.news-page .news-masonry .gird-item .note-title .main-quote {
    font-weight: 700;
    font-size: 20px;
    color: #49575f;
    text-transform: inherit
}

.news-page .news-masonry .gird-item .note-title .author-quote {
    padding-top: 8px;
    font-size: 14px;
    color: #6f8190
}

.news-page .news-masonry .gird-item .note-title .author-quote span {
    font-size: 12px
}

.news-page .pagination {
    margin-top: 0
}

.courses .top-title {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    color: #6f8190
}

.courses .top-title b {
    font-weight: 900
}

.courses .courses-wrapper {
    text-align: center
}

.courses .style-grid .col-style {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 90px;
    transition: all .5s ease-in-out
}

.courses .style-list .col-style {
    width: 100%;
    padding: 0 15px;
    float: left;
    margin-bottom: 90px;
    transition: all .5s ease-in-out
}

.courses .style-list .col-style .edugate-layout-2:before {
    width: 87%
}

.courses .top-content {
    margin-bottom: 80px
}

.courses .top-content .edugate-tabs {
    margin-bottom: 0
}

.courses .pagination {
    margin: 0
}

.courses .group-title-index {
    margin-bottom: 90px
}

.page-404 {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(images/bg-404.html) center no-repeat;
    background-size: cover
}

.page-404 img {
    z-index: -1;
    position: absolute;
    height: auto
}

.page-404 .container {
    width: 100%;
    height: 100%;
    display: table
}

.wrapper-404 {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.wrapper-404 .title-404 {
    text-align: center
}

.wrapper-404 .title-404 .signal {
    font-size: 23px;
    margin-bottom: 5px
}

.wrapper-404 .title-404 .sub {
    font-size: 14px
}

.wrapper-404 .title-404 .warning {
    font-weight: 900;
    font-size: 215px;
    color: #F05924;
    text-shadow: 2px 2px 12px #DEDEDE;
    margin: 0px
}

.wrapper-404 .title-404 .btn-404 {
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: #e9edf5;
    color: #fff;
    border: none;
    font-weight: 900;
    font-size: 24px
}

.contact-method .method-item {
    padding: 50px 0px;
    text-align: center;
    background-color: #fafafa;
    transition: all .3s ease-in
}

.contact-method .method-item i {
    color: #F05924;
    font-size: 40px;
    margin-bottom: 25px
}

.contact-method .method-item .sub {
    font-size: 16px;
    font-weight: 700;
    color:#03ACF1;
    margin-bottom: 15px;
    text-transform: uppercase
}

.contact-method .method-item .detail {
    font-size: 14px
}

.contact-method .method-item .detail p {
    margin: 0px
}

.contact-method .method-item:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.bg-w-form {
    padding-top: 100px
}

.bg-w-form .form-group {
    min-height: 100px
}

.bg-w-form .form-group .sbHolder {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none
}

.bg-w-form .form-group .sbHolder .sbSelector {
    height: 50px;
    padding-left: 20px;
    line-height: 50px
}

.bg-w-form .form-group .sbHolder .sbToggle {
    height: 50px;
    background-position-y: -33px
}

.bg-w-form .form-group .sbHolder:focus, .bg-w-form .form-group .sbHolder:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.bg-w-form .form-label {
    text-transform: uppercase;
    font-weight: bold
}

.bg-w-form .form-input {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none
}

.bg-w-form .form-input:focus, .bg-w-form .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.bg-w-form .contact-question .form-input {
    min-height: 190px;
    max-width: 1140px
}

.bg-w-form .warning-label {
    color: #ff0000;
    font-size: 11px;
    text-transform: inherit
}

.bg-w-form .contact-submit {
    text-align: center
}

.bg-w-form .contact-submit .btn-contact {
    margin-top: 30px
}

.bg-w-form .highlight {
    color: #ff0000
}

.contact-map {
    width: 100%;
    height: 500px
}

.news-detail {
    color: #6f8190
}

.news-detail p {
    line-height: 24px
}

.news-detail span {
    color: #49575f
}

.news-detail .info .item a:hover span {
    color: #F05924
}

.news-image {
    width: 100%;
    margin-bottom: 20px
}

.title-news {
    font-size: 36px;
    font-weight: 900;
    color: #49575f;
    margin: 0 0 5px 0
}
h2.title-blog{
  margin-top: 0 !important;
  padding-top: 0;
  font-size: 36px;
  color: #03ACF1;
}

h2.title-blog:hover{
  color: #F05924;
}

.single_blog #datenshare {
    background: #d7c1f0e8;
    min-height: 46px;
    margin: 5px 0 5px 0;
    padding: 5px;
    border-radius:3px;
}
.single_blog #datenshare .pubdate{
    padding: 6px 0 6px 14px;
}
.single_blog #datenshare .sharethis{
    text-align: right;
    padding-top: 2px;
}

.news-content {
    margin: 20px 0px 60px
}

.news-content .news-des p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px
}

.news-content .news-image-block {
    margin-right: 30px;
    margin-bottom: 30px
}

.news-content .wide-text p {
    margin-bottom: 40px
}

.news-content .text-block p {
    margin-bottom: 30px
}

.news-content .text-block p:last-child {
    margin-bottom: 0px
}

.news-content img, .pageImg{
  width: 100%;
  margin-top:20px;
  margin-bottom: 20px;
}
blockquote {
    position: relative;
    border-left: 0px;
    margin: 50px 12.5%;
    padding: 10px 0px 10px 58px
}

blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: 'FontAwesome';
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #90a1ae
}

blockquote .main-quote {
    font-weight: 700;
    font-style: italic;
    font-size: 24px
}

blockquote .sub-quote {
    font-style: italic;
    font-size: 16px;
    color: #627484
}

blockquote footer {
    text-align: right;
    font-weight: bold;
    color: inherit
}

blockquote footer:before {
    display: none
}

blockquote footer small {
    color: inherit;
    display: inline-block
}

blockquote footer small:before {
    display: none
}

.news-list {
    margin-bottom: 70px
}

.list-expand-title {
    color: #49575f;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}

ul.list-detail {
    padding: 0px;
    margin: 0px
}

ul.list-detail li {
    margin-bottom: 15px;
    display: table
}

ul.list-detail li a {
    display: table-cell;
    color: #6f8190
}

ul.list-detail li a:hover {
    color: #F05924
}

ul.list-detail li i {
    display: table-cell;
    width: 25px;
    color: #F05924;
    font-weight: bold;
    font-size: 10px
}

.news-tag ul li {
    display: inline-block;
    background-color: #e9eef2;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in
}

.news-tag ul li:first-child {
    background-color: #2c343b
}

.news-tag ul li:first-child:hover {
    background-color: #2c343b
}

.news-tag ul li:hover {
    background-color: #03ACF1
}

.news-tag ul li:hover a {
    color: #fff
}

.news-tag ul li a {
    color: #2c343b;
    padding: 0px 15px;
    display: inherit
}

.news-tag ul li i {
    color: #fff;
    padding: 0px 15px
}

.news-author {
    border-left: 5px solid #eaedf5;
    padding-left: 25px;
    height: 160px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 100px
}

.news-author img.author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.news-author .author a {
    font-size: 18px;
    font-weight: bold
}

.news-author .position {
    color: #03ACF1;
    margin-bottom: 10px
}

.news-author .media-left {
    padding-right: 0px
}

.news-author .media-body {
    padding-left: 30px
}

.news-comment {
    margin-bottom: 100px
}

.news-comment ul.comment-list-children {
    margin-left: 100px
}

.news-comment li .media-left {
    padding: 0px 15px
}

.news-comment li .media-left .media-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px
}

.news-comment li .media-body {
    padding: 0px 15px
}

.news-comment li .media-body .reader a {
    font-size: 16px;
    font-weight: bold
}

.news-comment li .media-body .reply-comment {
    background-color: #e9eef2;
    width: 60px;
    cursor: pointer;
    line-height: 25px;
    transition: all .3s ease-in;
    color: #2c343b;
    font-size: 12px;
    padding: 5px 13px
}

.news-comment li .media-body .reply-comment:hover {
    color: #fff;
    background-color: #F05924
}

.news-comment li .media-body .time {
    color: #52616d;
    font-size: 13px
}

.news-comment li .list-item {
    background-color: #fafafa;
    padding: 30px 15px;
    margin-bottom: 10px
}

.news-comment li .list-item-children {
    background-color: #fafafa;
    padding: 30px 15px;
    margin-bottom: 10px
}

.news-comment li.media {
    margin-top: 0px;
    border: none;
    padding: 0px
}

.news-comment li .btn-submit span {
    color: #fff
}

.news-comment .comment-box {
    margin-left: 100px
}

.comment-write .comment-write-title {
    color: #2c3e50
}

.comment-write .form-comment .form-group {
    margin-bottom: 30px
}

.comment-write .form-comment .form-group .input-icon {
    position: relative
}

.comment-write .form-comment .form-group .input-icon i {
    right: 30px;
    position: absolute;
    color: #bcc3c9;
    line-height: 50px
}

.comment-write .form-comment .form-input {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none
}

.comment-write .form-comment .form-input:focus, .comment-write .form-comment .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.comment-write .form-comment textarea {
    min-height: 300px;
    max-width: 100%
}

.comment-write .form-comment .contact-submit button span {
    color: #fff
}

.underline {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    color: #49575f
}

.underline::after {
    width: 50px;
    height: 5px;
    background-color: #F05924;
    content: "";
    position: absolute;
    display: block
}

.comment-box {
    padding: 0px
}

.comment-form {
    padding-top: 0px
}

.comment-form .form-input {
    background-color: #fff
}

.comment-form textarea {
    max-width: 587px
}

.comment-form .form-group {
    min-height: 0px
}

.best-staff.staff-list {
    background-image: none;
    background-color: #fff;
    color: #49575f;
    position: relative
}

.best-staff.staff-list .group-title-index {
    color: #49575f
}

.best-staff.staff-list .group-title-index .center-title {
    font-weight: bold
}

.intro-edu {
    padding-top: 100px
}

.intro-edu p {
    line-height: 24px
}

.intro-edu .intro-title {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 300;
    color: #49575f
}

.intro-edu .intro-title b {
    font-weight: 900
}

.intro-edu .intro-content {
    color: #6f8190
}

.intro-edu .intro-content p {
    margin-bottom: 30px
}

.intro-edu img {
    width: 100%;
    max-width: 400px
}

.edu-ab {
    background-color: #eaedf5;
    color: #49575f;
    text-align: center
}

.edu-ab .center-title {
    font-weight: 300
}

.edu-ab .center-title b {
    font-weight: 900
}

.edu-ab .top-title {
    text-transform: none
}

.edu-ab .edu-ab-content ul {
    margin-bottom: 0
}

.edu-ab .edu-ab-content ul li {
    text-align: -webkit-center;
    width: 20%
}

.edu-ab .edu-ab-content ul li .circle-icon {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in
}

.edu-ab .edu-ab-content ul li .circle-icon i {
    color: #F05924;
    line-height: 100px;
    transition: all .3s ease-in
}

.edu-ab .edu-ab-content ul li .circle-icon:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    right: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab .edu-ab-content ul li .circle-icon:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    left: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab .edu-ab-content ul li .circle-icon:hover {
    background-color: #F05924
}

.edu-ab .edu-ab-content ul li .circle-icon:hover i {
    color: #fff
}

.edu-ab .edu-ab-content ul li:first-child .circle-icon:before {
    display: none;
    visibility: hidden
}

.edu-ab .edu-ab-content ul li:last-child .circle-icon:after {
    display: none;
    visibility: hidden
}

.edu-ab .edu-ab-content ul li span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 15px
}

.edu-feature {
    color: #6f8190
}

.edu-feature p {
    line-height: 24px
}

.edu-feature .edu-feature-text {
    text-align: left;
    margin-bottom: 30px
}

.edu-feature .edu-feature-text .center-title {
    font-weight: 900;
    color: #49575f;
    line-height: 36px
}

.edu-feature .edu-feature-text .top-title {
    text-transform: none;
    font-weight: 400
}

.edu-feature .edu-feature-list {
    margin-bottom: 0px
}

.edu-feature .edu-feature-list li {
    border-bottom: 1px solid #ecf0f1;
    box-shadow: none
}

.edu-feature .edu-feature-list li .col-item-1 {
    line-height: 38px
}

.edu-feature .edu-feature-list li .col-item-2 {
    padding: 5px 5px 20px 35px
}

.edu-feature .edu-feature-list li:last-child {
    border-bottom: none
}

.edu-feature .edu-feature-list li a {
    color: inherit
}

.edu-feature .edu-feature-list li a span {
    color: #03ACF1
}

.edu-feature .edu-feature-list li i {
    color: #F05924;
    width: 35px
}

.edu-feature img {
    width: 100%;
    max-width: 570px
}

.course-title {
    margin-top: 0
}

.course-info {
    margin-bottom: 50px
}

.course-video {
    margin-bottom: 70px
}

.course-video iframe {
    margin-bottom: 30px;
    width: 100%;
    height: 400px
}

.course-video .video-btn button {
    padding: 0px 10px
}

.course-video .video-btn button.video-btn-left i {
    margin-left: 0px;
    margin-right: 10px;
    color: #fff;
    position: relative;
    z-index: 3
}

.course-video .video-btn button.video-btn-right {
    margin-left: 5px
}

.course-video .video-btn button.video-btn-right i {
    margin-right: 0px;
    margin-left: 10px;
    color: #fff;
    position: relative;
    z-index: 3
}

.course-des {
    margin-bottom: 50px
}

.course-table {
    position: relative
}

.edu-table-responsive {
    border-collapse: collapse;
    width: 100%
}

.edu-table-responsive tr {
    height: 50px;
    background-color: #fafafa;
    border-bottom-color: #fff
}

.edu-table-responsive tr.heading-table {
    background-color: #90a1ae
}

.edu-table-responsive tr.heading-content {
    border-top-color: #fff;
    background-color: #e9f1f7
}

.edu-table-responsive th {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff
}

.edu-table-responsive td {
    display: table-cell;
    color: #6f8190;
    font-weight: normal;
    vertical-align: middle;
    text-align: center
}

.edu-table-responsive td a {
    color: #6f8190
}

.edu-table-responsive td a:hover {
    color: #F05924
}

.edu-table-responsive td.bold-color {
    color: #49575f
}

.edu-table-responsive td.bolder-color {
    color: #03ACF1
}

.edu-table-responsive td.green-color {
    color: #F05924
}

.edu-table-responsive td.heading-content {
    font-size: 16px;
    font-weight: bold;
    text-align: left
}

.edu-table-responsive td i.w20 {
    width: 20px
}

.edu-table-responsive td i.w27 {
    width: 27px
}

.edu-table-responsive td i.fa-caret-right {
    background-color: #F05924;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff
}

.edu-table-responsive td i.fa-caret-right :before {
    position: relative;
    right: -1px
}

.edu-table-responsive td i.fa-file-text {
    color: #F05924
}

.edu-table-responsive td i.mr18 {
    margin-right: 18px
}

.edu-table-responsive td i.mr25 {
    margin-right: 16px
}

.edu-table-responsive td .bg-yellow {
    background-color: #e2cf00;
    color: #fff;
    display: initial;
    padding: 5px 9px
}

.edu-table-responsive .col-1 {
    width: 360px;
    min-width: 360px;
    text-align: left
}

.edu-table-responsive .col-2, .edu-table-responsive .col-3 {
    width: 150px;
    min-width: 150px
}

.edu-table-responsive .col-4 {
    width: 180px;
    min-width: 180px
}

.left {
    text-align: left;
    padding-left: 30px
}

.outer-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px
}

.inner-container {
    overflow: hidden
}

.table-header {
    position: relative
}

.table-header .edu-table-responsive .col-1 {
    text-align: center
}

.table-body {
    overflow: auto
}

.spacing-table {
    height: 30px !important;
    background-color: #fff !important
}

.spacing-table:hover {
    background-color: #fff !important
}

.courses-detail p {
    line-height: 24px
}

.rlp {
    background: url(images/bg-register-login.html) no-repeat center center;
    background-size: cover;
    height: 100vh
}

.rlp .container {
    width: 100%;
    height: 100%;
    display: table
}

.rlp .rlp-wrapper {
    color: #49575f;
    display: table-cell;
    width: 770px;
    vertical-align: middle
}

.page-login {
    min-height: 480px
}

.page-register {
    min-height: 627px
}

.rlp-table {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 50px 100px
}

.rlp-table .rlp-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px
}

.rlp-table img.login {
    margin-bottom: 30px;
    display: inline-block;
    width: auto
}

.rlp-table .rlp-form {
    padding-top: 0px;
    text-align: left;
    margin-bottom: 35px
}

.rlp-table .rlp-form .col-md-12 {
    margin-bottom: 12px
}

.rlp-table .rlp-form label {
    text-transform: uppercase
}

.rlp-table .rlp-form input {
    border-radius: 0px;
    border: none
}

.rlp-table .rlp-form .help-block {
    color: #ff0000;
    font-size: 10px
}

.register-table {
    padding: 50px
}

.register-table .register-form .col-md-6 {
    margin-bottom: 12px
}

.profile-teacher .profile-teacher-wrapper {
    padding-right: 0;
    padding-left: 0
}

.profile-teacher .profile-teacher-wrapper .teacher-info {
    padding: 0;
    display: table;
    margin-bottom: 70px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
    width: 270px;
    padding: 30px 30px 45px;
    display: table-cell
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-avatar img {
    max-width: 209px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-name {
    display: none
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-socials a:last-of-type {
    margin-right: 0
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #49575f
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .subtitle {
    font-weight: 700;
    color: #6f8190;
    margin-bottom: 35px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
    color: #6f8190;
    margin-bottom: 35px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list {
    -webkit-padding-start: 0;
    list-style-position: inside
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list li {
    line-height: 1;
    margin-bottom: 15px
}

.profile-teacher .profile-teacher-wrapper .slider-logo .slider-logo-wrapper {
    padding: 0
}

.teacher-skill {
    background-image: url("images/teacher-skill.html");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 70px;
    color: #fff
}

.teacher-skill .container {
    height: 100%
}

.teacher-skill .teacher-skill-content {
    height: 100%;
    padding-right: 0;
    padding-left: 0
}

.teacher-skill .teacher-skill-wrapper {
    width: 100%;
    text-align: center
}

.teacher-skill .teacher-skill-wrapper .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 69px
}

.teacher-skill .teacher-skill-wrapper .row .skill-level {
    margin-bottom: 45px;
    text-align: left
}

.teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
    margin-bottom: 0
}

.teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2) {
    margin-bottom: 0
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .skill-name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .progress {
    margin-bottom: 0;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 7px;
    overflow: inherit;
    width: 87.719298%
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .progress .progress-bar {
    background-color: #F05924;
    position: relative;
    transition: width 2s ease;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .progress .progress-bar:after {
    position: absolute;
    content: "" attr(aria-valuenow) "%";
    width: 30px;
    height: 20px;
    background-color: #03ACF1;
    right: -15px;
    top: -28px
}

.teacher-course .teacher-course-wrapper {
    padding-left: 0;
    padding-right: 0
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive .col-1 {
    text-align: center;
    font-weight: 700
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive .col-2 {
    padding-left: 30px;
    text-align: left
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive td {
    font-size: 16px;
    border: 0px solid transparent
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover {
    background-color: #e9f1f7
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover span, .teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover a {
    font-weight: 700;
    color: #49575f
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-1 {
    min-width: 70px;
    width: 70px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-2 {
    min-width: 555px;
    width: 555px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-3 {
    min-width: 230px;
    width: 230px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-4 {
    min-width: 315px;
    width: 315px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive th:first-child {
    border-left-color: transparent
}

.gallery-page .gallery-nav {
    text-align: center
}

.gallery-page .grid:after {
    content: '';
    display: block;
    clear: both
}

.gallery-page .grid-item {
    overflow: hidden;
    float: left;
    margin: 15px;
    transition: box-shadow .5s ease
}

.gallery-page .grid-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.gallery-page .grid-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table
}

.gallery-page .grid-item .link .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: #F05924;
    opacity: 0;
    transition: all 0.5s ease
}

.gallery-page .grid-item .link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: block
}

.gallery-page .grid-item .link .content .content-edu {
    transition: all 0.5s ease;
    color: #e9f0f4;
    display: block
}

.gallery-page .grid-item .link .content .content-edu .icons {
    margin-right: 10px
}

.gallery-page .grid-item .link .wrapper {
    position: relative
}

.gallery-page .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.gallery-page .grid-item:hover .content {
    opacity: 1;
    background-color: rgba(10, 15, 28, 0.7)
}

.gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
    width: 350px;
    height: 260px
}

.gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
    height: 550px
}

.gallery-page.gallery-4column .grid-item {
    width: 255px;
    height: 190px
}

.gallery-page .load-more {
    margin: 50px 0 0 0;
    text-align: center
}

.gallery-page .load-more .btn {
    width: 200px
}

.accordion {
    margin-bottom: 0
}

.accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none
}

.accordion .panel + .panel {
    margin-top: 1px
}

.accordion .panel.active {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.accordion .panel.active .panel-heading {
    background-color: #ffffff
}

.accordion .panel.active .panel-heading .panel-title a {
    font-weight: bold;
    color: #49575f
}

.accordion .panel.active .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f068";
    position: absolute;
    top: 0;
    right: 30px
}

.accordion .panel-heading {
    background-color: #fafafa;
    border-radius: 0;
    padding: 0
}

.accordion .panel-heading .panel-title a {
    font-size: 16px;
    color: #6f8190;
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    position: relative
}

.accordion .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f067";
    position: absolute;
    top: 0;
    right: 30px
}

.accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 15px 30px 30px
}

.contact-main2 {
    padding-top: 0
}

.contact-main2 .bg-w-form {
    padding-top: 0
}

.event-count-down {
    padding-bottom: 0
}

.events-grid .pagination {
    margin-top: 0
}

.count-down-wrapper {
    background: url('images/banner-countdown.html') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative
}

.count-down-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.count-down-wrapper .count-down-content {
    position: relative;
    padding: 50px 0;
    text-align: center
}

.count-down-wrapper .clock-count-down {
    width: 450px;
    margin: 0 auto 50px
}

.event-count-down .group-title-index {
    color: #ffffff;
    margin-bottom: 50px
}

.block-time .text-time {
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #49575f
}

.block-time .number-time {
    background-color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #F05924
}

.event-detail-title {
    font-size: 36px;
    font-weight: 900;
    color: #49575f;
    margin-top: 0;
    margin-bottom: 40px
}

.event-detail-section {
    padding-bottom: 0
}

.event-detail-thumb {
    margin-bottom: 45px
}

.event-detail-des-content {
    margin-bottom: 50px
}

.courses-detail-wrapper {
    margin-bottom: 60px
}

.event-detail-related .underline {
    margin-bottom: 90px
}

.info-event-detail .item {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    color: #6f8190
}

.info-event-detail .item:last-child {
    margin-bottom: 0
}

.info-event-detail .label-time {
    text-transform: uppercase;
    color: #49575f;
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.info-event-detail .note-time-block {
    margin-bottom: 10px
}

.info-event-detail .note-time, .info-event-detail .address-info a {
    color: #6f8190
}

.info-event-detail .note-time span, .info-event-detail .address-info a span {
    margin-left: 10px;
    color: #F05924;
    font-size: 12px
}

.info-event-detail .note-time span:hover, .info-event-detail .address-info a span:hover {
    color: #49575f
}

.list-categories .top-content {
    margin-bottom: 90px
}


html * {
    outline: 0 !important
}

html, body {
    min-height: 100%;
    overflow-x: hidden
}

body {
    /*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
    font-family: 'Orienta', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff
}

p, a, label, span {
    font-size: 14px
}

a:hover, a:active, a:focus {
    text-decoration: none
}

a {
    transition: all 0.2s ease
}

h1, h2, h3, h4 {
    font-weight: bold
}

h5 {
    font-weight: normal
}

.customs-row {
    display: block;
    width: 100%;
    clear: both
}

.theme-setting {
    position: fixed;
    left: -220px;
    top: 30%;
    background-color: #ffffff;
    border: 0;
    width: 220px;
    z-index: 9999;
    transition: .3s left cubic-bezier(.03, .88, .34, .97);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2)
}

.theme-setting .theme-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99999;
    display: none
}

.theme-setting .theme-loading .theme-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

.theme-setting .btn-theme-setting {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    font-size: 16px;
    color: #ababae;
    z-index: 9999;
    right: -40px;
    top: 0;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2)
}

.theme-setting .content-theme-setting {
    width: 220px;
    line-height: 40px;
    text-align: center;
    display: inline-block
}

.theme-setting .content-theme-setting .title {
    padding: 20px 0;
    color: #03ACF1;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.theme-setting .content-theme-setting ul {
    margin: 0;
    padding-bottom: 15px
}

.theme-setting .content-theme-setting ul li {
    width: 24px;
    height: 24px;
    border: 0px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 7px;
    cursor: pointer
}

.theme-setting .content-theme-setting ul li[data-color="color-1"] {
    background-color: #86bc42
}

.theme-setting .content-theme-setting ul li[data-color="color-2"] {
    background-color: #7d3f98
}

.theme-setting .content-theme-setting ul li[data-color="color-3"] {
    background-color: #0f723a
}

.theme-setting .content-theme-setting ul li[data-color="color-4"] {
    background-color: #F05924
}

.theme-setting .content-theme-setting ul li[data-color="color-5"] {
    background-color: #E91E63
}

.theme-setting .content-theme-setting ul li[data-color="color-6"] {
    background-color: #2bde73
}

.theme-setting .content-theme-setting ul li[data-color="color-7"] {
    background-color: #f7d417
}

.theme-setting .content-theme-setting ul li[data-color="color-8"] {
    background-color: #50bcb6
}

.theme-setting .content-theme-setting ul li[data-color="color-9"] {
    background-color: #ef5734
}

.theme-setting .content-theme-setting ul li[data-color="color-10"] {
    background-color: #8d6cab
}

.loading * {
    display: none
}

.dots-loader:not(:required) {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-animation: dots-loader 5s infinite ease-in-out;
    animation: dots-loader 5s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s all
}

@-webkit-keyframes dots-loader {
    0% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    8.33% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    16.67% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    25% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    33.33% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px
    }
    41.67% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    50% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    58.33% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    66.67% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    75% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    83.33% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px
    }
    91.67% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    100% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
}

@keyframes dots-loader {
    0% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    8.33% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    16.67% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    25% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    33.33% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px
    }
    41.67% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    50% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    58.33% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    66.67% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    75% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    83.33% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px
    }
    91.67% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    100% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
}

.loaded .dots-loader {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.body-2 {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease
}

.body-2.loaded {
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0
}

.edugate-content {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.edugate-content .title {
    font-weight: 700;
    margin: 0;
    color: #49575f;
    display: inline-block
}

.edugate-content .title:hover {
    color: #F05924
}

.edugate-content .star-rating {
    margin-bottom: 20px
}

.edugate-content .description {
    color: #000;
    display: inline-block;
    width: 100%;
    line-height: 24px
}

.edugate-layout-1 {
    position: relative;
    width: 100%;
    display: table;
    background-color: #fafafa;
    margin-top: 90px;
    transition: all 0.3s linear
}

.edugate-layout-1 .edugate-image {
    width: 48%;
    height: 400px;
    position: relative;
    top: -30px;
    padding-left: 30px;
    display: table-cell
}

.edugate-layout-1 .edugate-image img {
    height: 100%;
    width: 100%
}

.edugate-layout-1 .edugate-content {
    width: 55%;
    padding: 50px 30px 30px 30px
}

.edugate-layout-1 .edugate-content .title, .best-staff-wrapper .staff-item-block .title {
    font-size: 30px;
    margin: 0 0 6px 0;
    max-height: 84px;
    overflow: hidden;
    text-transform: capitalize
}

.edugate-layout-1 .edugate-content .title:hover, , .best-staff-wrapper .staff-item-block .title:hover {
    color: #F05924
}

.edugate-layout-1 .edugate-content .info {
    margin-bottom: 5px
}

.edugate-layout-1 .edugate-content .info-more {
    margin-bottom: 25px
}

.edugate-layout-1 .edugate-content .btn {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.edugate-layout-1 .edugate-content .nbtn {
    position: relative;
    right: 0;
    bottom: 0;
    
}

.nbtn{
  background: #EF1B1A;
  border-radius: 4px;

}
.nbtn:hover{
  color:#03ACF1 !important;
}

.edugate-layout-1 .edugate-content .description {
    height: 96px;
    overflow: hidden
}

.edugate-layout-1:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.edugate-layout-1:hover .edugate-content .title {
    color: #03ACF1
}

.edugate-layout-1:hover .edugate-content .title:hover {
    color: #F05924
}

.col-md-9 .edugate-layout-1 .edugate-image {
    width: 48%;
    height: 300px
}

.col-md-9 .edugate-layout-1 .edugate-content {
    padding: 20px 30px 30px 30px
}

.col-md-9 .edugate-layout-1 .edugate-content .title {
    font-size: 20px;
    margin: 0 0 6px 0;
    max-height: 56px;
    overflow: hidden
}

.col-md-9 .edugate-layout-1 .edugate-content .title:hover {
    color: #F05924
}

.col-md-9 .edugate-layout-1 .edugate-content .info {
    margin-bottom: 5px
}

.col-md-9 .edugate-layout-1 .edugate-content .info-more {
    margin-bottom: 25px
}

.col-md-9 .edugate-layout-1 .edugate-content .description {
    height: 72px;
    overflow: hidden
}

.edugate-layout-2 {
    position: relative;
    width: 100%;
    transition: all 0.3s linear
}

.edugate-layout-2 .edugate-layout-2-wrapper {
    padding: 30px 0 30px 30px;
    display: table;
    width: 100%
}

.edugate-layout-2 .edugate-content {
    padding-right: 30px;
    position: relative
}

.edugate-layout-2 .edugate-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.edugate-layout-2 .edugate-content .title:hover {
    color: #F05924
}

.edugate-layout-2 .edugate-content .info {
    margin-bottom: 5px
}

.edugate-layout-2 .edugate-content .info-more {
    margin-bottom: 8px
}

.edugate-layout-2 .edugate-content .description {
    height: 96px;
    overflow: hidden
}

.edugate-layout-2 .edugate-content .btn {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: -50px
}

.edugate-layout-2 .edugate-image {
    width: 250px;
    height: 300px;
    display: table-cell;
    position: relative;
    z-index: 1
}

.edugate-layout-2 .edugate-image img {
    width: 100%;
    height: 100%
}

.edugate-layout-2:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    border-left: 5px solid #eaedf5;
    transition: all 0.3s linear
}

.edugate-layout-2:after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 5px;
    top: 0;
    left: 0;
    height: 0;
    background-color: #03ACF1;
    transition: all 0.5s ease
}

.edugate-layout-2:hover:before {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.edugate-layout-2:hover:after {
    height: 100%
}

.edugate-layout-2:hover .edugate-content .title {
    color: #03ACF1
}

.edugate-layout-2:hover .edugate-content .title:hover {
    color: #F05924
}

.edugate-layout-3 {
    width: 100%;
    min-height: 480px;
    background-color: #fafafa;
    margin-top: 0;
    margin-bottom: 90px;
    border-bottom: 5px solid #eaedf5;
    position: relative;
    transition: all 0.3s linear
}

.edugate-layout-3 .edugate-layout-3-wrapper {
    position: relative;
    padding: 0 30px 20px 30px;
    top: -30px
}

.edugate-layout-3 .edugate-content {
    padding-top: 25px
}

.edugate-layout-3 .edugate-content .title {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    max-height: 56px;
    overflow: hidden
}

.edugate-layout-3 .edugate-content .title:hover {
    color: #F05924
}

.edugate-layout-3 .edugate-content .info {
    margin-bottom: 5px
}

.edugate-layout-3 .edugate-content .info-more {
    margin-bottom: 25px
}

.edugate-layout-3 .edugate-content .description {
    line-height: 24px;
    margin-bottom: 18px;
    max-height: 72px;
    overflow: hidden
}

.edugate-layout-3 .edugate-content .total-courses i, .edugate-layout-3 .edugate-content .total-courses a {
    display: inline-block;
    color: #49575f;
    text-transform: capitalize
}

.edugate-layout-3 .edugate-content .total-courses i {
    margin-right: 10px
}

.edugate-layout-3 .edugate-content .total-courses a:hover {
    color: #F05924
}

.edugate-layout-3 .edugate-content .btn {
    margin: 0 auto;
    margin-top: 40px;
    display: block
}

.edugate-layout-3:after {
    position: absolute;
    z-index: 2;
    content: '';
    height: 5px;
    bottom: -5px;
    left: 0;
    width: 0;
    background-color: #03ACF1;
    transition: all 0.5s ease
}

.edugate-layout-3:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.edugate-layout-3:hover .edugate-content .title {
    color: #03ACF1
}

.edugate-layout-3:hover .edugate-content .title:hover {
    color: #F05924
}

.edugate-layout-3:hover:after {
    width: 100%
}

.edugate-layout-3.news-gird {
    margin-top: 0;
    margin-bottom: 90px
}

.edugate-layout-3.news-gird .edugate-content .title {
    text-transform: capitalize;
    margin-bottom: 5px
}

.edugate-layout-3.news-gird .edugate-content .btn {
    margin-top: 0
}

.news-masonry .edugate-layout-3 .edugate-content .description {
    max-height: 100%;
    overflow: initial
}

.edugate-video {
    width: 100%
}

.edugate-audio {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.92)
}

.edugate-audio-player {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.92)
}

.edugate-video-player {
    width: 100%;
    height: 217px;
    position: relative
}

.mejs-container {
    width: 100% !important;
    background: transparent
}

.mejs-container .mejs-controls {
    background: transparent
}

.mejs-container .mejs-controls .mejs-time-rail span, .mejs-container .mejs-controls .mejs-time-rail a {
    border-radius: 0
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #000000
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #444444
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffffff
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 40px
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 15px
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
    background: #ffffff
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
    background: #444444
}

.layout-left {
    float: left
}

.layout-right {
    float: right
}

@media screen and (max-width: 1024px) {
    .navigation {
        padding-right: 0
    }

    .edugate-layout-1 .edugate-image {
        height: 335px
    }

    .edugate-layout-1 .edugate-content {
        padding-top: 30px
    }

    .col-md-9 .edugate-layout-1 .edugate-image {
        height: auto;
        top: 30px
    }

    .col-md-9 .edugate-layout-1 .edugate-image img {
        height: auto
    }

    .col-md-9 .edugate-layout-1 .edugate-content {
        padding: 30px
    }

    .col-md-9 .edugate-layout-1 .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .news-page .news-page-wrapper .edugate-layout-1 {
        margin-bottom: 70px
    }

    .best-staff .container {
        max-width: 860px
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 0
    }

    .courses .style-grid .col-style {
        width: 100%
    }

    .btn-list-grid {
        display: none
    }

    .news-page .news-page-wrapper {
        margin-top: 0
    }

    .widget .media .media-right a p {
        font-size: 13px
    }

    .edu-ab .edu-ab-content ul li {
        width: 25%
    }

    .staff-list .container {
        max-width: 860px
    }

    .register-table {
        padding: 30px 50px
    }

    .register-table .register-title {
        margin-top: 0
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 283px;
        height: 210px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 450px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 283px;
        height: 210px
    }

    .edugate-layout-3 {
        min-height: 470px
    }

    .edugate-layout-3 .edugate-content .description {
        max-height: 100px
    }
}

@media screen and (max-width: 991px) {
    .col-2 {
        display: inline-block;
        margin-bottom: 20px
    }

    .method-item {
        margin-bottom: 15px
    }
}

@media (min-width: 768px) {
    .dropdown:hover .edugate-dropdown-menu-1 {
        display: block
    }

    .dropdown:hover .edugate-dropdown-menu-1 li:hover > .edugate-dropdown-menu-2 {
        display: block
    }
}

@media screen and (max-width: 768px) {
    header .header-main .logo {
        line-height: 60px
    }

    header .header-main .logo .header-logo img {
        max-width: 150px
    }

    header .header-main .navigation .nav-links li .main-menu {
        line-height: 60px;
        margin: 0 10px;
        font-size: 12px
    }

    header .header-main .edugate-dropdown-menu-1 {
        top: 65px
    }

    header .header-topbar .group-sign-in {
        margin-left: 50px
    }

    .slider-banner-02 {
        background-position: -210px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 70px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 70px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .accordion-faq .row .col-md-6 {
        margin-bottom: 70px
    }

    .accordion-faq .row .col-md-6:last-child {
        margin-bottom: 0
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom i {
        font-size: 30px
    }

    .why-choose-us .why-choose-us-wrapper-bottom a, .why-choose-us .why-choose-us-wrapper-bottom p, .why-choose-us .why-choose-us-wrapper-bottom span {
        padding-left: 10px
    }

    .slider-talk-about-us {
        padding-bottom: 50px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 80%;
        padding: 30px 20px
    }

    .slider-talk-about-us .group-btn-slider {
        position: relative;
        top: 0
    }

    .edugate-layout-1 .edugate-image {
        height: auto;
        top: 30px
    }

    .edugate-layout-1 .edugate-image img {
        height: auto
    }

    .edugate-layout-1 .edugate-content {
        padding: 30px
    }

    .edugate-layout-1 .edugate-content .title {
        font-size: 24px;
        max-height: 68px
    }

    .edugate-layout-1 .edugate-content .description {
        height: 72px
    }

    .edugate-layout-1 .edugate-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .edugate-layout-3 {
        min-height: 480px
    }

    .group-btn-slider .btn-prev, .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px
    }

    .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px
    }

    .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px
    }

    .best-staff {
        padding-bottom: 150px
    }

    .best-staff .group-btn-slider {
        position: relative;
        top: 80px
    }

    .best-staff .group-btn-slider .btn-prev, .best-staff .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px
    }

    .best-staff .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px
    }

    .best-staff .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px
    }

    .pricing {
        position: relative;
        padding-bottom: 100px
    }

    .pricing .group-title-index {
        margin-bottom: 30px
    }

    .pricing .pricing-wrapper .col-sm-4 {
        width: 100%
    }

    .pricing .pricing-wrapper .pricing-widget {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .pricing .group-btn-slider {
        display: block;
        position: relative;
        top: 40px
    }

    .courses .style-grid .col-style {
        margin-bottom: 70px
    }

    .courses .top-content {
        margin-bottom: 50px
    }

    .courses .top-content .result-output {
        margin-bottom: 30px
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 260px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 550px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 260px
    }

    .homepage-03 .info-text2 {
        display: none
    }

    .homepage-03 .info-text1 {
        float: left
    }

    .homepage-03 .info-text3 {
        float: right
    }

    header .header-main.homepage-03 .logo {
        display: block;
        float: left;
        line-height: 50px;
        width: 125px
    }

    header .header-main.homepage-03 .navigation {
        float: right
    }

    .choose-course-3 .item-course {
        width: 50%
    }

    .choose-course-3 .item-course:nth-last-child(-n+3) {
        border-bottom: none
    }

    .choose-course-3 .item-course:nth-child(3n-2) {
        border-left: none
    }

    .choose-course-3 .item-course:nth-last-child(-n+2) {
        border-bottom: 1px solid #e1e1e1
    }

    .choose-course-3 .item-course-wrapper .icon-course {
        width: 90px
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 20%;
        display: inline-block
    }

    .search-input .form-submit span i {
        display: none
    }

    .slider-banner {
        min-height: auto;
    }

    .slider-banner .slider-item {
        min-height: 200px !important;
    }

    .slider-banner .slider-item .slider-2 {
        background-position: -210px
    }

    .slider-banner .slider-item .slider-3 {
        background-position: -130px
    }

    .news-page .news-masonry .gird-item {
        width: 50%
    }

    .news-page .news-masonry .gird-item .owl-nav .owl-next {
        right: 0
    }

    .customs-row {
        display: inline
    }

    .course-video {
        margin-bottom: 30px
    }

    .table-body {
        height: 500px
    }

    blockquote {
        margin: 25px 10% 20px 10%
    }

    ul.tag-widget {
        margin: 20px 0 0 0
    }

    .footer-top .footer-top-wrapper {
        padding: 30px 0px
    }

    .footer-top .footer-top-wrapper .footer-top-left {
        display: table-row
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        line-height: 1;
        margin-bottom: 5px
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-text {
        margin-bottom: 20px
    }

    .footer-top .footer-top-wrapper .footer-top-right {
        display: table-row;
        text-align: left
    }

    .footer-main .footer-main-wrapper {
        padding: 70px 0 10px 0
    }

    .footer-main .title-widget {
        padding-bottom: 25px
    }

    .nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        font-size: 25px
    }

    .page-404 {
        background-position: -200px
    }

    .intro-edu {
        padding-bottom: 100px
    }

    .intro-edu .intro-edu-wrapper .col-md-5 {
        text-align: center
    }

    .edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 50%
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 50%
    }

    .edu-feature .col-md-6:first-child {
        margin-bottom: 50px
    }

    .edu-feature img {
        margin: 0 auto;
        display: block
    }

    .sidebar {
        margin-top: 70px
    }

    .edugate-dropdown-menu-1 > li > a, .edugate-dropdown-menu-1 > li span, .edugate-dropdown-menu-1 > li p {
        line-height: 40px !important
    }

    .carousel-indicators {
        display: none
    }

    .slider-talk-about-us.style-2 .group-btn-slider {
        display: block
    }

    .slider-talk-about-us.style-2 .group-btn-slider .btn-next, .slider-talk-about-us.style-2 .group-btn-slider .btn-prev {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.5);
        color: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        background-image: none
    }

    .teacher-skill {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .teacher-skill .teacher-skill-wrapper .title {
        margin-bottom: 29px
    }

    .teacher-skill .teacher-skill-wrapper .row .skill-level {
        margin-bottom: 20px;
        padding: 0 30px
    }

    .teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2), .teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
        margin-bottom: 20px
    }

    .teacher-course .teacher-course-wrapper .table-body {
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    header .header-main .logo {
        line-height: 60px
    }

    header .header-main .logo .header-logo img {
        width: 150px
    }

    header .header-main .navigation {
        width: 50%;
        min-width: 290px;
        text-align: right;
        position: absolute;
        right: 0;
        background-color: #fff;
        top: 65px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3)
    }

    header .header-main .navigation .nav-links li .main-menu {
        line-height: 50px;
        padding: 0;
        margin: 0 20px;
        font-size: 14px;
        text-align: left
    }

    header .header-main .navigation .nav-links li.active .main-menu {
        border-bottom: none
    }

    header .header-main .navigation .nav-links li:hover .main-menu {
        background-color: transparent
    }

    header .header-main .navigation .nav-links li:hover .main-menu:after {
        height: 0
    }

    header .header-main .navigation .icons-dropdown {
        float: right;
        line-height: 50px;
        width: 35px;
        text-align: center
    }

    header .header-main .navbar-heade {
        display: inline-block;
        width: 100%
    }

    header .header-main .edugate-dropdown-menu-1 {
        padding: 0;
        text-align: right;
        margin: 0 20px 0 20px;
        border-bottom: 2px solid #F05924 !important
    }

    header .header-main .edugate-dropdown-menu-1 > li > .link-page {
        line-height: 40px !important;
        margin: 0;
        padding-right: 30px;
        text-align: left
    }

    header .header-main .edugate-dropdown-menu-1 > li:hover {
        background-color: #fff
    }

    header .header-main .edugate-dropdown-menu-1 li:last-child > a {
        border-bottom: 1px solid #F05924
    }

    header .header-main .edugate-dropdown-menu-2 {
        background-color: #fff;
        border-bottom: none
    }

    header .header-main .edugate-dropdown-menu-2 > li > .link-page {
        line-height: 40px;
        margin: 0;
        text-align: left;
        padding-right: 30px
    }

    header .header-main .edugate-dropdown-menu-2 li:last-child > a {
        border-bottom: 1px solid #F05924
    }

    header .header-main.header-fixed .logo {
        line-height: 40px
    }

    header .header-main.header-fixed .logo .header-logo img {
        width: 125px
    }

    header .header-main.header-fixed .edugate-navbar {
        margin: 6px 0 0 0
    }

    header .header-main.header-fixed .navigation {
        top: 45px
    }

    header .header-main.homepage-03 .logo {
        width: 150px;
        line-height: 60px
    }

    header .header-main.homepage-03 .navigation .nav-links {
        width: 100%;
        text-align: right;
        margin-bottom: 0;
        float: none !important
    }

    header .header-main.homepage-03.header-fixed .logo {
        line-height: 45px
    }

    header .header-main.homepage-03.header-fixed .logo .header-logo img {
        width: 125px
    }

    header .header-main.homepage-03.header-fixed .edugate-navbar {
        margin: 6px 0 0 0
    }

    header .header-main.homepage-03.header-fixed .navigation {
        top: 45px
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li .main-menu {
        line-height: 50px;
        padding: 0 13px 0 10px;
        margin: 0
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li.active .main-menu {
        border-bottom: none
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li:hover .main-menu {
        background-color: transparent
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li:hover .main-menu:after {
        height: 0
    }

    header .header-topbar .socials {
        display: none
    }

    header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
        background-color: #fff
    }

    .navigation {
        padding-right: 15px
    }

    .button-search {
        opacity: 0
    }

    .nav-search {
        display: block !important;
        box-shadow: none;
        padding: 0;
        width: 100%;
        position: relative;
        top: -50px;
        right: 0;
        bottom: 0
    }

    .nav-search:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #cccccc;
        left: 0;
        right: 0;
        top: 0
    }

    .nav-search form {
        border: none
    }

    .nav-search form input[type='text'] {
        width: 80%;
        padding: 0 5px 0 15px
    }

    .nav-search form .searchbutton {
        width: 20%;
        padding-right: 0;
        text-align: center
    }

    .edugate-navbar {
        background-color: #F05924;
        cursor: pointer;
        margin-top: 16px
    }

    .edugate-navbar .icon-bar {
        background-color: #fff
    }

    .slider-banner .slider-item {
        height: 200px !important;
    }

    .slider-banner .slider-item .slider-caption {
        text-align: center
    }

    .slider-banner-02 {
        background-position: center
    }

    .slider-banner-03 .container {
        min-height: 568px
    }

    .event-detail-content .row {
        margin: 0
    }

    .event-detail-related .underline {
        margin-bottom: 60px
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 225px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 480px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 225px
    }

    .count-down-wrapper .clock-count-down {
        margin-bottom: 20px
    }

    .count-down-wrapper .clock-count-down .col-sm-3 {
        margin-bottom: 30px
    }

    .progress-bars {
        position: relative;
        padding-bottom: 160px
    }

    .progress-bars .container {
        width: 100%
    }

    .progress-bars .group-button {
        margin: 0
    }

    .progress-bars .progress-bar-wrapper .group-btn-slider {
        display: block;
        position: relative;
        top: 80px
    }

    .edugate-layout-1 {
        margin-top: 0;
        margin-bottom: 70px
    }

    .edugate-layout-2:before {
        width: 80%
    }

    .why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding-right: 35%
    }

    .why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
        width: 30%;
        left: 65%
    }

    .why-choose-us .why-choose-us-wrapper-bottom .customs-row {
        display: block
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 90%
    }

    .top-courses .top-courses-slider {
        margin-bottom: 0
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 30px
    }

    .search-input {
        background-repeat: repeat
    }

    .search-input .form-select, .search-input .form-submit {
        width: 22%
    }

    .search-input .form-input {
        width: 56% !important;
        margin-right: 0
    }

    .search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        float: none
    }

    .search-input .search-input-wrapper {
        padding: 45px 0;
        text-align: center
    }

    .page-404 {
        min-height: 568px;
        height: auto;
        display: table
    }

    .page-404 .container {
        display: table-cell;
        vertical-align: middle
    }

    .page-404 .wrapper-404 .title-404 .warning {
        line-height: 1.1
    }

    .edugate-layout-3 {
        min-height: auto;
        margin-bottom: 70px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper {
        top: 0;
        padding: 30px;
        display: table
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        display: table-cell;
        vertical-align: top;
        width: 48%
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image .news-gird-slider, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video .news-gird-slider, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio .news-gird-slider {
        width: 295px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        min-width: 290px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-content {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 30px
    }

    .edugate-layout-3 .edugate-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .edugate-layout-3.news-gird {
        margin-bottom: 70px
    }

    .news-page .news-masonry .gird-item {
        width: 100%
    }

    .list-categories .result-output {
        margin-bottom: 0
    }

    .list-categories .top-content {
        margin-bottom: 70px
    }

    .edu-ab .edu-ab-content ul li .circle-icon {
        height: 90px;
        width: 90px
    }

    .edu-ab .edu-ab-content ul li .circle-icon i {
        line-height: 90px
    }

    .register-table .register-title {
        font-size: 20px
    }

    .footer-main .footer-main-wrapper {
        padding: 50px 0 0px 0
    }

    .footer-main .hyperlink {
        line-height: 45px;
        min-height: 45px
    }

    .courses-detail {
        padding-bottom: 70px
    }

    .sidebar .widget:nth-last-child(-n + 3) {
        margin-bottom: 0
    }

    .layout-left {
        float: none
    }

    .layout-right {
        float: none
    }

    .dropdown-focus {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .courses .group-title-index {
        margin-bottom: 60px
    }

    .edugate-video-player {
        width: 310px
    }

    .edugate-audio-player {
        width: 310px
    }
}

@media screen and (max-width: 600px) {
    header .header-topbar .group-sign-in {
        margin-left: 0
    }

    .nav-search form input[type='text'] {
        width: 79%
    }

    .nav-search form .searchbutton {
        width: 20%;
        padding-right: 0
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        min-width: 150px
    }

    .search-input .form-input {
        width: 40% !important
    }

    .slider-item .slider-caption .text-info-1 {
        font-size: 46px;
        margin-bottom: 5px
    }

    .slider-item .slider-caption .text-info-2 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .slider-item .slider-caption .btn p {
        font-size: 18px;
        line-height: 40px
    }

    .slider-banner-02 .slider-banner-wrapper .sub-title, .slider-banner-03 .slider-banner-wrapper .sub-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .slider-banner-02 .slider-banner-wrapper .main-title, .slider-banner-03 .slider-banner-wrapper .main-title {
        font-size: 60px;
        margin-bottom: 40px
    }

    .section-padding {
        padding: 60px 0
    }

    .bg-w-form {
        padding-top: 50px
    }

    .picture-gallery .gallery-content .grid-item {
        width: 50%
    }

    .event-count-down {
        padding-bottom: 0
    }

    .contact-main2 {
        padding-top: 0
    }

    .gallery-page .grid-item {
        margin: 0 7.5px 15px 7.5px;
        width: 46.5% !important
    }

    .accordion .panel-heading .panel-title a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        padding-right: 70px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-mansonry .grid-item-height2 {
        height: 465px
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 45%
    }

    .choose-course .name-course {
        margin-top: 15px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 40px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 40px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .choose-course-3 .item-course-wrapper .icon-course {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .choose-course-3 .item-course-wrapper .icon-course:after {
        display: none
    }

    .choose-course-3 .item-course-wrapper .info-course {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        padding-top: 15px
    }

    .choose-course-3 .item-course {
        height: 300px
    }

    .pricing {
        padding-bottom: 90px
    }

    .pricing .pricing-wrapper .pricing-widget {
        padding-top: 0
    }

    .best-staff {
        padding-bottom: 120px
    }

    .progress-bars {
        padding-bottom: 120px
    }

    .picture-gallery {
        padding-bottom: 0
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        font-size: 24px;
        line-height: 30px
    }

    .edugate-tabs {
        margin-bottom: 20px
    }

    .edugate-tabs li {
        height: 60px
    }

    .courses .top-content {
        margin-bottom: 20px
    }

    .slider-talk-about-us .slider-talk-about-us-wrapper {
        padding: 60px 0
    }

    .slider-talk-about-us .group-btn-slider {
        top: 20px
    }

    .edugate-layout-3 .edugate-content .btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        margin-right: 0
    }

    .underline {
        margin-bottom: 35px
    }

    .course-title {
        font-size: 28px
    }

    .news-list {
        margin-bottom: 30px
    }

    .news-list .list-expand-title {
        margin-bottom: 20px
    }

    .news-content {
        margin-bottom: 60px
    }

    .news-author {
        margin-bottom: 60px
    }

    .news-comment {
        margin-bottom: 60px
    }

    .intro-edu {
        padding: 60px 0
    }

    .rlp-table {
        padding: 30px 30px
    }

    .sidebar {
        margin-top: 50px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item {
        width: 220px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 210px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 25px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
        margin-bottom: 20px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        min-width: 210px
    }
}

@media screen and (max-width: 480px) {
    .choose-course .icon-circle {
        width: 140px;
        height: 140px
    }

    .choose-course .icon-circle .icon-background {
        width: 116px;
        height: 116px;
        margin-left: -58px
    }

    .choose-course .icon-circle .icon-background .icons-img {
        font-size: 58px
    }

    .progress-bars .title-2 {
        font-size: 24px;
        line-height: 34px
    }

    .slider-banner-02 {
        background-position: left
    }

    .why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding-right: 0
    }

    .why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
        display: none
    }

    .why-choose-us .why-choose-us-wrapper-bottom .why-choose-us-wrapper {
        padding: 20px 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom .section-icon {
        width: 100%;
        margin: 15px 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom .section-icon i {
        width: 50px
    }

    .accordion-faq .row .col-md-6 {
        margin-bottom: 40px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 100%
    }

    .staff-item {
        padding: 20px 15px
    }

    .staff-item .staff-item-wrapper {
        padding: 0 15px
    }

    .edugate-layout-2:before {
        width: 100%
    }

    .edugate-layout-2 .edugate-layout-2-wrapper {
        padding: 30px
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-content {
        display: block;
        padding: 0;
        width: 100%;
        margin-bottom: 30px
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-content .title {
        font-size: 24px
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-image {
        width: 100%;
        height: auto;
        display: block
    }

    .edugate-layout-2 .edugate-content .btn {
        position: inherit;
        left: auto;
        margin-left: auto;
        bottom: auto;
        float: right;
        margin-bottom: 30px;
        margin-top: 10px
    }

    .group-title-index {
        margin-bottom: 30px
    }

    .pricing {
        padding-bottom: 80px
    }

    .pricing .group-title-index {
        margin-bottom: 10px
    }

    .edugate-layout-1 .edugate-image {
        display: block;
        width: 100%;
        padding: 30px;
        top: 0
    }

    .edugate-layout-1 .edugate-content {
        width: 100%;
        display: block;
        padding: 0 30px
    }

    .edugate-layout-1 .edugate-content button {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .col-md-9 .edugate-layout-1 .edugate-image {
        width: 100%;
        top: 0
    }

    .col-md-9 .edugate-layout-1 .edugate-content {
        padding: 0 30px
    }

    .news-page .news-page-wrapper .edugate-layout-1 {
        margin-bottom: 40px
    }

    .count-down-wrapper .clock-count-down {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    .slider-banner-02 .slider-banner-wrapper .sub-title, .slider-banner-03 .slider-banner-wrapper .sub-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .slider-banner-02 .slider-banner-wrapper .main-title, .slider-banner-03 .slider-banner-wrapper .main-title {
        font-size: 40px;
        margin-bottom: 30px
    }

    .choose-course-2 .col-md-4.col-xs-6 :nth-child(2n - 1) {
        padding-right: 8px
    }

    .choose-course-2 .col-md-4.col-xs-6 :nth-child(2n) {
        padding-left: 7px
    }

    .choose-course-2 .item-course {
        padding: 55px 0
    }

    .choose-course-2 .item-course .info-course {
        margin-top: 10px;
        padding: 0 10px
    }

    .choose-course-2 .item-course .info-course .name-course {
        font-size: 20px;
        margin-bottom: 5px
    }

    .choose-course-2 .item-course .hover-text .wrapper-hover-content {
        padding: 10px
    }

    .choose-course-3 .item-course {
        height: 270px
    }

    .courses .style-grid .col-style {
        margin-bottom: 40px
    }

    .top-courses .top-courses-item {
        padding: 20px 0
    }

    .courses .group-title-index {
        margin-bottom: 60px
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 47%;
        margin-bottom: 10px;
        margin-left: 6px;
        margin-right: 6px
    }

    .search-input .form-select.style-2, .search-input .form-submit.style-2, .search-input .sbHolder.style-2 {
        margin-right: 0
    }

    .search-input .form-input {
        width: 100% !important;
        margin-right: 0
    }

    .search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        float: none
    }

    .search-input .search-input-wrapper {
        padding: 15px 0
    }

    .wrapper-404 .title-404 .warning {
        font-size: 160px
    }

    .wrapper-404 .title-404 .btn-404 {
        width: 160px;
        height: 40px;
        font-size: 18px
    }

    .wrapper-404 .title-404 .btn-404 p {
        font-size: 18px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-content {
        display: block;
        vertical-align: top;
        padding: 0;
        width: 100%
    }

    .edugate-layout-3 .btn {
        position: absolute;
        bottom: 30px;
        right: 30px
    }

    .underline {
        margin-bottom: 25px
    }

    blockquote {
        padding-left: 40px;
        margin: 20px 20px 10px 20px
    }

    .course-des {
        margin-bottom: 30px
    }

    .news-content {
        margin-bottom: 40px
    }

    .news-author {
        margin-bottom: 40px
    }

    .news-comment {
        margin-bottom: 40px
    }

    .btn-submit {
        line-height: 25px
    }

    .btn-submit p {
        font-size: 12px
    }

    .socials a {
        margin-right: 6px
    }

    .edu-ab .edu-ab-content ul li {
        width: 280px;
        display: block;
        margin: 0 auto;
        padding: 40px 0
    }

    .edu-ab .edu-ab-content ul li:first-child {
        padding-top: 20px
    }

    .edu-ab .edu-ab-content ul li:last-child {
        padding-bottom: 0
    }

    .edu-ab .edu-ab-content ul li .circle-icon {
        width: 100px;
        height: 100px;
        display: table-cell
    }

    .edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 2px;
        height: 50px;
        top: auto;
        margin-top: auto;
        left: 50%;
        margin-left: -1px;
        bottom: -53px
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 2px;
        height: 50px;
        margin-top: auto;
        left: 50%;
        margin-left: -1px;
        top: -53px
    }

    .edu-ab .edu-ab-content ul li .circle-icon i {
        line-height: 100px
    }

    .edu-ab .edu-ab-content ul li span {
        width: 180px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
        text-align: left
    }

    .nav-subscribe-wrapper {
        height: auto;
        padding: 25px 0 30px 0
    }

    .nav-subscribe-wrapper .nav-subscribe-left, .nav-subscribe-wrapper .nav-subscribe-right {
        display: table-row;
        text-align: left
    }

    .nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        padding: 0;
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 24px
    }

    .group-title-index .center-title {
        font-size: 24px
    }

    .rlp-table .rlp-title {
        font-size: 20px
    }

    .news-comment ul.comment-list-children {
        margin-left: 50px
    }

    .news-comment li .media-left {
        padding-left: 0px
    }

    .news-comment li .media-body {
        padding-right: 0px
    }

    .news-comment li .des p {
        font-size: 13px
    }

    .title-news {
        font-size: 30px
    }

    .news-content .news-image-block {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 40px
    }

    .news-author {
        height: auto
    }

    .news-author .des p {
        font-size: 13px
    }

    .footer-main .footer-main-wrapper {
        padding: 50px 0 0 0
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 180px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }

    .edugate-video-player {
        width: 360px;
        height: 270px;
        margin-bottom: 15px
    }

    .edugate-audio-player {
        width: 360px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 420px) {
    header .header-topbar .email, header .header-topbar .hotline {
        display: inherit;
        margin-right: 0;
        line-height: 25px
    }
}

@media screen and (max-width: 414px) {
    .edugate-video-player {
        width: 290px;
        height: 230px
    }

    .edugate-audio-player {
        width: 290px
    }

    .sd380 {
        width: 100%
    }

    .sidebar .widget:nth-last-child(-n + 3) {
        margin-bottom: 30px
    }

    .sidebar .widget:nth-last-child(-n + 2) {
        margin-bottom: 0
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 160px
    }

    .accordion-faq .underline, .contact-main2 .underline {
        font-size: 26px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 380px) {
    .edugate-video-player {
        width: 250px;
        height: 190px
    }

    .edugate-audio-player {
        width: 255px
    }

    header .header-main .navigation {
        width: 100%;
        top: 45px
    }

    header .header-main .logo {
        line-height: 40px
    }

    header .header-main .logo .header-logo img {
        width: 125px
    }

    header .header-main.header-fixed .logo {
        line-height: 40px
    }

    header .header-main.header-fixed .logo .header-logo img {
        width: 125px
    }

    header .header-main .edugate-navbar {
        margin: 6px 0 0 0
    }

    header .header-main.homepage-03 .logo {
        width: 125px !important;
        line-height: 45px
    }

    .choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
        font-size: 14px
    }

    .choose-course .name-course i {
        display: none
    }

    .progress-bars .progress-bar-wrapper .inner {
        font-size: 50px;
        margin-bottom: 40px
    }

    .progress-bars .progress-bar-wrapper .title-2 {
        margin-bottom: 30px
    }

    .event-detail-content .col-md-4 {
        padding: 0
    }

    .event-detail-title {
        font-size: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:last-child {
        margin-bottom: 0
    }

    .group-button button:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }

    .edugate-tabs {
        margin-bottom: 0px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        height: 210px;
        overflow: hidden
    }

    .edugate-content .title {
        line-height: 28px
    }

    .choose-course-2 .col-md-4.col-xs-6 {
        width: 100%;
        padding: 0 15px !important
    }

    header .header-main.homepage-03 .navigation {
        top: 45px
    }

    .choose-course-3 .item-course {
        width: 90%;
        margin: 15px auto 0 15px;
        border: 1px solid #e1e1e1 !important
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }

    .search-input .form-input {
        width: 100% !important;
        margin-right: 0
    }

    .search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        float: none
    }

    .search-input .search-input-wrapper {
        padding: 15px 0
    }

    .gallery-page .grid-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px
    }

    .list-categories .top-content {
        margin: 0
    }

    .courses .group-title-index {
        margin-bottom: 45px
    }

    .top-content .result-output .result-count {
        display: none
    }

    .pagination .btn-squae {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .pagination .pagination__list li .pagination__previous, .pagination .pagination__list li .pagination__next {
        line-height: 27px
    }

    .edugate-layout-3 {
        margin-top: 0;
        margin-bottom: 40px
    }

    .edugate-layout-3.news-gird {
        margin-bottom: 40px
    }

    .news-list .col-xs-6 {
        width: 100%
    }

    .edugate-layout-1 {
        margin-bottom: 40px
    }

    .course-title {
        font-size: 24px
    }

    .course-info {
        margin-bottom: 30px
    }

    .courses-detail {
        padding-bottom: 20px
    }

    .page-title .captions {
        font-size: 34px
    }

    .news-comment li .list-item {
        padding: 20px 15px
    }

    .sd380 {
        width: 100%
    }

    .rlp-table {
        padding: 20px
    }

    .rlp-table img.login {
        width: 180px;
        margin-bottom: 10px
    }

    .rlp-table .rlp-title {
        font-size: 16px
    }

    .col-2 {
        margin-bottom: 0
    }

    .register-table .register-title {
        margin-top: 20px
    }

    .news-comment ul.comment-list-children {
        margin-left: 25px
    }

    .news-comment li .media-left {
        padding-right: 5px
    }

    .news-comment li .media-body {
        padding-left: 5px
    }

    .title-news {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        display: inline-block
    }

    .news-content {
        margin-top: 30px
    }

    .news-content .news-des p {
        margin-bottom: 30px;
        font-size: 14px
    }

    .news-detail .info a, .news-detail .info span {
        font-size: 13px
    }

    .news-author .author a {
        font-size: 16px
    }

    .news-author .position {
        font-size: 13px
    }

    .media .media-right span {
        font-size: 12px !important
    }

    .news-content .news-des p {
        font-size: 16px
    }

    .footer-main .footer-main-wrapper {
        padding: 50px 0 0 0
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 320px) {
    .edugate-video-player {
        width: 215px;
        height: 170px
    }

    .edugate-audio-player {
        width: 215px
    }

    .group-title-index .center-title {
        margin-bottom: 5px
    }

    .choose-course .icon-circle {
        width: 120px;
        height: 120px
    }

    .choose-course .icon-circle .icon-background {
        width: 104px;
        height: 104px;
        margin-left: -52px;
        bottom: 8px
    }

    .choose-course .icon-circle .icon-background .icons-img {
        font-size: 52px
    }

    .choose-course .icon-circle .info .info-back:before {
        border: 8px solid #F05924
    }

    .edugate-layout-2 .edugate-layout-2-wrapper {
        padding: 20px
    }

    .top-courses {
        padding-bottom: 40px
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 15px
    }

    .edugate-layout-1 .edugate-image {
        padding: 20px
    }

    .edugate-layout-1 .edugate-content {
        padding: 0 20px
    }

    .edugate-layout-1 .edugate-content button {
        margin-bottom: 20px
    }

    .col-md-9 .edugate-layout-1 .edugate-content {
        padding: 0 20px
    }

    .picture-gallery .gallery-content .grid-item {
        width: 90%;
        margin: auto 15px 15px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper {
        padding: 20px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image {
        margin-bottom: 20px
    }

    .page-title .captions {
        font-size: 28px
    }

    .course-video .video-btn button.video-btn-right {
        margin-bottom: 10px
    }

    .footer-top-wrapper .footer-top-left .footer-top-focus {
        font-size: 23px
    }

    .rlp-table {
        padding: 20px
    }

    .rlp-table img.login {
        width: 160px;
        margin-bottom: 0px
    }

    .title-news {
        font-size: 24px
    }

    .news-detail .info a, .news-detail .info span {
        font-size: 13px
    }

    .news-content .news-des p {
        font-size: 14px
    }

    blockquote .main-quote {
        font-size: 20px;
        margin-bottom: 5px
    }

    blockquote .sub-quote {
        font-size: 14px
    }

    .footer-main .hyperlink .hyper-left {
        display: none
    }

    p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
        margin-right: 0.5em
    }

    p.stars a.star-1 {
        width: 1.5em
    }

    p.stars a.star-2 {
        width: 2.5em
    }

    p.stars a.star-3 {
        width: 3.5em
    }

    p.stars a.star-4 {
        width: 4.5em
    }

    p.stars a.star-5 {
        width: 5.5em
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 90px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-info .staff-name {
        font-size: 9px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-socials a {
        margin-right: 9px;
        width: 20px;
        height: 20px;
        line-height: 20px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image .news-gird-slider {
        width: 215px
    }
}


.power{
    color: #DDD;
    font-weight: normal;
}

.power:hover{
    color:#FFF;
}

.popOverlay{
    position:fixed;
    z-index:10000;
    background:#000;
    opacity:0.9;
    filter:alpha(opacity=90);
    display:block;
    height:100%;
    width:100%;
    cursor:pointer;
}

.popup{
    position:fixed;
    z-index:99999;
    background:#FFF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:3px;
}

.owl-demo .item{
    margin: 0 auto;
    text-align: center;
}

.owl-demo .item img{
    display: block;
    width: 100%;
    opacity:0.5;
}

.owl-demo .item img:hover{
    opacity:1;
    transition:1s;
}

.slider-logo{
    margin:4em 0em;
}

.logo-slide{
    background: #F00;
    position: relative;
}

.logo-slide figcaption{
    width:200px;
    height:200px;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
}

.slbCloseBtn {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    font-size: 3em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: absolute;
    right: -0.33333em;
    top: 0.2em;
    color: #fff;
    color: rgb(241, 241, 241);
    text-align: center;
    font-weight: bold;
}

.slbImageWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    padding: 10px;
    border: 10px #f1f1f1 solid;
    box-shadow: 0 0.2em 1em rgba(0,0,0,0.6);
    z-index: 99999;
}

.gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%;
    height: 60px;
}

.gallery-widget .gallery-list a img {
    width: 100%;
    height: 100%;
}

.why-choose-us .why-choose-us-wrapper-top {
    position: relative;
    height: 375px;
}

.why-choose-us-wrapper img{
    width:90%;
}

.peopel-avatar{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}


.latest-news .latest-news .btn-latest-new {
    margin: 0 auto;
    margin-top: 50px;
    display: table;
}


.section-icon a{
    background: rgba(31, 20, 20, 0.58);
    padding: 10px;
    border-radius: 1px;
    border: 1px rgba(255, 255, 255, 0.48) solid;
}



.choose-course .icon-circle .icon-background {
    position: absolute;
    /*
    bottom: 12px;
    width: 146px;
    left: 50%;
    margin-left: -73px;
    height: 146px;
    */
    border-radius: 50%;
    background-color: #FFF;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.latest-news-wrapper .btn-latest-new{
    display:table;
}

.no_featured{
}

@media(max-width:768px) and (min-width:270px){

    .section-padding {
        padding: 2em;
    }

}

.icon-home i{
    font-size: 22px;
    color: #F05924;
}

/*------------------------------------------*/
.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper, .msg-wrapper {
    padding: 60px 0;
    padding-right: 0px;
}
.why-choose-us-wrapper-top iframe{
    height: 300px;
    padding-top: 0px;
    margin-top: 35px;
}
.why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
    position: absolute;
    width: 17.2%;
    left: 75%;
    bottom: 0;
}
.edugate-layout-2 .edugate-image {
    width: 250px;
    height: 300px;
    display: table-cell;
    position: relative;
    z-index: 1;
}
.top-courses .group-btn-top-scholarship-slider .btn-prev {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}
.top-courses .group-btn-top-scholarship-slider .btn-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}
.top-courses .top-scholarship-slider{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.top-courses .group-btn-top-scholarship-slider {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 120px;
}
.staff-item .staff-item-wrapper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    transition: all 0.8s ease;
}
.slider-talk-about-us .peopel-item .peopel-comment:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid rgba(234, 234, 234, 0.18);
    left: 50%;
    margin-left: -10px;
    bottom: -18px;
}
.slider-talk-about-us .peopel-item .peopel-comment {
    margin: 0 auto;
    text-align: left;
    width: 72%;
    background: rgba(234, 234, 234, 0.18);
    padding: 35px;
    line-height: 25px;
    margin-bottom: 35px;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}
.section-icon a {
    background: rgba(1, 166, 230, 0.34);
    padding: 10px;
    border-radius: 1px;
    border: 1px rgba(248, 246, 246, 0.4) solid;
}
.section-icon i {
    font-size: 36px;
    color: #fbfdfe;
    display: table-cell;
    vertical-align: top;
}
.section-icon p, .section-icon a, .section-icon span {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    line-height: 24px;
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.owl-controls{
    text-align: center;
    /* margin: 30px; */
}
.top-courses .group-btn-top-scholarship-slider .btn-prev:hover, .top-courses .group-btn-top-scholarship-slider .btn-next:hover {
    background-color: #03ACF1;
}
.msg_section .center-title{
    padding-bottom: 0.8em;
}
.header .header-main .navigation .nav-links li .main-menu {
    line-height: 100px;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 15px;
}
.head-contain{
    margin: 0px 40px auto;
}

.slider-item .slider-2 {
    background-image: none;
}

.scholorship_pic .edugate-layout-2 .edugate-layout-2-wrapper {
    padding: 0px !important;
    display: table;
    width: 100%;
}

.top-courses .group-btn-top-exchange-slider .btn-next , .top-courses .group-btn-top-exchange-slider .btn-prev {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}


.gallery_h .edugate-layout-1 .edugate-content {
    height: 400px;
}

.gallery_h .top-courses .top-courses-item {
    padding: 0px !important;
    text-align: left;
}

.forum-item .edugate-layout-1 .edugate-image {
    width: 48%;
    height: 400px;
    position: relative;
    top: 0px !important;
    padding-left: 0px !important;
    display: table-cell;
}

.forum-item .edugate-layout-1 .edugate-image iframe{
    width:100%;
    height:400px;
}


.owl-demo .item{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.owl-demo .item img{
    display: block;
    width: 100%;
    height: 180px;
    /* object-fit: contain; */
    object-fit: cover;
    opacity:0.8;
}

.owl-demo .item img:hover{
    opacity:1;
    transition:1s;
}

.slider-logo{
    margin:4em 0em;
}

.logo-slide{
    background: #F00;
    position: relative;
}

.logo-slide figcaption{
    width:200px;
    height:200px;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
}

.slbCloseBtn {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    font-size: 3em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: absolute;
    right: -0.33333em;
    top: 0.2em;
    color: #fff;
    color: rgb(241, 241, 241);
    text-align: center;
    font-weight: bold;
}


.slbImageWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    padding: 10px;
    border: 10px #f1f1f1 solid;
    box-shadow: 0 0.2em 1em rgba(0,0,0,0.6);
    z-index: 99999;
}

.gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%;
    height: 60px;
}

.gallery-widget .gallery-list a img {
    width: 100%;
    height: 100%;
}

.why-choose-us .why-choose-us-wrapper-top {
    position: relative;
    height: 375px;
}

.why-choose-us-wrapper img{
    width:90%;
}

.peopel-avatar{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}



.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
    padding: 60px 0;
    padding-right: 0px;
}


.why-choose-us-wrapper-top iframe{
    height: 300px;
    padding-top: 0px;
    margin-top: 35px;
}

.why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
    position: absolute;
    width: 17.2%;
    left: 75%;
    bottom: 0;
}

.edugate-layout-2 .edugate-image {
    width: 250px;
    height: 300px;
    display: table-cell;
    position: relative;
    z-index: 1;
}


.top-courses .group-btn-top-scholarship-slider .btn-prev {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}

.top-courses .group-btn-top-scholarship-slider .btn-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #F05924;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear;
}

.top-courses .top-scholarship-slider{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.top-courses .group-btn-top-scholarship-slider {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 120px;
}

.staff-item .staff-item-wrapper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    transition: all 0.8s ease;
}

.slider-talk-about-us .peopel-item .peopel-comment:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid rgba(234, 234, 234, 0.18);
    left: 50%;
    margin-left: -10px;
    bottom: -18px;
}

.slider-talk-about-us .peopel-item .peopel-comment {
    margin: 0 auto;
    text-align: left;
    width: 72%;
    background: rgba(234, 234, 234, 0.18);
    padding: 35px;
    line-height: 25px;
    margin-bottom: 35px;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}


.section-icon a {
    /*background: rgba(1, 166, 230, 0.34);*/
    background: rgba(240, 89, 36, 0.34);
    padding: 10px;
    border-radius: 1px;
    border: 1px rgba(248, 246, 246, 0.4) solid;
}

.section-icon i {
    font-size: 36px;
    color: #fbfdfe;
    display: table-cell;
    vertical-align: top;
}

.section-icon p, .section-icon a, .section-icon span {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    line-height: 24px;
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}



.top-courses .group-btn-top-scholarship-slider .btn-prev:hover, .top-courses .group-btn-top-scholarship-slider .btn-next:hover {
    background-color: #03ACF1;
}

.msg_section .center-title{
  color: #198167;
  padding-bottom: 0.8em;
}

.header .header-main .navigation .nav-links li .main-menu {
    line-height: 100px;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 15px;

}

.head-contain{
    margin: 0px 40px auto;
}




@media(max-width:768px){


    .title-2 {
        font-size: 20px;
    }

    .why-choose-us .why-choose-us-wrapper-top {
        position: relative;
        height: auto;
    }

    .why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding: 20px 0;
        padding-right: 0px;
    }

    .why-choose-us-wrapper-top iframe {
        height: 300px;
        padding-top: 0px;
        margin-top: 35px;
    }

    .owl-controls {
        text-align: center;
        margin: 10px;
    }

    .progress-bars .title-2 {
        font-size: 20px;
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }

    .edugate-layout-1 .edugate-content .title {
        font-size: 18px;
        max-height: 68px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .group-title-index .center-title {
        font-size: 22px;
    }

    .msg_section .center-title {
        padding: 2em 0em;
        font-size: 20px;
    }

    .forum-item .edugate-layout-1 .edugate-image {
        width: 100%;
        height: 400px;
        position: relative;
        top: 0px !important;
        padding-left: 0px !important;
        display: block;
    }

    .forum-item .edugate-layout-1 .edugate-image iframe {
        width: 100%;
        height: 200px;
    }
    .forum-item .edugate-layout-1 .edugate-image {
        width: 100%;
        height: auto;
        position: relative;
        top: 0px !important;
        padding-left: 0px !important;
        display: block;
    }

    .section-padding {
        padding: 30px 0px;
    }

    .top-courses .top-courses-item {
        padding: 35px 0;
    }

    .gallery_h .edugate-layout-1 .edugate-content {
        height: auto;
        /* padding: 70px 0px; */
        margin-top: 30px;
    }

    .slider-banner {
        height: auto !important;
    }

    .center-title{
        font-size: 24px;
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-content .title {
        font-size: 20px;
    }


.courses-detail-wrapper table td, th {
    padding-left: 10px;
    padding-top: 10px;
}



    .choose-course .icon-circle .icon-background {
        position: absolute;
        /*
        bottom: 12px;
        width: 110px;
        left: 50%;
        margin-left: -52px;
        height: 110px;
        top: 5px;
        */
        border-radius: 50%;
        background-color: #FFF;
        color: #fff;
        z-index: 11;
        display: table;
        transition: all .5s ease-in-out;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }





}
 


.portfolio_content{
  margin-top: 40px;
}

.portfolio_content img{
  width: 100%;
  height: 250px;
  object-fit: contain;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.portfolio_content img:hover{
  opacity: 0.3;
  }

.portfolio_content .pfInfo{
  opacity: 0;
  transition: .5s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  position: absolute;

  /*background:rgba(240,89,36,0.6); 
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;*/
}
.pfInfo p{
  color: #000;

}
.portfolio_content img:hover .pfInfo{
  opacity: 1;
  }

.portfolio_content .pfTitle{
  background:rgba(240,89,36,0.6);
  color: #fff;
  font-size:18px;
  padding: 12px 4px;
  text-align: center;
  margin-bottom: 30px;
}

.msgDisplay figcaption{
    background: #fff;
    margin-top: -20px;
    color: #03ACF1;
    text-align: center;
    padding: 0px 4px;
}

.msgDisplay figcaption h3{
  margin-bottom: 0px;
}

.exam_prep .title{
  font-size: 26px;
  margin: 0 0 6px 0;
  max-height: 84px;
  overflow: hidden;
}

.exam_prep .exam_prep_item {
  margin: 0 0 10px 0;
  /* min-height: 150px; */
}

.partner .owl-carousel .owl-item{
  min-height:100px !important;
}
.partner .owl-stage .active{
  /* min-height:80px !important; */
} 
.partner .item img{
  height: 60px !important;
  /* object-fit: cover; */
}