/* Webpuppies Codes List */

.modal{display: none;}
.desktop{display: block;}
.mobile{display: none;}

.parsley-required,.parsley-type{list-style-type: none;color: red;}
.parsley-errors-list{padding-left: 0;}
._contact-fill{display: table;}
._contact-fill .parsley-required{}
._contact-fill .parsley-errors-list{width: 73.8%;float: right;display: block;}
._contact-textarea .parsley-required{}
._contact-textarea .parsley-errors-list{width: 85%;margin: 0 auto;}
.form-btn{margin: 30px auto;display: block !important;}

.thankyou,.failed{text-align: center;display: none;}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../img/sprite-skin-simple.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 6px; top: 25px;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 6px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 6px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 6px; width: 7px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.75;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=75);
}

.irs-slider {
    width: 8px; height: 15px;
    top: 21px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #c0c0c0;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #3654b0;
}

.irs-from, .irs-to, .irs-single {
    color: #000;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #d8dff3;
}

.irs-grid-pol {
    background: #777;
}
.irs-grid-text {
    color: #e0e0e0;
}

.irs-disabled {
}

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: -webkit-gradient(linear, left top, right bottom, from(white), to(hsla(0,0%,100%,.8)));
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	-webkit-box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	        box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
	.awesomplete > ul {
		-webkit-transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		-webkit-transform-origin: 1.43em -.43em;
		        transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
		display: block;
		-webkit-transition-timing-function: ease;
		        transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.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;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-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 - 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; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: -webkit-gradient(linear, left top, right bottom, from(white), to(hsla(0,0%,100%,.8)));
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	-webkit-box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	        box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
	.awesomplete > ul {
		-webkit-transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		-webkit-transform-origin: 1.43em -.43em;
		        transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
		display: block;
		-webkit-transition-timing-function: ease;
		        transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../img/sprite-skin-simple.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 6px; top: 25px;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 6px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 6px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 6px; width: 7px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.75;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=75);
}

.irs-slider {
    width: 8px; height: 15px;
    top: 21px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #c0c0c0;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #3654b0;
}

.irs-from, .irs-to, .irs-single {
    color: #000;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #d8dff3;
}

.irs-grid-pol {
    background: #777;
}
.irs-grid-text {
    color: #e0e0e0;
}

.irs-disabled {
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.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;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-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 - 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; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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 {
  border: 0;
  padding: 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-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-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; } }

* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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 {
  background-color: #fcf8e3;
  padding: .2em; }

.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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

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

.bg-primary {
  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 #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-left: 15px;
  padding-right: 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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    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.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
    border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .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 > thead: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:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 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:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 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: #333333;
    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: #333333; }
  .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; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 screen and (max-width: 767px) {
.dbscards {width: 70% !important; margin-bottom: 10px !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; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

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

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; } }

@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; } }

@keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; } }

@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0; } }

@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0; } }

@-webkit-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; } }

@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; } }

@-webkit-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0; } }

@keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0; } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

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

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
    filter: alpha(opacity=0); }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); } }

body {
  font-family: "Dosis", sans-serif;
  letter-spacing: 0.05em;
  background: #fafafa; }
  body.home {
    background: #fff; }

a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: none; }

.site {
  overflow: hidden; }

.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.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
            animation-duration: .75s; }

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

.mr10 {
  margin-right: 10px; }

.ml10 {
  margin-left: 10px; }
  @media (max-width: 768px) {
    .ml10 {
      margin-left: 0; } }

.no-padding {
  padding: 0; }
  @media (min-width: 320px) and (max-width: 980px) {
    .no-padding {
      padding-left: 15px;
      padding-right: 15px; } }

.no-padding-right {
  padding-right: 0; }
  @media (min-width: 320px) and (max-width: 980px) {
    .no-padding-right {
      padding-right: 15px; } }

.no-padding-left {
  padding-left: 0; }
  @media (min-width: 320px) and (max-width: 980px) {
    .no-padding-left {
      padding-left: 15px; } }

.grid-sizer {
  width: 10px; }
  @media (min-width: 1720px) {
    .grid-sizer {
      width: 5px; } }

