@charset "UTF-8";
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
    width:100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    max-width: 220px;
    width: auto;
    min-width: 120px;
    left: 0 !important
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
    padding-left: 0 !important
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 1.2em;
    height: 1.2em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 15px;
    line-height: 15px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 15px;
    line-height: 15px;
    width: 30px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 15px;
    line-height: 15px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 15px;
    line-height: 15px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 15px;
    line-height: 15px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bootstrap-datetimepicker-widget a span {
    color: #00b0af !important
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}

/*!
 * 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.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .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: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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: 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)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    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)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    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: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    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: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -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)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -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)
    }
    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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    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 {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-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);
        transform-origin: top left
    }
    40%, 80% {
        -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;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-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);
        transform-origin: top left
    }
    40%, 80% {
        -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;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        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 {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, 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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    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(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*!
 * bootstrap-star-rating v4.0.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2016, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-container .caption, .rating-container .clear-rating, .rating-container .rating {
    display: inline-block;
    vertical-align: middle
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url(../img/loading.gif.html) top left no-repeat;
    border: none
}

.rating-container .rating {
    cursor: default;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.rating-disabled .rating {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 1px;
    text-align: center
}

.rating-container .empty-stars {
    color: #e2e1e6
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #00aafc;
    white-space: nowrap;
    overflow: hidden
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 1.8em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    font-size: 60%;
    padding-right: 5px
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .caption {
    color: #999;
    font-size: 60%;
    margin-top: -.6em;
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
    position: relative
}

.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .1s linear all !important;
    -moz-transition: .1s linear all !important;
    -ms-transition: .1s linear all !important;
    -o-transition: .1s linear all !important;
    transition: .1s linear all !important
}

.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible
}

.ladda-button, .ladda-button .ladda-label, .ladda-button .ladda-spinner {
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
    -moz-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
    -ms-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
    -o-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
    transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-label, .ladda-button[data-style=zoom-out] .ladda-spinner {
    -webkit-transition: .3s ease all !important;
    -moz-transition: .3s ease all !important;
    -ms-transition: .3s ease all !important;
    -o-transition: .3s ease all !important;
    transition: .3s ease all !important
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
    right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
    padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
    left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
    padding-left: 40px
}

.ladda-button[data-style=expand-up] {
    overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
    padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
    top: 4px
}

.ladda-button[data-style=expand-down] {
    overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
    top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
    padding-bottom: 32px
}

.ladda-button[data-style=slide-left] {
    overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-right] {
    overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%
}

.ladda-button[data-style=slide-up] {
    overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=slide-down] {
    overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0
}

.ladda-button[data-style=zoom-out] {
    overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.ladda-button[data-style=zoom-in] {
    overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
    border-radius: 50%;
    width: 52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0 0 0 2000px transparent
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}

.croppie-container {
    width: 100%;
    height: 100%
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%
}

.croppie-container .cr-resizer, .croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    z-index: 0
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none
}

.croppie-container .cr-resizer-horisontal, .croppie-container .cr-resizer-vertical {
    position: absolute;
    pointer-events: all
}

.croppie-container .cr-resizer-horisontal::after, .croppie-container .cr-resizer-vertical::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    width: 10px;
    height: 10px;
    content: ''
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px
}

.croppie-container .cr-original-image {
    display: none
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image, .croppie-container .cr-overlay, .croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:focus {
    outline: 0
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: #fff solid 1px;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, .5)
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: 0 0
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: '↺'
}

.cr-rotate-r i:before {
    content: '↻'
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot.html);
    src: url(../fonts/slick.eot?#iefix) format('embedded-opentype'), url(../fonts/slick.woff) format('woff'),
        url(../fonts/slick.ttf.html) format('truetype'), url(../fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.page-header {
    transition: top .5s
}

.page-logo {
    width: 135px !important;
    padding: 0 !important
}

.navbar-nav .app-download-button {
    background: #00aafc;
    border-color: #00aafc
}

.navbar-nav .login-button {
    border-color: #00aafc
}

.navbar-nav .app-download-button:hover {
    color: #00aafc;
    border-color: #00aafc
}

.navbar-nav .login-button:hover {
    background-color: #00aafc
}

.navbar-nav .login-button a {
    font-size: 12px;
    color: #00aafc !important
}

#kane-navigation .app-download-button.logged-in a, .navbar-nav .app-download-button a {
    font-size: 12px
}

.page-header .btn-group .nav.navbar-nav:focus, .page-header .btn-group .nav.navbar-nav:hover {
    color: rgba(19, 191, 148, 1)
}

.app-download-navbar-wrapper {
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 38px;
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
    border-color: #00aafc;
    background-color: #00aafc;
    border-radius: 6px;
    margin-right: 35px;
    transition: .3s
}

.app-download-navbar-wrapper a {
    padding: 10px 20px;
    color: #fff !important;
    transition: .3s;
    font-size: 12px
}

.app-download-navbar-wrapper:hover {
    background-color: #fff !important;
    transition: .3s;
    border: 1px solid #00aafc
}

.app-download-navbar-wrapper:hover a {
    text-decoration: none;
    color: #00aafc !important;
    transition: .3s
}

.app-download-navbar-mobile {
    display: none;
    line-height: 34px;
    margin-top: 5px;
    list-style: none;
    padding: 0
}

.app-download-navbar-mobile a {
    padding: 10px
}

@media (min-width: 768px) and (max-width: 1100px) {
    .navbar-nav .blog-link-wrapper {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .navbar-nav .join-link-wrapper {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .navbar-nav .app-download-button, .navbar-nav .login-button {
        font-size: 12px;
        margin-right: 20px
    }

    .navbar-nav .app-download-button a, .navbar-nav .login-button a {
        padding: 10px
    }
}

@media (max-width: 767px) {
    .page-header {
        border-bottom: 0
    }

    .page-header .base-wrapper, .page-header.navbar {
        height: auto !important
    }

    .app-download-navbar-mobile {
        display: inline-block
    }

    .app-download-navbar-desktop {
        display: none
    }

    .navbar-collapse .navbar-nav .app-download-button {
        display: none !important
    }

    .navbar-collapse .btn-group {
        margin: 10px 0 10px !important
    }

    .navbar-collapse .navbar-nav .app-download-button, .navbar-collapse .navbar-nav .login-button {
        margin: 10px 0 20px !important
    }

    #kane-navigation .app-download-button.logged-in {
        margin: 20px 0 !important
    }

    .navbar-nav .app-download-button {
        display: none !important
    }

    .page-header .btn-group .chareh-badge {
        padding: 5px 0 0 !important
    }
}

@media (max-width: 420px) {
    .app-download-navbar-mobile {
        margin-left: 10px;
        margin-right: 10px
    }

    .app-download-navbar-mobile a {
        font-size: 10px
    }
}

@media (max-width: 360px) {
    .app-download-navbar-mobile {
        margin-left: 5px;
        margin-right: 5px
    }
}

.hero-search-wrapper {
    text-align: justify;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    color: #fff;
    z-index: 1;
    display: inline-block;
    float: right
}

.hero-search-wrapper #search-form {
    max-width: 420px
}

.hero-search-wrapper #search-form .form-group {
    margin-bottom: 0;
    border: 1px solid #eee;
    border-radius: 6px
}

.hero-search-wrapper #search-form .form-control {
    height: 40px;
    border: 0;
    box-shadow: none
}

.hero-search-wrapper #search-form .input-group {
    padding: 0;
    background: #fff;
    border-radius: 6px
}

.hero-search-wrapper #search-form .search-city-wrapper {
    display: table-cell;
    border-radius: 0 6px 6px 0;
    background: #fff;
    width: 1px
}

.hero-search-wrapper .input-group .select2-container--bootstrap {
    display: block;
    width: 100% !important;
    height: 40px
}

.hero-search-wrapper .select2-container--bootstrap .select2-selection--single {
    height: 40px !important;
    border: 0;
    box-shadow: none;
    padding: 6px 24px !important;
    background: #fff !important
}

.hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {

    padding-right: 0;
    padding-left: 15px;
    text-align: right;
    font-size: 13px;
    line-height: 28px;
    min-width: 50px
}

.hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    left: 12px;
    right: auto
}

.hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border: 0
}

.hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__arrow:after {
    content: '\f107';
    width: auto;
    height: auto;
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 3px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #6e6f80;
    -webkit-backface-visibility: hidden
}

.hero-search-wrapper .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: '\f106'
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #fff !important;
    color: rgba(19, 191, 148, 1) !important
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background: #00aafc !important;
    color: #fff !important
}

.select2-container--bootstrap .select2-dropdown {
    box-shadow: none;
    direction: rtl;
    padding-top: 1px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.hero-search-wrapper #search-form .search-query-wrapper {
    border-right: 1px solid #eee;
    font-size: 13px;
    position: relative;
    z-index: 2;
    float: right;
    width: 100%;
    margin-bottom: 0
}

.hero-search-wrapper #search-form .search-query-wrapper i.fa {
    position: absolute;
    color: #555;
    font-size: 20px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    z-index: 4;
    display: none
}

.hero-search-wrapper #search-form #search-query {
    padding-right: 12px
}

.hero-search-wrapper #search-form #search-query:-webkit-autofill {
    background-color: #fff !important
}

.hero-search-wrapper #search-form .form-actions {
    background: #fff;
    color: #d3d3d3;
    border-radius: 6px
}

.hero-search-wrapper #search-form button {
    font-size: 15px;
    line-height: 28px;
    padding: 6px 22px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fff
}

.hero-search-wrapper #search-form button:focus, .hero-search-wrapper #search-form button:hover {
    color: #d3d3d3;
    outline: 0
}

.hero-search-wrapper #search-form button i {
    line-height: 28px !important
}

.hero-search-wrapper #search-form .slimScrollDiv {
    display: none;
    position: absolute !important;
    left: 0;
    top: 42px;
    width: 100%;
    background: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    max-height: 250px;
    overflow-y: auto
}

.hero-search-wrapper #search-form .search-results-wrapper {
    display: none;
    border-top: 1px solid #e6e6e6;
    list-style: none;
    padding-right: 0
}

.hero-search-wrapper #search-form .search-results-wrapper li {
    padding: 5px 12px;
    line-height: 34px;
    font-size: 12px;
    cursor: pointer;
    color: #969494;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.hero-search-wrapper #search-form .search-results-wrapper li.no-search-result {
    cursor: auto
}

.hero-search-wrapper #search-form .search-results-wrapper li.base-cat-result a {
    padding-right: 36px
}

.hero-search-wrapper #search-form .search-results-wrapper li.base-cat-result img {
    height: 32px;
    position: absolute;
    top: 2px;
    right: 12px
}

.hero-search-wrapper #search-form .search-results-wrapper li:focus, .hero-search-wrapper #search-form .search-results-wrapper li:hover {
    background: #f9f9f9
}

.hero-search-wrapper #search-form .search-results-wrapper li:focus a, .hero-search-wrapper #search-form .search-results-wrapper li:hover a {
    color: rgba(19, 191, 148, 1) !important;
    text-decoration: none
}

.hero-search-wrapper #search-form .search-results-wrapper li a:focus {
    text-decoration: none;
    color: rgba(19, 191, 148, 1) !important
}

.hero-search-wrapper #search-form .search-results-wrapper li.base-cat-result {
    
    position: relative
}

.hero-search-wrapper #search-form .search-results-wrapper li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.hero-search-wrapper #search-form .search-results-wrapper li a {
    color: #4a4a4a
}

.hero-search-wrapper #search-form .search-results-wrapper li:first-child {
    background: #f9f9f9 !important
}

@media (min-width: 768px) and (max-width: 850px) {
    .hero-search-wrapper #search-form {
        max-width: 330px
    }

    .hero-search-wrapper, .hero-search-wrapper #search-form #search-query, .hero-search-wrapper #search-form .search-results-wrapper li, .hero-search-wrapper #search-form .slimScrollDiv, .hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .select2-container--bootstrap .select2-results__option {
        font-size: 12px
    }

    .hero-search-wrapper #search-form button {
        padding: 6px 10px
    }

    .hero-search-wrapper .select2-container--bootstrap .select2-selection--single {
        padding: 6px 15px !important
    }
}

@media (max-width: 767px) {
    .hero-search-wrapper {
        float: none;
        display: block
    }

    .hero-search-wrapper #search-form {
        max-width: 100%
    }

    .hero-search-wrapper #search-form .form-group {
        border: 0;
        border-top: 1px solid #eee;
        border-radius: 0
    }

    .hero-search-wrapper #search-form button {
        border-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .hero-search-wrapper #search-form .slimScrollDiv {
        border-bottom-left-radius: 0
    }

    .select2-container--bootstrap .select2-dropdown {
        border-bottom-right-radius: 0
    }

    .select2-container--bootstrap .select2-results__option {
        text-align: center
    }
}

@media (max-width: 480px) {
    .hero-search-wrapper {
        width: 100%
    }

    .hero-search-wrapper #search-form {
        max-width: 100%
    }

    .hero-search-wrapper #search-form button {
        padding-left: 16px;
        padding-right: 0
    }

    .hero-search-wrapper #search-form .input-group {
        width: 100%
    }
}

@media (max-width: 400px) {
    .hero-search-wrapper, .hero-search-wrapper #search-form #search-query, .hero-search-wrapper #search-form .search-results-wrapper li, .hero-search-wrapper #search-form .slimScrollDiv, .hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .select2-container--bootstrap .select2-results__option {
        font-size: 13px
    }
}

@media (max-width: 360px) {
    .hero-search-wrapper, .hero-search-wrapper #search-form #search-query, .hero-search-wrapper #search-form .search-results-wrapper li, .hero-search-wrapper #search-form .slimScrollDiv, .hero-search-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .select2-container--bootstrap .select2-results__option {
        font-size: 12px
    }

    .hero-search-wrapper #search-form #search-query::-webkit-input-placeholder {
        font-size: 10px
    }

    .hero-search-wrapper #search-form #search-query::-moz-placeholder {
        font-size: 10px
    }

    .hero-search-wrapper #search-form #search-query:-moz-placeholder {
        font-size: 10px
    }

    .hero-search-wrapper #search-form #search-query::-ms-input-placeholder {
        font-size: 10px
    }
}

@font-face {
    font-family: Lalezar-Local;
    src: url(../fonts/Lalezar/Lalezar.eot) format('eot'), url(../fonts/Lalezar/Lalezar.woff) format('woff'), url(../fonts/Lalezar/Lalezar.woff2) format('woff2');
    font-style: normal
}

.campaign-container {
    position: relative;
    height: 0;
    width: 100%;
    z-index: 1030;
    margin: 0;
    border-radius: 0;
    padding: 0;
    transition: height .5s;
    background: #ed2f59;
    border: 0
}

.campaign-container .close {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
    opacity: 1;
    top: 10px;
    left: 10px;
    color: #fff;
    position: absolute
}

.campaign-container .close:before {
    content: "\00d7";
    opacity: .5
}

.campaign-container .close:focus {
    outline: 0
}

.campaign-container .campaign-desc-container {
    position: relative;
    width: 100%;
    text-align: center;
    height: 0;
    font-family: Lalezar-Local;
    background: #ed2f59;
    transition: height .5s
}

.campaign-container .campaign-desc-container img:first-child {
    height: 50px
}

.campaign-container .campaign-desc-container img:nth-child(3) {
    height: 60px
}

.campaign-container .campaign-desc-container p {
    margin: 0;
    font-size: 22px;
    line-height: 55px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    display: inline-block;
    padding: 0 10px;
    font-family: Lalezar-Local
}

@media (max-width: 500px) {
    .campaign-container .campaign-desc-container img:first-child {
        height: 40px
    }

    .campaign-container .campaign-desc-container p {
        font-size: 20px;
        padding: 0 5px
    }
}

@media (max-width: 450px) {
    .campaign-container .campaign-desc-container img:first-child {
        height: 30px
    }

    .campaign-container .campaign-desc-container p {
        font-size: 15px;
        padding: 0
    }
}

@media (max-width: 400px) {
    .campaign-container .campaign-desc-container img:first-child {
        display: none
    }
}

@media (max-width: 360px) {
    .campaign-container .campaign-desc-container p {
        font-size: 15px
    }
}

.custom_msg_container {
    background-color: #fff;
    padding: 15px 30px;
    border: 1px solid #edf0f2 !important;
    border-radius: 5px;
    max-width: 767px !important
}

.custom_msg_container .close {
    top: 8px;
    left: -10px
}

#progress-bar-container .page-content {
    max-width: 1200px !important
}

.page-header-fixed .page-container {
    margin-top: 0 !important;
    padding-top: 30px
}

.page-header.navbar {
    position: relative
}

form {
    max-width: 767px;
    margin: 0 auto
}

form .btn-custom {
    font-size: 15px
}

form .form-actions {
    margin-top: 30px;
    margin-bottom: 20px;
}

.form-nav-button {
    display: inline-block;
    font-size: 15px
}

#next_question, #next-static, #submit_new_address, #submit_new_address_intro, #submit_new_date, #submit_notice, #submit_order, #submit_pre_address {
    float: left
}

#no_submit_new_address, #no_submit_new_address_intro, #no_submit_new_date, #no_submit_notice, #no_submit_order, #no_submit_pre_address, #previous_question, #previous-static {
    float: right
}

.portlet .portlet-title {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.clear:after {
    clear: both;
    content: "";
    display: table
}

.tools {
    float: right !important
}

.address-icon {
    padding-left: 10px;
    cursor: pointer
}

.address-type {
    cursor: pointer
}

.pre-addresses .mt-radio {
    padding-bottom: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.pre-addresses .panel-body {
    background-color: #fff
}

.new-address .panel-body {
    background-color: #fff
}

.pre-addresses .form-group {
    margin: 0;
    padding: 15px;
    padding-bottom: 0
}

.pre-addresses i {
    font-style: normal
}

.pre-addresses {
    line-height: 1.6em
}

.panel-default > .panel-heading {
    background-color: #3dc5c5
}

.panel-title {
    font-size: 15px
}

.panel-default {
    border-color: #f9f9f9
}

.panel-body {
    border-top-color: #f9f9f9 !important
}

#details-common-container .in-divider {
    margin-left: 0;
    margin-right: 0
}

.center-block {
    line-height: 2em
}

.new-address .panel-body, .pre-addresses .panel-body {
    border: 1px solid #f3f3f3;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

#submit_3 {
    font-size: medium;
    margin: 20px
}

#modify_3 {
    font-size: medium;
    margin: 20px;
    background-color: #e8e8e8
}

.apple-redirect {
    background-color: #fff;
    border-right: 4px solid #bfbfbf;
    display: none
}

.apple-redirect p {
    padding-left: 15px
}

.apple-redirect .app-buttons {
    margin-top: 15px
}

.apple-redirect .go-to-app {
    background-color: #00a5af;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff
}

.apple-redirect .not-go-to-app {
    background-color: #ee4423;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff
}

#base_price_div p {
    width: 75%
}

#price_div p {
    width: 75%
}

#discount_div p {
    width: 75%
}

.form .form-actions, .portlet-form .form-actions {
    background-color: #fff
}

.a4-green {
    color: #00b0af
}

.address-type {
    color: #fff !important
}

.has-success .control-label {
    color: #3d4166
}

.new-address {
    margin-bottom: 15px !important
}

.small-ph::-webkit-input-placeholder {
    font-size: .8em
}

.small-ph::-moz-placeholder {
    font-size: .8em
}

.small-ph:-moz-placeholder {
    font-size: .8em
}

.small-ph::-ms-input-placeholder {
    font-size: .8em
}

.popover{
    direction:rtl;
    text-align:right;
    font-family:'Iransans';
}

.popover .arrow {
    display: none
}

.popover .popover-title {
    text-align: center
}

.gender-container {
    margin-right: 16px
}

.discount-tip {
    margin-top: 15px
}

.gender-radio {
    margin-bottom: 0 !important
}

.gender-select-list-container {
    display: none
}

.timepicker {
    cursor: pointer
}

.bootstrap-select {
    border: 1px solid #c2cad8 !important;
    border-radius: 4px
}

.bootstrap-select .dropdown-menu {
    left: -1px;
    right: -1px
}

.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important;
    outline: 0 !important
}

.bootstrap-select .dropdown-toggle {
    background-color: #fff !important
}

.bootstrap-select .caret {
    display: none !important
}

.bootstrap-select .btn {
    border: 0 !important;
    padding-right: 0 !important
}

.bootstrap-select .selected {
    background-color: #00b0af !important
}

.bootstrap-select .selected a {
    background-color: #00b0af !important;
    color: #fff !important
}

.fa-calendar {
    z-index: 1 !important
}

.last-row-instance:after, .last-row-instance:before {
    content: " ";
    display: table
}

#confirm-resend-btn:disabled, #confirm-resend-btn[disabled] {
    color: #8bd0be;
    border-color: #d1eae4;
    padding-left: 0;
    padding-right: 0
}

.confirm-form-actions label {
    font-size: 12px
}

#terms-conds-modal .modal-dialog {
    overflow-y: initial !important
}

#terms-conds-modal .modal-body {
    overflow-y: auto;
    height: 500px
}

#custom-message {
    line-height: 1.8em
}

#progress-bar-container .portlet-body {
    padding: 0
}

.section {
    display: none
}

#form_first_step .form-actions {
    clear: both;
    border: none
}

#review_comment {
    width: 99%
}

#terms-conds-modal .modal-body {
    width: 100%;
    font-size: .9em;
    line-height: 2em
}

.pass-toggle {
    direction: rtl;
    cursor: pointer
}

.direction-ltr::-webkit-input-placeholder {
    direction: rtl
}

.direction-ltr::-moz-placeholder {
    direction: rtl
}

.direction-ltr:-moz-placeholder {
    direction: rtl
}

.direction-ltr::-ms-input-placeholder {
    direction: rtl
}

.mt-radio-inline .mt-radio {
    margin-left: 30px
}

.mt-radio {
    padding-right: 25px
}

#basecats-container, #further-info-container, .alert, .pre-address-container {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important
}

.pre-address-container .pre-address-city {
    padding-left: 20px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered[title='شهر محل سکونت را انتخاب کنید *'], .select2-container--bootstrap .select2-selection--single .select2-selection__rendered[title='شهر موردنظر را انتخاب کنید'], .select2-container--bootstrap .select2-selection--single .select2-selection__rendered[title='محله موردنظر را انتخاب کنید'] {
    color: #9e9e9e
}

#karfarma-list-container {
    display: none
}

#karfarma-list-container .single-karfarma {
    margin-bottom: 20px
}

#karfarma-list-container .mt-radio-list {
    width: 450px;
    margin: 0 auto
}

#karfarma-list-container .alert {
    width: 450px;
    text-align: center
}

@media (max-width: 1280px) {
    #price_not_fixed p {
        width: 75% !important
    }
}

@media (max-width: 767px) {
    .last-row-instance:after, .last-row-instance:before {
        content: " ";
        display: none
    }

    .even-row-instance:after, .even-row-instance:before {
        content: " ";
        display: table
    }

    .odd-row-instance {
        clear: right
    }
}

@media (max-width: 550px) {
    /*
    .form-nav-button:not(.next-question):not(.previous-question):not(#submit_new_address):not(#no_submit_new_address):not(#submit_order):not(#no_submit_order):not(#submit_notice):not(#no_submit_notice):not(#submit_new_date):not(#no_submit_new_date) {
        float: none !important;
        display: block;
        margin: 0 auto
    }
       */

    .form-body .form-container {
        padding: 0 !important
    }
}