.grid-item {
  width: 100%;
  margin-bottom: 12px;
  height: 576px;
  overflow: hidden; }
  .grid-item.rm-mb {
    margin-bottom: 0px; }
  @media (min-width: 1920px) {
    .grid-item {
      margin-bottom: 14px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .grid-item {
      margin-bottom: 10px !important; } }
  .grid-item .transparent-link {
    width: 100%;
    position: absolute;
    height: 100%; }
  .grid-item img {
    width: 100%; }
  .grid-item--img.desktop {
    display: block; }
  .grid-item--img.mobile {
    display: none; }
  @media (min-width: 768px) and (max-width: 980px) {
    .grid-item--img.desktop {
      display: none; }
    .grid-item--img.mobile {
      display: block; } }
  @media (max-width: 520px) {
    .grid-item--img.desktop {
      display: none; }
    .grid-item--img.mobile {
      display: block; } }
  .grid-item--big {
    width: 100%;
    height: 282px;
    overflow: hidden; }
    @media (min-width: 1960px) {
      .grid-item--big {
        height: 414px; } }
    @media (min-width: 1920px) and (max-width: 1930px) {
      .grid-item--big {
        height: 455px;
        width: 100%; } }
    @media (min-width: 1930px) and (max-width: 1959px) {
      .grid-item--big {
        height: 409px; } }
    @media (min-width: 1720px) and (max-width: 1920px) {
      .grid-item--big {
        height: 360px; } }
    @media (min-width: 1120px) and (max-width: 1350px) {
      .grid-item--big {
        height: 247px; } }
    @media (min-width: 1124px) and (max-width: 1220px) {
      .grid-item--big {
        height: 224px; } }
    @media (min-width: 981px) and (max-width: 1124px) {
      .grid-item--big {
        height: 180px; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .grid-item--big {
        width: 100%;
        height: auto; } }
    @media (max-width: 520px) {
      .grid-item--big {
        width: 100%;
        height: auto; } }
  .grid-item--small {
    width: 100%; }
    @media (min-width: 1960px) {
      .grid-item--small {
        height: 840px; } }
    @media (min-width: 1920px) and (max-width: 1930px) {
      .grid-item--small {
        height: 923px;
        width: 100%; } }
    @media (min-width: 1930px) and (max-width: 1959px) {
      .grid-item--small {
        height: 828px; } }
    @media (min-width: 1720px) and (max-width: 1920px) {
      .grid-item--small {
        height: 730px; } }
    @media (min-width: 1350px) and (max-width: 1379px) {
      .grid-item--small {
        height: 562px; } }
    @media (min-width: 1220px) and (max-width: 1350px) {
      .grid-item--small {
        height: 500px; } }
    @media (min-width: 1140px) and (max-width: 1220px) {
      .grid-item--small {
        height: 459px; } }
    @media (min-width: 1124px) and (max-width: 1140px) {
      .grid-item--small {
        height: 450px; } }
    @media (min-width: 981px) and (max-width: 1124px) {
      .grid-item--small {
        height: 372px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .grid-item--small {
        width: 100%;
        height: auto; } }
    @media (max-width: 520px) {
      .grid-item--small {
        width: 100%;
        height: 560px;
        margin-left: 0;
        margin-bottom: 10px !important; } }
    @media (max-width: 375px) {
      .grid-item--small {
        height: 500px; } }
    @media (max-width: 320px) {
      .grid-item--small {
        height: 420px; } }

.page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  color: #781d1d;
  letter-spacing: 35px;
  margin-right: -35px;
  margin-bottom: 40px; }
  @media (min-width: 1720px) {
    .page-title {
      font-size: 40px; } }
  @media (max-width: 520px) {
    .page-title {
      font-size: 40px;
      letter-spacing: 10px;
      margin-right: -10px; } }

.sub-page-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #781d1d;
  margin-bottom: 0; }

.line {
  display: block; }
  .line.small {
    width: 40px;
    height: 1px; }
  .line.medium {
    width: 80px;
    height: 2px; }
  .line.big {
    width: 100%;
    height: 2px; }
  .line.white {
    background: #fff; }

[class^="icon--"] {
  display: inline-block;
  vertical-align: middle; }

.icon--search {
  width: 12px;
  height: 12px;
  background: transparent url("../images/icon--search.png") no-repeat 0 0;
  background-size: contain; }

.button {
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 28px;
  line-height: 26px;
  border: 1px solid #b27278;
  border-radius: 50px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  color: #841a23;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  @media (min-width: 1720px) {
    .button {
      font-size: 16px;
      padding: 9px 40px 8px 40px;
      height: auto; } }
  .button:active, .button:focus, .button:hover, .button._active {
    border-color: #841a23;
    background-color: #841a23;
    color: #ffffff;
    text-decoration: none; }
  .button.maroon {
    background-color: #841a23;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .button.maroon:hover {
      background: #fac3b6;
      border: 1px solid #fac3b6; }
  .button.black {
    font-size: 12px;
    height: auto;
    padding: 7px 30px 6px 30px;
    font-weight: 700;
    color: #fff;
    background: #1b1b1b;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media (min-width: 1720px) {
      .button.black {
        font-size: 14px;
        padding: 7px 40px 8px 40px;
        letter-spacing: 5px; } }
    .button.black:hover {
      background: #e74c3c; }
  .button.pink {
    font-size: 12px;
    height: auto;
    padding: 7px 30px 6px 30px;
    font-weight: 700;
    color: #fff;
    background: #fac3b6;
    border: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media (min-width: 1720px) {
      .button.pink {
        font-size: 16px;
        padding: 9px 40px 8px 40px; } }
    .button.pink:hover {
      background: #1b1b1b; }
  .button.blue {
    font-size: 12px;
    height: auto;
    padding: 7px 30px 6px 30px;
    font-weight: 700;
    color: #fff;
    background: #96c9ec;
    border: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media (min-width: 1720px) {
      .button.blue {
        font-size: 16px;
        padding: 9px 40px 8px 40px; } }
    .button.blue:hover {
      background: #1b1b1b; }
  .button.share {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fafafa;
    padding: 5px 20px;
    height: auto;
    border: 1px solid #fafafa;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 900;
    color: #27297c;
    font-size: 14px; }
    .button.share i {
      margin-right: 10px;
      font-size: 18px; }
    .button.share:hover {
      background: #1b1b1b;
      border: 1px solid #1b1b1b;
      color: #fff; }
      .button.share:hover i {
        color: #fff !important; }

.promotion .header .header--nav ._menus ._menu.promotion a {
  color: #781d1d;
  font-weight: bold; }
  .promotion .header .header--nav ._menus ._menu.promotion a:after {
    opacity: 1; }

.story .header .header--nav ._menus ._menu.story a {
  color: #781d1d;
  font-weight: bold; }
  .story .header .header--nav ._menus ._menu.story a:after {
    opacity: 1; }

.signature .header .header--nav ._menus ._menu.signature a {
  color: #781d1d;
  font-weight: bold; }
  .signature .header .header--nav ._menus ._menu.signature a:after {
    opacity: 1; }

.location .header.mobile {
  margin: 0; }

.location .header .header--nav ._menus ._menu.locations a {
  color: #781d1d;
  font-weight: bold; }
  .location .header .header--nav ._menus ._menu.locations a:after {
    opacity: 1; }

.contact .header .header--nav ._menus ._menu.contactus a {
  color: #781d1d;
  font-weight: bold; }
  .contact .header .header--nav ._menus ._menu.contactus a:after {
    opacity: 1; }

.product .header.desktop {
  width: 100%;
  position: fixed; }

.product .header.mobile {
  position: relative; }

.home .header {
  background: #fff; }

.product .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.header {
  position: relative;
  z-index: 900;
  background-color: #fafafa;
  height: 85px; }
  @media (min-width: 1720px) {
    .header {
      height: 175px; } }
  .header.mobile {
    display: none; }
  .header.desktop {
    display: block; }
  @media only screen and (max-width: 998px) {
    .header.mobile {
      display: block;
      margin-top: 20px;
      margin-bottom: 40px; }
    .header.desktop {
      display: none; } }
  .header--inner {
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px; }
    @media (min-width: 781px) and (max-width: 1300px) {
      .header--inner {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 998px) {
      .header--inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px; }
        .header--inner .header--nav {
          text-align: left;
          height: 50px;
          display: inline-block; }
          .header--inner .header--nav .menu-btn {
            font-size: 40px;
            color: #000000;
            z-index: 9999;
            padding-top: 5px;
            position: relative;
            background: transparent;
            border: none; }
            .header--inner .header--nav .menu-btn:focus {
              outline: none; } }
  .header--main {
    margin-bottom: 10px;
    text-align: right;
    position: relative; }
    @media (min-width: 1720px) {
      .header--main {
        margin-bottom: 30px; } }
    @media (max-width: 998px) {
      .header--main {
        display: inline-block;
        float: right;
        vertical-align: top;
        margin-top: 5px; } }
  .header--secondary {
    position: absolute;
    top: 11px;
    right: 0; }
  .header--logo {
    position: relative;
    text-align: center;
    z-index: 900; }
    .header--logo.location-logo {
      display: none; }
    @media (min-width: 1720px) {
      .header--logo {
        position: relative;
        top: 26px; } }
    .header--logo img {
      width: 240px; }
      @media (min-width: 1720px) {
        .header--logo img {
          width: 340px; } }
      @media (min-width: 1920px) {
        .header--logo img {
          width: 340px; } }
      @media (min-width: 1196px) and (max-width: 1300px) {
        .header--logo img {
          width: 230px; } }
      @media (min-width: 992px) and (max-width: 1195px) {
        .header--logo img {
          width: 200px;
          margin-top: 5px; } }
      @media (min-width: 781px) and (max-width: 992px) {
        .header--logo img {
          width: 200px; } }
      @media (max-width: 780px) {
        .header--logo img {
          padding-top: 10px; } }
      @media (max-width: 620px) {
        .header--logo img {
          padding-top: 10px;
          width: 140px; } }
  .header--nav {
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px; }
    @media (min-width: 1720px) {
      .header--nav {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 992px) {
      .header--nav {
        text-align: left; } }
    .header--nav ._menus {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
      .header--nav ._menus li {
        margin: 0;
        padding: 0; }
      .header--nav ._menus ._menu {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 135px;
        text-align: right; }
        @media (min-width: 1720px) {
          .header--nav ._menus ._menu {
            padding-left: 30px;
            padding-right: 30px;
            width: 175px; } }
        @media (max-width: 1024px) {
          .header--nav ._menus ._menu {
            padding-left: 12px;
            padding-right: 12px; }
            .header--nav ._menus ._menu:first-child {
              padding-left: 0; } }
        .header--nav ._menus ._menu a {
          font-size: 12px;
          line-height: 12px;
          color: #1b1b1b;
          text-transform: uppercase;
          cursor: pointer;
          letter-spacing: 0.2em;
          text-decoration: none;
          position: relative;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          @media (min-width: 1720px) {
            .header--nav ._menus ._menu a {
              font-size: 15px; } }
          .header--nav ._menus ._menu a:after {
            position: absolute;
            content: "";
            display: inline-block;
            vertical-align: middle;
            border-radius: 100%;
            width: 5px;
            height: 5px;
            line-height: 5px;
            vertical-align: middle;
            text-align: center;
            background: #781d1d;
            bottom: -8px;
            left: 40%;
            opacity: 0;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
          .header--nav ._menus ._menu a:hover {
            color: #781d1d; }
            .header--nav ._menus ._menu a:hover:after {
              opacity: 1; }
  .header--menus {
    position: absolute;
    width: 100%; }
    @media (min-width: 1720px) {
      .header--menus {
        top: 30px; } }
    @media (min-width: 781px) and (max-width: 992px) {
      .header--menus {
        display: inline-block;
        padding-left: 50px; } }
  .header--social {
    position: absolute;
    left: 0;
    height: 36px;
    z-index: 900; }
    @media (min-width: 1720px) {
      .header--social {
        top: 30px; } }
    @media (min-width: 781px) and (max-width: 992px) {
      .header--social {
        display: inline-block; } }
    @media only screen and (max-width: 992px) {
      .header--social {
        position: static; } }
    .header--social a {
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      font-size: 18px;
      margin-right: 10px;
      color: #000000; }
      .header--social a:hover {
        color: #841a23; }
  .header--search {
    height: 36px;
    width: 150px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    z-index: 900; }
    @media (min-width: 1720px) {
      .header--search {
        width: 250px;
        height: 44px; } }
    @media (max-width: 780px) {
      .header--search {
        width: 100%;
        position: relative;
        margin-top: 20px;
        height: 36px; }
        .header--search ._form--input input {
          height: 34px; } }
    .header--search--mobile {
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-size: 35px;
      color: #000000;
      margin-right: 10px; }
    .header--search ._form--input {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
      .header--search ._form--input input {
        width: 100%;
        height: 24px;
        line-height: 22px;
        border: 1px solid #707474;
        border-radius: 50px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: #999999; }
        .header--search ._form--input input:focus {
          outline: none; }
        @media (min-width: 1720px) {
          .header--search ._form--input input {
            height: 44px; } }
    .header--search ._form--submit {
      width: 24px;
      height: 24px;
      position: absolute;
      right: 6px;
      top: 0; }
      @media (min-width: 1720px) {
        .header--search ._form--submit {
          top: 7px; } }
      .header--search ._form--submit button {
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        display: inline-block;
        border: 0 none;
        background-color: transparent;
        text-decoration: none;
        outline: none;
        text-align: center; }

.footer {
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  color: #7f7f7f;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1280px) {
    .footer {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer.desktop {
    display: block; }
  .footer.mobile {
    display: none; }
  @media (max-width: 720px) {
    .footer.desktop {
      display: none; }
    .footer.mobile {
      display: block;
      padding-left: 0px;
      padding-right: 0px;
      height: 200px; } }
  .footer--main {
    float: left;
    padding-top: 10px; }
    @media (max-width: 980px) {
      .footer--main {
        float: none;
        display: block;
        margin-bottom: 10px; } }
    @media (min-width: 981px) and (max-width: 1124px) {
      .footer--main {
        float: left;
        display: inline-block;
        margin-bottom: 10px; } }
  .footer--copyright, .footer--nav {
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 768px) {
    .footer--nav {
      float: right; } }
  @media (max-width: 720px) {
    .footer--nav {
      width: 100%;
      text-align: center;
      padding-bottom: 20px; } }
  .footer--copyright {
    margin-right: 20px; }
    @media (min-width: 1720px) {
      .footer--copyright {
        margin-right: 40px; } }
    @media (min-width: 981px) and (max-width: 1124px) {
      .footer--copyright {
        margin-right: 10px; } }
    @media (max-width: 768px) {
      .footer--copyright {
        float: left;
        margin-bottom: 20px; } }
    @media (max-width: 720px) {
      .footer--copyright {
        margin-right: 0;
        background: #ebebeb;
        text-transform: uppercase;
        font-size: 10px;
        width: 100%;
        padding: 10px;
        margin: 20px 0;
        text-align: center; } }
  .footer--nav a {
    margin-right: 15px;
    color: #601c1c; }
    @media (min-width: 1720px) {
      .footer--nav a {
        margin-right: 24px; } }
  .footer--form {
    float: right; }
    .footer--form span {
      font-size: 11px;
      margin-right: 20px;
      line-height: 20px;
      text-transform: uppercase;
      display: inline-block;
      font-family: "Dosis", sans-serif;
      padding-top: 10px; }
    @media (min-width: 981px) and (max-width: 1124px) {
      .footer--form {
        float: right;
        text-align: center; } }
  @media (min-width: 981px) and (max-width: 1124px) and (max-width: 720px) {
    .footer--form {
      padding-top: 0;
      margin-right: 10px; } }
    @media (max-width: 768px) {
      .footer--form {
        float: left; } }
    .footer--form form {
      display: inline-block;
      vertical-align: top;
      margin-top: 0px; }
      @media (max-width: 720px) {
        .footer--form form {
          margin-top: 9px; } }
    @media (max-width: 720px) {
      .footer--form {
        float: none;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center; } }
    .footer--form ._form--input input {
      border: 1px solid #7e4747;
      padding: 10px 30px;
      color: #834747;
      font-size: 11px;
      text-transform: uppercase;
      font-family: "Dosis", sans-serif;
      min-width: 200px;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
      @media (min-width: 981px) and (max-width: 1124px) {
        .footer--form ._form--input input {
          min-width: 170px; } }
      .footer--form ._form--input input.button-submit {
        width: 35px;
        height: 35px;
        border: none;
        text-indent: -9999px;
        margin-left: 20px;
        padding: 0;
        min-width: auto;
        display: inline-block;
        background: url("../images/submit.png") no-repeat;
        background-size: cover; }

@media (max-width: 720px) {
  .contact .footer.mobile {
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 720px) {
  .contact .footer--copyright {
    margin-top: 0 !important; } }

@media (max-width: 980px) {
  .contact .footer--main {
    padding-top: 0;
    margin-top: 0; } }

.main--inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (min-width: 520px) and (max-width: 1024px) {
    .main--inner {
      padding: 10px; } }
  @media (max-width: 520px) {
    .main--inner {
      padding: 0; } }
  .main--inner .grid-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .main--inner .grid-item:hover .grid-item--overlay {
      opacity: 0; }
    .main--inner .grid-item--img img {
      width: 100%; }
    .main--inner .grid-item--overlay {
      position: absolute;
      width: 100%;
      top: 0;
      height: 100%;
      z-index: 300;
      background: rgba(203, 203, 203, 0.5);
      opacity: 1;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .main--inner .grid-item--title {
      position: absolute;
      top: 50%;
      left: 50%;
      font-family: 'Dosis', sans-serif;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: 400;
      z-index: 400; }
      .main--inner .grid-item--title a {
        text-decoration: none; }
        .main--inner .grid-item--title a:hover {
          text-decoration: none; }
      .main--inner .grid-item--title h2 {
        color: #fff;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 35px;
        margin-right: -35px;
        font-weight: 400; }
        @media (min-width: 1720px) {
          .main--inner .grid-item--title h2 {
            font-size: 40px;
            line-height: 48px;
            letter-spacing: 45px;
            margin-right: -45px; } }
        @media (max-width: 320px) {
          .main--inner .grid-item--title h2 {
            letter-spacing: 15px;
            margin-right: -15px; } }
      .main--inner .grid-item--title-left {
        padding: 0px;
        width: 40%;
        position: absolute;
        top: 50%;
        left: 5%;
        font-family: 'Dosis', sans-serif;
        text-align: center;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        font-weight: 400; }
        @media (min-width: 981px) and (max-width: 1124px) {
          .main--inner .grid-item--title-left {
            width: 60%;
            top: 0;
            -webkit-transform: translate(0%, 0%);
                    transform: translate(0%, 0%);
            padding-top: 20px; } }
        @media (min-width: 768px) and (max-width: 980px) {
          .main--inner .grid-item--title-left {
            left: 0;
            top: 10%;
            width: 100%;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); } }
        @media (max-width: 520px) {
          .main--inner .grid-item--title-left {
            left: 0;
            top: 10%;
            width: 100%;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); } }
        .main--inner .grid-item--title-left a {
          text-decoration: none; }
          .main--inner .grid-item--title-left a:hover {
            text-decoration: none; }
        .main--inner .grid-item--title-left h3 {
          margin-top: 0;
          font-size: 26px;
          font-weight: 700;
          color: #1b1b1b;
          letter-spacing: 4px;
          margin-bottom: 20px; }
          @media (min-width: 1920px) {
            .main--inner .grid-item--title-left h3 {
              font-size: 40px;
              letter-spacing: 9px;
              line-height: 48px; } }
          @media (min-width: 1720px) and (max-width: 1920px) {
            .main--inner .grid-item--title-left h3 {
              font-size: 40px;
              letter-spacing: 5px;
              line-height: 48px; } }
          @media (min-width: 981px) and (max-width: 1124px) {
            .main--inner .grid-item--title-left h3 {
              font-size: 26px; } }
          @media (min-width: 768px) and (max-width: 980px) {
            .main--inner .grid-item--title-left h3 {
              font-size: 36px; } }
      .main--inner .grid-item--title-right {
        padding: 0px;
        width: 40%;
        position: absolute;
        top: 50%;
        right: 5%;
        font-family: 'Dosis', sans-serif;
        text-align: center;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        font-weight: 400; }
        @media (min-width: 981px) and (max-width: 1124px) {
          .main--inner .grid-item--title-right {
            width: 50%;
            top: 0;
            -webkit-transform: translate(0%, 0%);
                    transform: translate(0%, 0%);
            padding-top: 20px; } }
        @media (min-width: 768px) and (max-width: 980px) {
          .main--inner .grid-item--title-right {
            left: 0;
            top: 10%;
            width: 100%;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); } }
        @media (max-width: 520px) {
          .main--inner .grid-item--title-right {
            left: 0;
            top: 10%;
            width: 100%;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
                    padding: 0px 50px; } }
        .main--inner .grid-item--title-right a {
          text-decoration: none; }
          .main--inner .grid-item--title-right a:hover {
            text-decoration: none; }
        .main--inner .grid-item--title-right h3 {
          margin-top: 0;
          font-size: 26px;
          font-weight: 700;
          color: #1b1b1b;
          margin-bottom: 20px;
          letter-spacing: 4px; }
          @media (min-width: 1920px) {
            .main--inner .grid-item--title-right h3 {
              font-size: 40px;
              letter-spacing: 9px;
              line-height: 48px; } }
          @media (min-width: 1720px) and (max-width: 1920px) {
            .main--inner .grid-item--title-right h3 {
              font-size: 40px;
              letter-spacing: 5px;
              line-height: 50px; } }
          @media (min-width: 981px) and (max-width: 1124px) {
            .main--inner .grid-item--title-right h3 {
              font-size: 26px; } }
      .main--inner .grid-item--title-top {
        color: #1b1b1b;
        font-size: 14px;
        letter-spacing: 8px;
        display: block; }
        @media (min-width: 1720px) {
          .main--inner .grid-item--title-top {
            font-size: 20px; } }
      .main--inner .grid-item--title-line {
        display: block;
        width: 50px;
        height: 1px;
        background: #841a23;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
        @media (min-width: 981px) and (max-width: 1124px) {
          .main--inner .grid-item--title-line {
            margin-top: 10px;
            margin-bottom: 10px; } }

.story--wraper-top {
  background: url("../images/story-bg-new.png") no-repeat bottom center;
  background-size: contain;
  min-height: 560px;
  margin-top: 90px;
  padding-top: 30px; }
  @media (min-width: 1720px) {
    .story--wraper-top {
      min-height: 720px;
      margin-top: 0;
      padding-top: 120px; } }
  @media (min-width: 2320px) {
    .story--wraper-top {
      min-height: 960px; } }
  @media (max-width: 768px) {
    .story--wraper-top {
      min-height: 950px;
      margin-top: 0;
      padding-top: 0;
      background-image: url("../images/story-bg-mobile.png");
      background-size: 100%; } }
  @media (max-width: 620px) {
    .story--wraper-top {
      min-height: 770px;
      background-image: url("../images/story-bg-mobile.png");
      background-size: 90%; } }

.story--title .sub-page-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-right: -10px; }

.story--title .page-title {
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 33px;
  margin-right: -33px;
  margin-top: 5px; }

.story--title .small-line {
  width: 80px;
  height: 2px;
  background: #841a23;
  display: block;
  margin: 0 auto; }

.story-top-info p {
  font-size: 14px;
  color: #841a23;
  width: 41%;
  margin: 20px auto 0;
  text-align: center; }
  @media (min-width: 1720px) {
    .story-top-info p {
      font-size: 16px;
      width: 50%; } }
  @media (max-width: 768px) {
    .story-top-info p {
      width: 100%; } }

.story--top-brand-info {
  text-align: center;
  position: relative;
  vertical-align: middle;
  padding-top: 15px; }
  @media (min-width: 1720px) {
    .story--top-brand-info {
      padding-top: 4%; } }
  @media (max-width: 768px) {
    .story--top-brand-info {
      margin-bottom: 30px; } }
  .story--top-brand-info img {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
    vertical-align: middle; }
    @media (min-width: 1720px) {
      .story--top-brand-info img {
        max-height: 275px;
        width: auto; } }

.story--acolade {
  background: #fafafa;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 768px) {
    .story--acolade {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 0px;
      padding-right: 0px; } }
  .story--acolade .title {
    color: #841a23;
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 50px; }
    @media (min-width: 1720px) {
      .story--acolade .title {
        font-size: 58px; } }
  .story--acolade-info {
    width: 100%;
    text-align: center; }
    @media (max-width: 768px) {
      .story--acolade-info {
        margin-bottom: 30px; } }
    .story--acolade-info-img {
      margin-right: 20px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle;
      display: inline-block; }
      @media (min-width: 1720px) {
        .story--acolade-info-img {
          width: 100%;
          position: relative;
          left: 100px; } }
      @media (max-width: 768px) {
        .story--acolade-info-img {
          width: 60%; } }
      .story--acolade-info-img img {
        width: auto;
        max-height: 275px; }
        @media (max-width: 968px) {
          .story--acolade-info-img img {
            width: 60%; } }
        @media (max-width: 768px) {
          .story--acolade-info-img img {
            width: 90%; } }
    .story--acolade-info-content {
      padding-top: 20px;
      display: inline-block;
      width: 75%; }
      .story--acolade-info-content h3 {
        margin-top: 0;
        font-size: 20px;
        color: #841a23;
        border-bottom: 1px solid #841a23;
        padding-bottom: 10px; }
      .story--acolade-info-content p {
        color: #841a23;
        font-size: 12px;
        font-weight: 400; }

.story--bottom {
  background: #cac0ba;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .story--bottom {
      padding-bottom: 50px;
      padding-top: 0px; } }
  @media (max-width: 768px) {
    .story--bottom-wraper-content .left-side {
      text-align: center;
      position: relative;
      top: 80px; }
      .story--bottom-wraper-content .left-side .line {
        margin: 0px auto; } }
  @media (max-width: 620px) {
    .story--bottom-wraper-content .left-side {
      text-align: center; }
      .story--bottom-wraper-content .left-side .line {
        margin: 0px auto; } }
  .story--bottom-wraper-content .left-side .subtitle {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    margin-top: 30px; }
  .story--bottom-wraper-content .left-side .title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px; }
  .story--bottom-wraper-content .center-side {
    width: 100%;
    position: relative; }
    .story--bottom-wraper-content .center-side-images {
      width: 100%;
      position: absolute;
      top: -130px;
      left: -50px;
      text-align: center; }
      @media (max-width: 768px) {
        .story--bottom-wraper-content .center-side-images {
          position: static;
          margin-top: 100px;
          width: 100%;
          left: 0; }
          .story--bottom-wraper-content .center-side-images img {
            width: 40%; } }
      .story--bottom-wraper-content .center-side-images img {
        width: 300px; }
        @media (max-width: 768px) {
          .story--bottom-wraper-content .center-side-images img {
            width: 40%; } }
  .story--bottom-wraper-content .right-side {
    text-align: right;
    float: right; }
    @media (min-width: 1720px) {
      .story--bottom-wraper-content .right-side {
        width: 550px; } }
    .story--bottom-wraper-content .right-side p {
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px; }
    @media (max-width: 1280px) {
      .story--bottom-wraper-content .right-side {
        width: 410px; } }
    @media (max-width: 980px) {
      .story--bottom-wraper-content .right-side {
        text-align: left;
        margin-top: 40px;
        width: 100%; } }
    @media (max-width: 768px) {
      .story--bottom-wraper-content .right-side {
        text-align: center; } }

.story--experience {
  background-color: #f0f0f0; }
  @media (max-width: 768px) {
    .story--experience {
      height: 100% !important; } }
  .story--experience ._row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .story--experience ._row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #ffffff; } }
  .story--experience ._experience--header {
    width: 35%;
    padding: 30px 0px 20px 0px; }
    @media (max-width: 768px) {
      .story--experience ._experience--header {
        width: 100%;
        padding: 40px 0;
        text-align: center;
        background-color: #f0f0f0; } }
    .story--experience ._experience--header ._col--inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      position: relative; }
    .story--experience ._experience--header ._header--main {
      padding: 30px 0;
      margin-left: 15%;
      position: relative; }
      @media (max-width: 1300px) {
        .story--experience ._experience--header ._header--main {
          padding: 10px 0; } }
      @media (max-width: 768px) {
        .story--experience ._experience--header ._header--main {
          width: 100%;
          margin-left: 0; } }
      .story--experience ._experience--header ._header--main:after, .story--experience ._experience--header ._header--main:before {
        content: "";
        width: 44px;
        height: 1px;
        background-color: #af7075;
        position: absolute;
        left: 0; }
        @media (max-width: 768px) {
          .story--experience ._experience--header ._header--main:after, .story--experience ._experience--header ._header--main:before {
            left: 50%;
            margin-left: -22px; } }
      .story--experience ._experience--header ._header--main:after {
        bottom: 0; }
      .story--experience ._experience--header ._header--main:before {
        top: 0; }
    .story--experience ._experience--header ._title--sub {
      margin: 0 0 24px;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 16px;
      color: #841a23;
      letter-spacing: 0.4em; }
      @media (max-width: 1300px) {
        .story--experience ._experience--header ._title--sub {
          margin: 0 0 5px; } }
    .story--experience ._experience--header ._title--main {
      margin: 0;
      font-size: 30px;
      text-transform: uppercase;
      line-height: 40px;
      color: #841a23;
      letter-spacing: 0.2em; }
      @media (max-width: 1300px) {
        .story--experience ._experience--header ._title--main {
          font-size: 24px;
          line-height: 30px; } }
  .story--experience ._experience--slide--indicator {
    position: absolute;
    bottom: 15px;
    left: 15%;
    width: 68%; }
    @media (max-width: 768px) {
      .story--experience ._experience--slide--indicator {
        bottom: -80px; } }
    .story--experience ._experience--slide--indicator .irs {
      height: 15px; }
      .story--experience ._experience--slide--indicator .irs .irs-line {
        width: 100%;
        height: 3px;
        background-color: #841a23;
        top: 0; }
      .story--experience ._experience--slide--indicator .irs .irs-min,
      .story--experience ._experience--slide--indicator .irs .irs-max,
      .story--experience ._experience--slide--indicator .irs .irs-to,
      .story--experience ._experience--slide--indicator .irs .irs-from,
      .story--experience ._experience--slide--indicator .irs .irs-single {
        display: none; }
      .story--experience ._experience--slide--indicator .irs .irs-slider.single {
        width: 90px !important;
        height: 15px;
        background-color: #841a23;
        border-radius: 50px;
        position: absolute;
        left: 0;
        top: -6px;
        text-indent: -9999px;
        cursor: pointer; }
  .story--experience ._experience--slide {
    width: 70%;
    padding-top: 0px; }
    .story--experience ._experience--slide .owl-nav {
      position: absolute;
      display: none;
      width: 48%;
      height: 35px;
      bottom: 10%;
      right: 0;
      text-align: center; }
      @media (min-width: 2520px) {
        .story--experience ._experience--slide .owl-nav {
          right: 0;
          width: 46%;
          bottom: 30%; } }
      @media (min-width: 2220px) and (max-width: 2519px) {
        .story--experience ._experience--slide .owl-nav {
          bottom: 30%;
          width: 46%; } }
      @media (min-width: 1920px) and (max-width: 2219px) {
        .story--experience ._experience--slide .owl-nav {
          bottom: 30%;
          width: 46%; } }
      @media (min-width: 1720px) and (max-width: 1920px) {
        .story--experience ._experience--slide .owl-nav {
          bottom: 20%;
          width: 46%; } }
      @media (min-width: 991px) and (max-width: 1024px) {
        .story--experience ._experience--slide .owl-nav {
          width: 47%;
          bottom: 4%;
          right: 0; } }
      @media (min-width: 1025px) and (max-width: 1200px) {
        .story--experience ._experience--slide .owl-nav {
          width: 47%;
          bottom: 3%; } }
      @media (min-width: 980px) and (max-width: 990px) {
        .story--experience ._experience--slide .owl-nav {
          width: 100%;
          top: 3%;
          left: -50px;
          display: block; } }
      @media (max-width: 980px) {
        .story--experience ._experience--slide .owl-nav {
          width: 100%;
          top: 3%;
          left: -50px;
          display: block; } }
      @media (max-width: 768px) {
        .story--experience ._experience--slide .owl-nav {
          text-align: center;
          width: 100%;
          top: -4%;
          left: 0px;
          display: block; }
          .story--experience ._experience--slide .owl-nav .owl-prev, .story--experience ._experience--slide .owl-nav .owl-next {
            position: relative;
            margin-left: 5px;
            margin-right: 5px; } }
      .story--experience ._experience--slide .owl-nav .owl-prev {
        display: inline-block;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        background: url("../images/story--prev.png") #cac0ba center no-repeat;
        background-size: 8px;
        text-indent: -9999px;
        position: absolute;
        left: 20px;
        bottom: 8%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: .7; }
        .story--experience ._experience--slide .owl-nav .owl-prev:hover {
          opacity: 1; }
        @media (max-width: 768px) {
          .story--experience ._experience--slide .owl-nav .owl-prev {
            position: relative;
            left: 0; } }
        .story--experience ._experience--slide .owl-nav .owl-prev.disabled {
          cursor: default;
          opacity: .4; }
      .story--experience ._experience--slide .owl-nav .owl-next {
        display: inline-block;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        background: url("../images/story--next.png") #cac0ba center no-repeat;
        text-indent: -9999px;
        background-size: 8px;
        position: absolute;
        left: 60px;
        bottom: 8%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: .7; }
        .story--experience ._experience--slide .owl-nav .owl-next:hover {
          opacity: 1; }
        @media (max-width: 768px) {
          .story--experience ._experience--slide .owl-nav .owl-next {
            position: relative;
            left: 0; } }
        .story--experience ._experience--slide .owl-nav .owl-next.disabled {
          cursor: default;
          opacity: .4; }
    @media (max-width: 768px) {
      .story--experience ._experience--slide {
        width: 100%; } }
    .story--experience ._experience--slide ._col--inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .story--experience ._experience--slide img {
      max-width: 100%; }
    .story--experience ._experience--slide ._slide {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      overflow: hidden;
      background: #f0f0f0; }
      @media (max-width: 768px) {
        .story--experience ._experience--slide ._slide {
          height: 100% !important; } }
      @media (max-width: 980px) {
        .story--experience ._experience--slide ._slide {
          width: 100%;
          padding-top: 0px; } }
      .story--experience ._experience--slide ._slide--content {
        width: 90%;
        padding-top: 16%;
        margin-left: 0px;
        display: inline-block;
        position: relative;
        vertical-align: middle; }
        .story--experience ._experience--slide ._slide--content:after {
          content: "";
          position: absolute;
          width: 20%;
          height: 1px;
          background: #af7075;
          top: 20%;
          right: 0; }
          @media (min-width: 2520px) {
            .story--experience ._experience--slide ._slide--content:after {
              top: 50%; } }
          @media (min-width: 1920px) and (max-width: 2519px) {
            .story--experience ._experience--slide ._slide--content:after {
              top: 40%; } }
          @media (min-width: 1720px) and (max-width: 1920px) {
            .story--experience ._experience--slide ._slide--content:after {
              top: 40%; } }
          @media (min-width: 1520px) and (max-width: 1719px) {
            .story--experience ._experience--slide ._slide--content:after {
              top: 25%; } }
          @media (min-width: 1441px) and (max-width: 1519px) {
            .story--experience ._experience--slide ._slide--content:after {
              top: 23%; } }
        @media (min-width: 2520px) {
          .story--experience ._experience--slide ._slide--content {
            width: 90%;
            padding-top: 25%;
            margin-left: 40px; } }
        @media (min-width: 1920px) and (max-width: 2519px) {
          .story--experience ._experience--slide ._slide--content {
            padding-top: 20%;
            margin-left: 40px; } }
        @media (min-width: 1720px) and (max-width: 1920px) {
          .story--experience ._experience--slide ._slide--content {
            padding-top: 19%;
            margin-left: 30px; } }
        @media (min-width: 1519px) and (max-width: 1600px) {
          .story--experience ._experience--slide ._slide--content {
            padding-top: 17%; } }
        @media (min-width: 1441px) and (max-width: 1519px) {
          .story--experience ._experience--slide ._slide--content {
            padding-top: 18%; } }
        @media (min-width: 1200px) and (max-width: 1300px) {
          .story--experience ._experience--slide ._slide--content {
            padding-top: 10%; } }
        @media (min-width: 980px) and (max-width: 1199px) {
          .story--experience ._experience--slide ._slide--content {
            padding-top: 10%; } }
        @media (max-width: 980px) {
          .story--experience ._experience--slide ._slide--content {
            width: 90%;
            padding-top: 5%;
            display: block;
            margin: 0 auto; } }
        .story--experience ._experience--slide ._slide--content h2 {
          width: 100%;
          color: #841a23;
          position: relative;
          line-height: 25px;
          margin: 0 auto 24px auto; }
          @media (max-width: 768px) {
            .story--experience ._experience--slide ._slide--content h2 {
              width: 100%; } }
        .story--experience ._experience--slide ._slide--content p {
          width: 100%;
          color: #841a23;
          line-height: 25px;
          margin: 0 auto 20px auto; }
          @media (max-width: 768px) {
            .story--experience ._experience--slide ._slide--content p {
              width: 100%; } }
        .story--experience ._experience--slide ._slide--content .NextBtn {
          display: inline-block;
          display: inline-block;
          vertical-align: middle;
          border-radius: 100%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          vertical-align: middle;
          text-align: center;
          background: url("../images/story--next.png") #cac0ba center no-repeat;
          text-indent: -9999px;
          background-size: 8px;
          cursor: pointer;
          position: relative;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          opacity: .7; }
          .story--experience ._experience--slide ._slide--content .NextBtn:hover {
            opacity: 1; }
          @media (max-width: 990px) {
            .story--experience ._experience--slide ._slide--content .NextBtn {
              display: none; } }
          .story--experience ._experience--slide ._slide--content .NextBtn.disabled {
            cursor: default;
            opacity: .4; }
        .story--experience ._experience--slide ._slide--content .PrevBtn {
          display: inline-block;
          display: inline-block;
          vertical-align: middle;
          border-radius: 100%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          vertical-align: middle;
          text-align: center;
          margin-right: 5px;
          background: url("../images/story--prev.png") #cac0ba center no-repeat;
          background-size: 8px;
          text-indent: -9999px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          opacity: .7;
          cursor: pointer; }
          .story--experience ._experience--slide ._slide--content .PrevBtn:hover {
            opacity: 1; }
          @media (max-width: 990px) {
            .story--experience ._experience--slide ._slide--content .PrevBtn {
              display: none; } }
          .story--experience ._experience--slide ._slide--content .PrevBtn.disabled {
            cursor: default;
            opacity: .4; }
      .story--experience ._experience--slide ._slide--image {
        width: 100%;
        display: inline-block;
        position: relative;
        opacity: 0;
        vertical-align: middle; }
        @media (max-width: 768px) {
          .story--experience ._experience--slide ._slide--image {
            height: auto !important;
            display: block;
            width: 90%;
            margin: 20px auto; } }
        .story--experience ._experience--slide ._slide--image img {
          width: 100%;
          vertical-align: middle; }
          @media (max-width: 768px) {
            .story--experience ._experience--slide ._slide--image img {
              height: auto !important;
              width: 100%; } }
      .story--experience ._experience--slide ._slide--inner {
        padding-left: 60px;
        position: relative; }
        @media (max-width: 768px) {
          .story--experience ._experience--slide ._slide--inner {
            padding-left: 0; } }
      .story--experience ._experience--slide ._slide--title h3 {
        margin: 0;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 16px;
        color: #841a23;
        letter-spacing: 0.2em;
        position: relative;
        padding-left: 50px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left;
        position: absolute;
        bottom: 0;
        left: 50px;
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media (max-width: 768px) {
          .story--experience ._experience--slide ._slide--title h3 {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            position: static;
            margin-top: 15px; } }
        .story--experience ._experience--slide ._slide--title h3:before {
          content: "";
          width: 40px;
          height: 1px;
          background-color: #841a23;
          position: absolute;
          left: 0;
          top: 8px; }
        .story--experience ._experience--slide ._slide--title h3:after {
          content: "";
          display: inline-block;
          vertical-align: middle;
          border-radius: 100%;
          width: 4px;
          height: 4px;
          line-height: 4px;
          vertical-align: middle;
          text-align: center;
          background-color: #841a23;
          position: absolute;
          left: 38px;
          top: 7px; }
    .story--experience ._experience--slide ._slide--active {
      width: 60%; }
      .story--experience ._experience--slide ._slide--active ._slide--image img {
        width: 300px; }

.owl-item.active ._slide--title h3 {
  opacity: 1; }

.owl-item.active ._slide--image {
  opacity: 1; }

.signatures--wraper-content {
  margin-top: 50px; }

.dbscards {width: 40%; margin-bottom: 10px;}

.signatures--block {
  width: 100%;
  margin-bottom: 5px;
  position: relative; }
  .signatures--block-wraper {
    position: relative;
    min-height: 400px; }
    @media (min-width: 1720px) {
      .signatures--block-wraper {
        min-height: 500px; } }
    .signatures--block-wraper.boloyou .signatures--block-images {
      width: 40%; }
      .signatures--block-wraper.boloyou .signatures--block-images img {
        width: 100%; }
        @media (min-width: 2520px) {
          .signatures--block-wraper.boloyou .signatures--block-images img {
            width: 92%; } }
    .signatures--block-wraper.boloyou .signatures--block-info h2 {
      padding-top: 6px;
      padding-bottom: 6px;
      background-size: 25%; }
    .signatures--block-wraper.boloyou .signatures--block-info-wraper {
      padding-top: 18px !important; }
      @media (min-width: 1720px) {
        .signatures--block-wraper.boloyou .signatures--block-info-wraper {
          padding-top: 40px !important; } }
      @media (min-width: 2520px) {
        .signatures--block-wraper.boloyou .signatures--block-info-wraper {
          padding-top: 70px !important; } }
    .signatures--block-wraper.boloyou .signatures--block-images-wraper.desktop {
      left: 130px !important; }
      @media (max-width: 1280px) {
        .signatures--block-wraper.boloyou .signatures--block-images-wraper.desktop {
          left: 60px !important; } }
      @media (min-width: 1720px) {
        .signatures--block-wraper.boloyou .signatures--block-images-wraper.desktop {
          left: 190px !important;
          top: 0; } }
      @media (min-width: 2520px) {
        .signatures--block-wraper.boloyou .signatures--block-images-wraper.desktop {
          left: 220px !important; } }
    .signatures--block-wraper.cheesetoast .signatures--block-images {
      width: 40%;
      top: 35%;
      left: 10%; }
      .signatures--block-wraper.cheesetoast .signatures--block-images img {
        width: 100%; }
    .signatures--block-wraper.cheesetoast .signatures--block-info h2 {
      padding-top: 6px;
      padding-bottom: 6px; }
  .signatures--block.coffe {
    background: url("../images/signatures--bg-coffe.png");
    background-size: cover; }
    @media (max-width: 768px) {
      .signatures--block.coffe .signatures--block-images-wraper {
        margin-top: -80px;
        width: 70%;
        margin-bottom: -30px; }
        .signatures--block.coffe .signatures--block-images-wraper img {
          width: 100%; } }
    .signatures--block.coffe h2 {
      background: url("../images/icon--coffe.png") no-repeat left center;
      background-size: 55px;
      padding-left: 70px;
      letter-spacing: 5px; }
      @media (min-width: 1720px) {
        .signatures--block.coffe h2 {
          font-size: 38px;
          background-size: 85px;
          padding-left: 110px; } }
      @media (max-width: 768px) {
        .signatures--block.coffe h2 {
          padding-left: 0;
          background: none; } }
    .signatures--block.coffe .signatures--block-images-wraper {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
  .signatures--block.toast {
    background: #f5e7e4; }
    .signatures--block.toast .signatures--block-wraper.item.cheesetoast .signatures--block-images-wraper {
      top: 70px; }
      @media (max-width: 1280px) {
        .signatures--block.toast .signatures--block-wraper.item.cheesetoast .signatures--block-images-wraper {
          width: 64%;
          left: -70px; } }
    .signatures--block.toast .signatures--block-info-wraper {
      width: 55%;
      padding-top: 8px; }
      @media (min-width: 1720px) {
        .signatures--block.toast .signatures--block-info-wraper {
          padding-top: 18px; } }
      @media (min-width: 2520px) {
        .signatures--block.toast .signatures--block-info-wraper {
          padding-top: 60px; } }
      @media (max-width: 768px) {
        .signatures--block.toast .signatures--block-info-wraper {
          margin-top: 80px; } }
    .signatures--block.toast .signatures--block-images-wraper {
      top: -20px;
      width: 80%;
      left: 50px; }
      .signatures--block.toast .signatures--block-images-wraper.desktop {
        display: block; }
      .signatures--block.toast .signatures--block-images-wraper.mobile {
        display: none; }
      @media (max-width: 1280px) {
        .signatures--block.toast .signatures--block-images-wraper {
          width: 70%;
          left: -30px; } }
      @media (max-width: 768px) {
        .signatures--block.toast .signatures--block-images-wraper {
          left: 0; }
          .signatures--block.toast .signatures--block-images-wraper.desktop {
            display: none; }
          .signatures--block.toast .signatures--block-images-wraper.mobile {
            display: block;
            top: 50px !important; } }
    .signatures--block.toast h2 {
      padding-right: 75px;
      background-size: 65px;
      display: inline-block;
      margin-top: 0;
      margin-bottom: 10px;
      letter-spacing: 5px; }
      @media (min-width: 1720px) {
        .signatures--block.toast h2 {
          font-size: 38px;
          background-size: 100px;
          padding-right: 115px; } }
      @media (max-width: 768px) {
        .signatures--block.toast h2 {
          font-size: 30px;
          line-height: 40px;
          background: none;
          padding-right: 0; } }
    .signatures--block.toast p {
      margin-top: 0; }
  .signatures--block.thermal {
    background: #f0f1e2;
    overflow: hidden; }
    .signatures--block.thermal h2 {
      letter-spacing: 5px; }
      @media (max-width: 768px) {
        .signatures--block.thermal h2 {
          padding-top: 20px; } }
    .signatures--block.thermal .signatures--block-info {
      left: 10%; }
      @media (max-width: 768px) {
        .signatures--block.thermal .signatures--block-info {
          left: 0;
          padding-bottom: 40px; } }
      @media (min-width: 1920px) {
        .signatures--block.thermal .signatures--block-info-wraper {
          padding-top: 30px; } }
      @media (min-width: 1920px) {
        .signatures--block.thermal .signatures--block-info-wraper p {
          width: 70%; } }
      @media (max-width: 768px) {
        .signatures--block.thermal .signatures--block-info-wraper p {
          margin: 30px auto 0; } }
    .signatures--block.thermal .signatures--block-images {
      right: 0;
      left: auto;
      top: 0;
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
      .signatures--block.thermal .signatures--block-images-wraper {
        top: 0;
        width: 80%; }
        .signatures--block.thermal .signatures--block-images-wraper.desktop {
          display: block; }
        .signatures--block.thermal .signatures--block-images-wraper.mobile {
          display: none; }
        @media (max-width: 768px) {
          .signatures--block.thermal .signatures--block-images-wraper.desktop {
            display: none; }
          .signatures--block.thermal .signatures--block-images-wraper.mobile {
            display: block; } }
  .signatures--block.slider {
    background: #dfe8f1; }
  .signatures--block-images {
    width: 50%;
    position: absolute;
    top: 63%;
    left: 0;
    font-family: 'Dosis', sans-serif;
    text-align: left;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    font-weight: 400; }
    .signatures--block-images.desktop {
      display: block; }
      @media (max-width: 768px) {
        .signatures--block-images.desktop {
          display: none; } }
    .signatures--block-images.mobile {
      display: none; }
      @media (max-width: 768px) {
        .signatures--block-images.mobile {
          display: block;
          margin-top: -30px; }
          .signatures--block-images.mobile img {
            width: 100%; } }
    @media (max-width: 768px) {
      .signatures--block-images {
        width: 100% !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%); } }
    .signatures--block-images-wraper {
      width: 90%;
      margin: 0 auto;
      top: -100px;
      position: relative; }
      .signatures--block-images-wraper img {
        width: 100%; }
      @media (min-width: 1720px) {
        .signatures--block-images-wraper {
          width: 60%;
          top: -80px; } }
      @media (max-width: 768px) {
        .signatures--block-images-wraper {
          top: 0;
          width: 70%;
          text-align: center; }
          .signatures--block-images-wraper img {
            width: 100%; } }
      .signatures--block-images-wraper.leaf {
        position: absolute;
        z-index: 20;
        left: 100px;
        top: 15%;
        width: 60%; }
        @media (min-width: 1720px) {
          .signatures--block-images-wraper.leaf {
            left: 210px;
            top: 10px; } }
        @media (min-width: 2520px) {
          .signatures--block-images-wraper.leaf {
            left: 210px;
            top: 80px; } }
        @media (max-width: 1280px) {
          .signatures--block-images-wraper.leaf {
            width: 50%;
            top: 15%; } }
        @media (max-width: 768px) {
          .signatures--block-images-wraper.leaf {
            left: 20%;
            top: 40%;
            width: 60% !important; } }
        @media (max-width: 640px) {
          .signatures--block-images-wraper.leaf {
            left: 10%;
            top: 60%; } }
      .signatures--block-images-wraper.cery {
        position: absolute;
        z-index: 20;
        left: 0;
        top: 35%;
        width: 60%; }
        @media (min-width: 1720px) and (max-width: 1920px) {
          .signatures--block-images-wraper.cery {
            left: 150px;
            top: 200px;
            width: 400px; } }
        @media (min-width: 1920px) {
          .signatures--block-images-wraper.cery {
            left: 150px;
            top: 200px;
            width: 520px; } }
        @media (min-width: 2520px) {
          .signatures--block-images-wraper.cery {
            left: 250px;
            top: 260px; } }
        @media (max-width: 768px) {
          .signatures--block-images-wraper.cery {
            left: 10%;
            top: 90%;
            width: 250px !important; } }
        @media (max-width: 640px) {
          .signatures--block-images-wraper.cery {
            width: 160px !important;
            left: 10%;
            top: 100%; } }
  .signatures--block-info {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Dosis', sans-serif;
    text-align: left;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    font-weight: 400; }
    @media (max-width: 1280px) {
      .signatures--block-info {
        width: 60%;
        right: 10px; } }
    @media (max-width: 768px) {
      .signatures--block-info {
        top: 0;
        -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        position: relative;
        width: 100%;
        text-align: center;
        padding-bottom: 50px; } }
    .signatures--block-info-wraper {
      display: inline-block;
      width: 65%; }
      @media (max-width: 768px) {
        .signatures--block-info-wraper {
          width: 100% !important; } }
      .signatures--block-info-wraper h2 {
        font-weight: 900;
        font-size: 24px;
        color: #1c1c1a;
        text-transform: uppercase; }
        @media (min-width: 1720px) {
          .signatures--block-info-wraper h2 {
            font-size: 38px; } }
      .signatures--block-info-wraper p {
        margin: 20px 0; }
        @media (min-width: 1720px) {
          .signatures--block-info-wraper p {
            font-size: 16px;
            line-height: 26px;
            width: 85%;
            margin-bottom: 30px;
            margin-top: 20px; } }
        @media (max-width: 768px) {
          .signatures--block-info-wraper p {
            margin: 30px auto;
            width: 90%; } }
      .signatures--block-info-wraper .button {
        letter-spacing: 1px; }
    .signatures--block-info-img_title {
      margin-right: 20px;
      vertical-align: top;
      width: 23%;
      display: inline-block; }
      .signatures--block-info-img_title img {
        width: 100%; }
      @media (min-width: 1720px) {
        .signatures--block-info-img_title {
          margin-right: 40px; } }
      @media (max-width: 768px) {
        .signatures--block-info-img_title {
          display: none; } }
  .signatures--block #signatures-slider, .signatures--block #signatures-slider2, .signatures--block #signatures-slider3 {
    width: 100%;
    height: 500px;
    overflow: hidden; }
    @media (max-width: 1480px) {
      .signatures--block #signatures-slider, .signatures--block #signatures-slider2, .signatures--block #signatures-slider3 {
        height: 420px; } }
    @media (max-width: 768px) {
      .signatures--block #signatures-slider, .signatures--block #signatures-slider2, .signatures--block #signatures-slider3 {
        height: 700px; } }
    .signatures--block #signatures-slider .signatures--block-images, .signatures--block #signatures-slider2 .signatures--block-images, .signatures--block #signatures-slider3 .signatures--block-images {
      right: 0;
      left: auto; }
      .signatures--block #signatures-slider .signatures--block-images img, .signatures--block #signatures-slider2 .signatures--block-images img, .signatures--block #signatures-slider3 .signatures--block-images img {
        width: 100%; }
    .signatures--block #signatures-slider .signatures--block-info, .signatures--block #signatures-slider2 .signatures--block-info, .signatures--block #signatures-slider3 .signatures--block-info {
      right: auto;
      left: 0; }

#navhere {
  position: absolute;
  z-index: 900;
  top: 45%;
  width: 100%; }
  @media (max-width: 768px) {
    #navhere {
      position: relative;
      top: auto;
      bottom: 10%;
      width: 40%;
      margin: 0px auto;
      height: 100px; }
      #navhere:after {
        content: "";
        top: -20px;
        left: 49%;
        width: 1px;
        height: 100px;
        position: absolute;
        display: inline-block;
        background: #1c1c1a; } }
  #navhere .owl-next {
    width: 53px;
    text-indent: -9999px;
    height: 74px;
    left: 5%;
    background: url("../images/prev-button.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute; }
  #navhere .owl-prev {
    width: 53px;
    text-indent: -9999px;
    height: 78px;
    right: 5%;
    background: url("../images/next-button.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute; }

.add-delay01 {
  -webkit-animation-delay: 0.5ms;
  animation-delay: 0.5ms; }

.add-delay02 {
  -webkit-animation-delay: 0.8ms;
  animation-delay: 0.8ms; }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

@media (max-width: 768px) {
  .signatures--block.toast .signatures--block-info-wraper p {
    margin: 0 auto; } }

.product .main--inner {
  padding-top: 0; }

.product .fp-section.fp-table {
  display: block !important; }

.product .fp-tableCell {
  vertical-align: top;
  display: block !important; }

.product--title .sub-page-title {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin-right: -12px; }
  .product--title .sub-page-title.desktop {
    display: block; }
  .product--title .sub-page-title.mobile {
    display: none; }
  @media (max-width: 520px) {
    .product--title .sub-page-title {
      letter-spacing: 8px;
      margin-right: 0;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px; }
      .product--title .sub-page-title.desktop {
        display: none; }
      .product--title .sub-page-title.mobile {
        display: block; } }

.product--title .page-title {
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 15px;
  margin-right: -15px; }
  @media (max-width: 520px) {
    .product--title .page-title {
      letter-spacing: 10px;
      margin-right: -10px; } }

.product--wraper-content {
  margin-top: 30px;
  min-height: 80vh;
  text-align: center;
  background: #cac0ba;
  margin-bottom: 5px;
  padding: 20px 0;
  position: relative; }
  @media (min-width: 1720px) {
    .product--wraper-content {
      padding: 20px 0 70px;
      margin-top: 80px; } }
  @media (max-width: 520px) {
    .product--wraper-content {
      margin-top: 80px; } }

.product--content-images img {
  position: relative;
  left: -20px;
  margin-top: -100px;
  width: 300px; }
  @media (min-width: 1600px) and (max-width: 1720) {
    .product--content-images img {
      width: 650px; } }
  @media (min-width: 1720px) {
    .product--content-images img {
      width: 650px; } }
  @media (min-width: 1720px) and (max-width: 1920px) {
    .product--content-images img {
      width: 650px; } }
  @media (min-width: 2520px) {
    .product--content-images img {
      width: 650px;
      margin-top: -100px; } }
  @media (max-width: 768px) {
    .product--content-images img {
      width: 560px;
      left: 0;
      margin: -80px auto 0; } }
  @media (max-width: 620px) {
    .product--content-images img {
      width: 320px;
      margin: -80px auto 0;
      left: 0; } }

.product--content {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  margin-top: -50px; }
  @media (min-width: 1720px) {
    .product--content {
      width: 755px; } }
  @media (min-width: 2520px) {
    .product--content {
      width: 755px; } }
  @media (max-width: 520px) {
    .product--content {
      width: 90%; } }
  .product--content p {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px; }
    @media (min-width: 1920px) {
      .product--content p {
        font-size: 18px;
        line-height: 32px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
    @media (min-width: 1720px) and (max-width: 1920px) {
      .product--content p {
        font-size: 16px;
        line-height: 28px; } }
  .product--content .wraper-learn-more {
    display: block;
    clear: none;
    bottom: 30%;
    width: 100%;
    z-index: 900;
    left: 0;
    text-align: center; }
    @media (min-width: 1720px) {
      .product--content .wraper-learn-more {
        bottom: 20%; } }
    .product--content .wraper-learn-more a {
      color: #461e0e;
      position: relative;
      cursor: pointer;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      margin: -15px auto 40px auto;
      width: 100px; }
      @media (min-width: 1920px) {
        .product--content .wraper-learn-more a {
          font-size: 16px;
          letter-spacing: 12px;
          width: 230px;
          margin: 40px auto 40px auto; } }
      @media (min-width: 1720px) and (max-width: 1920px) {
        .product--content .wraper-learn-more a {
          margin: 40px auto 40px auto;
          font-size: 16px;
          letter-spacing: 12px;
          width: 230px; } }
      @media (min-width: 2520px) {
        .product--content .wraper-learn-more a {
          margin: 40px auto 40px auto; } }
      .product--content .wraper-learn-more a i {
        display: block;
        position: absolute;
        margin-top: 5px;
        font-size: 60px;
        left: 30px;
        top: 3px; }
        @media (min-width: 1720px) {
          .product--content .wraper-learn-more a i {
            left: 90px;
            top: 10px; } }

.product--slider-content {
  height: 400px;
  background: #fff; }

.promotion--block {
  padding: 30px 0;
  position: relative;
  margin-bottom: 5px; }

  .promotion--block.default {
    background: url("../images/promotion--rewards.png") no-repeat right 5% bottom #ffd538;
    background-size: 38%;}

  @media (min-width: 1720px) {
    .promotion--block {
      padding: 50px 0 30px 0; } }
  @media (max-width: 520px) {
    .promotion--block {
      padding: 40px 0 0px 0; }

    .promotion--block.default {
        background: url("../images/promotion--rewards.png") no-repeat right 15% bottom #ffd538;
        background-size: 73%;
        padding-bottom: 170px; }
   
    }

    @media (min-width: 768px) {
      
      .promotion--block.default {
          background: url("../images/promotion--rewards.png") no-repeat right -3% bottom #ffd538;
          background-size: 53%;
           }
     
      }


        @media (min-width: 1180px) {
          
          .promotion--block.default {
            background: url(../images/promotion--rewards.png) no-repeat right -3% bottom #ffd538;
            background-size: 49%;
        }
         
          }


          @media (min-width: 1306px) {
            
            .promotion--block.default {
              background: url(../images/promotion--rewards.png) no-repeat right -3% bottom #ffd538;
              background-size: 42%;
          }
           
            }
    
        @media (min-width: 1435px) {
          .promotion--block.default {
              background: url("../images/promotion--rewards.png") no-repeat right 5% bottom #ffd538;
              background-size: 38%; } }
      
          @media (min-width: 1920px) {
            .promotion--block.default {
              background: url("../images/promotion--rewards.png") no-repeat right 5% bottom #ffd538;
              background-size: 38%; } }
          @media (min-width: 2520px) {
            .promotion--block.default {
              background: url("../images/promotion--rewards.png") no-repeat right 5% bottom #ffd538;
              background-size: 28%; } }



  .promotion--block.orba {
    /*background: url("../images/promotion--orba.png") repeat-x left top;*/
    background-color: #fcedeb;
    background-size: cover; }
    .promotion--block.orba h2 {
      margin-top: 0;
      color: #843939;
      text-transform: uppercase; }
    .promotion--block.orba p {
      color: #843939; }
    .promotion--block.orba span {
      color: #8a7578; }
  .promotion--block.green {
    background: url("../images/promotion--bakuttea.png") no-repeat right top #f4f6e0;
    background-size: 37%; }
    @media (max-width: 520px) {
      .promotion--block.green {
        background: url("../images/promotion--bakuttea.png") no-repeat left -13px bottom #f4f6e0;
        background-size: 110%;
        padding-bottom: 360px; } }
    .promotion--block.green h2 {
      margin-top: 0;
      color: #6a6e3f;
      text-transform: uppercase; }
      @media (min-width: 1720px) {
        .promotion--block.green h2 {
          line-height: 60px; } }
    .promotion--block.green .promotion--block-wraper p {
      color: #6b6f3e;
      margin-top: 20px; }
    .promotion--block.green .promotion--block-wraper span {
      color: #b7b9a4; }
  .promotion--block-wraper {
    padding-left: 8%;
    padding-right: 8%;
    width: 65%;
    font-family: "Dosis", sans-serif; }
    @media (max-width: 520px) {
      .promotion--block-wraper {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; } }
    .promotion--block-wraper h2 {
      font-size: 35px;
      text-transform: uppercase;
      letter-spacing: 5px;
      line-height: 40px;
      margin-bottom: 20px;
      font-family: "Dosis", sans-serif;
      font-weight: 500;
      color: #000; }
      @media (min-width: 1720px) {
        .promotion--block-wraper h2 {
          font-size: 38px; } }
      @media (max-width: 520px) {
        .promotion--block-wraper h2 {
          font-size: 20px;
          letter-spacing: 5px;
          line-height: 30px; } }
    .promotion--block-wraper p {
      font-size: 14px;
      color: #000; }
      @media (min-width: 1720px) {
        .promotion--block-wraper p {
          font-size: 16px;
          width: 65%;
          line-height: 28px; } }
    .promotion--block-wraper span {
      display: block;
      color: #fafafa; }
      @media (min-width: 1720px) {
        .promotion--block-wraper span {
          font-size: 16px; } }
  .promotion--block-share {
    margin-top: 25px;
    margin-bottom: 25px; }
  .promotion--block-images {
    width: 487px;
    position: absolute;
    bottom: 0;
    right: 4%; }
    .promotion--block-images img {
      width: 100%; }
    @media (min-width: 1720px) {
      .promotion--block-images {
        width: 487px; } }
    @media (max-width: 520px) {
      .promotion--block-images {
        width: 100%;
        position: relative;
        right: 0;
        margin-top: 40px; } }
  .promotion--block .orba-card {
    background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 0 bottom;
    background-size: 35%; }
    @media (max-width: 520px) {
      .promotion--block .orba-card {
        background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat bottom 10px center;
        background-size: 40%;
        padding-bottom: 170px; } }
    
    @media (min-width: 768px) {
          .promotion--block .orba-card {
            background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 15px center;
            background-size: 40%;
            } }

     @media (min-width: 1062px) {
          .promotion--block .orba-card {
            background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 100px center;
            background-size: 25%;
            } }
     @media (min-width: 1306px) {
              .promotion--block .orba-card {
                background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 100px center;
                background-size: 25%;
                } }

      @media (min-width: 1435px) {
        .promotion--block .orba-card {
          background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 150px center;
          background-size: 25%;
          } }
    
        @media (min-width: 1920px) {
          .promotion--block .orba-card {
            background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 150px center;
            background-size: 25%;
            } }
        @media (min-width: 2520px) {
          .promotion--block .orba-card {
            background: url("../images/promotions/TB_Website_Promo_TinyBlocks_Square.gif") no-repeat right 168px center;
            background-size: 25%;
            } }


    /*---- MILO PROMO ----*/


    @media (max-width: 1520px) {
      .milo-promo .promotion--block-wraper {
        width: 55%; } }

    @media (max-width: 1320px) {
      .milo-promo .promotion--block-wraper {
        width: 45%; } }


.promotion--block{min-height: 480px;}
.promotion--block>div{min-height: 420px;}

  @media (max-width: 1920){
    .promotion--block{background-size: 65% !important;}
  }

.location {
  background-size: cover;
  position: relative;
  height: 100%; }
  .location .main {
    background: #fafafa; }
  .location:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
  .location .site {
    position: relative;
    z-index: 2;
    height: 100%; }
    @media (max-width: 768px) {
      .location .site {
        overflow: auto; } }
  .location--main {
    background: #fafafa;
    height: 80vh;
    width: 100%;
    margin: 0px auto;
    position: relative; }
    @media (min-width: 1720px) {
      .location--main {
        min-height: 75vh; } }
    @media (min-width: 1836px) and (max-width: 2518px) {
      .location--main {
        min-height: 78vh; } }
    @media (min-width: 2520px) {
      .location--main {
        min-height: 82vh; } }
    @media (max-width: 768px) {
      .location--main {
        display: block;
        width: 100%; } }
    @media (max-width: 640px) {
      .location--main {
        min-height: 1020px; } }
  .location--info {
    color: #841a23;
    text-align: center;
    overflow: hidden;
    width: 370px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50px;
    left: 10%;
    z-index: 9999; }
    @media (min-width: 1720px) {
      .location--info {
        width: 400px; } }
    @media (max-width: 768px) {
      .location--info {
        position: relative;
        margin: 0 auto 20px;
        left: 0;
        top: 0px !important;
        z-index: 90;
        min-height: 510px; } }
    .location--info ._section--main {
      width: 100%;
      height: 100%;
      padding: 40px 30px 20px; }
      @media (max-width: 768px) {
        .location--info ._section--main {
          padding-left: 0;
          padding-right: 0; } }
    .location--info ._section--detail {
      display: block;
      padding: 40px 30px 20px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fefefe; }
    .location--info--main ._subtitle {
      font-size: 13px;
      line-height: 13px;
      margin: 0 0 38px;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .location--info--main ._title {
      font-size: 38px;
      line-height: 36px;
      margin: 0 0 40px;
      text-transform: uppercase;
      letter-spacing: 15px; }
      @media (min-width: 1720px) {
        .location--info--main ._title {
          font-size: 50px; } }
      @media (max-width: 480px) {
        .location--info--main ._title {
          letter-spacing: 0.3em; } }
    .location--info--main ._info {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 14px; }
      @media (min-width: 1720px) {
        .location--info--main ._info {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .location--info--main ._info {
          padding-left: 30px;
          padding-right: 30px; } }
      .location--info--main ._info p {
        margin-bottom: 12px; }
    .location--info--detail .location--info--main ._title {
      font-size: 32px;
      letter-spacing: 0.3em; }
    .location--info--detail ._title {
      display: inline-block; }
    .location--info--detail ._close {
      display: inline-block;
      height: 40px;
      width: 40px;
      background: url("../images/icon--close.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      position: relative;
      top: 8px;
      left: 15px; }
    .location--info--detail ._filter--back {
      display: inline-block;
      margin-top: 30px;
      color: #841a23;
      text-decoration: underline;
      font-size: 12px;
      line-height: 14px; }
    .location--info--detail ._store--list {
      height: 505px; }
      .location--info--detail ._store--list ._scrollbar {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding-right: 20px; }
        .location--info--detail ._store--list ._scrollbar .ps__scrollbar-y-rail {
          position: absolute;
          right: 6px;
          width: 8px;
          height: 100%;
          background-color: #e2e2e2;
          border-radius: 20px; }
          .location--info--detail ._store--list ._scrollbar .ps__scrollbar-y-rail._disable {
            display: none; }
        .location--info--detail ._store--list ._scrollbar .ps__scrollbar-y {
          position: absolute;
          left: 0;
          width: 8px;
          border-radius: 20px;
          background-color: #841a23; }
      .location--info--detail ._store--list ._store {
        text-align: left;
        padding: 24px 8px;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
        cursor: pointer; }
        .location--info--detail ._store--list ._store:hover {
          background-color: #fafafa; }
        .location--info--detail ._store--list ._store--link {
          content: "";
          width: 16px;
          height: 16px;
          background: url("../images/icon--pointer.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: contain;
          position: absolute;
          top: 25px;
          right: 20px; }
        .location--info--detail ._store--list ._store--title {
          font-size: 14px;
          line-height: 18px;
          font-weight: bold;
          margin: 0; }
        .location--info--detail ._store--list ._store--address {
          font-size: 13px;
          line-height: 17px; }
        .location--info--detail ._store--list ._store--info {
          font-size: 13px;
          line-height: 17px; }
  .location--current {
    font-size: 12px;
    line-height: 24px;
    padding-left: 30px; }
    @media (min-width: 1720px) {
      .location--current {
        font-size: 14px; } }
    .location--current ._address {
      display: inline-block;
      position: relative; }
      .location--current ._address:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 9px;
        height: 9px;
        line-height: 9px;
        vertical-align: middle;
        text-align: center;
        background-color: #841a23;
        position: absolute;
        left: -18px;
        top: 7px; }
      .location--current ._address--value {
        cursor: pointer;
        text-decoration: underline; }
  .location--map {
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%; }
    @media (max-width: 620px) {
      .location--map {
        height: auto; } }
    .location--map ._col--inner {
      width: 100%;
      height: 100%; }
    .location--map--view {
      width: 100%;
      height: 100%; }
      @media (max-width: 768px) {
        .location--map--view {
          height: 100%;
          margin-top: 0px;
          width: 80%;
          margin: 0 auto; } }
      @media (max-width: 620px) {
        .location--map--view {
          height: 600px;
          margin-top: 0px; } }
    .location--map--actions {
      position: absolute;
      right: 20px;
      top: 20px; }
      @media (max-width: 768px) {
        .location--map--actions {
          display: none; } }
      @media (min-width: 1720px) {
        .location--map--actions {
          right: 40px;
          top: 40px; } }
      .location--map--actions a {
        display: block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-decoration: none;
        color: #ffffff;
        background-color: #841a23;
        text-align: center;
        font-size: 20px; }
        @media (min-width: 1720px) {
          .location--map--actions a {
            font-size: 30px;
            width: 40px;
            height: 40px;
            line-height: 40px; } }
        .location--map--actions a:hover {
          background-color: #6f171e; }
        .location--map--actions a._action--plus {
          border-radius: 10px 10px 0 0;
          line-height: 23px;
          line-height: 31px; }
        .location--map--actions a._action--minus {
          border-radius: 0 0 10px 10px;
          line-height: 20px; }
    .location--map .gm-style-wrapper {
      background-color: #ffffff;
      border-radius: 10px;
      color: #3b3737;
      -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05); }
      .location--map .gm-style-wrapper._animated {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px); }
      .location--map .gm-style-wrapper._open {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1 !important; }
      .location--map .gm-style-wrapper ._store--info {
        padding: 10px 0 10px 5px; }
        .location--map .gm-style-wrapper ._store--info--name {
          margin-bottom: 14px;
          font-size: 13px;
          font-weight: bold;
          color: #841a23; }
          .location--map .gm-style-wrapper ._store--info--name a {
            color: #841a23;
            text-decoration: underline; }
      .location--map .gm-style-wrapper .box-arrow {
        border-right-width: 10px !important;
        border-left-width: 10px !important;
        border-top: #ffffff 12px solid !important; }
      .location--map .gm-style-wrapper p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px; }
  .location--filter {
    margin-top: 30px; }
    .location--filter ._nav {
      margin-bottom: 12px; }
    .location--filter ._filter--keyword--close {
      width: 16px;
      height: 16px;
      background: url("../images/icon--remove.png") no-repeat 0 0;
      background-size: contain;
      position: absolute;
      top: 10px;
      right: 10px; }
      .location--filter ._filter--keyword--close#back-button {
        width: 32px;
        height: 32px;
        background: url("../images/icon--back.png") no-repeat 0 0;
        top: -40px;
        left: -5px; }
        @media (max-width: 768px) {
          .location--filter ._filter--keyword--close#back-button {
            left: 15px; } }
    .location--filter ._keyword--select {
      width: 80%;
      margin: 0 auto 25px;
      position: relative; }
      .location--filter ._keyword--select input {
        width: 100%;
        border-radius: 50px;
        height: 36px;
        line-height: 34px;
        border: 1px solid #a2565c;
        color: #a2565c;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none; }
      .location--filter ._keyword--select .autocomplete {
        display: none;
        position: absolute;
        top: 40px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important; }
        .location--filter ._keyword--select .autocomplete.open {
          display: block; }
        .location--filter ._keyword--select .autocomplete ul {
          padding: 0;
          margin: 0;
          list-style: none;
          padding: 20px;
          background-color: #ffffff;
          border: 1px solid #cccccc;
          height: 140px;
          overflow: auto; }
          .location--filter ._keyword--select .autocomplete ul li {
            margin: 0;
            padding: 0; }
          .location--filter ._keyword--select .autocomplete ul li {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 14px;
            color: #841a23;
            text-align: left; }
            .location--filter ._keyword--select .autocomplete ul li br {
              display: none; }
    .location--filter ._area--menus {
      width: 90%;
      margin: 0px auto;
      margin-bottom: 25px; }
      .location--filter ._area--menus .button {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 15px;
        width: 38%;
        float: left;
        border-radius: 15px; }
        @media (min-width: 1720px) {
          .location--filter ._area--menus .button {
            border-radius: 20px;
            padding: 5px 40px 5px 40px; } }
    .location--filter ._filter--back {
      color: #841a23;
      text-decoration: underline;
      font-size: 12px;
      line-height: 14px; }
    .location--filter ._filter--content {
      position: relative; }
      .location--filter ._filter--content ._filter--section {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden; }
        .location--filter ._filter--content ._filter--section._active {
          position: static;
          z-index: 1;
          opacity: 1;
          visibility: visible; }
  .location .awesomplete {
    display: block; }
    .location .awesomplete > ul {
      text-align: left; }

.contact {
  background: #fafafa;
  background-size: 100%;
  position: relative; }
  .contact:after {
    content: "";
    background: url("../images/bg--contactus-right.png") no-repeat bottom;
    position: absolute;
    bottom: 81px;
    right: 0;
    width: 370px;
    height: 399px;
    z-index: -1;
    background-size: 100%; }
    @media (min-width: 1720px) and (max-width: 1929px) {
      .contact:after {
        width: 530px;
        height: 615px; } }
    @media (min-width: 1930px) {
      .contact:after {
        width: 600px;
        height: 650px; } }
    @media (max-width: 680px) {
      .contact:after {
        width: 130px;
        height: 149px;
        bottom: 200px;
        display: none; } }
  .contact:before {
    content: "";
    background: url("../images/bg--contactus-left.png") no-repeat bottom;
    position: absolute;
    bottom: 81px;
    left: 0;
    width: 370px;
    height: 399px;
    z-index: -1;
    background-size: 100%; }
    @media (min-width: 1720px) and (max-width: 1929px) {
      .contact:before {
        width: 530px;
        height: 615px; } }
    @media (min-width: 1930px) {
      .contact:before {
        width: 600px;
        height: 650px; } }
    @media (max-width: 680px) {
      .contact:before {
        bottom: 200px;
        width: 100%;
        height: 400px; } }
  .contact--wraper-top {
    min-height: 71vh; }
    @media (min-width: 1720px) and (max-width: 1929px) {
      .contact--wraper-top {
        min-height: 72vh; } }
    @media (min-width: 1930px) {
      .contact--wraper-top {
        min-height: 75vh; } }
    @media (min-width: 2400px) {
      .contact--wraper-top {
        min-height: 80.7vh; } }
    @media (max-width: 680px) {
      .contact--wraper-top {
        min-height: 100vh; } }
  .contact--title {
    padding-top: 10px;
    margin-bottom: 50px; }
    .contact--title .page-title {
      font-size: 40px;
      letter-spacing: 15px;
      margin-right: -15px;
      margin-top: 0; }
      @media (min-width: 1720px) {
        .contact--title .page-title {
          font-size: 58px; } }
    .contact--title .sub-page-title {
      margin-bottom: 10px;
      font-size: 14px; }
      @media (min-width: 1720px) {
        .contact--title .sub-page-title {
          font-size: 20px;
          margin-bottom: 20px; } }
  .contact--content ._contact-fill {
    background-color: transparent;
    width: 45%;
    margin: 0 auto 5px auto; }
    .contact--content ._contact-fill label {
      font-size: 16px;
      font-family: 'Dosis', sans-serif;
      color: #781d1d;
      width: 25%;
      margin-bottom: 5px;
      display: inline-block; }
    .contact--content ._contact-fill .text-fill {
      background-color: transparent;
      border-bottom: 1px solid #cac0ba;
      border-top: none;
      border-left: none;
      border-right: none;
      width: 73%; }
      .contact--content ._contact-fill .text-fill:focus {
        outline: none; }
      @media (min-width: 1720px) {
        .contact--content ._contact-fill .text-fill {
          width: 73.8%; } }
    @media (min-width: 1720px) {
      .contact--content ._contact-fill {
        width: 38%; } }
    @media (max-width: 768px) {
      .contact--content ._contact-fill {
        width: 95%; } }
  .contact--content ._contact-textarea {
    background-color: transparent;
    padding: 5px 0;
    width: 45%;
    margin: 0 auto; }
    .contact--content ._contact-textarea label {
      font-size: 16px;
      font-family: 'Dosis', sans-serif;
      color: #781d1d;
      width: 25%; }
    @media (max-width: 768px) {
      .contact--content ._contact-textarea {
        width: 95%; } }
    .contact--content ._contact-textarea textarea {
      background: transparent url("../images/underline.png") repeat;
      border: none;
      height: 150px;
      width: 100%;
      resize: none;
      display: block;
      font-family: 'Dosis', sans-serif;
      font-size: 16px;
      color: #781d1d;
      margin: 0 auto;
      overflow: hidden;
      line-height: 30px; }
      .contact--content ._contact-textarea textarea::-webkit-input-placeholder {
        color: #dddddd; }
      .contact--content ._contact-textarea textarea::-moz-placeholder {
        color: #dddddd; }
      .contact--content ._contact-textarea textarea:-ms-input-placeholder {
        color: #dddddd; }
      .contact--content ._contact-textarea textarea:-moz-placeholder {
        color: #dddddd; }
      .contact--content ._contact-textarea textarea:focus {
        outline: none; }
      @media (min-width: 1720px) {
        .contact--content ._contact-textarea textarea {
          width: 85%;
          font-size: 16px; } }
  .contact--content ._contact-wraper-button {
    text-align: center;
    margin-bottom: 30px; }

.styled-select {
  cursor: pointer;
  border: 1px solid #8e373d;
  border-radius: 30px;
  height: 28px;
  overflow: hidden;
  width: 240px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top; }
  .styled-select select {
    background: transparent;
    text-align: center;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    width: 168px; }

@-moz-document url-prefix() {
  .styled-select select {
    width: 150px !important;
    margin-left: 0 !important; } }
  .styled-select.slate {
    cursor: pointer;
    background: url("../images/arrow-down.png") no-repeat right 20px center;
    height: 28px;
    width: 140px;
    text-align: center; }

@-moz-document url-prefix() {
  .styled-select.slate {
    background: url("../images/arrow-down.png") no-repeat right 10px center; } }
    @media (min-width: 1720px) {
      .styled-select.slate {
        background: url("../images/arrow-down.png") no-repeat right 20px center;
        padding: 6px 20px 8px 10px;
        height: 45.49px;
        width: 190px;
        margin-left: 10px; } }
    @media (min-width: 1920px) {
      .styled-select.slate {
        padding: 0px 20px 8px 25px; } }
    .styled-select.slate select {
      font-size: 12px;
      height: 26px;
      width: 168px;
      margin-left: 17px;
      color: #8e373d;
      text-align: center;
      cursor: pointer; }
      .styled-select.slate select:focus {
        outline: none; }
      .styled-select.slate select option {
        text-align: center; }
      @media (min-width: 1720px) {
        .styled-select.slate select {
          padding: 9px 20px 8px 20px;
          height: 45.49px;
          width: 178px;
          font-size: 16px;
          margin-left: -5px; } }

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #781d1d;
    padding: 15px 30px 15px 0;
    text-decoration: none;
    text-transform: uppercase; }
  .pushy a:hover {
    color: #FFF; }
  .pushy ul:first-child {
    margin-top: 10px; }
    .pushy ul:first-child li {
      list-style: none; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

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

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

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }
  .pushy-submenu ul {
    padding-left: 15px;
    -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0; }
    .pushy-submenu button:hover {
      color: #FFF; }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative; }
  .pushy-submenu > a::after,
  .pushy-submenu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.seq {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0; }
  .seq .seq-preloader {
    background: #D9D9D9; }
  .seq .seq-screen {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    list-style: none; }
  .seq .seq-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    list-style: none; }
    .seq .seq-canvas > * {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      list-style: none;
      position: absolute;
      opacity: 0; }
  .seq.seq-fallback .seq-canvas {
    max-width: 1280px; }
  .seq.seq-fallback .seq-pagination li {
    position: relative; }
    .seq.seq-fallback .seq-pagination li img {
      border: none; }
    .seq.seq-fallback .seq-pagination li a {
      display: block;
      width: 100%;
      height: 100%; }
  .seq.seq-fallback .seq-next:focus, .seq.seq-fallback .seq-next:hover {
    top: -4px; }
  .seq.seq-fallback .seq-prev:focus, .seq.seq-fallback .seq-prev:hover {
    top: -4px; }
  .seq.seq-fallback .seq-pagination li:focus, .seq.seq-fallback .seq-pagination li:hover {
    top: -4px; }
  .seq .seq-canvas {
    max-width: 80%;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .seq .seq-canvas {
        max-width: 100%; } }
  .seq .seq-nav, .seq .seq-pagination {
    display: none; }
  .seq.seq-active .seq-nav {
    display: block; }
  .seq .seq-nav {
    position: absolute;
    z-index: 9999;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    pointer-events: none;
    border: none; }
    @media (max-width: 768px) {
      .seq .seq-nav {
        position: relative;
        top: auto;
        bottom: 7%;
        width: 40%; }
        .seq .seq-nav .mobile-separator {
          top: -50px;
          left: 49%;
          width: 1px;
          height: 77px;
          position: absolute;
          display: inline-block;
          background: #1c1c1a; } }
  .seq .seq-next, .seq .seq-prev, .seq .prev-second, .seq .next-second, .seq .seq-prev1, .seq .seq-next1, .seq .next-third, .seq .prev-third {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 50px;
    height: 74px;
    background-size: cover !important;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
    @media (max-width: 520px) {
      .seq .seq-next, .seq .seq-prev, .seq .prev-second, .seq .next-second, .seq .seq-prev1, .seq .seq-next1, .seq .next-third, .seq .prev-third {
        width: 35px;
        height: 50px;
        right: 15% !important; } }
  .seq .seq-next, .seq .next-second, .seq .seq-next1, .seq .next-third {
    right: 5%;
    background: url("../images/next-button.png"); }
    .seq .seq-next:focus, .seq .seq-next:hover, .seq .next-second:focus, .seq .next-second:hover, .seq .seq-next1:focus, .seq .seq-next1:hover, .seq .next-third:focus, .seq .next-third:hover {
      -webkit-transform: translate3d(4px, 0, 0);
      transform: translate3d(4px, 0, 0);
      outline: none;
      border: 0; }
  .seq .seq-prev, .seq .prev-second, .seq .seq-prev1, .seq .prev-third {
    width: 53px;
    height: 74px;
    left: 5%;
    background: url("../images/prev-button.png"); }
    .seq .seq-prev:focus, .seq .seq-prev:hover, .seq .prev-second:focus, .seq .prev-second:hover, .seq .seq-prev1:focus, .seq .seq-prev1:hover, .seq .prev-third:focus, .seq .prev-third:hover {
      -webkit-transform: translate3d(-4px, 0, 0);
      transform: translate3d(-4px, 0, 0);
      outline: none;
      border: 0; }
    @media (max-width: 520px) {
      .seq .seq-prev, .seq .prev-second, .seq .seq-prev1, .seq .prev-third {
        width: 35px;
        height: 49px;
        left: 15%; } }
  .seq .seq-model {
    position: absolute; }
    .seq .seq-model.toast img {
      position: relative;
      top: 30%;
      left: 10%; }
      @media (min-width: 860px) and (max-width: 1000px) {
        .seq .seq-model.toast img {
          top: 30%; } }
      @media (min-width: 1020px) and (max-width: 1120px) {
        .seq .seq-model.toast img {
          top: 25%; } }
      @media (min-width: 1520px) and (max-width: 1919px) {
        .seq .seq-model.toast img {
          top: 35%; } }
      @media (min-width: 1920px) and (max-width: 2520px) {
        .seq .seq-model.toast img {
          top: 25%; } }
      @media (min-width: 2520px) {
        .seq .seq-model.toast img {
          top: 15%; } }
    .seq .seq-model.toast.cheese {
      width: 28%; }
      .seq .seq-model.toast.cheese img {
        width: 100%;
        top: 13%;
        left: 28%; }
        @media (min-width: 2520px) {
          .seq .seq-model.toast.cheese img {
            top: 0;
            left: 35%; } }
        @media (min-width: 1720px) {
          .seq .seq-model.toast.cheese img {
            top: 20%;
            left: 28%; } }
    .seq .seq-model.toast.bolo {
      width: 32%; }
      .seq .seq-model.toast.bolo img {
        left: 15%; }
        @media (min-width: 1920px) and (max-width: 2520px) {
          .seq .seq-model.toast.bolo img {
            top: 35%; } }
        @media (min-width: 2520px) {
          .seq .seq-model.toast.bolo img {
            left: 25%;
            top: 25%; } }
    .seq .seq-model.laksa {
      width: 36.5%; }
      @media (min-width: 990px) and (max-width: 1200px) {
        .seq .seq-model.laksa {
          margin-top: 100px;
          position: relative;
          left: 40px; } }
      @media (min-width: 1500px) {
        .seq .seq-model.laksa {
          margin-top: 100px; } }
      @media (min-width: 2520px) {
        .seq .seq-model.laksa {
          margin-top: 0;
          width: 32.5%; } }
      @media (min-width: 1020px) and (max-width: 1120px) {
        .seq .seq-model.laksa {
          width: 33.5%; } }
      .seq .seq-model.laksa.mee img {
        left: 15%;
        position: relative; }
        @media (min-width: 1920px) {
          .seq .seq-model.laksa.mee img {
            left: 4%; } }
      .seq .seq-model.laksa.peanut-butter img {
        width: 340px;
        position: relative;
        top: 40px;
        left: -30px; }
        @media (min-width: 1000px) and (max-width: 1149px) {
          .seq .seq-model.laksa.peanut-butter img {
            width: 240px;
            left: -60px;
            position: relative; } }
        @media (min-width: 1150px) and (max-width: 1200px) {
          .seq .seq-model.laksa.peanut-butter img {
            width: 300px;
            position: relative;
            top: 10px;
            left: -70px; } }
        @media (min-width: 1520px) and (max-width: 1920px) {
          .seq .seq-model.laksa.peanut-butter img {
            margin-top: 0;
            top: 30px;
            width: 70% !important; } }
        @media (min-width: 1920px) and (max-width: 2520px) {
          .seq .seq-model.laksa.peanut-butter img {
            width: 70% !important;
            margin-top: 0; } }
        @media (min-width: 2520px) {
          .seq .seq-model.laksa.peanut-butter img {
            width: 65% !important;
            margin-top: 0; } }
      .seq .seq-model.laksa.coffe-brew img {
        left: 17%;
        position: relative; }
        @media (min-width: 1720px) {
          .seq .seq-model.laksa.coffe-brew img {
            position: relative;
            left: 10%; } }
        @media (min-width: 1190px) and (max-width: 1200px) {
          .seq .seq-model.laksa.coffe-brew img {
            position: relative;
            top: -30px;
            left: 50px; } }
      .seq .seq-model.laksa.kaya img {
        width: 330px;
        position: relative;
        top: 30px;
        left: -30px; }
        @media (min-width: 1000px) and (max-width: 1149px) {
          .seq .seq-model.laksa.kaya img {
            width: 240px;
            position: relative;
            left: -60px;
            top: 20px; } }
        @media (min-width: 1150px) and (max-width: 1200px) {
          .seq .seq-model.laksa.kaya img {
            width: 280px;
            position: relative;
            left: -70px;
            top: 0; } }
        @media (min-width: 1520px) and (max-width: 1920px) {
          .seq .seq-model.laksa.kaya img {
            margin-top: 0;
            top: 20px;
            width: 70% !important; } }
        @media (min-width: 1920px) and (max-width: 2520px) {
          .seq .seq-model.laksa.kaya img {
            width: 70% !important;
            margin-top: 0; } }
        @media (min-width: 2520px) {
          .seq .seq-model.laksa.kaya img {
            width: 65% !important;
            margin-top: 0; } }
  .seq .seq-title {
    position: absolute;
    bottom: 5%;
    margin: 0 2.5%;
    width: 95%; }
    .seq .seq-title.laksa {
      width: 37.5%; }
      @media (min-width: 1520px) {
        .seq .seq-title.laksa {
          width: 38.5%; } }
      @media (max-width: 768px) {
        .seq .seq-title.laksa {
          width: 95%; } }
      @media (min-width: 769px) and (max-width: 1020px) {
        .seq .seq-title.laksa {
          width: 95%; } }
      .seq .seq-title.laksa h2 {
        background-size: 40%;
        padding-right: 100px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 768px) {
          .seq .seq-title.laksa h2 {
            padding-left: 0;
            padding-right: 0; } }
        @media (min-width: 769px) and (max-width: 1020px) {
          .seq .seq-title.laksa h2 {
            padding-right: 0;
            position: relative;
            top: 10px; } }
    .seq .seq-title.toast h2 {
      padding-right: 75px;
      background-size: 65px;
      display: inline-block;
      margin-top: 0;
      margin-bottom: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      letter-spacing: 5px; }
      @media (min-width: 1700px) {
        .seq .seq-title.toast h2 {
          font-size: 38px;
          background-size: 100px;
          padding-right: 115px; } }
      @media (min-width: 769px) and (max-width: 1020px) {
        .seq .seq-title.toast h2 {
          font-size: 30px;
          line-height: 40px;
          background: none;
          padding-right: 0;
          padding-top: 30px; } }
      @media (max-width: 768px) {
        .seq .seq-title.toast h2 {
          font-size: 30px;
          line-height: 40px;
          background: none;
          padding-right: 0;
          padding-top: 0px; } }
    @media (max-width: 500px) {
      .seq .seq-title.toast h3.mobile-toast {
        top: 10px; } }
    @media (max-width: 500px) {
      .seq .seq-title.toast h3.mobile-cheese {
        top: 10px; } }
    @media (max-width: 400px) {
      .seq .seq-title.toast h3.mobile-cheese {
        top: 10px;
        margin-top: 0; } }
    .seq .seq-title-images {
      position: relative;
      width: 13%;
      display: inline-block;
      margin-left: 50px;
      opacity: 0;
      -webkit-transform: translate3d(-60px, 0, 0);
      transform: translate3d(-60px, 0, 0);
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-properties: transform, opacity;
      transition-properties: transform, opacity;
      -webkit-transition-timing-function: ease-out !important;
      transition-timing-function: ease-out !important; }
      @media (min-width: 1700px) {
        .seq .seq-title-images {
          width: 15%; } }
      .seq .seq-title-images img {
        width: 100%; }
      @media (max-width: 1020px) {
        .seq .seq-title-images {
          display: none; } }
    @media (max-width: 768px) {
      .seq .seq-title {
        bottom: auto;
        top: 350px; } }
    @media (min-width: 768px) and (max-width) {
      .seq .seq-title {
        bottom: auto;
        top: 180px; } }
  .seq .seq-model {
    bottom: 15%;
    height: 81%;
    width: 100%;
    max-height: 400px; }
    @media (min-width: 1520px) {
      .seq .seq-model {
        top: -40px !important; } }
    @media (max-width: 768px) {
      .seq .seq-model {
        bottom: auto;
        top: 50px; }
        .seq .seq-model.asian {
          top: 20px; } }
    @media (min-width: 769px) and (max-width: 1020px) {
      .seq .seq-model {
        bottom: 5%; }
        .seq .seq-model.toast-mobile {
          bottom: 8%; } }
    .seq .seq-model img {
      max-height: 568px;
      display: block;
      height: 100%;
      width: auto;
      margin: 0 auto;
      opacity: 0;
      -webkit-transform: translate3d(60px, 0, 0);
      transform: translate3d(60px, 0, 0);
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-properties: transform, opacity;
      transition-properties: transform, opacity;
      -webkit-transition-timing-function: ease-out !important;
      transition-timing-function: ease-out !important; }
      @media (min-width: 1520px) {
        .seq .seq-model img {
          width: 100% !important; } }
      @media (max-width: 768px) {
        .seq .seq-model img {
          width: 50%;
          height: auto; } }
      @media (max-width: 620px) {
        .seq .seq-model img {
          width: 100%;
          height: auto; } }
    .seq .seq-model.desktop {
      visibility: visible; }
    .seq .seq-model.mobile {
      visibility: hidden;
      display: none; }
      @media (min-width: 769px) and (max-width: 1020px) {
        .seq .seq-model.mobile.coffe {
          bottom: 2%; } }
    @media (max-width: 1020px) {
      .seq .seq-model.desktop {
        visibility: hidden;
        display: none; }
      .seq .seq-model.mobile {
        visibility: visible;
        display: block; } }
  @media (max-width: 1020px) and (min-width: 769px) and (max-width: 1020px) {
    .seq .seq-model.mobile img {
      width: 30%;
      height: auto;
      margin: 0 auto; } }
  .seq .seq-title h2, .seq .seq-title h3 {
    display: block;
    width: 98%;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    opacity: 0;
    font-size: 16px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-properties: opacity;
    transition-properties: opacity; }
    @media (min-width: 1520px) {
      .seq .seq-title h2, .seq .seq-title h3 {
        font-size: 50px; } }
    @media (min-width: 768px) and (max-width: 1020px) {
      .seq .seq-title h2, .seq .seq-title h3 {
        font-size: 30px;
        text-transform: uppercase;
        background: transparent !important;
        color: #1c1c1a !important; }
        .seq .seq-title h2 br, .seq .seq-title h3 br {
          display: none; } }
    @media (max-width: 768px) {
      .seq .seq-title h2, .seq .seq-title h3 {
        font-size: 40px;
        text-transform: uppercase;
        background: transparent !important;
        color: #1c1c1a !important; } }
  @media (min-width: 1520px) {
    .seq .seq-title h2 {
      font-size: 38px !important; } }
  .seq .seq-title h3 {
    display: none;
    clear: left;
    width: 100% !important; }
    @media (min-width: 1520px) {
      .seq .seq-title h3 {
        font-size: 16px !important;
        width: 100% !important;
        line-height: 26px !important; } }
    @media (min-width: 769px) and (max-width: 1020px) {
      .seq .seq-title h3 {
        display: block;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
        width: 100%;
        margin: 30px auto;
        position: relative;
        top: 0px; } }
    @media (max-width: 768px) {
      .seq .seq-title h3 {
        display: block;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
        width: 100%;
        margin: 30px auto;
        position: relative;
        top: 0px; } }
  .seq .seq-in .seq-model img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .seq .seq-in .seq-title h2, .seq .seq-in .seq-title h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .seq .seq-in .seq-title-images {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .seq .seq-out .seq-model img {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  .seq .seq-out .seq-title h2, .seq .seq-out .seq-title h3 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .seq .seq-out .seq-title-images {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

@media (min-width: 1020px) and (max-width: 1200px) {
  #nanyang-slider.seq.seq-step2 .seq-center-coffe-beans {
    bottom: 0%; } }

@media (min-width: 1921px) {
  #nanyang-slider.seq.seq-step2 .seq-center-coffe-beans {
    bottom: 0%;
    left: 0px; } }

#nanyang-slider.seq.seq-step2 .seq-center-coffe-beans .seq-circle {
  border: 3px solid #ffead4;
  top: 20%;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }
  @media (min-width: 1700px) and (max-width: 1919px) {
    #nanyang-slider.seq.seq-step2 .seq-center-coffe-beans .seq-circle {
      margin-left: -50px;
      top: 0%; } }
  @media (min-width: 1920px) {
    #nanyang-slider.seq.seq-step2 .seq-center-coffe-beans .seq-circle {
      top: 0%; } }

#nanyang-slider.seq.seq-step2 .seq-center-coffe-beans .seq-beans {
  background: url("../images/slider--nanyang-beans02.png") no-repeat;
  background-size: cover; }

#nanyang-slider.seq.seq-step3 .seq-center-coffe-beans .seq-circle {
  border: 3px solid #ffead4;
  top: 20%;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }
  @media (min-width: 1700px) and (max-width: 1919px) {
    #nanyang-slider.seq.seq-step3 .seq-center-coffe-beans .seq-circle {
      top: 0%;
      margin-left: -50px; } }
  @media (min-width: 1920px) and (max-width: 2520px) {
    #nanyang-slider.seq.seq-step3 .seq-center-coffe-beans .seq-circle {
      top: 0%; } }
  @media (min-width: 2521px) {
    #nanyang-slider.seq.seq-step3 .seq-center-coffe-beans .seq-circle {
      top: 10%; } }

#nanyang-slider.seq.seq-step3 .seq-center-coffe-beans .seq-beans {
  top: 5px;
  background: url("../images/slider--nanyang-beans03.png") no-repeat;
  background-size: cover; }

@media (min-width: 1920px) {
  #nanyang-slider.seq.seq-step4 .seq-center-coffe-beans {
    left: 0; } }

#nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-circle {
  border: 3px solid #44221a;
  top: 20%; }
  @media (min-width: 1700px) and (max-width: 1920px) {
    #nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-circle {
      top: 0%; } }
  @media (min-width: 1921px) {
    #nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-circle {
      top: 10%; } }
  @media (min-width: 1020px) and (max-width: 1200px) {
    #nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-circle {
      top: 15%; } }

#nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-beans {
  top: 5px;
  background: url("../images/slider--nanyang-beans04.png") no-repeat;
  background-size: cover; }
  @media (min-width: 1920px) {
    #nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-beans {
      width: 46px;
      height: 65px; } }
  @media (min-width: 2520px) {
    #nanyang-slider.seq.seq-step4 .seq-center-coffe-beans .seq-beans {
      width: 60px;
      height: 88px; } }

#nanyang-slider.seq.seq-step5 .seq-center-coffe-beans {
  bottom: 20px; }
  @media (min-width: 1520px) {
    #nanyang-slider.seq.seq-step5 .seq-center-coffe-beans {
      left: 0; } }
  @media (min-width: 1700px) and (max-width: 1920px) {
    #nanyang-slider.seq.seq-step5 .seq-center-coffe-beans {
      height: 454px; } }
  #nanyang-slider.seq.seq-step5 .seq-center-coffe-beans .seq-circle {
    border: none; }
  #nanyang-slider.seq.seq-step5 .seq-center-coffe-beans .seq-beans {
    top: 5px;
    background: url("../images/slider--nanyang-beans05.png") no-repeat;
    background-size: cover;
    width: 90px;
    height: 140px;
    left: 0;
    display: none; }

#nanyang-slider.seq.seq-step4 .nav-slider h3, #nanyang-slider.seq.seq-step3 .nav-slider h3 {
  color: #fff; }
  #nanyang-slider.seq.seq-step4 .nav-slider h3:before, #nanyang-slider.seq.seq-step3 .nav-slider h3:before {
    background: #fff; }
  #nanyang-slider.seq.seq-step4 .nav-slider h3:after, #nanyang-slider.seq.seq-step3 .nav-slider h3:after {
    background: #fff; }

#nanyang-slider.seq .seq-canvas {
  width: 100%;
  max-width: 100%; }

#nanyang-slider.seq .seq-center-coffe-beans {
  position: absolute;
  height: 374px;
  width: 100%;
  bottom: 0;
  text-align: center;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }
  @media (min-width: 1921px) {
    #nanyang-slider.seq .seq-center-coffe-beans {
      height: 620px; } }
  #nanyang-slider.seq .seq-center-coffe-beans .seq-circle {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 78px;
    height: 78px;
    line-height: 78px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #e23044;
    z-index: 800;
    margin-left: -50px;
    top: 20%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-properties: all;
    transition-properties: all;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
    @media (min-width: 1020px) and (max-width: 1200px) {
      #nanyang-slider.seq .seq-center-coffe-beans .seq-circle {
        top: 15%; } }
    @media (min-width: 1700px) and (max-width: 1919px) {
      #nanyang-slider.seq .seq-center-coffe-beans .seq-circle {
        top: 0%; } }
    @media (min-width: 1920px) and (max-width: 2520px) {
      #nanyang-slider.seq .seq-center-coffe-beans .seq-circle {
        top: 0%; } }
    @media (min-width: 2520px) {
      #nanyang-slider.seq .seq-center-coffe-beans .seq-circle {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 110px;
        height: 110px;
        line-height: 110px;
        vertical-align: middle;
        text-align: center;
        top: 10%; } }
  #nanyang-slider.seq .seq-center-coffe-beans .seq-beans {
    background: url("../images/slider--nanyang-beans.png") no-repeat;
    width: 45px;
    height: 65px;
    margin: 0 auto;
    top: 0px;
    left: 13px;
    background-size: cover; }
    @media (min-width: 1920px) {
      #nanyang-slider.seq .seq-center-coffe-beans .seq-beans {
        width: 46px;
        height: 65px;
        top: -2px;
        left: 13px; } }
    @media (min-width: 2520px) {
      #nanyang-slider.seq .seq-center-coffe-beans .seq-beans {
        width: 70px;
        height: 100px;
        top: -2px;
        left: 18px; } }

#nanyang-slider.seq .nav-slider {
  position: absolute;
  z-index: 9999;
  right: 5%;
  left: auto;
  top: 30%; }
  @media (min-width: 1920px) {
    #nanyang-slider.seq .nav-slider {
      top: 40%;
      right: 5%; } }
  @media (min-width: 1520px) and (max-width: 1920px) {
    #nanyang-slider.seq .nav-slider {
      top: 40%;
      right: 5%; } }
  @media (min-width: 2520px) {
    #nanyang-slider.seq .nav-slider {
      top: 43%; } }
  #nanyang-slider.seq .nav-slider h3 {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px; }
    @media (min-width: 1520px) {
      #nanyang-slider.seq .nav-slider h3 {
        font-size: 18px;
        line-height: 21px; } }
    #nanyang-slider.seq .nav-slider h3:before {
      content: '';
      width: 50px;
      height: 2px;
      background: #2f1d0f;
      position: absolute;
      bottom: -10px;
      left: 25px;
      z-index: 900;
      display: block; }
      @media (min-width: 1520px) {
        #nanyang-slider.seq .nav-slider h3:before {
          left: 44px; } }
    #nanyang-slider.seq .nav-slider h3:after {
      content: '';
      width: 50px;
      height: 2px;
      background: #2f1d0f;
      position: absolute;
      top: -15px;
      left: 20px;
      z-index: 900;
      display: block; }
      @media (min-width: 1520px) {
        #nanyang-slider.seq .nav-slider h3:after {
          left: 44px; } }

#nanyang-slider.seq .seq-pagination {
  z-index: 9999;
  right: 0;
  left: auto;
  top: 0;
  position: relative;
  pointer-events: fill; }
  #nanyang-slider.seq .seq-pagination li {
    display: block !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
    text-align: center;
    text-indent: -9999px;
    background: #cac0ba;
    margin: 0 auto;
    margin-bottom: 20px;
    z-index: 9000;
    pointer-events: fill; }
    #nanyang-slider.seq .seq-pagination li:hover {
      background: #2f1d0f; }
    #nanyang-slider.seq .seq-pagination li.seq-current {
      background: #2f1d0f; }

#nanyang-slider .seq-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }
  #nanyang-slider .seq-bg img {
    width: 100%;
    height: 100%; }

#nanyang-slider .seq-content-anim {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto; }
  @media (min-width: 1700px) and (max-width: 1920px) {
    #nanyang-slider .seq-content-anim {
      height: auto; } }
  @media (min-width: 1921px) {
    #nanyang-slider .seq-content-anim {
      height: auto; } }
  #nanyang-slider .seq-content-anim.slide-2 {
    bottom: 50px; }
    @media (min-width: 1921px) {
      #nanyang-slider .seq-content-anim.slide-2 {
        bottom: 100px; } }
    @media (min-width: 1080px) and (max-width: 1200px) {
      #nanyang-slider .seq-content-anim.slide-2 {
        bottom: 13%; } }
  #nanyang-slider .seq-content-anim.slide3 {
    bottom: -10px; }
    @media (min-width: 1921px) {
      #nanyang-slider .seq-content-anim.slide3 {
        bottom: 70px; } }
  #nanyang-slider .seq-content-anim .seq-center-img {
    width: 25%;
    margin: 0 auto; }
    @media (min-width: 1020px) and (max-width: 1200px) {
      #nanyang-slider .seq-content-anim .seq-center-img.slide3 {
        width: 37%;
        left: -17px;
        position: relative; } }
    #nanyang-slider .seq-content-anim .seq-center-img.slide5 {
      width: 45%;
      margin: 0 auto; }
      #nanyang-slider .seq-content-anim .seq-center-img.slide5 img {
        width: 100%; }
    @media (min-width: 1700px) and (max-width: 2000px) {
      #nanyang-slider .seq-content-anim .seq-center-img {
        width: 450px; } }
    @media (min-width: 2000px) {
      #nanyang-slider .seq-content-anim .seq-center-img {
        width: 768px; } }
    #nanyang-slider .seq-content-anim .seq-center-img img {
      width: 100%; }
      @media (min-width: 1700px) and (max-width: 1920px) {
        #nanyang-slider .seq-content-anim .seq-center-img img {
          width: 100%; } }
      @media (min-width: 1921px) {
        #nanyang-slider .seq-content-anim .seq-center-img img {
          width: 768px; } }
      @media (min-width: 2520px) {
        #nanyang-slider .seq-content-anim .seq-center-img img {
          width: 768px; } }
    #nanyang-slider .seq-content-anim .seq-center-img.slide2 {
      margin: 0 auto; }
      #nanyang-slider .seq-content-anim .seq-center-img.slide2 img {
        width: 300px; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-content-anim .seq-center-img.slide2 img {
            width: 480px; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-content-anim .seq-center-img.slide2 img {
            width: 600px; } }
    #nanyang-slider .seq-content-anim .seq-center-img.slide3 {
      margin: 0 auto; }
      #nanyang-slider .seq-content-anim .seq-center-img.slide3 img {
        width: 100%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-content-anim .seq-center-img.slide3 img {
            width: 100%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-content-anim .seq-center-img.slide3 img {
            width: 100%; } }