@media (max-width: 480px) {
    body {
        background: #fff
    }

    .page-header-fixed .page-container {
        padding-top: 0;
        background: #fff !important
    }

    .page-container .page-content {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0
    }

    .pre-addresses .form-group {
        padding: 0 !important
    }

    .pre-addresses .mt-radio {
        font-size: 12px
    }

    .thumbnail .caption label {
        font-size: 15px
    }

    .select2-container--bootstrap .select2-selection {
        font-size: 12px
    }

    .modal-body {
        font-size: 12px;
        padding: 15px 20px
    }
}

@media (max-width: 450px) {
    .apple-redirect, .apple-redirect .btn {
        font-size: 12px
    }
}

@media (max-width: 400px) {
    #change-urgent-task-time, #not-signed-up, #signed-up, #urgent-task-submit {
        font-size: 12px
    }
}

@media (max-width: 380px) {
    .pre-addresses .mt-radio {
        font-size: 10px
    }

    .thumbnail .caption label {
        font-size: 13px
    }

    .modal-body {
        font-size: 11px
    }

    #change-urgent-task-time, #urgent-task-submit {
        display: inline-block;
        margin: auto 0;
        margin-bottom: 10px
    }

    #urgent-task-modal .modal-footer {
        text-align: center
    }
}

@media (max-width: 360px) {
    .thumbnail .caption label {
        font-size: 12px
    }

    .confirm-form .form-control::-webkit-input-placeholder {
        font-size: 12px
    }

    .confirm-form .form-control::-moz-placeholder {
        font-size: 12px
    }

    .confirm-form .form-control:-moz-placeholder {
        font-size: 12px
    }

    .confirm-form .form-control::-ms-input-placeholder {
        font-size: 12px
    }

    #not-signed-up, #signed-up {
        display: inline-block;
        margin: auto 0;
        margin-bottom: 10px
    }
}