#nanyang-slider .seq-center-title {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 10%;
  font-weight: 900; }
  @media (min-width: 2520px) {
    #nanyang-slider .seq-center-title {
      top: 15%; } }
  #nanyang-slider .seq-center-title.slide2 {
    top: 55px; }
    @media (min-width: 1520px) {
      #nanyang-slider .seq-center-title.slide2 {
        top: 85px; } }
    #nanyang-slider .seq-center-title.slide2 p {
      color: #fff; }
  #nanyang-slider .seq-center-title.slide3 p {
    color: #fff; }
  #nanyang-slider .seq-center-title.slide4 {
    top: 40px; }
    #nanyang-slider .seq-center-title.slide4 p {
      color: #fff; }
  #nanyang-slider .seq-center-title p {
    text-transform: uppercase;
    color: #2f1d0f;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 600; }
    @media (min-width: 1520px) {
      #nanyang-slider .seq-center-title p {
        font-size: 38px;
        letter-spacing: 6px; } }
    @media (min-width: 2520px) {
      #nanyang-slider .seq-center-title p {
        letter-spacing: 4px;
        line-height: 44px; } }

#nanyang-slider .seq-center-coffe-beans .seq-beans {
  width: 100%;
  height: 150px;
  text-align: center;
  top: 0px;
  position: absolute; }
  #nanyang-slider .seq-center-coffe-beans .seq-beans img {
    width: 32px; }
  #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 {
    top: -50px; }
    @media (min-width: 1920px) {
      #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 {
        top: 20px; } }
    @media (min-width: 1520px) and (max-width: 1920px) {
      #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 {
        top: -30px; } }
    @media (min-width: 2520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 {
        top: -50px; } }
    #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 img {
      width: 100px; }
      @media (min-width: 1520px) {
        #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 img {
          width: 130px; } }
      @media (min-width: 2520px) {
        #nanyang-slider .seq-center-coffe-beans .seq-beans.slide5 img {
          width: 200px; } }