#login-modal .modal-dialog {
    max-width: 490px
}

#login-modal form {
    padding: 0;
    margin: 0
}

#login-modal form:not(.user-recognition-form) {
    display: none
}

#login-modal .form-title {
    margin: 10px 0 30px;
    font-size: 14px !important;
    line-height: 28px
}

#login-modal input {
    text-align: right
}

.pass-toggle {
    direction: rtl;
    cursor: pointer
}

#login-modal .form-actions {
    margin-top: -9px
}

.admin-login .form-actions {
    text-align: center
}

.admin-login .form-actions .btn {
    display: inline-block;
    float: none !important
}

#login-modal .form-actions .forget-hint-block, #login-modal .form-actions .forget-password-block, #login-modal .form-actions .password-hint-block, #login-modal .form-actions .tnc-block {
    margin: 5px 0 0 0;
    display: inline-block
}

#login-modal .form-actions .forget-hint-block, #login-modal .form-actions .password-hint-block, #login-modal .form-actions .tnc-block {
    color: #797e80
}

#login-modal .form-actions #tnc-link:focus, #login-modal .form-actions #tnc-link:hover, #login-modal .form-actions .forget-password-block:focus, #login-modal .form-actions .forget-password-block:hover {
    color: #24b38f;
    text-decoration: underline;
    outline: 0
}

#login-modal .form-actions {
    padding: 0 0 20px 0
}

#login-modal .form-actions .btn {
    margin-top: 24px
}

#login-modal .forget-password-block {
    cursor: pointer
}

#login-modal .forget-password-block, #login-modal .form-actions .forget-hint-block, #login-modal .form-actions .password-hint-block, #login-modal .form-actions .tnc-block {
    height: 24px
}

#login-modal .server_error_container {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 490px;
    z-index: 1
}

#login-modal .server_error_container .custom-alerts {
    background-color: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    color: #3d454d;
    border: 0;
    padding: 15px 45px;
    margin: 0;
    position: relative
}

#login-modal .server_error_container .custom-alerts i {
    color: #fa4149;
    padding-left: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px
}

#login-modal .server_error_container button.close, .modal button.close {
    background-image: url(images/modal-cancel@2x.png) !important;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#login-modal .signup-hint {
    font-size: 13px;
    line-height: 22px;
    text-align: justify
}

#login-modal .direction-ltr::-webkit-input-placeholder {
    direction: rtl
}

#login-modal .direction-ltr::-moz-placeholder {
    direction: rtl
}

#login-modal .direction-ltr:-moz-placeholder {
    direction: rtl
}

#login-modal .direction-ltr::-ms-input-placeholder {
    direction: rtl
}

@media (max-width: 550px) {
    #login-modal {
        width: 100% !important
    }

    #login-modal .server_error_container {
        width: 90%
    }

    #login-modal h3 {
        font-size: 22px
    }
}

@media (max-width: 520px) {
    #login-modal .register-form .left-form-group, #login-modal .register-form .right-form-group {
        width: 100%;
        padding: 0
    }

    #login-modal .form-actions .forget-hint-block, #login-modal .form-actions .password-hint-block, #login-modal .form-actions .tnc-block, #login-modal .password-buttons .forget-password-block {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    #login-modal .form-actions, #login-modal .form-actions .password-hint-block {
        text-align: center
    }

    #login-modal .form-actions .forget-hint-block, #login-modal .form-actions .tnc-block {
        text-align: justify
    }

    #login-modal .form-actions .btn {
        display: block;
        float: none !important;
        margin-left: auto;
        margin-right: auto
    }

    #login-modal .confirm-form .form-actions #confirm-submit-btn, #login-modal .forget-confirm-form .form-actions #forget-confirm-submit-btn, #login-modal .forget-form .form-actions #forget-submit-btn {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    #login-modal .confirm-form .form-actions #confirm-back-btn, #login-modal .forget-confirm-form .form-actions #forget-confirm-back-btn, #login-modal .forget-form .form-actions #forget-back-btn {
        margin-top: 10px
    }
}

@media (max-width: 420px) {
    #login-modal .form-actions .btn {
        font-size: 14px
    }

    #login-modal .form-title {
        font-size: 12px !important
    }
}

@media (max-width: 400px) {
    #login-modal .form-control {
        font-size: 14px
    }
}

@media (max-width: 360px) {
    #login-modal .form-actions .btn {
        font-size: 13px
    }

    #login-modal .confirm-form .form-control::-webkit-input-placeholder, #login-modal .forget-confirm-form .form-control::-webkit-input-placeholder {
        font-size: 12px
    }

    #login-modal .confirm-form .form-control::-moz-placeholder, #login-modal .forget-confirm-form .form-control::-moz-placeholder {
        font-size: 12px
    }

    #login-modal .confirm-form .form-control:-moz-placeholder, #login-modal .forget-confirm-form .form-control:-moz-placeholder {
        font-size: 12px
    }

    #login-modal .confirm-form .form-control::-ms-input-placeholder, #login-modal .forget-confirm-form .form-control::-ms-input-placeholder {
        font-size: 12px
    }

    #login-modal .signup-hint {
        font-size: 12px
    }
}

.preloader-order {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9990;
    height: 100%;
    width: 100%;
    overflow: hidden !important
}

.preloader-order .status-order {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.preloader-order .status-order img {
    width: 100%;
    margin-bottom: 7px
}

.preloader-order .status-order > div {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fa4149;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.preloader-order .status-order .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.preloader-order .status-order .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.custom-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .6);
    z-index: 9990;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    display: none
}

.custom-loader .custom-status {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.custom-loader .custom-status img {
    width: 100%;
    margin-bottom: 7px
}

.custom-loader .custom-status > div {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fa4149;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.custom-loader .custom-status .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.custom-loader .custom-status .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#review-modal .modal-dialog {
    max-width: 375px !important
}

#review-modal .server_error_container {
    top: 0;
    width: 90%
}

#review-modal .modal-body {
    color: #4a4a4a;
    max-height: 420px;
    overflow: auto
}

#review-modal .modal-header {
    padding-left: 40px
}

#review-modal #review_comment {
    border-radius: 5px;
    padding: 10px;
    border-color: #f2f2f2
}

#cancelled-review-modal .modal-footer, #review-modal .modal-footer {
    border-top: 0
}

#review-modal .modal-footer {
    border-top: 1px solid #f2f2f2;
    display: none
}

#review-modal #review-order {
    width: 100%;
    margin: 0 !important
}

.starRating:not(old) {
    display: inline-block;
    height: 17px;
    overflow: hidden;
    vertical-align: middle
}

.starRating:not(old) input {
    margin-right: -100%;
    opacity: 0
}

.starRating:not(old) label {
    display: block;
    float: left;
    position: relative;
    background: url(images/star-off.svg);
    background-size: contain
}

.starRating:not(old) label:last-child::after {
    display: block;
    background-color: #00aafc;
    position: absolute;
    font-size: 12px;
    line-height: 17px;
    top: 0;
    left: 100%;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 8px;
    color: #fff;
    white-space: nowrap
}

.starRating:not(old).very-satisfied label:last-child::after {
    content: 'خیلی خوب'
}

.starRating:not(old).satisfied label:last-child::after {
    content: 'خوب'
}

.starRating:not(old).so-so label:last-child::after {
    content: 'قابل قبول';
    background-color: #ffb54d
}

.starRating:not(old).unsatisfied label:last-child::after {
    content: 'بد';
    background-color: #fa4149
}

.starRating:not(old).very-unsatisfied label:last-child::after {
    content: 'خیلی بد';
    background-color: #fa4149
}

.starRating:not(old) label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(images/star-on.svg);
    background-size: contain;
    opacity: 0
}

.starRating:not(:hover) input:checked ~ label:before, .starRating:not(old) label:hover:before, .starRating:not(old) label:hover ~ label:before {
    opacity: 1
}

.have-image {
    border: 1px solid #eee
}

.OrderDateReview {
    white-space: nowrap
}

.a4_img_orderD {
    border-radius: 50%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px
}

.modal-body {
    line-height: 2em;
    font-size: small
}

.rating-a4-instance {
    padding: 20px 0 10px
}

.a4-rating-name-container, .a4-rating-photo-container, .single-question {
    margin-bottom: 20px;
    display: inline-block
}

.a4-rating-name-container .OrderA4NameReview {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 8px
}

.a4-rating-photo-container {
    float: left
}

.rating-question-container .single-question {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2
}

.rating-question-container .starRating {
    margin-bottom: 8px;
    margin-top: 3px;
    padding-left: 0 !important;
    line-height: normal !important
}

.rating-question-container .questions {
    padding: 0
}

.a4_img_container {
    text-align: center
}

.comment-cancelled-achar-container, .rate-achar-container, .rate-karfarma-container {
    text-align: center
}

.rating-review-container label {
    line-height: 24px;
    margin-bottom: 10px
}

.rating-review-container textarea {
    width: 99%
}

.input-label {
    padding: 0
}

.input-label .form-control {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width: 991px) {
    .rating-span {
        float: none !important
    }

    .rating-span .rating {
        margin-top: 10px
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 8px
    }
}

@media (max-width: 480px) {
    .modal-body {
        font-size: 12px
    }

    .single-question .questions {
        padding-right: 0;
        padding-left: 5px
    }

    .single-question .starRating {
        padding-left: 0;
        padding-right: 5px
    }
}

@media (max-width: 400px) {
    #cancelled-review-modal .modal-title {
        font-size: 14px !important
    }

    .a4-rating-name-container, .a4-rating-photo-container {
        width: 100%;
        text-align: center
    }

    .a4-rating-name-container {
        margin-bottom: 15px
    }

    .a4-rating-name-container .OrderA4NameReview, .a4-rating-name-container .OrderA4SubcatReview {
        margin-bottom: 0
    }
}

@media (max-width: 380px) {
    .modal-body {
        font-size: 11px
    }

    #discount_detail_orderD {
        font-size: 11px
    }
}

@media (max-width: 350px) {
    .starRating:not(old) label:last-child::after {
        display: none
    }
}

.control-label.has-error {
    color: #fa4149 !important
}

.alert.alert-danger {
    position: absolute;

    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 490px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    color: #3d454d;
    border: 0;
    padding: 15px 45px;
    margin: 0
}

.alert.alert-danger button.close {
    background-image: url(images/modal-cancel@2x.png) !important;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.alert.alert-danger i {
    color: #fa4149;
    padding-left: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    font-size: 20px
}

@media (max-width: 550px) {
    .alert.alert-danger {
        width: 90%
    }
}

#progress-bar-container {
    background-color: #f2f5f7;
    border: 1px solid #edf0f2;
    margin-top: 0
}


.mt-step-desc{
    width:100%;
    direction:rtl;
}

.mt-element-step .step-line .mt-step-col {
    padding: 15px 0
}

.mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
    height: 0
}

.mt-element-step .step-line .mt-step-number {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    width: 32px;
    padding: 0;
    border: 1px solid #00aafc;
    display: inline-block;
    margin: 0 0 0 18px
}

.mt-element-step .step-line .mt-step-title {
    display: inline-block;
    line-height: 32px;
    vertical-align: bottom;
    font-size: 13px !important
}

.mt-element-step .step-line .active .mt-step-number {
    color: #fff !important;
    background:  linear-gradient(to right, #00a9ff 0%, #00caad 100%);
    border-color: #00aafc !important
}

.mt-element-step .step-line .active .mt-step-title {
    
    color: #3d454d !important
}

.mt-element-step .step-line .done .mt-step-number {
    color: rgba(19, 191, 148, 1) !important;
    border-color: #00aafc !important
}

.mt-element-step .step-line .done .mt-step-title {
    color: rgba(19, 191, 148, 1) !important
}

@media (max-width: 991px) {
    #progress-bar-container {
        margin-top: 0
    }
}

@media (max-width: 890px) {
    .mt-element-step .step-line .mt-step-number {
        margin-left: 10px
    }
}

@media (max-width: 480px) {
    #progress-bar-container {
        display: none
    }
}

.service-groups-container {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding: 0 5px
}

.service-groups-container h2 {
    text-align: right;
    font-size: 20px !important;
    margin: 30px 0 !important;
    padding: 0 !important
}

.service-groups-container .fake-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.service-groups-container .fake-carousel .custom-left-arrow-carousel {
    position: absolute;
    top: 160px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    z-index: 1;
    cursor: pointer;
    padding: 19.5px 24px 13.5px;
    border-radius: 50%;
    background-color: #3d454d;
    opacity: 0;
    transition: .3s
}

.service-groups-container .fake-carousel .custom-right-arrow-carousel {
    position: absolute;
    top: 160px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    z-index: 1;
    cursor: pointer;
    padding: 19.5px 24px 13.5px;
    border-radius: 50%;
    background-color: #3d454d;
    opacity: 0;
    transition: .3s
}

.service-groups-container:hover .fake-carousel .custom-left-arrow-carousel, .service-groups-container:hover .fake-carousel .custom-right-arrow-carousel {
    opacity: .6;
    transition: .3s
}

.service-groups-container .fake-carousel .custom-left-arrow-carousel:focus, .service-groups-container .fake-carousel .custom-left-arrow-carousel:hover, .service-groups-container .fake-carousel .custom-right-arrow-carousel:focus, .service-groups-container .fake-carousel .custom-right-arrow-carousel:hover {
    background-color: #24b38f;
    transition: .3s
}

.service-groups-container .slick-next, .service-groups-container .slick-prev {
    display: none !important
}

.service-group-slide {
    position: relative;
    float: left !important;
    width: 200px
}

.service-groups-container.one-item-slider .slick-list {
    direction: rtl
}

.service-groups-container .single-category {
    position: relative;
    top: 0;
    width: 180px;
    height: 160px;
    background: #fff;
    margin: 5px 10px 0 10px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    transition: .3s;
    cursor: pointer;
    background-size: cover;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid rgba(210, 216, 217, 1)
}

.service-groups-container.one-item-slider .single-category {
    margin: 5px 0 0 15px
}

.service-groups-container .single-category:focus, .service-groups-container .single-category:hover {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1) !important;
    top: -5px;
    transition: .3s;
    outline: 0
}

.service-group-slide .testimonial-content:focus, .service-group-slide:focus, .service-groups-container .single-category .single-category-link:focus {
    outline: 0
}

.service-groups-container .single-category .single-category-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.service-groups-container .single-category .category-desc {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    text-align: right;
    padding: 8px 10px
}

.service-groups-container .single-category .category-desc h2, .service-groups-container .single-category .category-desc h3 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #000
}

.service-groups-container .single-category .category-desc p {
    font-size: 12px;
    margin: 0;
    line-height: 16px
}

.service-groups-container .single-category .category-desc p {
    color: rgba(102, 107, 108, 1)
}

.service-groups-container .single-category .category-desc a {
    margin-top: 20px;
    padding: 9px 29px;
    border: 1px solid #c6c6c6;
    background-color: transparent;
    border-radius: 6px;
    color: rgba(102, 107, 108, 1)
}

@media (max-width: 550px) {
    .service-groups-container h2 {
        font-size: 15px !important
    }

    .service-group-slide {
        width: 160px
    }

    .service-groups-container .single-category {
        width: 140px;
        height: 120px
    }

    .service-groups-container .fake-carousel .custom-right-arrow-carousel {
        top: 130px
    }
}

@media (min-width: 481px) {
    .service-groups-container {
        padding: 0 30px 30px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #edf0f2 !important;
        margin-bottom: 20px
    }

    .service-groups-container h2 {
        padding-top: 30px !important;
        margin-top: 0 !important;
        margin-bottom: 25px !important
    }
}

@media (max-width: 480px) {
    .service-groups-container .fake-carousel .custom-left-arrow-carousel {
        left: 10px
    }

    .service-groups-container .fake-carousel .custom-right-arrow-carousel {
        right: 10px
    }

    .service-group-slide {
        width: 150px
    }

    .service-groups-container .single-category {
        width: 130px
    }
}

@media (max-width: 420px) {
    .service-groups-container.one-item-slider .single-category {
        margin: 5px 0 0 10px
    }

    .service-groups-container:not(.one-item-slider) .single-category {
        margin: 5px 5px 0
    }

    .service-groups-container .fake-carousel .custom-left-arrow-carousel, .service-groups-container .fake-carousel .custom-right-arrow-carousel {
        display: none !important
    }
}

@media (max-width: 400px) {
    .service-groups-container h2 {
        font-size: 13px !important
    }
}

#form_first_step {
    position: relative
}

.portlet .add-order-title {
    margin: 30px 0 !important
}

.portlet .add-order-title .portlet-header {
    font-size: 15px;
    line-height: 34px;
    color: #3d4166
}

#portlet_basecats {
    padding-bottom: 0
}

#portlet_basecats .portlet-title {
    max-width: 980px
}

#basecats-container {
    padding: 0;
    margin-bottom: 0
}

.single-basecat {
    margin-bottom: 20px
}

.thumbnail {
    background-color: rgba(0, 148, 133, 0);
    border-style: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #eee;
    border-radius: 0px;
    max-width: 120px;
    margin: 0 auto 20px;
    padding: 0;
    transition: .3s;
    box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.06);
}




.thumbnail.thumbnail-selected, .thumbnail:hover {
    border: 2px solid #00aafc;
    transition: .3s
}

.thumbnail .cat-img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.thumbnail .caption {
    text-align: center;
    width: 100%;
    padding: 0 8px;
    height: 55px;
    position: relative;
    border-top: 2px solid #eee;
    transition: .3s;
    background: #fcfcfc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.thumbnail .caption label {
    cursor: pointer;
    padding-right: 0;
    font-size: 12px;
    color: #797e80;
    display: inline-block;
    transition: .5s;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    transition: .3s
}

.thumbnail.thumbnail-selected .cat-img {
    opacity: 1 !important
}

.thumbnail.thumbnail-selected .caption, .thumbnail:hover .caption {
    border-color: #00aafc;
    transition: .3s
}

.thumbnail.thumbnail-selected .caption label {
    opacity: 1 !important;
    color: #3d4166 !important;
    transition: .3s
}

.thumbnail:hover .caption label {
    color: #3d4166 !important;
    transition: .3s
}

@media (max-width: 599px) {
    .single-basecat {
        float: right;
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width: 550px) {
    #portlet_subcats .form-container {
        padding: 0 5px !important
    }

    .portlet .add-order-title {
        padding: 0 5px !important
    }

    .portlet .add-order-title .portlet-header {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .portlet .add-order-title {
        padding: 0 5px !important
    }

    #portlet_basecats {
        border: 0 !important;
        margin-bottom: 0;
        border-top: 1px solid #edf0f2 !important
    }
}

@media (max-width: 400px) {
    .thumbnail .caption label {
        font-size: 12px
    }

    .thumbnail .cat-img {
        width: 80px;
        height: 80px
    }

    .portlet .add-order-title .portlet-header {
        font-size: 13px
    }
}

#portlet_subcats {
    padding-bottom: 20px
}

#further-info-container {
    transition: opacity .3s
}


.single-section{
    width:100%;
    direction:rtl;
    text-align:right;
}

#further-info-container .single-section .form-group.form-container {
    padding: 0;
    margin: 0 -10px
}

.single-subcat {
    padding: 0 10px;
    margin-bottom: 20px
}

.single-subcat .mt-checkbox {
    padding-right: 48px;
    color: #4a4a4a
}

.single-subcat .custom-checkbox-container .mt-checkbox {
    margin: 0;
    border: 2px solid #eee;
    height: 74px;
    border-radius: 0px;
    transition: .3s;
    background: #fcfcfc;
    padding: 0;
}

.popover{
    font-family: 'iranyekan'!important;

}

.single-subcat .custom-checkbox-container .mt-checkbox-checked, .single-subcat .custom-checkbox-container .mt-checkbox:focus, .single-subcat .custom-checkbox-container .mt-checkbox:hover {
    border-color: #00aafc;
    transition: .3s
}

.single-select-container .single-subcat .custom-checkbox-container .mt-checkbox > span {
    top: 26px;
    right: 15px;
    width: 22px;
    height: 22px
}

.single-select-container .single-subcat .custom-checkbox-container .mt-checkbox > span:after {
    top: 4px;
    right: 7px
}

.multi-select-container .single-subcat .custom-checkbox-container .mt-checkbox > span {
    top: 27px;
    right: 15px;
    width: 20px;
    height: 20px
}

.multi-select-container .single-subcat .custom-checkbox-container .mt-checkbox > span:after {
    top: 3px;
    right: 6px
}

.single-select-container .custom-checkbox-container .mt-checkbox > span {
    border-radius: 50%
}

.single-subcat .custom-checkbox-container .mt-checkbox > span {
    display: none
}

.single-subcat .custom-checkbox-container .custom-checkbox-title {
    padding: 0;
    line-height: 20px;
    right: 100px;
    transform: translateY(-50%);
    opacity: .7;
    transition: .3s;
    text-align: center;
    font-size: 13px
}

.single-subcat .custom-checkbox-container .mt-checkbox-checked .custom-checkbox-title, .single-subcat .custom-checkbox-container .mt-checkbox:focus .custom-checkbox-title, .single-subcat .custom-checkbox-container .mt-checkbox:hover .custom-checkbox-title {
    opacity: 1;
    color: #3d4166;
    transition: .3s
}

.single-subcat .custom-checkbox-container .custom-checkbox-title .subcat-main-title {
    
    text-align: right
}

.single-subcat .custom-checkbox-container .custom-checkbox-title .subcat-campaign-text {
    line-height: 20px;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    margin-top: 5px
}

.single-subcat .custom-checkbox-container .custom-checkbox-bg {
    width: 74px;
    height: 70px;
    display:block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}

@media (max-width: 550px) {
    #further-info-container .single-section .form-group.form-container {
        padding: 0;
        margin: 0 -15px
    }
}

@media (max-width: 480px) {
    .multi-select-container, .single-select-container {
        margin-left: 15px;
        margin-right: 15px
    }

    #portlet_subcats {
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-radius: 0
    }
}

#form_notice_wrapper {
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 80px;
    border: 1px solid #eee;
    border-bottom: 0;
    margin: -50px 0 0
}

#form_notice {
    max-width: 767px
}

#form_notice .alert:not(.custom-alerts) {
    display: none;
    top: 0 !important
}

#form_notice .questionnaire-wrapper label.error {
    display: none !important
}

#form_notice .questionnaire-wrapper:last-child {
    margin-bottom: 177px !important
}

#form_notice .notice-subcat-title {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1) !important;
    margin: 0 0 30px;
    line-height: 34px;
    padding: 0 30px
}

#form_notice .notice-close {
    font-size: 20px;
    color: #fff;
    padding: 10px;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    cursor: pointer
}

#form_notice .notice-wrapper {
    padding: 10px 30px 40px
}

#form_notice .notice-wrapper .notice-textbox-title {
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 0;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    padding: 0 8px;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee
}

#form_notice .notice-wrapper .notice-textbox-content {
    font-size: 12px;
    line-height: 26px;
    text-align: justify;
    color: #4a4a4a;
    padding: 25px;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 6px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 30px
}