#nanyang-slider .seq-center-coffe-beans .seq-circle {
  width: 100%;
  text-align: center;
  top: -10px;
  position: absolute; }
  @media (min-width: 1520px) {
    #nanyang-slider .seq-center-coffe-beans .seq-circle {
      top: 24px; } }
  @media (min-width: 1520px) {
    #nanyang-slider .seq-center-coffe-beans .seq-circle {
      top: 34px; } }
  #nanyang-slider .seq-center-coffe-beans .seq-circle .circle01 {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #e23044; }
    @media (min-width: 1520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle01 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 110px;
        height: 110px;
        line-height: 110px;
        vertical-align: middle;
        text-align: center; } }
    @media (min-width: 2520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle01 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 130px;
        height: 130px;
        line-height: 130px;
        vertical-align: middle;
        text-align: center; } }
  #nanyang-slider .seq-center-coffe-beans .seq-circle .circle02 {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #ffead4; }
    @media (min-width: 1520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle02 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 110px;
        height: 110px;
        line-height: 110px;
        vertical-align: middle;
        text-align: center; } }
    @media (min-width: 2520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle02 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 130px;
        height: 130px;
        line-height: 130px;
        vertical-align: middle;
        text-align: center; } }
  #nanyang-slider .seq-center-coffe-beans .seq-circle .circle03 {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #fff6d0; }
    @media (min-width: 1520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle03 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 110px;
        height: 110px;
        line-height: 110px;
        vertical-align: middle;
        text-align: center; } }
    @media (min-width: 2520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle03 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 130px;
        height: 130px;
        line-height: 130px;
        vertical-align: middle;
        text-align: center; } }
  #nanyang-slider .seq-center-coffe-beans .seq-circle .circle04 {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #44221a; }
    @media (min-width: 1520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle04 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 110px;
        height: 110px;
        line-height: 110px;
        vertical-align: middle;
        text-align: center; } }
    @media (min-width: 2520px) {
      #nanyang-slider .seq-center-coffe-beans .seq-circle .circle04 {
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 130px;
        height: 130px;
        line-height: 130px;
        vertical-align: middle;
        text-align: center; } }