@media (max-width: 1260px) {
    #form_notice_wrapper {
        margin: -50px -45px 0
    }
}

@media (max-width: 991px) {
    #form_notice_wrapper {
        margin: -50px -35px 0;
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    #form_notice_wrapper {
        margin: -50px -25px 0
    }

    #form_notice .notice-wrapper .notice-textbox-title {
        font-size: 13px
    }
}

@media (max-width: 550px) {
    #form_notice .notice-wrapper {
        padding: 10px 15px 40px
    }
}

@media (max-width: 480px) {
    #form_notice_wrapper {
        margin: -50px -10px 0;
        padding-top: 70px
    }

    #form_notice .portlet-body {
        padding-left: 15px;
        padding-right: 15px
    }

    #form_notice .notice-wrapper .notice-textbox-content {
        font-size: 12px
    }

    #form_notice .notice-subcat-title {
        margin-bottom: 20px
    }

    #form_notice .notice-close {
        float: left;
        margin-left: 35px
    }

    #form_notice .notice-wrapper .notice-textbox-title {
        line-height: 30px
    }
}

@media (max-width: 420px) {
    #form_notice .notice-wrapper .notice-textbox-title {
        font-size: 14px
    }
}

#form_second_step {
    max-width: 767px
}

#form_second_step .alert:not(.custom-alerts), .pre-constructed-questions {
    display: none;
    top: 0 !important
}

#form_second_step .questionnaire-wrapper label.error {
    display: none !important
}

#form_second_step .questionnaire-wrapper {
   /* margin-bottom: 177px !important|*/
}

.questionnaire-wrapper .question-title {
    margin: 30px 0 !important
}

.questionnaire-wrapper .question-title .portlet-header {
    font-size: 15px;
    line-height: 40px;
    color: #3d4166
}

.questionnaire-wrapper .question-container {
    padding: 0 !important
}

.select2-container--bootstrap .select2-selection {
    border-color: #eee !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: 2px solid #eee;
    background: #fcfcfc
}

.select2-container--bootstrap .select2-dropdown, .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-color: #eee !important
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #fafafa !important;
    border: 0
}

.select2-container--bootstrap.select2-container--disabled .select2-selection .select2-selection__arrow:after, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__arrow:after {
    display: none
}

.select2-container--bootstrap.select2-container--below .select2-selection {
    background-color: #fff !important
}

.select2-container--bootstrap.select2-container--open {
    z-index: 10000
}

.text-fields {
    background: #fcfcfc;
    border-bottom: 2px solid #eee;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    color: #4a4a4a
}

.text-fields:focus, .text-fields:hover {
    border-color: #eee;
    background: #fff !important
}

.questionnaire-wrapper .left-form-group {
    padding: 0 10px 0 0
}

.questionnaire-wrapper .right-form-group {
    padding: 0 0 0 10px
}

.questionnaire-wrapper .error-label {
    color: #fa4149
}

#form_new_address .form-actions, #form_static_step .form-actions, #form_new_date .form-actions, #form_notice .form-actions, #form_second_step .form-actions, .final-step .form-actions, .order-review .form-actions:not(.input-group-btn) {
    /*position: fixed;
    bottom: 0;
    left: 0;
    */
    margin: 0;
    width: 100%;

    height: 80px;
    margin: 10px auto;
    padding: 40px 25px;
/*
background: #f2f5f7;
border: 1px solid #edf0f2;
z-index: 2
*/
}

#form_new_address .form-actions .row, #form_new_date .form-actions .row, #form_notice .form-actions .row, #form_second_step .form-actions .row, #form_static_step .form-actions .row, .final-step .form-actions .row, .order-review .form-actions:not(.input-group-btn) .row {
max-width: 767px;
margin: 0 auto
}

@media (max-width: 767px) {
#form_static_step .form-actions,#form_new_address .form-actions, #form_new_date .form-actions, #form_notice .form-actions, #form_second_step .form-actions, .final-step .form-actions, .order-review .form-actions:not(.input-group-btn) {
    padding: 16px 25px
}

.questionnaire-wrapper .question-title .portlet-header {
    font-size: 13px;
    text-align:right;
}
}

@media (max-width: 550px) {
.questionnaire-wrapper .question-title {
    padding: 0 !important
}
}

@media (max-width: 480px) {
#form_notice .questionnaire-wrapper {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0;
    padding-bottom: 0
}

#form_new_address .questionnaire-wrapper, #form_second_step .questionnaire-wrapper {
    border: 0 !important;
    padding-bottom: 0
}

.questionnaire-wrapper .question-title {
    padding: 0 15px !important
}

.questionnaire-wrapper .question-title .portlet-header {
    text-align: justify;
    line-height: 30px
}

.questionnaire-wrapper .left-form-group, .questionnaire-wrapper .right-form-group {
    padding: 0
}

#form_new_address .form-actions, #form_new_date .form-actions, #form_notice .form-actions, #form_second_step .form-actions, .final-step .form-actions, .order-review .form-actions:not(.input-group-btn) {
    padding-left: 10px;
    padding-right: 10px
}

.text-fields {
    font-size: 14px
}
}

@media (max-width: 420px) {
.questionnaire-wrapper .question-title .portlet-header {
    font-size: 12px;
    text-align:right;
}

.form-actions .btn{
    padding: 11px;
    min-width: 130px
}
}

.single-checkbox .mt-checkbox {
font-size: 13px;
padding-right: 48px;
color: #4a4a4a
}

.single-checkbox .custom-checkbox-container .custom-checkbox-title {
line-height: 26px;
padding: 23px 0 23px 15px
}

.single-checkbox .custom-checkbox-container .mt-checkbox {
margin: 0;
border-bottom: 1px solid #eee;
border-top: 0;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
height: 74px;
border-radius: 0;
transition: border 0s;
background: #fcfcfc;
text-align: right;
direction: rtl;
}

.single-select-container .single-checkbox .custom-checkbox-container .mt-checkbox > span {
top: 26px;
right: 15px;
width: 22px;
height: 22px
}

.single-select-container .single-checkbox .custom-checkbox-container .mt-checkbox > span:after {
top: 4px;
right: 7px
}

.multi-select-container .single-checkbox .custom-checkbox-container .mt-checkbox > span {
top: 27px;
right: 15px;
width: 20px;
height: 20px
}

.multi-select-container .single-checkbox .custom-checkbox-container .mt-checkbox > span:after {
top: 3px;
right: 6px
}

.single-checkbox:last-child .custom-checkbox-container .mt-checkbox {
border-bottom: 2px solid #eee;
}

.single-checkbox:first-child .custom-checkbox-container .mt-checkbox {
border-top: 1px solid #eee !important;
}

.single-checkbox:first-child .custom-checkbox-container .custom-checkbox-title, .single-checkbox:last-child .custom-checkbox-container .custom-checkbox-title {
padding-top: 22px
}

.single-select-container .custom-checkbox-container .mt-checkbox > span {
border-radius: 50%
}

@media (max-width: 767px) {
.single-checkbox .mt-checkbox {
    font-size: 14px
}
}

@media (max-width: 480px) {
.multi-select-container, .single-select-container {
    margin-left: 15px;
    margin-right: 15px
}

.single-checkbox .mt-checkbox .custom-checkbox-title {
    font-size: 12px !important
}
}

@media (max-width: 480px) {
.description-container {
    margin-left: 15px;
    margin-right: 15px
}
}

.select-image-container {
margin-left: -10px;
margin-right: -10px;
margin-top: -20px
}

.select-image-container .single-checkbox {
margin-top: 20px;
padding-right: 10px;
padding-left: 10px
}

.select-image-container .single-checkbox .mt-checkbox {
border-radius: 6px;
height: 180px;
border-bottom: 2px solid;
border-color: #eee !important
}

.select-image-container .single-checkbox .mt-checkbox .custom-checkbox-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover !important;
height: 117px;
width: calc(100% + 2px);
position: absolute;
top: 0;
left: -1px;
border-top-left-radius: 6px;
border-top-right-radius: 6px
}

.select-image-container .single-checkbox .mt-checkbox .custom-checkbox-title {
position: absolute;
bottom: 0;
top: auto;
transform: translateY(0);
left: 0;
width: 100%;
height: 60px;
padding: 8px 10px;
background: rgba(255, 255, 255, .9);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
overflow: hidden;
font-size: 12px;
line-height: 24px
}

.select-image-container .single-checkbox .mt-checkbox .custom-checked-border {
position: absolute;
width: calc(100% + 2px);
left: -1px;
top: 0;
height: calc(100% + 3px);
border: solid 2px #00aafc !important;
border-radius: 6px;
background: 0 0;
pointer-events: none;
opacity: 0;
transition: opacity .3s
}

.select-image-container .single-checkbox .mt-checkbox > span {
top: 8px !important;
left: 10px !important;
right: auto !important;
display: none;
z-index: 1
}

.select-image-container .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .select-image-container .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .select-image-container .mt-checkbox > input:checked ~ span {
display: block
}

.select-image-container .custom-checkbox-container .mt-checkbox.mt-checkbox-checked .custom-checked-border, .select-image-container .custom-checkbox-container .mt-checkbox:hover .custom-checked-border {
opacity: 1;
transition: opacity .3s
}

.select-image-container .custom-checkbox-container .mt-checkbox > span {
width: 24px !important;
height: 24px !important
}

.select-image-container .custom-checkbox-container .mt-checkbox > span:after {
top: 5px !important;
right: 8px !important
}

@media (max-width: 600px) {
.select-image-container {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -15px
}

.select-image-container .single-checkbox {
    margin-top: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px
}
}

@media (max-width: 480px) {
.select-image-container {
    margin-left: 7.5px;
    margin-right: 7.5px
}
}

.datetime-container {
margin-left: -10px;
margin-right: -10px;
margin-top: -20px;
direction:rtl;
}

.date-wrapper, .selected-date-wrapper {
padding: 0 4px
}

.selected-date-wrapper {
display: none
}

.form-group.date-container, .form-group.selected-date-container {
margin-bottom: 0
}

.date-container .mt-checkbox span, .selected-date-container .mt-checkbox span {
display: none
}

.date-container .mt-checkbox, .selected-date-container .mt-checkbox {
padding: 15px 0;
margin-top: 20px;
margin-bottom: 0;
border: 1px solid #eee;
border-bottom: 2px solid #eee;
border-radius: 0px;
background-color: #fcfcfc;
width: 100%;
height: 82px
}

.date-container .mt-checkbox-list, .selected-date-container .mt-checkbox-list {
padding-bottom: 0
}

.date-container .single-date, .selected-date-container .change-date, .selected-date-container .selected-date {
padding: 0 10px
}

.date-container .day-name, .selected-date-container .day-name {
font-size: 13px;
margin-bottom: 9px;
line-height: 22px;
text-align: center
}

.date-container .day-date, .selected-date-container .day-date {
text-align: center
}

.date-container .more-dates .day-name, .selected-date-container .change-date .day-name {
line-height: 45px
}

.change-date .mt-checkbox:hover, .selected-date .mt-checkbox:hover, .single-date .mt-checkbox:hover {
background: 0 0 !important
}

.date-container .checked-date, .selected-date-container .checked-date {
background: 0 0;
padding: 14px 0 15px;
border: 2px solid #00aafc
}

.date-container .unavailable-date {
cursor: not-allowed
}

.date-container .unavailable-date:hover {
background-color: #fcfcfc !important
}

.date-container .checked-date .day-date, .date-container .checked-date .day-name, .selected-date-container .checked-date .day-date, .selected-date-container .checked-date .day-name {
color: #24b38f
}

.date-container .unavailable-date .day-date, .date-container .unavailable-date .day-name {
color: #ddd
}

.time-wrapper {
margin-top: 20px
}

.inline-time-container {
max-width: 200px;
margin: 0 auto !important
}

.time-container .separator, .time-container .timepicker-hour, .time-container .timepicker-minute {
font-size: 36px;
color: #6859b3;
line-height: 49px;
}

.time-container .timepicker-hour, .time-container .timepicker-minute {
display: inline
}

.time-container .timepicker-picker tr:nth-child(1) td:nth-child(1), .time-container .timepicker-picker tr:nth-child(1) td:nth-child(1) a, .time-container .timepicker-picker tr:nth-child(1) td:nth-child(3), .time-container .timepicker-picker tr:nth-child(1) td:nth-child(3) a {
padding-top: 0
}

.time-container .timepicker-picker tr:nth-child(3) td:nth-child(1), .time-container .timepicker-picker tr:nth-child(3) td:nth-child(1) a, .time-container .timepicker-picker tr:nth-child(3) td:nth-child(3), .time-container .timepicker-picker tr:nth-child(3) td:nth-child(3) a {
padding-bottom: 0
}

.time-container .timepicker-picker tr:nth-child(3) td:nth-child(1) a, .time-container .timepicker-picker tr:nth-child(3) td:nth-child(3) a {
padding-top: 13px
}

.time-container .timepicker-picker tr:nth-child(2) td {
padding: 15px 0
}

.time-container .timepicker-picker tr:nth-child(2) td:nth-child(1), .time-container .timepicker-picker tr:nth-child(2) td:nth-child(3) {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee
}

.time-container .bootstrap-datetimepicker-widget a span {
color: #b5bbbb !important;
font-size: 36px
}

.time-container .bootstrap-datetimepicker-widget a:hover span {
color: #6859b3 !important
}

.time-container .bootstrap-datetimepicker-widget table td span:hover {
background: 0 0
}

@media (max-width: 767px) {
.time-wrapper {
    margin-top: 30px
}
}

@media (max-width: 600px) {
.datetime-container {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -15px
}

.date-container .mt-checkbox, .selected-date-container .mt-checkbox {
    margin-top: 15px
}

.date-container .single-date, .selected-date-container .change-date, .selected-date-container .selected-date {
    padding: 0 7.5px
}
}

@media (max-width: 550px) {
.date-wrapper {
    padding: 0 10px
}

.datetime-container {
    margin-left: -15px;
    margin-right: -15px
}
}

@media (max-width: 480px) {
.datetime-container {
    margin-left: 0;
    margin-right: 0
}
}

@media (min-width: 480px) {
.selected-date-container .checked-date {
    text-align: center
}

.selected-date-container .checked-date .day-name {
    display: inline-block;
    line-height: 50px;
    font-size: 22px;
    margin-left: 10px
}

.selected-date-container .checked-date .day-date {
    display: inline-block;
    line-height: 50px;
    font-size: 22px
}
}

#avail-dates-modal .modal-body, #avail-dates-modal .modal-header {
padding: 0
}

#avail-dates-modal .modal-dialog {
max-width: 800px;
margin-top: 125px
}

#avail-dates-modal .weekdays-container {
padding: 20px 0;
width:100%;
direction:rtl;
border-top-left-radius: 6px;
border-top-right-radius: 6px
}

#avail-dates-modal .single-weekday {
width: 14.28%;
float: right;
text-align: center
}

#avail-dates-modal .single-weekday-xs {
display: none
}

#avail-dates-modal .modal-single-date {
width: 14.28%;
float: right;
text-align: center;
background: #fff
}

#avail-dates-modal .modal-single-date .modal-day-date {
line-height: 20px;
font-size: 15px
}

#avail-dates-modal .modal-single-date .modal-month-name {
line-height: 15px;
font-size: 12px
}

#avail-dates-modal .modal-dates-container {
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background: #dadada;
direction:rtl;
}

#avail-dates-modal .modal-dates-container .mt-checkbox-list {
padding: 0
}

#avail-dates-modal .modal-dates-container .mt-checkbox {
padding: 15px 0;
margin-bottom: 0;
border-bottom: 1px solid #eee;
width: 100%
}

#avail-dates-modal .modal-dates-container .mt-checkbox span {
display: none
}

#avail-dates-modal .modal-dates-container .final-row-dates .mt-checkbox {
border-bottom: 0
}

#avail-dates-modal .modal-single-date .mt-checkbox:hover .modal-day-date, #avail-dates-modal .modal-single-date .mt-checkbox:hover .modal-month-name {
color: #24b38f;
transition: .3s
}

#avail-dates-modal .modal-dates-container .modal-checked-date .modal-day-date, #avail-dates-modal .modal-dates-container .modal-checked-date .modal-month-name {
color: #fff;
transition: 1s
}

#avail-dates-modal .modal-dates-container .modal-checked-date {
background: #00aafc;
transition: 1s
}

@media (max-width: 650px) {
#avail-dates-modal .single-weekday {
    font-size: 12px
}

#avail-dates-modal .modal-single-date .modal-month-name {
    font-size: 11px
}
}

@media (max-width: 550px) {
#avail-dates-modal .single-weekday {
    font-size: 11px
}

#avail-dates-modal .modal-single-date .modal-month-name {
    font-size: 10px
}
}

@media (max-width: 480px) {
#avail-dates-modal .single-weekday {
    font-size: 10px
}

#avail-dates-modal .modal-single-date .modal-month-name {
    font-size: 9px
}
}

@media (max-width: 380px) {
#avail-dates-modal .single-weekday:not(.single-weekday-xs) {
    display: none
}

#avail-dates-modal .single-weekday-xs {
    display: block;
    font-size: 14px
}

#avail-dates-modal .modal-single-date .modal-month-name {
    font-size: 8px
}
}

.image-upload {
display: none !important
}

.image-upload-container .image-upload-btn {
height: 48px;
width: 100%;
border: 1px dashed #e6e6e6;
background: #fcfcfc;
cursor: pointer;
border-radius: 6px;
position: relative
}

.image-upload-container .image-upload-btn:focus, .image-upload-container .image-upload-btn:hover {
background: #fff
}

.image-upload-container .image-upload-btn span {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #4a4a4a;
font-size: 13px;
line-height: 30px
}

.image-upload-container .image-upload-btn span i {
font-size: 15px;
color: #979797;
position: absolute;
right: -24px;
top: 8px
}

.image-upload-container .uploaded-image-container {
margin: 4px -10px 0
}

.image-upload-container .uploaded-image-container .uploaded-image {
text-align: center;
margin-top: 20px;
display: none;
padding: 0 10px
}

.image-upload-container .uploaded-image-container .uploaded-image img {
border-radius: 6px;
overflow: hidden;
position: relative;
width: 100%
}

.image-upload-container .uploaded-image-container .uploaded-image .image-remove {
position: absolute;
width: 24px;
height: 24px;
background: #00aafc;
top: 8px;
left: 20px;
border-radius: 50%;
border: 1.5px solid #fff;
cursor: pointer
}

.image-upload-container .uploaded-image-container .uploaded-image .image-remove i {
font-size: 13px;
color: #fff;
line-height: 20px
}

@media (max-width: 600px) {
.image-upload-container .uploaded-image-container {
    margin: 9px -7.5px 0
}

.image-upload-container .uploaded-image-container .uploaded-image {
    padding: 0 7.5px;
    margin-top: 15px
}

.image-upload-container .uploaded-image-container .uploaded-image .image-remove {
    left: 17.5px
}
}

@media (max-width: 480px) {
.image-upload-container {
    margin-left: 15px;
    margin-right: 15px
}
}

#uploaded-image-modal .modal-dialog {
max-width: 650px
}

#uploaded-image-modal .modal-body {
padding-bottom: 0
}

#uploaded-image-modal .modal-footer {
border: 0;
padding: 0 0 15px
}

#uploaded-image-modal .cropped-uploaded-image .cr-boundary {
max-width: 550px;
height: 350px
}

#uploaded-image-modal .cropped-uploaded-image .cr-slider {
width: 250px !important;
margin: 0 auto
}

@media (max-width: 480px) {
#uploaded-image-modal .modal-body {
    padding: 15px 15px 0
}
}

@media (max-width: 340px) {
#uploaded-image-modal .modal-body {
    padding: 15px 10px 0
}
}

.intro-address-container .select2-container--bootstrap {
width: auto !important
}

.intro-address-container .intro-city-container {
display: none
}

.pre-address-wrapper .portlet-title {
margin-bottom: 0 !important;
padding-bottom: 30px !important
}

.pre-address-wrapper .pre-address-container .mt-checkbox {
border: 1px solid #eee;
border-bottom: 2px solid #eee;
border-radius: 0px;
padding: 20px;
overflow: hidden;
margin-bottom: 20px;
background: #fcfcfc;
transition: 0s
}

.pre-address-wrapper .pre-address-container .mt-checkbox:hover {
background: #fff
}

.pre-address-wrapper .pre-address-container .mt-checkbox span {
top: 30px;
right: auto;
left: -25px;
transition: .3s;
border-radius: 50%;
height: 24px;
width: 24px
}

.pre-address-wrapper .pre-address-container .mt-checkbox span:after {
top: 5px;
right: 8px
}

.pre-address-wrapper .pre-address-region {
margin-bottom: 10px;
font-size: 12px;
line-height: 24px
}

.pre-address-wrapper .pre-address-acc {
color: #4a4a4a;
font-size: 13px;
line-height: 26px;
margin-bottom: 3px;
text-align:right;
direction:rtl;
}

.pre-address-wrapper .pre-address-container .address-checkbox-checked .pre-address-region {
color: #24b38f
}

.pre-address-wrapper .pre-address-container .address-checkbox-checked {
border-color: transparent;
background: #fff;
border: solid 2px #00aafc !important;
padding: 19px
}

.pre-address-wrapper .pre-address-container .mt-checkbox input:checked ~ span {
transition: .3s;
left: 19px
}

.pre-address-wrapper #new-address-btn {
min-width: 180px;
font-size: 13px;
padding-top: 12px;
padding-bottom: 12px;
position: absolute;
top: 25px;
left: 30px;
line-height: 19px
}

@media (max-width: 650px) {
.pre-address-wrapper .portlet-title .caption {
    display: block;
    float: none
}

.pre-address-wrapper #new-address-btn {
    position: static;
    display: block;
    margin-top: 20px;
    float: left
}
}

@media (max-width: 550px) {
.portlet.light.pre-address-wrapper > .portlet-title {
    margin-bottom: 0 !important
}
}

@media (max-width: 480px) {
.pre-address-wrapper .submit-address-container {
    margin: 0 15px
}

.pre-address-wrapper .pre-address-acc {
    font-size: 14px
}
}

#form_new_address {
display: none;
max-width: 767px
}

#form_new_address .alert.alert-danger {
top: 0
}

#form_new_address .alert.alert-danger:not(.custom-alerts) {
display: none
}

#form_new_address .server_error_container {
top: 0
}

#form_new_address .new-address-wrapper {
margin-bottom: 150px
}

.new-address-container {
position: relative
}

.new-address-container .city-container {
display: none
}

#map_elements {
position: absolute;
width: 50%;
height: 100%;
left: 0
}

#map_elements #myLocationBtn {
position: absolute;
z-index: 1;
bottom: 15px;
right: 15px;
border-radius: 21px;
font-size: 12px;
padding: 10px 35px 10px 11px;
border: 0;
min-width: 0
}

#map_elements #myLocationBtn i {
position: absolute;
height: 23px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
right: 6px
}

#map_elements #map-compact2 {
height: 100%;
border-radius: 6px
}

#map-compact2 .mapboxgl-ctrl-bottom-left, #map-compact2 .mapboxgl-ctrl-bottom-right, #map-compact2 .mapboxgl-ctrl-top-right {
display: none
}

#map_elements {
position: relative;
width: 100%;
height: 400px;
margin-top: 30px
}

.new-address-container .map-custom-padding {
padding: 0;
width: 100%;
direction: rtl;
text-align: right;
}

.map-marker {
background-image: url(images/map-pin2.png);
background-size: cover;
width: 26px;
height: 36px
}

@media (max-width: 480px) {
.intro-address-container, .new-address-container {
    margin: 0 15px
}
}

@media (max-width: 400px) {
#map_elements {
    height: 300px
}
}

#form_new_date {
display: none;
max-width: 767px
}

#form_new_date .alert.alert-danger {
top: 0
}

#form_new_date .alert.alert-danger:not(.custom-alerts) {
display: none
}

#form_new_date .server_error_container {
top: 0
}

.order-review {
display: none;
max-width: 767px;
margin: 0 auto;
margin-bottom: 177px !important
}

.review-portlet {
padding: 30px 80px 20px 80px !important
}

#form_third_step_0, #form_third_step_3 {
padding: 30px 60px 40px 60px;
direction: rtl;
text-align: right;
}