#nanyang-slider .seq-info-slider {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 374px; }
  @media (min-width: 1700px) and (max-width: 1920px) {
    #nanyang-slider .seq-info-slider {
      height: 454px; } }
  @media (min-width: 1921px) {
    #nanyang-slider .seq-info-slider {
      height: 680px; } }
  @media (min-width: 1080px) and (max-width: 1200px) {
    #nanyang-slider .seq-info-slider {
      bottom: 10%; } }
  #nanyang-slider .seq-info-slider.slide5 {
    bottom: 0; }
  #nanyang-slider .seq-info-slider .seq-wraper-info-slider {
    width: 764px;
    margin: 0 auto;
    position: relative;
    height: 374px; }
    @media (min-width: 1700px) and (max-width: 1920px) {
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider {
        width: 974px;
        height: 454px; } }
    @media (min-width: 1921px) {
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider {
        width: 1220px;
        height: 680px; } }
    #nanyang-slider .seq-info-slider .seq-wraper-info-slider p {
      font-size: 16px;
      color: #fff;
      text-align: center;
      width: 40%; }
      @media (min-width: 1700px) {
        #nanyang-slider .seq-info-slider .seq-wraper-info-slider p {
          font-size: 18px; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-1 {
        position: absolute;
        top: 28%;
        right: -5%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-1 {
            top: 28%;
            right: -5%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-1 {
            top: 40%;
            right: -5%; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-2 {
        position: absolute;
        top: 30%;
        left: -10%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-2 {
            top: 28%;
            left: -10%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-2 {
            top: 40%;
            left: -10%; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-3 {
        position: absolute;
        bottom: 80px;
        left: 0px; }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider p.slider-info-3 {
            bottom: 180px; } }
    #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p {
      color: #fff; }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-1 {
        top: 15%;
        right: -10%;
        width: 50%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-1 {
            top: 15%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-1 {
            top: 20%; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-2 {
        top: 15%;
        left: -20%;
        width: 50%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-2 {
            top: 15%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-2 {
            top: 20%; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-3 {
        bottom: 28%;
        left: 0;
        width: 100%;
        bottom:14%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-3 {
            left: 0px; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide2 p.slider-info-3 {
            bottom: 200px;
            left: 0%; } }
    #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide3 p {
      color: #fff; }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide3 p.slider-info-3 {
        top: 46%;
        left: 28%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide3 p.slider-info-3 {
            top: 43%;
            left: 32%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide3 p.slider-info-3 {
            top: 48%;
            left: 30%; } }
        @media (min-width: 1020px) and (max-width: 1200px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide3 p.slider-info-3 {
            top: 80%;
            left: 30%; } }
    #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p {
      color: #fff; }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-1 {
        top: 15%;
        right: 0%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-1 {
            top: 10%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-1 {
            top: 10%; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-2 {
        top: 15%;
        left: -2%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-2 {
            top: 10%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-2 {
            top: 10%; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-3 {
        top: 30%;
        right: -25%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-3 {
            top: 30%;
            right: -20%; } }
        @media (min-width: 1921px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide4 p.slider-info-3 {
            top: 30%;
            right: -20%; } }
    #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide5 p {
      color: #2f1d0f; }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide5 p.slider-info-1 {
        top: 70px;
        right: 0px; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide5 p.slider-info-1 {
            top: 50px; } }
      #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide5 p.slider-info-2 {
        top: 40%;
        left: -15%; }
        @media (min-width: 1700px) and (max-width: 1920px) {
          #nanyang-slider .seq-info-slider .seq-wraper-info-slider.slide5 p.slider-info-2 {
            top: 40%;
            left: -15%; } }

#nanyang-slider .slide-top {
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

#nanyang-slider .slide-fixed {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

#nanyang-slider .slide-fadeinup {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

#nanyang-slider .slide-fadeinUpagain {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-properties: all;
  transition-properties: all;
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

#nanyang-slider .slide-fadeindown {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-properties: all;
  transition-properties: all;
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

#nanyang-slider .slide-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

#nanyang-slider .slide-right {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-properties: all;
  transition-properties: all;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
  opacity: 0; }

#nanyang-slider .seq-in .seq-bg {
  opacity: 1;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

#nanyang-slider .seq-in .slide-top {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1; }

#nanyang-slider .seq-in .slide-fixed {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

#nanyang-slider .seq-in .slide-fadeinup {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#nanyang-slider .seq-in .slide-fadeinUpagain {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

#nanyang-slider .seq-in .slide-fadeindown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

#nanyang-slider .seq-in .slide-left, #nanyang-slider .seq-in .slide-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

#nanyang-slider .seq-out .seq-bg {
  opacity: 0;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

#nanyang-slider .seq-out .slide-top {
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  opacity: 0; }

#nanyang-slider .seq-out .slide-fixed {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

#nanyang-slider .seq-out .slide-fadeinup {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

#nanyang-slider .seq-out .slide-fadeinUpagain {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0; }

#nanyang-slider .seq-out .slide-fadeinup {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0; }

#nanyang-slider .seq-out .slide-left {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  opacity: 0; }

#nanyang-slider .seq-out .slide-right {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  opacity: 0; }

@media only screen and (min-width: 1020px) {
  .seq {
    position: relative;
    height: auto;
    height: 100%;
    max-height: 90vh;
    min-height: 360px;
    background-position: 50% 100%; }
    .seq:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .seq .seq-screen {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .seq .seq-canvas > *:before {
      content: "";
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .seq .seq-model, .seq .seq-title {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5% 0 2.5%; }
    .seq .seq-model {
      top: 0;
      bottom: 0;
      width: 25%;
      margin-left: 12.5%; }
      .seq .seq-model img {
        float: right;
        width: 110%;
        height: auto;
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
        -webkit-transition-properties: transform, opacity;
        transition-properties: transform, opacity; }
    .seq .seq-title {
      bottom: 0;
      width: 40%;
      margin-right: 12.5%; }
      .seq .seq-title h2, .seq .seq-title h3 {
        display: inline-block;
        width: auto;
        margin: 0;
        opacity: 0;
        text-align: left;
        font-size: 18px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-properties: transform, opacity;
        transition-properties: transform, opacity; }
      .seq .seq-title h2 {
        margin-bottom: 10px;
        font-weight: 900;
        font-size: 25px;
        color: #1c1c1a;
        background: transparent;
        letter-spacing: 5px;
        text-transform: uppercase;
        -webkit-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0); }
      .seq .seq-title h3 {
        display: block;
        font-family: 'Dosis', sans-serif;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0); }
    .seq .seq-in .seq-model img {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    .seq .seq-out .seq-model img {
      -webkit-transform: translate3d(-60px, 0, 0);
      transform: translate3d(-60px, 0, 0); } }

.delay01 {
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important; }

.delay02 {
  -webkit-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important; }

.delay03 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

@media only screen and (min-width: 768px) {
  .seq.seq-active .seq-pagination {
    display: block; }
  .seq .seq-pagination {
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 5px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    text-align: right; }
    .seq .seq-pagination li {
      display: inline-block;
      list-style: none;
      margin: 0 10px;
      padding: 0;
      cursor: pointer; }
      .seq .seq-pagination li img {
        opacity: .4;
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-properties: transform, opacity;
        transition-properties: transform, opacity; }
      .seq .seq-pagination li.seq-current img {
        opacity: 1; }
      .seq .seq-pagination li:focus img, .seq .seq-pagination li:hover img {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0); } }

@media only screen and (min-width: 1021px) {
  .seq .seq-model {
    margin-left: 0;
    width: 32.5%; }
  .seq .seq-title {
    width: 35%;
    margin-right: 0; } }

@media only screen and (min-width: 1120px) {
  .seq .seq-model {
    margin-left: 0;
    width: 37.5%; } }
  @media only screen and (min-width: 1120px) and (min-width: 1700px) {
    .seq .seq-model {
      margin-top: 0%; } }

@media only screen and (min-width: 1120px) {
  .seq .seq-title {
    width: 35% !important;
    margin-right: 0; } }

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .seq .seq-next {
    background: url("../images/next-button.png"); }
  .seq .seq-prev {
    background: url("../images/prev-button.png"); } }

/*
 *  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; }

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

/*
 *  Owl Carousel - Core
 */
.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;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-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 - 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; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.nanyang--slider--mobile {
  height: 680px;
  position: relative; }
  .nanyang--slider--mobile .title-slider-mobile {
    position: absolute;
    bottom: 40px;
    z-index: 900;
    text-align: center;
    width: 100%; }
    .nanyang--slider--mobile .title-slider-mobile h3 {
      font-size: 14px;
      color: #fff; }
  .nanyang--slider--mobile ._slide {
    width: 100%;
    height: 680px;
    position: relative; }
    .nanyang--slider--mobile ._slide--bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover; }
      @media (min-width: 620px) and (max-width: 768px) {
        .nanyang--slider--mobile ._slide--bg {
          background-position: bottom; } }
    .nanyang--slider--mobile ._slide--content {
      position: relative;
      z-index: 1;
      padding: 60px 30px;
      text-align: center;
      height: 100%; }
    .nanyang--slider--mobile ._slide--title {
      text-transform: uppercase;
      color: #2f1d0f;
      font-size: 30px;
      letter-spacing: 4px;
      font-weight: 600;
      margin-bottom: 40px; }
    .nanyang--slider--mobile ._slide--info {
      font-size: 18px;
      color: #262423;
      text-align: center;
      margin-bottom: 90px;
      position: relative;
      z-index: 1000; }
      .nanyang--slider--mobile ._slide--info ._slides {
        position: relative;
        width: 100%;
        height: 100%; }
        .nanyang--slider--mobile ._slide--info ._slides ._item {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          display: none; }
          .nanyang--slider--mobile ._slide--info ._slides ._item._active {
            display: block; }
    .nanyang--slider--mobile ._slide--icon ._circle {
      display: inline-block;
      vertical-align: middle;
      border-radius: 100%;
      width: 100px;
      height: 100px;
      line-height: 100px;
      vertical-align: middle;
      text-align: center;
      text-align: center;
      border: 6px solid #e23044;
      padding-top: 5px; }
      .nanyang--slider--mobile ._slide--icon ._circle img {
        max-width: 50px;
        display: inline-block;
        vertical-align: top; }
    .nanyang--slider--mobile ._slide--icon ._leaf {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
      .nanyang--slider--mobile ._slide--icon ._leaf img {
        width: 90%;
        display: inline-block; }
    .nanyang--slider--mobile ._slide--icon ._image img {
      width: 50%;
      display: inline-block; }
    .nanyang--slider--mobile ._slide--processing ._slide--title,
    .nanyang--slider--mobile ._slide--processing ._slide--info, .nanyang--slider--mobile ._slide--roasting ._slide--title,
    .nanyang--slider--mobile ._slide--roasting ._slide--info, .nanyang--slider--mobile ._slide--sorting ._slide--title,
    .nanyang--slider--mobile ._slide--sorting ._slide--info {
      color: #ffffff; }
    .nanyang--slider--mobile ._slide--harvesting ._slide--icon ._circle {
      position: relative;
      top: 30px; }
    .nanyang--slider--mobile ._slide--processing ._slide--icon ._circle {
      border-color: #ffead4;
      position: relative;
      top: -80px; }
    @media (min-width: 620px) and (max-width: 768px) {
      .nanyang--slider--mobile ._slide--processing ._slide--icon ._leaf {
        bottom: -260px; } }
    .nanyang--slider--mobile ._slide--sorting ._slide--icon ._circle {
      border-color: #fff6d0;
      position: relative;
      top: 102px; }
    .nanyang--slider--mobile ._slide--sorting ._slide--icon ._leaf {
      width: 100%; }
      @media (min-width: 620px) and (max-width: 768px) {
        .nanyang--slider--mobile ._slide--sorting ._slide--icon ._leaf img {
          width: 60%; } }
    .nanyang--slider--mobile ._slide--roasting ._slide--icon ._circle {
      position: relative;
      top: -4px;
      border-color: #44221a; }
    .nanyang--slider--mobile ._slide--grinding ._slide--info {
      margin-bottom: 20px; }
    .nanyang--slider--mobile ._slide--grinding ._slide--icon {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
      .nanyang--slider--mobile ._slide--grinding ._slide--icon ._image img {
        width: 620px;
        position: relative;
        left: -100px; }
        @media (min-width: 620px) and (max-width: 768px) {
          .nanyang--slider--mobile ._slide--grinding ._slide--icon ._image img {
            width: 100%; } }
  .nanyang--slider--mobile .owl-dots {
    position: absolute;
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 20px; }
    .nanyang--slider--mobile .owl-dots .owl-dot {
      display: inline-block;
      margin: 4px; }
      .nanyang--slider--mobile .owl-dots .owl-dot span {
        display: inline-block;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        width: 13px;
        height: 13px;
        line-height: 13px;
        vertical-align: middle;
        text-align: center;
        background: #cac0ba; }
      .nanyang--slider--mobile .owl-dots .owl-dot.active span {
        background: #2f1d0f; }

.privacy--wraper-top .page-title {
  letter-spacing: 20px;
  margin-right: -20px; }

.privacy--wraper-content-inner {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px; }
  .privacy--wraper-content-inner a, .privacy--wraper-content-inner .back-button {
    font-size: 18px;
    border: none;
    color: #781d1d;
    background: url("../images/icon--back.png") no-repeat left center;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer; }
    .privacy--wraper-content-inner a:focus, .privacy--wraper-content-inner .back-button:focus {
      outline: none;
      border: none; }
  .privacy--wraper-content-inner h3 {
    color: #781d1d; }
  .privacy--wraper-content-inner ul li {
    list-style: decimal;
    margin-bottom: 4px; }
    .privacy--wraper-content-inner ul li ul {
      padding-left: 17px; }
      .privacy--wraper-content-inner ul li ul li {
        list-style: lower-latin; }
  .privacy--wraper-content-inner ul.more-margin li {
    margin-bottom: 30px; }
    .privacy--wraper-content-inner ul.more-margin li ul li {
      margin-bottom: 4px; }


.header--search--mobile{display: none;}


  @media only screen and (min-width: 999px) and (max-width: 1190px) {

    .header--menus{width: auto;left: 60px;}
    .header--nav ._menus ._menu{text-align: center;}

  }

  @media only screen and (min-width: 992px) and (max-width: 998px) {

    .header--menus{width: auto;left: 20px;}

  }


  @media (min-width: 1720px){

    .nayangkopi .product--content-images img {width: 380px;}
    .nayangkopi .product--wraper-content{margin-top: 30px;}
    .nayangkopi .product--wraper-content{min-height: 60vh;}
    .nayangkopi .product--content .wraper-learn-more{bottom: 5%;}

  }


  @media (max-width: 1719px) and (min-width: 1441px){

    .nayangkopi .main--inner{padding-top: 30px;}
    .nayangkopi .product--content-images img {width: 480px;}
    .nayangkopi .product--wraper-content{min-height: 60vh;}
    .nayangkopi .product--content .wraper-learn-more{bottom: 5%;}

  }


  @media (max-width: 1440px) and (min-width: 1371px){

    .main--inner .grid-item--title-top{font-size: 12px;letter-spacing: 6px;}
    .main--inner .grid-item--title-left h3, .main--inner .grid-item--title-right h3{font-size:22px;}

    .nayangkopi .main--inner{padding-top: 30px;}
    .nayangkopi .product--wraper-content{margin-top: 60px;}
    .nayangkopi .product--content-images img {width: 380px;}
    .nayangkopi .product--wraper-content{min-height: 60vh;}
    .nayangkopi .product--content .wraper-learn-more{bottom: 5%;}

  }

  @media (max-width: 1370px) and (min-width: 1025px){

  	.header--inner{padding-left:50px;padding-right: 50px;}
  	.nayangkopi .product--content-images img{margin-top: -100px;max-width: 300px;}

  }

  @media (max-width: 1024px) and (min-width: 992px){

    .main--inner .grid-item--title-top{font-size: 10px;letter-spacing: 4px;}
    .main--inner .grid-item--title-left h3, .main--inner .grid-item--title-right h3{font-size:20px;}

    .nayangkopi .main--inner{padding-top: 30px;padding-bottom: 60px;}
    .nayangkopi .product--content-images img {width: 60%;}
    .nayangkopi .product--content .wraper-learn-more{bottom: 5%;}

  }

  @media (max-width: 991px){

    .nanyang--slider--mobile ._slide--processing ._slide--title, .nanyang--slider--mobile ._slide--processing ._slide--info, .nanyang--slider--mobile ._slide--roasting ._slide--title, .nanyang--slider--mobile ._slide--roasting ._slide--info, .nanyang--slider--mobile ._slide--sorting ._slide--title, .nanyang--slider--mobile ._slide--sorting ._slide--info
    {text-shadow: 0px 1px 2px rgba(20, 20, 20, 1);}

  }

  @media (max-width: 960px){

    .contact:before, .contact:after{display: none;}

  }

  @media (max-width: 768px){

    .nayangkopi .product--content .wraper-learn-more{bottom: 5%;}
    .nayangkopi .product--wraper-content{min-height: 73vh;}

  }


  @media (max-width: 680px){

  	.nayangkopi .owl-stage ._slide--content{background-color: rgba(0,0,0,0.5);}
  	.nayangkopi .owl-stage .owl-item:first-child ._slide--content, .nayangkopi .owl-stage .owl-item:last-child ._slide--content{background-color: rgba(0,0,0,0);}

  }

  @media (max-width: 480px){

  	.nayangkopi .product--content .wraper-learn-more a{visibility: hidden;}

    .desktop{display: none;}
    .mobile{display: block;}

    .seq .seq-title{top: 420px !important;}
    .seq .toast h2{padding-top: 30px !important;}
    .seq .toast h3{margin: 0px auto 30px;}
    .signatures--block #signatures-slider, .signatures--block #signatures-slider2 {
      height: 750px;
    }
    .signatures--block #signatures-slider3{
      height: 800px;
    }
    }

  }

  @media (max-width: 420px){

  	.nayangkopi .product--wraper-content{min-height: 49vh;}
  	.product--content-images img{margin: -120px auto 0;max-width: 280px;}

  }


  @media (max-width: 380px){

  	.nayangkopi .product--title .sub-page-title{font-size: 18px;}
  	.nayangkopi .page-title{font-size: 32px;}
  	.nayangkopi .product--wraper-content{min-height: 45vh;}
  	.nayangkopi .product--content p{font-size: 13px;}
  	.product--content-images img{margin: -120px auto 15px;max-width: 190px;}

    .seq .seq-title{top: 320px !important;}
    .signatures--block #signatures-slider, .signatures--block #signatures-slider2{
      height: 650px;
    }
    .signatures--block #signatures-slider3{
      height: 700px;
    }

  }

  @media (max-width: 380px){

    .seq .seq-title h2{font-size: 32px;}

  }

  @media (max-width: 340px){

  	.product--content-images img{margin-bottom: 30px;}

  }

  .white{color: white !important;}


  .awards-zaobao{max-width: 55%; display: inline-block;}
  .awards-topbrands{max-width: 45%; display: inline-block;}

@media (max-width: 560px){

  .awards-zaobao{max-width: 80%; display: inline-block;}
  .awards-topbrands{max-width: 80%; display: inline-block;}

}

@media (max-width: 360px){

  .awards-zaobao{max-width: 90%; display: inline-block;}
  .awards-topbrands{max-width: 90%; display: inline-block;}

}

/*@media (max-width: 1520px){

  .awards-logo{max-height: 240px;}

}

@media (max-width: 1440px){

  .awards-logo{max-height: 200px;}

}

@media (max-width: 1366px){

  .awards-logo{max-height: 150px;}

}

@media (max-width: 1024px){

  .awards-logo{max-height: 150px;}

}*/


#fullpage .arrows {
    width: 15px;
    height: 15px;
    border-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    cursor: pointer;
}

#fullpage .arrows.prev {
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(45deg);
    left: -15px;
}

#fullpage .arrows.next {
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(225deg);
    right: -15px;
}


.columnsample {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.rowsample:after {
  content: "";
  display: table;
  clear: both;
}

.locations-announcement{
  display: block;
  border: 2px solid red;
  background-color: rgb(233, 231, 181, 0.5);
  padding: 5px;
  font-weight: bold;
  text-align: center;
}