#form_third_step_2 {
display: none
}

#form_third_step_0 .service-names-static {
font-size: 13px;
line-height: 22px;
margin: 0 0 10px;
border-bottom: 1px solid #edf0f2;
padding-bottom: 13px
}

#form_third_step_1 .service-names-static {
font-size: 13px;
line-height: 22px;
margin: 0 0 20px;
border-bottom: 1px solid #edf0f2;
padding-bottom: 20px;
text-align:right;
}

.review-portlet .review-field {
padding-right: 0;
direction: rtl;
text-align: right;
}

.review-portlet .review-field p {
margin-top: 0
}

.review-portlet .review-field .static-control-label {
margin-bottom: 5px
}

.review-portlet#form_third_step_2 .static-review-row:not(:first-child), .review-portlet:not(#form_third_step_2) .static-review-row:not(:last-child) {
margin-bottom: 20px;
direction: rtl;
text-align: right;
}

.review-portlet .static-review-row:not(:last-child) {
border-bottom: 1px solid #edf0f2
}

.review-portlet .intro-address-summary-container, .review-portlet .submit-address-summary-container {
padding-top: 0;
border: 0
}

#form_third_step_0 .price-fixed {
padding-bottom: 30px;
float: right
}

#form_third_step_3 .price-not-fixed {
padding-top: 10px
}

#form_third_step_0 .price-fixed label, #form_third_step_3 .price-not-fixed label {
padding-left: 18px;
    min-width:120px;

}

#form_third_step_0 .price-fixed #base-price-order, #form_third_step_3 .price-not-fixed span {
font-size: 15px
}

#form_third_step_0 .price-fixed span:not(#base-price-order) {
font-size: 13px
}

#form_third_step_0 .voucher-form-group, #form_third_step_3 .voucher-form-group {
margin: 0
}

#form_third_step_0 .voucher-form-container, #form_third_step_3 .voucher-form-container {
padding: 0
}

#form_third_step_0 .form-actions, #form_third_step_3 .form-actions {
padding: 0;
border: 0
}

.voucher-form {
max-width: 450px;
margin: 0 auto;
line-height: 25px
}

.voucher-form .btn {
background-color: #00aafc;
color: #fff;
box-shadow: none;
border-style: solid;
border-radius: 6px;
line-height: 25px;
padding: 15px 20px
}

.voucher-form .input-group-btn {
box-shadow: none;
padding-right: 5px !important
}

.ladda-button[data-style=expand-left][data-loading] {
padding-left: 56px !important
}

.voucher-form input {
padding: 12px;
background-color: transparent;
box-shadow: none;
border-radius: 6px;
line-height: 25px;
height: auto
}

.ladda-button[data-style=expand-left] .ladda-spinner {
left: 0
}

.voucher-form .form-group {
margin-left: 0;
margin-right: 0;
margin-bottom: 0
}

.voucher-form .alert.alert-danger {
top: -35px
}

.ladda-label {
transition: .3s
}

#price-not-fixed-hint, #price-not-fixed-hint-intro, .discount-hint {
text-align: justify;
border-top: 1px solid #edf0f2;
margin-top: 10px;
padding-top: 10px;
margin-bottom: 0
}

#form_third_step_0 .price-fixed .discount-max, #form_third_step_0 .price-fixed .discount-percent, #form_third_step_3 .price-not-fixed .discount-max, #form_third_step_3 .price-not-fixed .discount-percent {
font-size: 13px !important
}

#form_third_step_0 .voucher-form-container, #form_third_step_3 .price-not-fixed, #form_third_step_3 .voucher-form-container {
float: left
}

#form_third_step_0 .invoice-container, #form_third_step_3 .invoice-container {
max-width: 450px;
margin: 10px auto 0
}

#form_third_step_0 .invoice-container label, #form_third_step_3 .invoice-container label {
margin-bottom: 10px
}

#form_third_step_0 .invoice-container #invoice-form, #form_third_step_3 .invoice-container #invoice-form-second {
display: none
}

#form_third_step_0 .invoice-container #email-address, #form_third_step_3 .invoice-container #email-address-second {
direction: ltr;
text-align: right
}

#form_third_step_0 .invoice-container .alert.alert-danger, #form_third_step_3 .invoice-container .alert.alert-danger {
display: none
}

#form_third_step_0 .invoice-container .custom-checkbox-container .custom-checkbox-title, #form_third_step_3 .invoice-container .custom-checkbox-container .custom-checkbox-title {
padding-right: 0
}

@media (max-width: 991px) {
#voucher_code_id::-webkit-input-placeholder {
    font-size: 12px
}

#voucher_code_id::-moz-placeholder {
    font-size: 12px
}

#voucher_code_id:-moz-placeholder {
    font-size: 12px
}

#voucher_code_id::-ms-input-placeholder {
    font-size: 12px
}

#voucher_code_id_second::-webkit-input-placeholder {
    font-size: 12px
}

#voucher_code_id_second::-moz-placeholder {
    font-size: 12px
}

#voucher_code_id_second:-moz-placeholder {
    font-size: 12px
}

#voucher_code_id_second::-ms-input-placeholder {
    font-size: 12px
}
}

@media (max-width: 767px) {
.review-portlet {
    padding: 30px 40px 20px 40px !important
}

#form_third_step_0, #form_third_step_3 {
    padding: 30px 30px 40px 30px
}

#form_third_step_0 .price-fixed, #form_third_step_0 .price-fixed p:not(.service-names-static), #form_third_step_3 .price-not-fixed, #form_third_step_3 .price-not-fixed p {
    text-align: center
}

#form_third_step_0 .price-fixed, #form_third_step_0 .voucher-form-container, #form_third_step_3 .price-not-fixed, #form_third_step_3 .voucher-form-container {
    float: none
}

#form_third_step_3 .price-not-fixed {
    padding-top: 30px
}

#form_third_step_0 .service-names-static {
    padding-bottom: 20px
}
}

@media (max-width: 600px) {
.review-portlet .review-field {
    text-align: center;
    padding-left: 0;
    width:100%;
}

.review-portlet .service-names-static {
    text-align: center;
    margin-bottom: 20px !important
}

.review-portlet .static-review-row {
    border-bottom: 0 !important
}

.review-portlet .static-review-row:not(:first-of-type) {
    padding-top: 0 !important
}
}

@media (max-width: 480px) {
#form_third_step_0 .price-fixed label, #form_third_step_3 .price-not-fixed label {
    display: block;
    padding: 0
}

#form_third_step_1 {
    border: 0 !important;
    padding-bottom: 0 !important
}
}

@media (max-width: 440px) {
#form_third_step_0 .voucher-form-container .input-group, #form_third_step_3 .voucher-form-container .input-group {
    display: block;
    text-align: center
}

#form_third_step_0 .voucher-form-container #voucher_code_id, #form_third_step_3 .voucher-form-container #voucher_code_id_second {
    display: inline-block;
    margin-bottom: 10px
}

#form_third_step_0 .voucher-form-container .input-group-btn, #form_third_step_3 .voucher-form-container .input-group-btn {
    display: inline-block;
    padding: 0 !important;
    width: 100%
}
}

#price-enquiry-message {
display: none
}

#price-enquiry-message .price-enquiry-message-wrapper {
text-align: right;
padding-top: 35px
}

#price-enquiry-message .price-enquiry-message-wrapper svg {
width: 35px;
position: absolute
}

#price-enquiry-message .price-enquiry-message-text {
padding-right: 50px;
line-height: 25px;
margin: 0;
text-align: justify
}

@media (max-width: 767px) {
#price-enquiry-message .price-enquiry-message-text {
    padding-left: 35px
}
}

@media (max-width: 550px) {
#price-enquiry-message .price-enquiry-message-text {
    font-size: 12px
}
}

@media (max-width: 480px) {
#price-enquiry-message .price-enquiry-message-wrapper svg {
    display: none
}

#price-enquiry-message .price-enquiry-message-text {
    padding: 0 20px
}
}

.final-step {
display: none;
max-width: 767px;
margin: 0 auto 120px
}

.final-step .portlet {
text-align: center;
padding-top: 45px !important
}

.final-step .order-success-message {
margin: 10px 0
}

.final-step #receipt_num, .final-step .order-success-message {
font-size: 30px
}

.final-step #receipt_num {
line-height: 40px
}

.final-step .tracking-tip {
font-size: 15px;
padding-top: 25px;
padding-bottom: 10px
}

.final-step .tracking-container {
padding-bottom: 25px;
border-bottom: 1px solid #edf0f2
}

.final-step .success-message {
line-height: 25px;
margin-bottom: 10px;
text-align: justify
}

.final-step .final-step-buttons .btn:first-child {
float: left
}

.final-step .final-step-buttons .btn:last-child {
float: right
}

.final-step .contract-wrapper {
text-align: right;
margin-top: 35px;
padding-top: 20px;
border-top: 1px solid #edf0f2;
display: none
}

.final-step .contract-wrapper svg {
width: 35px;
position: absolute
}

.final-step .contract-tip-wrapper {
padding-right: 0
}

.final-step .contract-tip {
padding-right: 50px;
line-height: 25px;
margin: 0;
text-align: justify
}

.final-step .contract-link-wrapper {
padding: 0;
direction: ltr
}

.final-step .contract-link {
font-size: 12px;
display: block;
margin: 0;
min-width: 0;
padding: 15px 12px;
text-align: right !important;
position: relative;
max-width: 165px
}

.final-step .contract-link svg {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
left: 10px
}

.final-step #quotes-number {
background-color: #ee4423;
width: 22px;
height: 22px;
border-radius: 50%;
color: #fff;
display: inline-block;
text-align: center
}

@media (max-width: 767px) {
.final-step {
    padding: 0 10px
}

.final-step .contract-link {
    margin: 25px auto
}

.final-step .contract-tip {
    padding-left: 35px
}

.final-step .contract-tip-wrapper {
    padding: 0
}
}

@media (max-width: 550px) {
.final-step #receipt_num, .final-step .order-success-message {
    font-size: 22px
}

.final-step .tracking-tip {
    font-size: 15px
}

.final-step .contract-tip, .final-step .success-message {
    font-size: 12px
}
}

@media (max-width: 480px) {
.final-step .portlet.light.bordered {
    padding: 0 15px 40px
}

.final-step .contract-warning {
    display: none
}

.final-step .contract-tip {
    padding: 0 20px
}
}

@media (max-width: 380px) {
.final-step #receipt_num, .final-step .order-success-message {
    font-size: 15px
}
}

.notice-recommended-services-container, .recommended-services-container {
text-align: center;
position: relative
}

.recommended-services-container h2 {
text-align: right;
font-size: 24px;
margin: 30px 0 20px
}

.notice-recommended-services-container h2 {
text-align: right;
font-size: 15px;
margin: 50px 0 20px
}

.notice-recommended-services-container #fake-carousel, .recommended-services-container #fake-carousel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.notice-recommended-services-container #fake-carousel #custom-left-arrow-carousel, .recommended-services-container #fake-carousel #custom-left-arrow-carousel {
position: absolute;
top: 160px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 50px;
z-index: 1;
cursor: pointer;
padding: 19.5px 24px 13.5px;
border-radius: 50%;
background-color: #3d454d;
opacity: 0;
transition: .3s
}

.notice-recommended-services-container #fake-carousel #custom-right-arrow-carousel, .recommended-services-container #fake-carousel #custom-right-arrow-carousel {
position: absolute;
top: 160px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 50px;
z-index: 1;
cursor: pointer;
padding: 19.5px 24px 13.5px;
border-radius: 50%;
background-color: #3d454d;
opacity: 0;
transition: .3s
}

.notice-recommended-services-container:hover #fake-carousel #custom-left-arrow-carousel, .notice-recommended-services-container:hover #fake-carousel #custom-right-arrow-carousel, .recommended-services-container:hover #fake-carousel #custom-left-arrow-carousel, .recommended-services-container:hover #fake-carousel #custom-right-arrow-carousel {
opacity: .6;
transition: .3s
}

.notice-recommended-services-container #fake-carousel #custom-left-arrow-carousel:focus, .notice-recommended-services-container #fake-carousel #custom-left-arrow-carousel:hover, .notice-recommended-services-container #fake-carousel #custom-right-arrow-carousel:focus, .notice-recommended-services-container #fake-carousel #custom-right-arrow-carousel:hover, .recommended-services-container #fake-carousel #custom-left-arrow-carousel:focus, .recommended-services-container #fake-carousel #custom-left-arrow-carousel:hover, .recommended-services-container #fake-carousel #custom-right-arrow-carousel:focus, .recommended-services-container #fake-carousel #custom-right-arrow-carousel:hover {
background-color: #24b38f;
transition: .3s
}

.notice-recommended-services-container .slick-next, .notice-recommended-services-container .slick-prev, .recommended-services-container .slick-next, .recommended-services-container .slick-prev, .service-groups-container .slick-next, .service-groups-container .slick-prev {
display: none !important
}

#notice-recommended-services-carousel, #recommended-services-carousel {
margin-right: -10px
}

.recommended-service-slide {
position: relative;
width: 300px
}

.notice-recommended-services-container .single-category, .recommended-services-container .single-category {
left: 0;
top: 0;
width: 280px;
height: 210px;
background: #fff;
transition: opacity .3s;
margin: 15px 10px;
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
border-radius: 6px;
transition: .3s;
cursor: pointer;
background-size: cover;
background-color: #eee;
background-position: center center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
border: 1px solid rgba(210, 216, 217, 1);
margin-bottom: 20px
}

.notice-recommended-services-container .single-category:focus, .notice-recommended-services-container .single-category:hover, .recommended-services-container .single-category:focus, .recommended-services-container .single-category:hover {
box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1) !important;
top: -5px;
transition: .3s;
outline: 0
}

.recommended-service-slide .testimonial-content:focus, .recommended-service-slide:focus {
outline: 0
}

.notice-recommended-services-container .single-category .single-category-link, .recommended-services-container .single-category .single-category-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2
}

.notice-recommended-services-container .single-category .category-desc, .recommended-services-container .single-category .category-desc, .service-groups-container .single-category .category-desc {
position: absolute;
top: calc(100%);
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, .9);
text-align: right;
padding: 0 15px 8px;
transition: .5s
}

.notice-recommended-services-container .single-category .category-desc h2, .notice-recommended-services-container .single-category .category-desc h3, .recommended-services-container .single-category .category-desc h2, .recommended-services-container .single-category .category-desc h3, .service-groups-container .single-category .category-desc h2, .service-groups-container .single-category .category-desc h3 {
font-size: 15px;
line-height: 25px;
color: #000;
position: absolute;
bottom: 100%;
width: 100%;
margin: 0;
margin-right: -15px;
padding: 8px 15px;
background-color: rgba(255, 255, 255, .9)
}

.service-groups-container .single-category .category-desc h2, .service-groups-container .single-category .category-desc h3 {
font-size: 14px
}

.notice-recommended-services-container .single-category .category-desc p, .recommended-services-container .single-category .category-desc p, .service-groups-container .single-category .category-desc p {
font-size: 12px;
margin: 0;
line-height: 16px;
color: rgba(102, 107, 108, 1)
}

.service-groups-container .single-category .category-desc p {
font-size: 11px
}

.notice-recommended-services-container .single-category .category-desc a, .recommended-services-container .single-category .category-desc a, .service-groups-container .single-category .category-desc a {
margin-top: 15px;
padding: 9px 29px;
border: 1px solid #c6c6c6;
background-color: transparent;
border-radius: 6px;
color: rgba(102, 107, 108, 1)
}

.service-groups-container .single-category .category-desc a {
display: none
}

.notice-recommended-services-container .single-category:hover .category-desc, .recommended-services-container .single-category:hover .category-desc, .service-groups-container .single-category:hover .category-desc {
transition: .5s;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%)
}

@media (max-width: 767px) {
.recommended-service-slide {
    width: 270px
}

.notice-recommended-services-container .single-category, .recommended-services-container .single-category {
    width: 250px
}

.notice-recommended-services-container h2 {
    font-size: 13px
}
}

@media (max-width: 540px) {
.notice-recommended-services-container .single-category, .recommended-services-container .single-category {
    height: 240px !important
}
}

@media (max-width: 480px) {
.notice-recommended-services-container #fake-carousel #custom-left-arrow-carousel, .recommended-services-container #fake-carousel #custom-left-arrow-carousel {
    left: 10px
}

.notice-recommended-services-container #fake-carousel #custom-right-arrow-carousel, .recommended-services-container #fake-carousel #custom-right-arrow-carousel {
    right: 10px
}

.service-groups-container .single-category .category-desc h2, .service-groups-container .single-category .category-desc h3 {
    font-size: 10px;
    line-height: 16px;
    padding: 8px 10px
}
}

@media (max-width: 420px) {
#notice-recommended-services-carousel, #recommended-services-carousel {
    margin-right: -5px
}

.recommended-service-slide {
    width: 260px
}

.notice-recommended-services-container .single-category, .recommended-services-container .single-category {
    margin: 15px 5px
}

.notice-recommended-services-container #fake-carousel #custom-left-arrow-carousel, .notice-recommended-services-container #fake-carousel #custom-right-arrow-carousel, .recommended-services-container #fake-carousel #custom-left-arrow-carousel, .recommended-services-container #fake-carousel #custom-right-arrow-carousel {
    display: none !important
}
}

.testimonials-container {
text-align: center;
position: relative;
margin-bottom: 30px;
margin-top: 20px
}

.testimonials-container h3 {
line-height: 28px;
font-size: 13px;
text-align: right;
margin: 50px 0 10px
}



.testimonials-container #fake-carousel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.testimonials-container #fake-carousel #custom-left-arrow-carousel {
position: absolute;
top: 170px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 50px;
z-index: 1;
cursor: pointer;
padding: 19.5px 24px 13.5px;
border-radius: 50%;
background-color: #3d454d;
opacity: 0;
transition: .3s
}

.testimonials-container #fake-carousel #custom-right-arrow-carousel {
position: absolute;
top: 170px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 50px;
z-index: 1;
cursor: pointer;
padding: 19.5px 24px 13.5px;
border-radius: 50%;
background-color: #3d454d;
opacity: 0;
transition: .3s
}

.testimonials-container:hover #fake-carousel #custom-left-arrow-carousel, .testimonials-container:hover #fake-carousel #custom-right-arrow-carousel {
opacity: .6;
transition: .3s
}

.testimonials-container #fake-carousel #custom-left-arrow-carousel:focus, .testimonials-container #fake-carousel #custom-left-arrow-carousel:hover, .testimonials-container #fake-carousel #custom-right-arrow-carousel:focus, .testimonials-container #fake-carousel #custom-right-arrow-carousel:hover {
background-color: #24b38f;
transition: .3s
}

.testimonials-container .slick-next, .testimonials-container .slick-prev {
display: none !important
}

.testimonials-slide {
position: relative;
width: 360px;
height: 300px
}

.testimonials-container .testimonial-content-wrapper {
position: absolute;
left: 0;
top: 0;
width: 340px;
height: 220px;
background: #fff;
transition: opacity .3s;
margin: 15px 0 15px 15px;
box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
border-radius: 6px;
transition: .3s;
cursor: pointer
}

.testimonials-container .testimonial-content-wrapper:focus, .testimonials-container .testimonial-content-wrapper:hover {
box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .1) !important;
top: -5px;
transition: .3s;
outline: 0
}

.testimonials-slide .testimonial-content {
padding: 25px 20px;
text-align: right
}

.testimonials-slide .testimonial-content h4 {
color: #3d454d;
font-size: 12px;
line-height: 19px;
margin-top: 0;
margin-bottom: 5px
}

.testimonials-slide .testimonial-content h5 {
color: #797e80;
font-size: 12px;
line-height: 19px;
margin-top: 0;
margin-bottom: 5px;
}

.testimonials-slide .testimonial-content .rating-container {
font-size: 20px
}

.testimonials-slide .testimonial-content p {
color: #3d454d;
font-size: 12px;
line-height: 24px;
margin-top: 5px;
text-align: justify;
direction: rtl;
line-height: 24px;
padding-left: 10px
}

.testimonials-slide .testimonial-content:focus, .testimonials-slide:focus {
outline: 0
}

.testimonials-container .slick-dots li button:before {
font-size: 15px;
transition: .5s
}

.testimonials-container .slick-dots li.slick-active button:before {
font-size: 32px;
transition: .5s;
color: #6859b3
}

.testimonials-container .slick-dots {
bottom: 0
}

.rating-span {
display: block
}

.rating-rtl {
float: none
}

.rating-xs {
font-size: 1.6em
}

.testimonials-container .starRating:not(old) {
display: inline-block;
height: 1.5em;
overflow: hidden;
vertical-align: middle
}

.testimonials-container .starRating:not(old) > input {
margin-right: -100%;
opacity: 0
}

.testimonials-container .starRating:not(old) > label {
display: block;
float: right;
position: relative;
background: url(images/star-off.svg);
background-size: contain
}

.testimonials-container .starRating:not(old) > label:last-child::after {
display: block;
background-color: #00aafc;
position: absolute;
font-size: .9em;
top: 0;
right: 100%;
margin-right: 10px;
padding: 0 10px;
border-radius: 8px;
color: #fff;
white-space: nowrap
}

.testimonials-container .starRating:not(old).very-satisfied > label:last-child::after {
content: 'خیلی راضی'
}

.testimonials-container .starRating:not(old).satisfied > label:last-child::after {
content: 'راضی'
}

.testimonials-container .starRating:not(old).so-so > label:last-child::after {
content: 'متوسط'
}

.testimonials-container .starRating:not(old).unsatisfied > label:last-child::after {
content: 'ناراضی'
}

.testimonials-container .starRating:not(old).very-unsatisfied > label:last-child::after {
content: 'خیلی ناراضی'
}

.testimonials-container .starRating:not(old) > label:before {
content: '';
display: block;
width: 1.5em;
height: 1.5em;
background: url(images/star-on.svg);
background-size: contain;
opacity: 0
}

.testimonials-container .starRating:not(:hover) > input:checked ~ label:before, .testimonials-container .starRating:not(old) > label:hover:before, .testimonials-container .starRating:not(old) > label:hover ~ label:before {
opacity: 1
}

.testimonials-container .rating-container .empty-stars .star:last-child, .testimonials-container .rating-container .filled-stars .star:last-child {
padding-right: 0 !important
}

.testimonials-container .rating-rtl .filled-stars {
left: 0;
right: auto
}

@media (max-width: 850px) {
.testimonials-container .testimonials-slide {
    width: 320px
}

.testimonials-container .testimonial-content-wrapper {
    width: 300px
}
}

@media (max-width: 767px) {
.testimonials-container h3 {
    font-size: 15px
}
}

@media (max-width: 480px) {
.testimonials-container #fake-carousel #custom-left-arrow-carousel, .testimonials-container #fake-carousel #custom-right-arrow-carousel {
    display: none !important
}

.testimonials-container .testimonials-slide {
    width: 360px
}

.testimonials-container .testimonial-content-wrapper {
    width: calc(100% - 15px);
    right: 5px;
    height: 200px
}

.testimonials-slide .testimonial-content h4, .testimonials-slide .testimonial-content h5, .testimonials-slide .testimonial-content p {
    font-size: 12px
}
}

@media (max-width: 420px) {
.testimonials-container .testimonials-slide {
    width: 320px
}
}

@media (max-width: 370px) {
.testimonials-container .testimonials-slide {
    width: 270px
}
}

#app-download-ribbon {
display: none !important
}

#app-announce-container, #registered-karfarma-container {
color: #21695d
}

#app-announce-container, #karfarma-list-container, #registered-karfarma-container {
background: #fff;
border-radius: 5px;
padding-top: 15px;
border: 1px solid #edf0f2 !important
}

#registered-karfarma-container {
margin-bottom: 0
}

#app-announce-container .mt-checkbox.mt-checkbox-outline > span, #registered-karfarma-container .mt-checkbox.mt-checkbox-outline > span {
background: #fff;
top: 5px;
right: 5px
}

#app-announce-container .mt-checkbox > input:checked ~ span, #registered-karfarma-container .mt-checkbox > input:checked ~ span {
background-color: #00aafc
}

.admin-container #form_notice {
display: none
}
