.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial, sans-serif;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-sizing: initial
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block
}

.date-picker-wrapper.single-date {
    width: auto
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase
}

.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative
}

.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0;
    padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important
}

.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5
}

.date-picker-wrapper table .caption {
    height: 40px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: #fff
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    color: #fff;
    line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed)
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: block
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px
}

.date-picker-wrapper .time1,
.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.date-picker-wrapper .time1 {
    float: left
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour,
.minute {
    text-align: right
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .first-date-selected {
    background-color: #49e !important;
    color: #fff !important
}

.date-picker-wrapper .last-date-selected {
    background-color: #49e !important;
    color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none;
    background-color: #ff0;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3))
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff0;
    left: 50%;
    margin-left: -4px;
    bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: 700
}

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

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

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
    box-sizing: border-box
}

body {
    color: #474747;
    font-size: 14px;
    font-family: Verdana, Oswald, sans-serif
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-justify {
    text-align: justify
}

.white {
    color: #fff
}

img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.bold,
strong {
    font-weight: 700
}

.italic,
em {
    font-style: italic
}

a {
    text-decoration: none;
    color: inherit
}

a:active,
a:hover {
    text-decoration: none;
    opacity: .95
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

.ib {
    display: inline-block
}

.viz_hidden {
    visibility: hidden
}

.clearfix {
    clear: both
}

.site_footer {
    background: #303030;
    height: 40px;
    position: relative;
    z-index: 8
}

.all_rights {
    text-align: center;
    color: #828282;
    height: 40px;
    line-height: 40px
}

.all_rights span {
    display: inline-block;
}

.site_header {
    height: 115px;
    background: rgba(35, 35, 29, .6);
    display: flex;
    z-index: 301;
    position: relative
}

.menu_button {
    width: 50px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    background: #294e8c;
    position: relative
}

.menu_button_link {
    display: block;
    width: 100%;
    height: 100%
}

.menu_button_link img {
    width: 22px
}

#page {
    position: relative
}

.page_container {
    position: relative;
    min-height: 100vh;
    -ms-overflow: hidden;
    overflow: hidden
}

.body_homepage .page_container {
    min-height: auto !important;
}

.home_pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 102vh;
    overflow: hidden
}

.home_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.desktop_menu .menu_item_link span {
    color: #fff
}

.site_logo {
    width: 300px;
    display: inline-block;
    vertical-align: top
}

.site_logo a:hover {
    opacity: 1
}

.header_wrap {
    width: 100%;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5)
}

.desktop_menu {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: calc(100% - 305px);
    padding-right: 2%;
    padding-top: 44px
}

.desktop_menu .menu_item_link {
    height: 22px
}

.desktop_menu .menu_item {
    display: inline-block;
    padding-right: 1%;
    padding-left: 1%
}

.desktop_menu .menu_list {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    width: calc(100% - 250px);
    padding-right: 15px
}

.header_wrap .menu_item_link {
    font-size: 18px
}

.select_lang_wrap {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    position: relative
}

.lang_img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px
}

.select_el {
    width: 180px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 31px;
    line-height: 31px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    padding-left: 35px
}

.left_wrap {
    height: 100%;
    background: #292929;
    width: 49px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    position: fixed;
    z-index: 1;
}

.call_to_action {
    color: #fff;
    text-align: center;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100vh;
    width: calc(100vh - 110px);
    margin: auto;
    transform-origin: 50px 0;
    height: 50px;
    padding-top: 14px;
    padding-left: 15px;
    color: #828282
}

.img_rot {
    padding-right: 40px
}

.body_homepage .bottom_wrap {
    position: absolute;
    margin-top: 0
}

.bottom_wrap {
    height: 90px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: #fff;
    margin-top: 15px
}

.rotate_180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-bottom: 5px
}

.slogan {
    font-size: 30px;
    color: #292929;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-weight: 300
}

.slogan strong {
    font-weight: 400
}
.trustpilot-widget{
    border-radius: 12px;
    padding-top: 10px;
    height: 40px;
}
.action_box_container {
    min-height: 620px !important;
    /* height: calc(98vh - 205px); */
    width: 100%;
    width: calc(100vw - 50px);
    margin-left: 50px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.action_box {
    width: 800px;
    min-height: 256px;
    background: rgba(35, 35, 29, .7);
    border-radius: 20px;
}

.action_box_row {
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 16px;
    padding-left: 12px
}

.popup_form_item .action_box_row{
    border-radius: 15px;
}

.blue_b {
    border-left: 8px solid #294e8c;
    color: #294e8c
}

.red_b {
    border-left: 8px solid #c62233;
    color: #c62233
}

.dark_b {
    border-left: 8px solid #292929;
    color: #292929
}

.pickup_location_row:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    top: 17px;
    right: 15px;
    background: #fff url(../png/placeholder.png) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.pickup_location_row {
    display: flex;
    position: relative;
    overflow: hidden
}

.pickup_location {
    color: #292929;
    width: 600px;
    max-width: 100%;
    background: #fff
}

.hidden_row {
    display: none
}

.choose_diffrent {
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: 1px;
    margin-bottom: 1px
}

.action_row_label {
    display: inline-block;
    padding-right: 10px;
    min-width: 90px
}

.choose_diffrent_button {
    color: #fff;
    padding-left: 2%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

#pickup_location_2_row {
    position: relative;
    z-index: 2;
    display: none
}

.timepick_box {
    width: 187px;
    background: #fff;
    height: 60px;
    max-width: 49%;
    display: inline-block;
    vertical-align: top
}

.timepick_wrap .timepick_box:first-child {
    margin-right: 7px
}

.timepick_row {
    width: 50%;
    display: inline-block
}

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

.action_box_submit {
    margin-top: 14px;
    height: 60px
}

.promotional_code {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    background: #292929;
    height: 60px;
    width: 407px;
    position: relative
}

#promotional_code {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding-left: 20px;
    background: #292929
}

.prom_code_button {
    background: url(../png/rr_right_w.png) top 50% right 15px no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    right: 5px;
    top: 0
}

.checkmark {
    position: absolute;
    width: 30px;
    height: 60px;
    top: 0;
    right: 45px;
    text-align: center;
    line-height: 52px;
    font-size: 29px
}

.checkmark .fa-check {
    color: green
}

.checkmark .fa-times {
    color: red
}

.checkmark .fa-li.fa.fa-spinner.fa-spin {
    position: initial;
    color: #fff
}

.submit_button_action_box_wrap {
    width: 187px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    float: right
}

.action_box_submit_button {
    background: #0982EC;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 18px;
}
.action_box_submit_button:hover {
    background: rgba(78, 122, 204, 0.4);
}

.action_box_submit_button button {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.blue_b .timepick_label {
    border-left: 8px solid #294e8c;
    color: #294e8c
}

.red_b .timepick_label {
    border-left: 8px solid #c62233;
    color: #c62233
}

.timepick_label {
    display: inline-block;
    width: 76px;
    height: 60px;
    vertical-align: top;
    text-align: center;
    position: absolute;
    left: -8px;
    z-index: 9
}

.timepick_label span {
    display: table-cell;
    width: 70px;
    height: 60px;
    vertical-align: middle;
    padding-left: 6px
}

.timepick_input {
    display: table-cell;
    width: 179px;
    height: 60px;
    line-height: 60px;
    color: #292929;
    position: absolute;
    top: 0;
    padding-left: 85px
}

.blue_calendar .timepick_input {
    background: #fff url(../png/calendar.png) top 50% right 12px no-repeat;
    background-size: 22px 22px
}

.timepick_input {
    font-size: 17px
}

.red_calendar .timepick_input {
    background: #fff url(../png/calendar_r.png) top 50% right 12px no-repeat;
    background-size: 22px 22px
}

.blue_hour .timepick_input {
    background: #fff url(../png/clock.png) top 50% right 12px no-repeat;
    float: right;
    background-size: 22px 22px
}

.red_hour .timepick_input {
    background: #fff url(../png/clock_r.png) top 50% right 12px no-repeat;
    background-size: 22px 22px
}

.timepick_box {
    position: relative
}

.timeEntry-control {
    position: absolute;
    top: 20px;
    right: 13px;
    opacity: 0
}

.age_radio {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: left;
    width: 179px;
    background: #fff url(../png/avatar_n.png) top 50% right 12px no-repeat;
    font-size: 18px;
    padding-left: 15px;
    background-size: 20px 24px
}

.age_radio .fa {
    font-size: 22px
}

.age_radio input {
    display: none
}

.age_23 {
    display: inline-block;
    margin-left: 75px
}

.age_23_minus {
    display: block
}

.age_23_plus {
    display: none
}

.input_age_checkbox:checked+.age_23 .age_23_minus {
    display: none
}

.input_age_checkbox:checked+.age_23 .age_23_plus {
    display: block
}

.bottom_wrap_1 {
    display: inline-block;
    width: 50%;
    position: relative;
    height: 200px;
    overflow: hidden;
    vertical-align: top
}

.bottom_wrap_1_title {
    position: absolute;
    width: auto;
    padding-left: 15px;
    height: 50px;
    text-align: center;
    top: 70px;
    left: 5%;
    z-index: 2;
    background: #c62233;
    color: #fff;
    display: table
}

.bottom_wrap_1_title_slogan {
    width: 100%;
    height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300
}

.bottom_wrap_1_title_slogan .bottom_wrap_1_s {
    font-weight: 400;
    font-size: 24px;
    vertical-align: botttom
}

.bottom_wrap_1_image img,
.bottom_wrap_2_image img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.bottom_wrap_2 {
    display: inline-block;
    margin-left: -4px;
    height: 200px;
    position: relative;
    width: 20%
}

.bottom_wrap_2_title {
    position: absolute;
    width: auto;
    height: 50px;
    text-align: center;
    top: 70px;
    left: 22%;
    padding-left: 15px;
    z-index: 2;
    background: #303030;
    color: #fff;
    display: table
}

.bottom_wrap_3 {
    width: 29%;
    height: 200px;
    background: #232323;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px
}

.t_item_img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.t_item_img img {
    width: 100px;
    height: 100px;
    object-fit: cover
}

.t_item_text {
    width: 200px;
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 50px;
    color: #fff;
    font-weight: 300
}

#testimoniale_carousel {
    padding-left: 25px;
    padding-top: 40px
}

.t_item_name {
    font-size: 18px
}

.t_item_comment {
    margin-top: 20px;
    font-size: 12px;
    padding-right: 10px
}

.bottom_wrap_4 {
    width: 50px;
    background: #fff;
    height: 200px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.bottom_home {
    position: relative;
    background: #232323
}

.social_icon {
    width: 50px;
    height: 50px;
    background: #3b5998;
    text-align: center;
    color: #fff
}

.social_icon a {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px
}

.twitter {
    background: #1da1f2
}

.google_plus {
    background: #db4437
}

.linkedin {
    background: #027fbb
}

.plus {
    background: #ff6550
}

#diffrent_location {
    margin-right: 7px
}

.bottom_wrap_1_title_slogan img {
    position: relative;
    top: -5px;
    padding-left: 15px;
    padding-right: 15px
}

.page_list_wrap_title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    color: #292929;
    padding-top: 1em;
    padding-bottom: 1em
}

.page_list_container {
    width: calc(100% - 50px);
    margin-left: 50px
}

.list_item {
    width: 21%;
    max-width: 312px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative
}

.bot_left_info,
.top_left_info {
    display: inline-block
}

.people_looking {
    line-height: 16px
}

.bot_right_info,
.top_right_inf {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.similar_cars_mutat {
    width: 49%;
    float: right;
    text-align: right
}

.top_right_inf {
    width: 100%;
    float: none;
    text-align: left
}

.site_blue {
    color: #294e8c
}

.new_site_blue {
    color: #284E8C;
}
.bg_new_site_blue {
    background: #284E8C;
}

.car_name {
    font-size: 19px;
    line-height: 20px;
    margin-top: 20px !important;
    height: 20px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.site_red {
    color: #c62233
}

.cars_available {
    margin-top: 4px;
    cursor: pointer
}

.list_item .fa-info-circle {
    font-size: 18px;
    display: none
}

.similar_cars {
    margin-top: 4px;
    cursor: pointer
}

.list_item_image {
    width: 100%;
    height: 190px;
    position: relative;
    margin-top: 15px
}

.list_item_image .list_item_image_link img {
    width: 87%;
    object-fit: cover
}

.price_val {
    font-size: 20px
}

.bot_left_info {
    padding-top: 4px
}

.bot_right_info .price_val {
    font-size: 24px;
    color: #294e8c
}

.bot_right_info .tag_info {
    color: #474747
}

.select_car_button {
    width: 100%;
    height: 38px;
    font-size: 20px;
    color: #fff;
    background: #294e8c;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase
}

.reserved_times {
    color: #474747;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
}

.deal_of_the_day,
.special_offer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: url(../png/special_offer.png) center center no-repeat;
    width: 234px;
    height: 54px;
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
    padding-top: 4px
}

.deal_of_the_day {
    background: url(../png/deal_of_the_day.png) center center no-repeat;
    z-index: 10
}

.similar_wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    height: 265px
}

.similar_tit {
    font-size: 30px;
    text-align: center
}

.close_button {
    text-align: center;
    cursor: pointer
}

.list_item_image {
    text-align: center;
    font-size: 16px
}

.title_info {
    font-size: 24px;
    font-weight: 700
}

.list_item_image:hover .deal_of_the_day,
.list_item_image:hover .special_offer {
    display: none
}

.show_whats_included .deal_of_the_day,
.show_whats_included .special_offer {
    display: none
}

.whats_included {
    cursor: pointer
}

.list_item_whats_included_content_wrap {
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 271px;
    background: rgba(255, 255, 255, .85);
    text-align: center;
    top: 0;
    font-size: 16px;
    display: none
}

.similar_wrap .list_item_whats_included_content_wrap {
    top: -66px
}

.show_whats_included .list_item_whats_included_content_wrap {
    display: block
}

.whats_include_tit {
    display: none
}

.show_whats_included .whats_include_tit {
    display: block
}

.list_item_footer {
    margin-top: 10px
}

.list_item_whats_included_content_header {
    background: #fff;
    height: 66px
}

.close_button {
    font-size: 14px
}

.list_item_whats_included_content {
    margin-top: 25px
}

.list_item_whats_included_content .row_info {
    margin-top: 5px
}

.similar_wrap {
    display: none
}

.show_similar_cars .similar_wrap {
    display: block
}

.carousel_item_nav {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer
}

.bot_left_info {
    color: #292929
}

.bot_left_info .price_val {
    text-decoration: line-through
}

.list_item_nr.list_item {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left
}

.list_wrap {
    text-align: center;
    position: relative;
    max-width: 1820px;
    margin: auto
}

.shadow_white_row {
    position: absolute;
    background: rgba(255, 255, 255, .85);
    width: calc(100vw - 50px);
    height: 406px;
    z-index: 103;
    left: 0;
    display: none
}

.show_similar_cars {
    z-index: 200
}

.show_similar_cars+.shadow_white_row {
    display: block
}

.shadow_box_separator {
    width: 100%;
    height: 24px;
    background: url(../png/shadow.png) repeat-x
}

.shadow_box_separator_b {
    width: 100%;
    height: 12px;
    background: url(../png/shadow.png) repeat-x
}

.left_summary {
    width: 340px;
    max-width: 90%;
    position: absolute;
    top: 110px;
    padding-top: 10px;
    height: 100%;
    height: calc(100% - 110px);
    background: #292929;
    z-index: 300;
    color: #fff;
    left: -340px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.left_summary_open {
    left: 0
}

.left_summary_title {
    width: 100%;
    text-align: center;
    background: url(../png/left_d.png) no-repeat top 50% right 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 10px
}

.pick_up_location_row_summary {
    position: relative
}

.pick_up_location_row_summary:after {
    content: "";
    width: 20px;
    height: 28px;
    position: absolute;
    bottom: 4px;
    right: 0;
    background: transparent url(../png/placeholder_w.png) no-repeat;
    -webkit-background-size: 20px 28px;
    -o-background-size: 20px 28px;
    background-size: 20px 28px
}

.left_summary_container input {
    background: 0 0;
    color: #fff;
    font-size: 14px
}

.left_summary_container .pickup_location {
    height: 40px;
    line-height: 40px
}

#pick_up_location_row_summary_2 {
    display: none
}

.left_summary_container .choose_diffrent_button {
    height: 40px;
    line-height: 40px;
    padding-left: 0
}

.left_summary_container .choose_diffrent {
    height: 40px
}

.left_summary_container_p {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px
}

.left_summary_pick_up_date {
    position: relative;
    width: 110px;
    display: inline-block
}

.left_summary_pick_up_date .timepick_input {
    display: block;
    padding-left: 0;
    position: static;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: url(../png/calendar_w.png) top 50% right 12px no-repeat;
    width: 100%;
    -webkit-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px
}

.left_summary_pick_up_date_tit {
    display: block;
    width: 100%;
    cursor: pointer
}

.left_summary_pick_up_date .hour_pickup {
    background: url(../png/clock_w.png) top 50% right 0 no-repeat;
    -webkit-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px
}

.left_summary_pick_up_date:nth-child(2) {
    float: right;
    text-align: right
}

.left_summary_pick_up_date input {
    font-size: 18px
}

.left_summary_pick_up_date .age_radio {
    height: 40px;
    line-height: 40px;
    background: 0 0;
    text-align: left;
    width: 100%;
    background: url(../png/user.png) top 50% right 12px no-repeat;
    -webkit-background-size: 20px 24px;
    -o-background-size: 20px 24px;
    background-size: 20px 24px
}

.left_summary_pick_up_date .age_23 {
    margin-left: 0
}

#promotional_code_left {
    background: 0 0;
    text-align: right
}

.select_car_button_left {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px
}

.select_car_button_left_but {
    background: 0 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    cursor: pointer
}

.select_car_button_left_but:hover {
    background: #fff;
    color: #292929
}

.hasScrolled {
    left: -340px;
    position: fixed;
    top: 0;
    width: 340px;
    max-width: 90%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.left_summary_open .hasScrolled {
    left: 0;
    opacity: 1
}

button.inactive {
    background: #c4c4c4;
    cursor: default;
    pointer-events: none
}

.popup_car_select {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    top: 0;
    left: 0;
    background: url(../png/popup_background.png);
    z-index: 400;
    display: none;
    overflow-y: auto
}

.page_container.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    background-color: #232323;
}

.popup_car_select_wrap {
    margin-top: 20px;
    position:relative;
    background-color: #F5F5F5;
    width: 80%;
    padding: 0 100px 0 100px;
    margin: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
    text-align: center;
    overflow: auto;
    height: 100%;
    max-width: 100%;
    border-radius: 15px;
}
@media screen and (max-width: 1024px) {
    .popup_car_select_wrap {
        width: 95%;
        padding: 20px;
    }

}

.popup_car_select_wrap h4.popup_title_s1 {
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #262626;
}
.popup_car_select_wrap p.popup_desc_s1{
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #262626;

}

#close_popup_car_select {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #7A7878;
    /*border: 5px solid #c62233;*/
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.popup_car_select_title {
    font-size: 72px;
    font-weight: 300;
    color: #232323;
    text-shadow: 3px 3px 5px #141515;
    text-align: center;
    margin-bottom: 0
}

.fill_personal {
    color: #262626;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-top: 30px
}

.fill_personal strong {
    font-weight: 400;
}

.popup_form_item {
    width: 340px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 3%;
    display: inline-block;
    max-width: 90%
}

.popup_form_item .pickup_location {
    width: auto;
    min-width: 75%
}

.popup_form_item .pickup_location_row:after {
    display: none
}



.popup_car_select_img {
    height: 250px;
    line-height: 250px;
    text-align: center
}

.popup_car_select_img img {
    max-height: 100%
}

.submit_button_next {
    width: 710px;
    margin: auto;
    max-width: 100%
}

.submit_button_next_but {
    width: 100%;
    margin-top: 20px;
    background: #0982EC;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    border-radius: 25px;
}

.left_summary_cu_forta {
    left: -340px;
    height: auto;
    height: calc(100% - 91px);
    position: absolute;
    top: 110px;
    left: 0;
    -ms-overflow-y: auto;
    overflow-y: auto
}

.left_summary_open {
    left: 0
}

.left_summary_cu_forta .left_summary_title {
    background: 0 0;
    cursor: none;
    pointer-events: none
}

.services_and_payment_page {
    width: 70%;
    width: calc(100% - 340px);
    display: inline-block;
    float: right;
    padding-left: 0;
    color: #292929
}

.services_and_payment_page .nrw-title{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.depozit_row .butoane_deposit .button_item{
    padding: 30px;
    min-height: 700px;
}

.depozit_row .butoane_deposit .ites_row .ites_col{
    width: 100%;
}

@media screen and (max-width: 568px) {
    .depozit_row .butoane_deposit .ites_col span {
        width: 100% !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .depozit_row .butoane_deposit .button_item {
        min-height: 840px;
    }
}

@media screen and (max-width: 1124px) {
    .depozit_row .butoane_deposit .button_item {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.depozit_row .butoane_deposit .button_item_selected{
    border: 1px solid #0982EC;
}

.depozit_row .butoane_deposit .hufday{
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 13px;
}
.depozit_row .butoane_deposit .hufday small{
    color: #7A7878;
    font-size: 12px;
}

.depozit_row .butoane_deposit .hufpricedetails{
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 700;
    color: #7A7878;
    font-size: 12px !important;
}

.smallgrayspan{
    color: #7A7878;
    font-size: 12px;
}

.depozit_row .butoane_deposit .deposit_and_insurance{
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}

.depozit_row .butoane_deposit .r_deposit_text{
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 125px;
    margin:auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.depozit_row .butoane_deposit .price_tag_row{
    /*padding: 20px 0 20px 0;*/
    margin-top: 25px;
    margin-bottom: 15px;
}
.depozit_row .butoane_deposit .bordered_box {
    margin:0;
    padding:0;
    height: 0 !important;
}

.services_and_payment_page .childseat_item{
    background-color: #F5F5F5;
    border-radius: 20px;
    max-width: 320px;
}

.services_and_payment_page .service_childseat_price{
    text-align:center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    margin: 20px 0 30px 0;
}

.services_and_payment_page .button_item label {
    width: 90%;
}

.services_and_payment_page .childseat_title{
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align:left;
}

.services_and_payment_page .service_text{
    text-align:left;
    font-size: 16px !important;
}

button.swal2-close:focus {
    outline: none;
}

.services_and_payment_page .page_list_wrap_title {
    text-align: center;
    margin-bottom: 1.5em
}

.services_and_payment_page_accordeon .shadow_box_separator_b {
    height: 15px;
    background: url(../png/shadow_cos.png) repeat-x
}

.services_and_payment_page_accordeon .shadow_box_separator_b.invers {
    height: 15px;
    background: url(../png/shadow_cos_up.png) repeat-x;
    border-bottom: 1px solid #949494
}

.services_and_payment_section_title {
    padding-left: 4%;
    font-size: 30px
}

.services_and_payment_section_item_prod {
    margin-left: 4%;
    margin-right: 1%;
    padding-bottom: 15px;
    padding-top: 10px
}

.border_none {
    border-bottom: none
}

.service_item_row {
    display: table;
    width: 100%;
    height: 68px;
    border-radius: 15px;
    padding: 20px 0 20px 0;
}

.service_item_row .row {
	overflow: hidden;
}

.service_button,
.service_name,
.service_price {
    display: table-cell;
    vertical-align: top
}

.service_name {
    font-size: 24px;
    width: 45%
}

.service_button {
    text-align: right
}

.service_button_but {
    border-radius: 15px;
    width: 230px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.extra_service_s1{
    background-color: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 20px;
}
.service_details_wrapper{
    border-right: 1px solid #929394;
    height: 100%;
    padding: 0 30px 0 30px;
}

@media (max-width: 991px) {
	.service_details_wrapper {
		border-right: none;
	}
}

.service_details_wrapper .title_text{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service_details_wrapper .description_text{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.blue_button {
    background: #294e8c
}

.black_button {
    background: #292929
}

.red_button {
    background: #c62233
}

.service_price {
    color: #294e8c;
    font-size: 24px;
    width: 25%;
    text-align: left
}

.next_button{
    background: #0982EC;
    border-radius: 20px;
}
.back_button{
    font-family: "Montserrat", sans-serif;
    background-color: unset;
    color: #6F6F6F;
    text-decoration: underline;
    font-weight: bold;
    width: 100px;
    text-transform: lowercase;
    text-transform: capitalize;
}
.back_button:focus {
    border:none;
    outline: none;
}

.border_error_s1{
    border: 1px solid red;
}

.close_det,
.see_det {
    margin-top: 10px;
    color: #294e8c;
    cursor: pointer;
    display: none
}

.see_det i {
    color: #c62233
}

.close_det {
    color: #c62233;
    display: block
}

.service_text {
    margin-top: 10px
}

.services_and_payment_section_item_prod.hide_text .service_text {
    display: none
}

.services_and_payment_section_item_prod.hide_text .see_det {
    display: block
}

.services_and_payment_section_item_prod.hide_text .close_det {
    display: none
}

.control_tab_buttons_row {
    padding-left: 4%;
    padding-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
    width: 100%
}

.prev_tab_button {
    display: table-cell;
    width: 50%;
    text-align: left
}

.next_tab_button {
    text-align: right;
    width: 50%;
    display: table-cell
}

.hidden_elem {
    visibility: hidden
}

.services_and_payment_section_content {
    display: none
}

.services_and_payment_page_accordeon_item.open_tab .services_and_payment_section_content {
    display: block
}

.inactive_title {
    color: #aaa;
    pointer-events: none
}

.car_image {
    text-align: center
}

.car_image img {
    max-height: 150px
}

.cart_row {
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    width: 100%;
    padding-bottom: 12px
}

.cart_row .car_title {
    width: 65%;
    font-size: 18px;
    color: #c62233;
    vertical-align: baseline;
    display: table-cell
}

.cart_row .car_price {
    width: 35%;
    color: #fff;
    font-size: 22px;
    vertical-align: baseline;
    display: table-cell;
    text-align: right
}

.cart_row_small .car_title {
    font-size: 14px
}

.cart_row_small .car_price {
    font-size: 14px
}

.cart_row_small {
    margin-bottom: 10px
}

.cart_summary_row_close .fa-times-circle {
    font-size: 18px
}

.cart_row_total .car_title {
    color: #fff
}

.cart_summary_row_close {
    background: url(../png/close_cart_row.png) center center no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: bottom;
    margin-right: 5px;
    cursor: pointer
}

.left_summary_cu_forta .row {
    clear: none
}

.popup_info {
    font-size: 30px;
    font-weight: 300;
    color: #fff
}

span.reservation {
    font-weight: 400;
    text-transform: uppercase
}

.popup_total_price {
    font-size: 46px;
    color: #fff;
    margin-top: 10px
}

.popup_pay_now {
    font-size: 30px;
    color: #fff;
    margin-top: .8em
}

.popup_cart_final .submit_button_next_but {
    margin-top: 10px
}

.contact_page_wrap {
    width: 98%;
    width: calc(100% - 50px);
    margin-left: 50px;
    padding: 15px;
    min-height: calc(100vh - 200px);
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.form_contact_wrap {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 56%
}

.contact_title {
    font-size: 30px;
    color: #294e8c;
    margin-bottom: .5em
}

.form_label {
    width: 100px;
    display: inline-block;
    padding-left: 15px;
    color: #294e8c;
    vertical-align: top
}

.form_row {
    margin-top: 10px;
    min-height: 46px;
    padding-top: 10px;
    background: #fff;
    font-size: 18px;
    border: #232323 1px solid
}

.input_style,
.textarea_style {
    width: 80%;
    width: calc(100% - 110px);
    background: 0 0
}

.textarea_style {
    font-size: 14px;
    min-height: 80px
}

.contat_inputs .form_row_submit {
    margin-top: 10px;
    text-align: right
}

.contact_info_col {
    width: 40%;
    margin-right: 4%;
    vertical-align: top
}

.contact_info_wrap {
    width: 54%;
    min-height: 400px
}

.list_item .fa-info-circle {
    vertical-align: sub
}

.list_item .fa-info-circle:before {
    content: "";
    width: 100%;
    width: 18px;
    height: 18px;
    background: url(../png/info_r.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
    display: block
}

.similar_cars .fa-info-circle:before {
    background: url(../png/info_n.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px
}

.whats_included .fa-info-circle:before {
    background: url(../png/info_b.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px
}

.flip-clock-label {
    display: none
}

.advices_page_pic {
    max-height: 590px;
    position: relative;
    width: 100%
}

.advantages_link {
    position: absolute;
    width: 300px;
    height: 100px;
    top: 20%;
    right: 20%;
    color: #294e8c;
    font-size: 24px;
    vertical-align: middle
}

.advantages_link img {
    padding-right: 10px;
    vertical-align: initial
}

.advantages_link p {
    margin-bottom: 10px
}

.advices_page_pic>img {
    width: 100%;
    max-height: 590px;
    object-fit: cover
}

.advices_page_wrap .page_list_wrap_title {
    margin-bottom: 40px
}

.advices_page_wrap {
    margin-left: 49px;
    padding-bottom: 150px
}

.advices_page_content {
    max-width: 1170px;
    margin: auto;
    text-align: justify;
    font-size: 16px;
    width: 95%
}

.advices_page_content .article_title {
    margin-top: 40px;
    margin-bottom: 30px
}

.page_text_content {
    color: #292929
}

.page_text_content_two_columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

a.service_button_but {
    display: inline-block;
    margin-top: 10px
}

.bottom_wrap {
   /* -webkit-box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .8);
    -moz-box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .8);
    box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .8)*/
}

.mt_40 {
    margin-top: 40px
}

.location_list_item {
    font-size: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    color: #292929
}

.locations_list_wrap {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 10%
}

.map_locations_wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.our_locations_page_content {
    padding: 60px 0
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(41, 78, 140, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #294e8c;
    -webkit-box-shadow: inset 0 0 6px rgba(41, 78, 140, .3)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #294e8c
}

.popup_info_tooltip {
    display: none;
    position: absolute;
    bottom: 42px;
    left: 0;
    font-size: 12px;
    background: #fff;
    color: #292929;
    padding: 5px;
    left: 10%;
    width: 80%;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cart_row_small {
    position: relative
}

.cart_row_small:hover .popup_info_tooltip {
    display: block
}

.age_pickup_select {
    background: #fff
}

.cl-effect-5 .menu_left_item {
    height: 17px;
    display: inline-block;
    color: #fff
}

.cl-effect-5 .menu_left_item span {
    color: #fff
}

.select_filter {
    width: 150px;
    border: 1px solid #294e8c;
    color: #294e8c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 5px
}

.cars_filter {
    display: inline-block;
    margin-left: 15px
}

.cars_flirtare {
    text-align: right;
    padding-right: 2%
}

.price_old {
    display: inline-block;
    font-size: 16px !important;
    color: #474747 !important;
    position: relative
}

.price_old:before {
    content: "";
    display: block;
    width: 110%;
    position: absolute;
    height: 1px;
    background: red;
    left: -3px;
    top: 50%;
    transform: rotate(155deg)
}

.service_button .service_button_but {
    background: 0 0;
    color: #294e8c
}

.service_button .service_button_but:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../png/delete.png);
    background-size: 100% 100%;
    right: 0;
    left: 0;
    margin: auto
}

.service_button .blue_button:before {
    background-image: url(../png/plus.png)
}

.popup_cart_final .popup_car_select_img {
    display: none
}

.popup_cart_final .pickup_location_row input[type=checkbox] {
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-right: 2px
}

.site_header {
    background: #284e8c;
    height: 95px
}

.desktop_logo img {
    height: 95px
}

.desktop_menu {
    padding-top: 33px
}

.home_page_container .left_wrap {
    display: none
}

.menu_button {
    display: none
}

.home_form_container .action_box {
    background: #1E67AB;
    backdrop-filter: blur(10px);
    width: 450px;
    padding: 30px 14px;
    min-height: 480px
}

.home_text{
    color: #fff;
    max-width: 650px;
    /*align-self: flex-start;
    margin-top:100px;*/
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
}
.home_text .t1{
    font-family: "Montserrat Light", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
}
.home_text .t2{
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
}
.home_text_mobile{
    color: #000;
    background-color: #fff;
    /*max-width: 500px;*/
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
}
.home_text_mobile .t1{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin:0;
    padding-bottom:10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.home_text_mobile .t2{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.home_form_container .action_row_label {
    display: block;
    width: 100%
}

.home_form_container .action_box_row {
    height: auto;
    line-height: normal;
    font-size: 16px;
    padding-left: 0;
    background: 0 0;
    color: #fff
}

.home_form_container select {
    height: 38px;
    line-height: 38px;
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
    margin-top: 5px;
    background-image: url(../png/arrow-point-to-down.png);
    background-repeat: no-repeat;
    background-position: top 55% right 15px
}

#pickup_location_2_row label {
    display: none
}

#pickup_location_2_row:after {
    display: none
}

.home_form_container .timepick_box {
    display: block;
    width: 100%;
    background: 0 0;
    color: #fff;
    height: auto;
    max-width: 100%
}

.home_form_container .timepick_label {
    display: block;
    width: 100%;
    color: #000;
    position: static;
    height: auto;
    left: 0
}

.home_form_container .timepick_label span {
    display: block;
    width: 100%;
    color: #fff;
    height: initial;
    text-align: left;
    padding-left: 0;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px
}

.home_form_container .timepick_input {
    padding-left: 0;
    width: 96%;
    position: static;
    height: 60px;
    border-radius: 12px;
    font-size: 22px;
    text-align: center;
    width: 100%
}

.home_form_container .timepick_wrap_2 span {
    padding-left: 4%
}

.action_box_submit {
    display: none
}

.custom_datepicker {
    height: 375px;
    position: relative
}

.date_hour_start {
    margin-top: 15px;
    margin-bottom: 20px
}

.date_start_end {
    display: flex;
    justify-content: space-between
}

.date_start_end .timepick_box {
    width: 47.5%
}

.home_form_container select.hour_pickup {
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    background-image: none;
    text-align: center;
    border: 1px solid #fff;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.home_form_container #pickup_location {
    border: 1px solid #fff
}

#noty_topRight_layout_container {
    top: 100px !important
}

#formular{
    font-family: "Montserrat", sans-serif;
}

.select_age_wrap{
    display: block;
    justify-content: space-between;
}

.home_form_container select.age_pickup_select  {
    background-size: 4%;
    background-image: url(../png/arrow-point-to-down.png);
    background-position: top 55% right 5px;
}

.timepick_box .select2-container .select2-selection--single{
    height: 51px;
}
.timepick_box .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px;
}
.timepick_box .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 10px;
}
.timepick_box .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #929394 !important;
}
.timepick_box .select2-container--default .select2-selection--single{
    border-radius: 12px;
}

.timepick_box .select2-container.select2-container--default {
    height: auto !important;
}

.select_age_wrap select.age_pickup_select {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    height: 51px;
}
.agepick_box{
    width: 47%;
}

.submit_button_action_box_wrap {
    float: none;
    text-align: center;
    width: 100%
}

.action_box_submit_button {
    margin: 15px auto;
    max-width: 100%;
    height: 44px;
    line-height: 40px;
    font-weight: 700;
}

.list_item_nr.list_item {
    width: 32.5%;
    max-width: initial;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 80px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c3c3c3
}

.page_list_container {
    background: #f3f3f3
}

.page_list_wrap_title {
    background: #fff
}

.cars_flirtare {
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #c3c3c3
}

.list_item_image {
    height: 250px
}

.list_item_image {
    height: 250px
}

.show_similar_cars .similar_wrap {
    padding-left: 80px;
    padding-right: 80px;
    top: 80px;
    background: #fff
}

.similar_vehicles {
    background: #fff
}

.carousel_item_nav {
    width: 32px;
    top: 62%
}

.prev_carousel {
    left: -60px
}

.next_carousel {
    right: -60px
}

.left_summary_pick_up_date .timepick_input {
    background: 0 0;
    font-size: 20px
}

.left_summary_pick_up_date .timepick_input {
    background: 0 0;
    text-align: right;
    font-size: 20px
}

.list_item_whats_included_content_wrap {
    left: 0;
    top: 90px;
    height: 330px;
    height: calc(100% - 275px);
    max-height: 100%
}

.left_summary {
    top: 0;
    height: 100%;
    background: #284e8c
}

.left_summary .car_image {
    display: none
}

.top_status_bar {
    height: 86px;
    background: #284e8c;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-size: 18px
}

.status_item {
    position: relative;
    text-align: center;
    background: #405c8c;
    padding: 5px 30px;
    border-radius: 15px;
    font-size: 14px
}

.status_item:hover {
    background: #102a56
}

.active_status_item {
    background: #102a56
}

.close_det,
.see_det {
    margin-top: -15px
}

.status_item:not(:last-child):after {
    content: "\f178";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 20px;
    color: #fff;
    font-size: 30px;
    font-family: FontAwesome;
    top: 13px;
    right: -105px
}

.status_item_title {
    position: relative
}

.status_item_val {
    font-weight: 100
}

.page_list_container {
    width: 100%;
    margin-left: 0
}

.active_status_item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
    clear: both
}

.list_wrap {
    min-width: 94%
}

.completed:after {
    content: "";
    width: 13px;
    height: 14px;
    background: url(../png/check_1.png) center center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 7px;
    right: -20px
}

.carousel_item_nav:before {
    content: "similar";
    font-size: 9px;
    font-weight: 100
}

.services_and_payment_page .page_list_wrap_title.titlu_reserve {
    font-size: 16px;
    font-weight: 400
}

@-moz-document url-prefix() {
    .home_form_container select.hour_pickup {
        height: 34px;
        padding-left: 0
    }
}

select::-ms-expand {
    display: none
}

.cart_row .car_title {
    font-size: 17px
}

.left_summary_row_tit {
    font-size: 17px
}

.left_summary_title {
    margin-bottom: 25px
}

.left_summary_pick_up_date {
    width: 130px
}

#datepicker_3,
#datepicker_4 {
    text-align: left;
    font-size: 19px
}

.display_none {
    display: none
}

.services_and_payment_page .page_list_wrap_title.titlu_reserve {
    display: none
}

.services_and_payment_page_accordeon {
    margin-top: 60px
}

.services_and_payment_page .services_and_payment_page_accordeon {
    margin-top: 20px
}



.exipres_in {
    font-size: 16px;
    color: #c62233;
    font-weight: 400
}

.flex_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 90%;
    justify-content: space-around
}

.service_name {
    min-width: 60%;
    line-height: 25px
}

.service_price {
    min-width: 12%;
    line-height: 25px
}

.service_button {
    width: 50px
}

.car_name {
    margin-top: -15px
}

.deal_of_the_day,
.special_offer {
    top: 7 0
}

.services_and_payment_page .top_status_bar .status_item:not(:last-child):after {
    top: 7px;
    right: -72px
}

.services_and_payment_page .active_status_item:before {
    display: none !important
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.list_item_footer {
    margin-top: 75px
}

.artboard_page {
    font-family: sans-serif;
    color: #000
}

.artboard_page_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.artboard_page_header .logo {
    padding-left: 20px
}

.artboard_title {
    text-align: center;
    width: 70%
}

.artboard_title h1 {
    color: #369;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -2px;
    padding-top: 10px
}

.facebook_link {
    color: #39c;
    font-size: 18px;
    font-weight: 500;
    padding-right: 30px;
    padding-top: 10px
}

.facebook_link img {
    width: 30px;
    padding-right: 5px;
    vertical-align: bottom
}

.rezervation_code {
    font-size: 25px;
    color: #c33;
    font-weight: 600;
    margin-top: 10px
}

.artboard_page_footer {
    border-top: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px
}

.payment_options {
    width: 380px
}

.payment_options .bold {
    margin-bottom: 10px
}

.payment_options img {
    padding-left: 5px;
    padding-right: 5px
}

.footer_text {
    padding-left: 20px
}

.footer_text {
    max-width: calc(100% - 400px)
}

.artboard_page_left_section {
    width: 450px;
    padding-top: 40px;
    min-width: 33%;
    max-width: 45%
}

.artboard_page_right_section {
    width: 450px;
    padding-top: 40px;
    min-width: 33%;
    max-width: 45%
}

.art_title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000
}

.column_l,
.column_r {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

.artboard_container {
    padding-left: 40px;
    padding-right: 40px;
    min-height: calc(100vh - 220px)
}

.artboard_content_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.f_row {
    margin-top: 5px;
    padding-top: 5px
}

.art_text {
    font-size: 14px;
    font-weight: 700;
    padding-top: 5px
}

.border_r {
    border-right: 2px solid #000
}

.row_t_1 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 5px
}

.pickup_drop_info .column_l,
.pickup_drop_info .column_r {
    padding-top: 20px;
    margin-top: 10px
}

.pickup_drop_info .column_r {
    margin-left: -4px
}

.pickup_drop_info .column_r .art_title {
    padding-left: 12px
}

.pickup_drop_info .column_r .row_t_1 {
    padding-left: 12px
}

.customer_info {
    margin-top: 50px
}

.mb_10 {
    margin-bottom: 10px
}

.mt_10 {
    margin-top: 10px
}

.row_t_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    justify-content: space-between
}

.car_rental_payment {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700
}

.row_t_3 {
    color: #c33;
    font-size: 30px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    margin-top: 5px
}

.font_10 {
    font-size: 10px;
    color: #000;
    font-weight: 700;
    padding-left: 4px
}

.deposit_font_12 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    font-style: italic;
}

.button_3d_style {
    background: url(../png/button_background.png);
    width: 323px;
    height: 43px;
    line-height: 43px;
    display: block;
    margin: auto;
    color: #fff;
    padding-right: 42px;
    font-size: 28px;
    font-weight: 700
}

.pay_button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

button.css3dbutton {
    background: #265ca8;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 0;
    bottom: -8px;
    margin-bottom: 8px;
    -moz-box-shadow: 0 -10px 5px #265ca8 inset;
    -webkit-box-shadow: 0 -10px 5px #265ca8 inset;
    box-shadow: 0 -10px 5px #265ca8 inset;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 323px;
    padding-right: 42px;
    font-size: 28px;
    font-weight: 700
}

button.css3dbutton,
button.css3dbutton:after {
    display: inline-block;
    padding: 5px 12px;
    -moz-border-radius: 6px/10px;
    -webkit-border-radius: 6px/10px;
    border-radius: 6px/10px;
    outline: 0
}

button.css3dbutton:after {
    content: "";
    position: absolute;
    padding: 0;
    z-index: -1;
    bottom: inherit;
    left: 0;
    width: 100%;
    height: 100%;
    background: #205094;
    -moz-box-shadow: 1px 0 3px gray;
    -webkit-box-shadow: 1px 0 3px gray;
    box-shadow: 1px 0 3px gray
}

button.css3dbutton:hover {
    -moz-box-shadow: 0 25px 5px rgba(182, 64, 61, .7) inset;
    -webkit-box-shadow: 0 25px 5px rgba(182, 64, 61, .7) inset;
    box-shadow: 0 25px 5px rgba(35, 98, 160, .7) inset;
    background: #235aa8
}

button.css3dbutton:active {
    top: 8px;
    bottom: 0;
    -moz-box-shadow: 0 -20px 5px #265ca8 inset, 1px 1px 2px #eee;
    -webkit-box-shadow: 0 -20px 5px #265ca8 inset, 1px 1px 2px #eee;
    box-shadow: 0 -20px 5px #265ca8 inset, 1px 1px 2px #eee
}

@media (max-width:991px) {
    .artboard_page_header {
        flex-wrap: wrap;
        width: 100%;
        text-align: center
    }

    .artboard_page_header .logo {
        text-align: center;
        width: 50%;
        order: 1
    }

    .facebook_link {
        text-align: center;
        width: 50%;
        order: 2
    }

    .artboard_title {
        order: 3;
        font-size: 20px;
        width: 100%;
        max-width: 100%;
        margin-top: 20px
    }

    .artboard_title h1 {
        text-align: center;
        font-size: 24px
    }

    .rezervation_code {
        font-size: 17px
    }
}

@media (max-width:768px) {
    .artboard_content_wrap {
        flex-wrap: wrap
    }

    .artboard_page_left_section {
        width: 100%;
        max-width: 100%
    }

    .artboard_page_right_section {
        width: 100%;
        max-width: 100%
    }

    .artboard_page_footer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap
    }

    .payment_options {
        width: 100%;
        max-width: 100%
    }

    .footer_text {
        width: 100%;
        max-width: 100%;
        margin-top: 20px
    }
}

.offer_companies_tpl {
    margin-left: 0
}

.popup_cart_final {
    background: rgba(0, 0, 0, .7) url(../png/popup_background.png)
}

@supports (-ms-accelerator:true) {
    .list_item_image .list_item_image_link img {
        width: auto;
        height: auto
    }

    .list_item_image .list_item_image_link {
        text-align: center
    }
}

.left_summary #datepicker_3,
.left_summary #datepicker_4 {
    font-size: 14px
}

.service_item_row .service_button_but.no_transparency {
    color: #fff
}

.mg_t_10 {
    margin-top: 10px
}

.service_item_row {
    display: block;
    min-height: 70px;
    height: auto
}
.service_item_row .service_title{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.service_item_row .service_description{

}
.service_item_row .service_left_wrapper{
    padding: 20px;
    border-right: 1px solid #d8d8d8;
    height: 100%;
}

.service_button,
.service_name,
.service_price {
    display: block;
    width: 100%
}

.service_name {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: auto
}

.close_det,
.see_det {
    text-align: center;
    margin-top: -30px
}
/* .services_and_payment_page .button_item {
    background-color: #F5F5F5;
    border-radius: 15px;
}
.services_and_payment_page .button_item .service_price{
    color: #262626;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align:center;
}
.services_and_payment_page .button_item .button_service_s1{
    background-color: #0982EC;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    border: none;
    line-height: 35px;
    font-weight: bold;
} */
.button_service_s1{
    background-color: #0982EC;
}




.button_item {
    text-align: center;
    display: inline-block;
    width: 49%;
    margin-top: 10px
}

.button_item label {
    display: inline-block;
    width: 140px;
    margin: auto;
    max-width: 90%
}

.bordered_box {
    border: 2px solid #284e8c;
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 10px
}

.services_and_payment_section_item_prod {
    padding-bottom: 5px;
    padding-top: 5px
}

.butoane_radio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.payment_select_zone {
	.button_item {
		text-align: left;
	}

	.depozit_row_det  {
		margin-left : 0;
		text-align: left;
	}

	.see_det, .close_det {
		text-align: left;
	}

	.button_item label {
		margin: auto auto auto 0;
	}

	.service_text {
		max-width: 50%;
	}
}

@media screen and (max-width: 2270px ) {
	.payment_select_zone {
		.service_text {
			max-width: 65%;
		}
	}
}

@media screen and (max-width: 1610px ) {
	.payment_select_zone {
		.service_text {
			max-width: 80%;
		}
	}
}

@media screen and (max-width: 1130px ) {
	.payment_select_zone {
		.service_text {
			max-width: 100%;
		}
	}
}

.depozit_r_raspundere {
    font-size: 32px;
    text-align: center;
    width: 60%;
    margin: 0 auto 40px auto;
}

.depozit_row_det {
    margin-top: 40px
}

.price_tag_row {
    display: block;
    min-height: 39px;
    margin-top: 10px
}

.informatii_plata_d {
    display: block !important
}

.reserva_titlu {
    font-size: 20px;
    min-height: 36px
}

.form_final_col {
    width: 24%;
    display: inline-block;
    vertical-align: top
}

.form_element_field {
    border: 2px solid #284e8c;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 8px
}

.required_symbol {
    font-size: 14px;
    color: red
}

.form_element_row {
    margin-top: 10px;
    max-width: 90%
}

.form_final_reserve {
    margin-top: 40px;
    margin-bottom: 25px
}

.form_final_reserve .select2-container .select2-selection--single {
    border: 2px solid #284e8c;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    margin-top: 0
}

.form_final_reserve .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px
}

.form_final_button {
    margin-top: 10px
}

.butoane_radio input[type=radio].css3radio {
    display: none
}

.butoane_radio label.toggler_r {
    display: block;
    position: relative;
    padding-left: 0;
    padding-top: 2px;
    margin-bottom: 1em;
    cursor: pointer
}

.butoane_radio label.toggler_r::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    background: #284e8c;
    box-shadow: none;
    border-radius: 50%;
    left: 64px;
    top: -15px;
    display: none
}

.butoane_radio label.toggler_r::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 68px;
    top: -12px;
    overflow: hidden;
    transition: all .2s;
    display: none
}

.butoane_radio input[type=radio]:checked+label.toggler_r::after {
    background: #c62233;
    box-shadow: none;
    display: none
}

.butoane_radio input[type=radio]:checked+label.toggler_r .bordered_box {
    color: #fff;
    background: #284e8c
}
.butoane_radio input[type=radio]:checked+label.toggler_r .button_service_s1 {
    background-color: #E0E0E0;
    color: #141414;
}

.echipament_suplimentar_wrap {
    width: 100%
}

.servicii_extra_container .service_name {
    font-weight: 700;
    font-size: 18px
}

.servicii_extra_container {
    padding-top: 40px;
    padding-bottom: 40px
}

.titlu_dep_dd {
    width: 65%;
    display: table-cell
}

.cookieinfo {
    padding: 0 18px !important
}

.cookieinfo .cookieinfo-close {
    padding: 2px !important;
    min-width: 55px !important;
    margin-top: 3px !important
}

.contact_form_dd {
    max-width: 32%;
    margin: 20px auto
}

.toggler_i {
    min-height: 34px;
    display: inline-block
}

#non_transparent {
    color: #fff
}

.car_main_info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .85);
    z-index: 99;
    visibility: hidden
}

@media screen and (min-width:1024px) {
    .list_item_image:hover .car_main_info {
        visibility: visible;
        text-align: center;
        font-size: 14px
    }
}

.disp {
    visibility: visible;
    text-align: center
}

.inp_pop {
    color: #292929;
    width: 600px;
    max-width: 100%;
    background: #fff
}

.popup_form_item .inp_pop {
    width: auto;
    min-width: 75%;
    padding-left: 10px;
    border-radius: 15px;
}

.services_and_payment_page_accordeon_item.open_tab .services_and_payment_section_content {
    position: relative;
    z-index: 10
}

.disable_scroll {
    position: fixed
}

.depozit_r_raspundere {
    font-size: 18px;
    font-weight: 700
}

.price_tag_row,
.reserva_titlu {
    font-weight: 700
}

.f8 {
    min-height: 10px
}

.price_tag_row {
    max-height: 40px
}

.item {
    min-height: 190px !important
}

.titlu_dep_dd {
    width: 100%
}

.cart_row_small .car_price {
    font-size: 22px
}

.left_summary_pick_up_date .timepick_input {
    font-size: 22px
}

.home_page_wrapper {
    /*padding-top: 10px;*/
    /*margin-bottom: 190px*/
}

.home_pic {
    height: 112vh
}

.action_box_submit_button {
    margin-bottom: 0
}

.home_form_container .action_box {
    min-height: initial
}

.choose_diffrent_button {
    height: 45px;
    line-height: 20px;
    margin-top: 10px
}

.home_form_container .timepick_label span {
    min-height: 32px
}

.price_tag_row {
    font-size: 8px !important
}

.select_country {
    max-width: 80px;
    width: 100%;
    display: inline-block
}

.prefix {
    max-width: 75px;
    width: 100%;
    display: inline-block
}

.phone_nr {
    max-width: 150px;
    display: inline-block;
    width: 100%
}

.select_country {
    padding-left: 0
}

.select_country #country {
    width: 100%;
    padding-left: 10px
}

.phone_item {
    display: inline-flex;
    justify-content: space-between
}

.phone_item .pickup_location_row {
    overflow: initial
}

.phone_nr input,
.prefix input,
.select_country input {
    height: 100%
}

.phone_nr {
    margin-right: 0
}

.dd .ddTitle .ddTitleText img {
    width: 25px
}

.dd .ddTitle .ddTitleText {
    padding: 0 !important
}

.dd .ddTitle {
    background: #fff
}

.select_country .dd {
    width: 100% !important;
    border: none !important;
    outline: 0
}

.dd .divider {
    border: none !important;
    right: 0 !important
}

.dd .ddTitle {
    background: #fff !important
}

.ddcommon .ddChild li img {
    width: 25px
}

.dd .ddChild li {
    height: 30px
}

.popup_car_select_wrap {
    overflow: visible
}

.ddcommon .ddChild {
    overflow: visible
}

.dd .ddChild li .ddlabel {
    position: absolute;
    top: 5px;
    line-height: 20px
}

.dd .ddChild li img {
    position: absolute !important;
    top: 5px;
    left: 5px
}

.dd .ddChild li {
    position: relative
}

#country_child ul li:last-child {
    left: 7px;
    position: absolute
}

.get_up {
    font-size: 40px;
    position: fixed;
    bottom: 0;
    right: 8px;
    z-index: 99
}

.get_up i {
    color: #7798d0
}

.form_contact_wrap {
    width: 50%
}

.contact_info_wrap {
    width: 50%
}

.contact_wrap_page_dd {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    width: 100%
}

.form_contact_wrap {
    -webkit-order: initial;
    -ms-order: initial
}

.contact_page_main_container .home_pic img {
    height: 100% !important
}

.sub_menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    background-color: #284e8c;
    padding: 10px 0;
    -webkit-box-shadow: 0 21px 30px -10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 21px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 21px 30px -10px rgba(0, 0, 0, .5);
    min-width: 350px;
    z-index: 9999
}

.sub_menu .menu_item_link span {
    font-size: 14px;
    line-height: 18px
}

.sub_menu .menu_item_link {
    line-height: 18px
}

.select_car_button{
    background: #284E8C;
    border-radius: 15px;
    color: #fff;
}

.cc-window {
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 99999 !important
}

.cc-window .cc-compliance>.cc-btn {
    flex: 0 !important
}

.cc-floating {
    max-width: none
}

@media screen and (max-width:768px) {
    .cc-window {
        padding: 15px !important;
        background: #253a5a !important
    }

    .cc-window .cc-message {
        margin-bottom: 0 !important;
        padding-right: 20px;
        font-size: 14px
    }

    .cc-window .cc-compliance>.cc-btn {
        position: absolute;
        top: 7px;
        right: 10px;
        background: 0 0;
        color: #fff
    }

    .cc-window .cc-compliance>.cc-btn:hover {
        background: 0 0 !important;
        color: #253a5a !important
    }
}

.container_radio {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-top: 4px;
    background-color: #fff;
    border: 2px solid #284e8c
}

.checkmark_unchecked {
    border: 2px solid
}

.container_radio:hover input~.checkmark {
    background-color: #fff
}

.container_radio input:checked~.checkmark {
    background-color: #284e8c;
    border: 0 !important
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container_radio input:checked~.checkmark:after {
    display: block
}

.container_radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #284e8c;
    border: 2px solid #fff
}

@media screen and (max-width:600px) {
    #label_ci_cnp_cif {
        display: block;
        float: left;
        margin-bottom: 10px
    }

    .points_cnp {
        display: block;
        float: left
    }

    .checkmark {
        margin-top: 1px
    }
}

@media (max-width:1800px) {
    .list_item_nr.list_item {
        padding: 30px 65px;
        width: 31%
    }

    .services_and_payment_page .top_status_bar .status_item:not(:last-child):after {
        right: -45px
    }
}

@media (max-width:1500px) {
    .header_wrap .menu_item_link {
        font-size: 17px
    }

    .select_lang_wrap {
        width: 160px
    }

    .select_lang_wrap select {
        width: 160px
    }

    .desktop_menu .menu_list {
        width: calc(100% - 180px);
        padding-top: 2px
    }

    .bottom_wrap_2_title {
        left: 7%
    }

    #testimoniale_carousel {
        padding-top: 30px
    }

    .list_item_nr.list_item {
        padding: 20px 25px;
        width: 30%
    }

    .list_item_whats_included_content_wrap {
        top: 62px
    }

    .carousel_item_nav {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: rgba(255, 255, 255, .68);
        border-radius: 50%;
        text-align: center;
        margin-top: 30px;
    }

    .prev_carousel {
        left: -20px
    }

    .next_carousel {
        right: -20px
    }

    .carousel_item_nav img {
        width: 32px;
        height: 32px
    }

    .carousel_item_nav:before {
        display: none
    }

    .services_and_payment_page .top_status_bar .status_item:not(:last-child):after {
        display: none
    }

    .form_element_n,
    .required_symbol {
        font-size: 12px
    }
}

@media (max-width:1400px) {
    .header_wrap .menu_item_link {
        font-size: 16px
    }

    #testimoniale_carousel {
        padding-top: 20px;
        padding-left: 10px
    }

    .t_item_text {
        padding-top: 10px;
        padding-right: 25px
    }

    .bottom_wrap_1_title_slogan {
        font-size: 13px
    }

    .bottom_wrap_1_title_slogan .bottom_wrap_1_s {
        font-size: 20px
    }

    #testimoniale_carousel .owl-controls {
        width: 125px;
        bottom: 5px;
        display: none !important
    }

    .location_list_item {
        font-size: 22px
    }

    .list_item_nr.list_item {
        width: 31.5%
    }

    .form_final_col {
        width: 31%
    }

    .form_final_button {
        margin-top: 10px
    }
}

@media (max-width:1350px) {
    .list_item_nr.list_item {
        width: 30%
    }
}

@media (max-width:1300px) {
    .select_lang_wrap {
        width: 180px;
        margin-top: 5px
    }

    .select_lang_wrap select {
        width: 180px
    }

    .desktop_menu .menu_list {
        padding-right: 0
    }

    .desktop_menu .menu_item {
        padding-right: 0
    }

    .desktop_menu {
        padding-top: 20px
    }

    .desktop_menu .menu_list {
        width: 100%
    }

    #testimoniale_carousel {
        padding-top: 0
    }

    .t_item_comment {
        font-size: 12px
    }

    .t_item_name {
        font-size: 16px
    }

    .t_item_age {
        font-size: 13px
    }

    #testimoniale_carousel {
        padding-top: 5px;
        padding-left: 10px
    }

    .t_item_img {
        float: left;
        margin-right: 8px
    }

    .t_item_text {
        width: 100%;
        display: block;
        padding-right: 35px
    }

    .list_item {
        width: 30%
    }

    .location_list_item {
        font-size: 18px
    }

    .status_item {
        padding: 5px 20px;
        font-size: 13px;
        margin-top: 2px;
        padding-left: 2px
    }

    .active_status_item:before {
        top: 48px
    }
}

@media (max-width:1150px) {
    .header_wrap .menu_item_link {
        font-size: 15px
    }

    .bottom_wrap_1 {
        width: 100%;
        width: calc(100% - 48px)
    }

    .bottom_wrap_2 {
        width: 40%;
        margin-left: -1px
    }

    .bottom_wrap_3 {
        width: 60%
    }

    #testimoniale_carousel {
        padding-top: 20px;
        padding-left: 40px
    }

    .t_item_comment {
        font-size: 14px
    }

    .t_item_name {
        font-size: 18px
    }

    .t_item_age {
        font-size: 16px
    }

    #testimoniale_carousel .owl-controls {
        width: 175px
    }

    .list_item_nr.list_item {
        padding: 20px 25px;
        width: 46%
    }

    .form_element_n,
    .required_symbol {
        font-size: 10px
    }

    .list_item_image {
        height: calc(35vw / 2)
    }

    .list_item_image .list_item_image_link,
    .list_item_image
}

@media (min-width:1025px) and (max-width:1300px) {
    .page_list_wrap_title {
        font-size: 40px
    }

    .services_and_payment_section_title {
        font-size: 26px
    }

    .service_name {
        font-size: 20px
    }

    .service_price {
        font-size: 20px
    }

    .close_det,
    .see_det {
        font-size: 14px
    }

    .service_text {
        font-size: 13px
    }

    .service_button_but {
        width: 200px;
        font-size: 16px
    }
}

@media (min-width:1025px) {
    .mobile_logo {
        display: none
    }

    #nav-icon1 {
        display: none
    }

    .reserve_page_body .site_header {
        display: none
    }
}

@media (max-width:1024px) {
    .top_status_bar {
        display: none
    }

    .location_list_item {
        font-size: 16px
    }

    #noty_topRight_layout_container {
        top: 115px
    }

    .services_and_payment_page {
        width: 95%;
        margin-left: 4%;
        width: calc(100% - 50px)
    }

    .left_summary_cu_forta {
        position: fixed;
        top: 60px;
        height: 80%;
        height: calc(100% - 100px);
        overflow: auto;
        left: -340px
    }

    .left_summary_open_mobile {
        left: 0
    }

    .left_summary_cu_forta .left_summary_title {
        background: url(../png/left_d.png) no-repeat top 50% left 15px;
        cursor: pointer;
        pointer-events: initial
    }

    .cart_row .car_title {
        font-size: 16px
    }

    .cart_row .car_price {
        font-size: 19px
    }

    .list_item {
        width: 292px
    }

    .site_header {
        height: 60px;
        position: fixed;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 101;
        background-color: #F0EFEF;
    }

    .select_lang_wrap{
        background-color: #F0EFEF !important;
    }

    .menu_button {
        height: 60px;
        line-height: 60px;
        display: inline-block;
        vertical-align: top;
        display: none
    }

    /* #select_lang_msdd{
        margin-top: 20px;
    } */

    .desktop_logo {
        display: none
    }

    .mobile_logo {
        display: block;
        height: 58px;
        padding-left: 15px;
        /* margin-top: 15px; */
    }
    .mobile_logo img{
        margin-top:5px;
        height: 45px;
    }

    .services_and_payment_page .services_and_payment_page_accordeon {
        margin-top: 10px
    }

    .site_logo {
        width: auto
    }

    .shadow:after {
        background: rgba(0, 0, 0, .54);
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 98;
        top: 0;
        left: 0
    }

    html.safari .shadow:after {
        display: none
    }

    .header_wrap {
        width: 80%;
        width: calc(100% - 50px);
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: right;
        height: 60px;
        box-shadow: none
    }

    .menu_item {
        width: 100%;
        /* background: #232323; */
        height: 33px;
        line-height: 33px;
        text-transform: uppercase;
        /* border-bottom: 1px solid #294e8c; */
        opacity: 0;

        padding: 0 20px;
        color: #343434;
        /* -webkit-transition: all .24s ease;
        -moz-transition: all .24s ease;
        transition: all .24s ease;
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg) */
    }
 
    .active_menu .menu_item {
        opacity: 1;
        /* -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        will-change: transform */
    }
/*
    .menu_item:nth-child(1) {
        -webkit-transition-delay: .24s;
        -moz-transition-delay: .24s;
        transition-delay: .24s
    }

    .menu_item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s
    }

    .menu_item:nth-child(3) {
        -webkit-transition-delay: .16s;
        -moz-transition-delay: .16s;
        transition-delay: .16s
    }

    .menu_item:nth-child(4) {
        -webkit-transition-delay: .12s;
        -moz-transition-delay: .12s;
        transition-delay: .12s
    }

    .menu_item:nth-child(5) {
        -webkit-transition-delay: 80ms;
        -moz-transition-delay: 80ms;
        transition-delay: 80ms
    }

    .menu_item:nth-child(6) {
        -webkit-transition-delay: 40ms;
        -moz-transition-delay: 40ms;
        transition-delay: 40ms
    }

    .active_menu .menu_item:nth-child(1) {
        -webkit-transition-delay: 40ms;
        -moz-transition-delay: 40ms;
        transition-delay: 40ms
    }

    .active_menu .menu_item:nth-child(2) {
        -webkit-transition-delay: 80ms;
        -moz-transition-delay: 80ms;
        transition-delay: 80ms
    }

    .active_menu .menu_item:nth-child(3) {
        -webkit-transition-delay: .12s;
        -moz-transition-delay: .12s;
        transition-delay: .12s
    }

    .active_menu .menu_item:nth-child(4) {
        -webkit-transition-delay: .16s;
        -moz-transition-delay: .16s;
        transition-delay: .16s
    }

    .active_menu .menu_item:nth-child(5) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s
    }

    .active_menu .menu_item:nth-child(6) {
        -webkit-transition-delay: .24s;
        -moz-transition-delay: .24s;
        transition-delay: .24s
    } */

    .menu_list {
        visibility: hidden
    }

    .active_menu .menu_list {
        visibility: visible
    }

    .site_menu {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        overflow: hidden
    }

    .desktop_menu .menu_list {
        padding-top: 0;
        position: fixed;
        width: 100%;
        top: 55px;
        left: 0;
        z-index: 9;

        display: flex;
        flex-direction: column;
        justify-content: center;    /* centrează vertical în ul */
        align-items: center;        /* centrează pe orizontală */
        gap: 5px;                  /* spațiu între elemente */
        list-style: none;           /* opțional: elimină punctele */

        
        background-color: #F0EFEF;
        
        border: 1px solid #F0EFEF;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;

        -moz-box-shadow:  0 5px 4px -2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow:  0 5px 4px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.3);

    }

    .desktop_menu .menu_item_link span {
        color: #343434;
        font-weight: 700;
    }

    .manage_booking_form_clicked {
        background-color: #F0EFEF !important;
        border-radius: unset;
    }
    
    .menu_item.manage_booking_form_clicked span {
        color: #343434 !important;
    }

    #manage_booking_form {
        top: 33px !important;

        box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.2),     /* jos */
        4px 0 6px rgba(0, 0, 0, 0.1),     /* dreapta */
       -4px 0 6px rgba(0, 0, 0, 0.1);     /* stânga */
    }

    .desktop_menu .menu_item_link {
        height: 52px;
        width: 100%
    }

    .site_header #nav-icon1 {
        margin: 0;
        position: absolute;
        top: 18px;
        right: 15px;
        width: 30px;
        height: 35px;
        -webkit-border-radius: 7px;
        border-radius: 7px
    }

    .site_header #nav-icon1 span {
        height: 3px;
        background: #343434
    }

    .site_header #nav-icon1 span:nth-child(1) {
        top: 4px
    }

    .site_header #nav-icon1 span:nth-child(2) {
        top: 12px
    }

    .site_header #nav-icon1 span:nth-child(3) {
        top: 20px
    }

    .action_box_container {
        position: relative;
        z-index: 100
    }

    .active_menu {
        visibility: visible
    }

    .select_lang_wrap {
        position: fixed;
        right: 80px;
        top: 0;
        width: 50px;
        height: 50px;
        background: #fff;
        z-index: 200
    }

    .select_lang_wrap select {
        width: 50px;
        height: 50px;
        opacity: 0;
        padding-left: 0
    }

    .lang_img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    body {
        padding-top: 60px
    }

    .home_pic,
    .page_container {
        min-height: calc(100vh - 100px);
        height: auto
    }

    .home_pic {
        height: 480px
    }

    #testimoniale_carousel .owl-controls {
        display: none
    }

    .contact_page_wrap {
        display: block
    }

    .contact_info_wrap,
    .form_contact_wrap {
        display: block;
        width: 100%;
        margin-top: 30px
    }

    .bottom_wrap {
        position: static
    }

    .contact_page_main_container {
        position: relative
    }

    .contact_pic {
        width: 100%;
        height: 100%
    }

    .contact_info_col {
        width: 100%
    }

    .home_pic {
        min-height: 785px !important
    }

    .home_pic img {
        height: 785px !important
    }

    .bottom_wrap {
        display: none
    }

    .left_summary_pick_up_date .timepick_input {
        font-size: 19px
    }

    .shadow:after {
        content: initial
    }

    .prev_tab_button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .next_tab_button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .drop_head {
        height: auto
    }

    .drop_head h3 {
        height: 54px
    }

    .drop_head .sub_menu h3 {
        height: 40px;
        background-color: transparent
    }

    .drop_head .sub_menu a {
        height: 40px;
        line-height: 40px;
        background-color: transparent
    }

    .sub_menu {
        position: static;
        padding: 0
    }

    .sub_menu .menu_item_link {
        line-height: inherit
    }

    .sub_menu .menu_item_link span {
        line-height: inherit
    }

    .sub_menu img {
        max-height: 30px
    }

    .sub_menu .menu_item {
        border-bottom: none;
        height: 40px;
        background-color: transparent
    }
}

@media (max-width:875px) {
    .advices_page_wrap {
        padding-bottom: 50px
    }

    .locations_list_wrap,
    .map_locations_wrap {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding-left: 0
    }

    .locations_list_wrap .service_button_but {
        margin: 10px auto 20px
    }

    .submit_button_next {
        max-width: 90%
    }

    .bottom_wrap {
        display: none
    }

    .popup_car_select_title {
        font-size: 50px
    }

    .popup_info,
    .popup_pay_now {
        font-size: 20px
    }

    .popup_total_price {
        font-size: 26px
    }

    .popup_car_select .submit_button_next_but {
        font-size: 16px
    }

    .list_item {
        width: 292px
    }

    .action_box {
        max-width: 100%;
        width: 500px
    }

    .timepick_row {
        width: 100%;
        margin-bottom: 2px
    }

    .timepick_box {
        width: 49%
    }

    .timepick_wrap_2 {
        float: none
    }

    .promotional_code {
        width: 49%
    }

    .submit_button_action_box_wrap {
        width: 100%;
        margin-top: 5px
    }

    .action_box_submit_button {
        width: 100%
    }

    .action_row_label {
        font-size: 16px
    }

    .pickup_location {
        font-size: 12px
    }

    .timepick_input {
        width: 100%
    }

    .ui-datepicker {
        width: 17em !important
    }

    .action_box_row {
        line-height: initial
    }

    .action_row_label {
        vertical-align: middle;
        height: 60px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: flex;
        font-size: 14px
    }

    #testimoniale_carousel {
        padding-top: 20px;
        padding-left: 15px
    }

    .page_list_wrap_title {
        font-size: 40px
    }

    .services_and_payment_section_title {
        font-size: 26px
    }

    .service_name {
        font-size: 20px
    }

    .service_price {
        font-size: 20px
    }

    .close_det,
    .see_det {
        font-size: 14px
    }

    .service_text {
        font-size: 13px
    }

    .service_button_but {
        width: 200px;
        font-size: 16px
    }

    .inp_pop {
        font-size: 12px
    }

    .ddcommon .ddTitle .ddTitleText {
        position: relative !important;
        top: 20px !important
    }

    .phone_item {
        position: relative;
        top: -20px
    }
}
.home_text_mobile{
    display: none;
}
.home_text{
    display: block;
}
@media (max-width:900px) {
    .home_page_wrapper {
        background-image: none !important;
        background-color: #F0EFEF !important;
    }
    .home_text_mobile{
        display: block;
    }
    .home_text{
        display: none;
    }
    .action_box_container {
        padding-top: 0;
        display: block;
        padding-bottom: 50px;
    }
}
@media (max-width:768px) {
    .page_list_wrap_title {
        font-size: 32px
    }

    .services_and_payment_section_title {
        padding-top: 10px;
        font-size: 22px
    }

    .service_name {
        font-size: 15px
    }

    .service_price {
        font-size: 15px
    }

    .close_det,
    .see_det {
        font-size: 13px
    }

    .service_text {
        font-size: 12px
    }

    .service_button_but {
        font-size: 14px
    }

    .page_text_content {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .advantages_link {
        display: none
    }

    .list_item_nr.list_item {
        padding: 20px 25px;
        width: 100%
    }

    #close_popup_car_select {
        width: 32px;
        height: 32px;
        font-size: 20px
    }

    .form_final_reserve .form_final_button .service_button_but {
        width: 90%
    }

    .form_final_col {
        width: 48%
    }

    .reserva_titlu {
        font-size: 14px
    }

    .clock.flip-clock-wrapper {
        display: block;
        margin: 0 auto !important;
        width: 70%
    }

    .home_page_wrapper {
        margin-top: initial;
        margin-bottom: initial
    }

    .home_form_container .action_box {
        min-height: 590px
    }

    .price_tag_row {
        font-size: 8px !important
    }

    .list_item_image {
        height: calc(79vw / 2)
    }

    .list_item_image .list_item_image_link,
    .list_item_image img {
        height: inherit
    }
}

@media(max-width:749px) {
    .phone_item {
        position: initial;
        top: initial
    }
}

@media (max-width:575px) {
    .form_final_col {
        width: 98%
    }

    .form_element_row {
        width: 100%;
        max-width: 100%
    }

    .form_final_reserve .form_final_button .service_button_but {
        width: 100%
    }

    .close_det,
    .see_det {
        margin-top: 0
    }

    .action_box_container {
        height: auto
    }

    .contact_pic {
        display: none
    }

    .page_list_wrap_title {
        font-size: 32px
    }

    .services_and_payment_section_title {
        padding-top: 10px;
        font-size: 22px
    }

    .service_item_row {
        display: block;
        position: relative
    }

    .service_name {
        font-size: 17px;
        width: 100%;
        display: block
    }

    .service_price {
        font-size: 15px;
        display: inline-block;
        width: 49%
    }

    .service_item_row .service_button {
        top: 0;
        right: 5px;
        width: 40px;
        position: absolute
    }

    .close_det,
    .see_det {
        font-size: 12px
    }

    .service_text {
        font-size: 12px;
        font-weight: 400
    }

    .service_item_row .service_button_but {
        width: 100%;
        font-size: 14px
    }

    .services_and_payment_page .page_list_wrap_title {
        margin-bottom: .5em;
        font-size: 23px
    }

    .home_pic,
    .page_container {
        min-height: 480px;
        height: auto
    }

    .home_pic {
        height: 480px;
    }

    .page_list_wrap_title {
        font-size: 28px
    }

    .car_name {
        font-size: 20px
    }

    .top_left_info,
    .top_right_info {
        font-size: 12px
    }

    .bottom_wrap_1_title_slogan {
        font-size: 12px
    }

    .bottom_wrap_1_title_slogan .bottom_wrap_1_s {
        font-size: 16px
    }

    .bottom_wrap_1,
    .bottom_wrap_2,
    .bottom_wrap_3 {
        display: block;
        width: 100%;
        margin-left: 0
    }

    .action_box {
        max-width: 100%;
        margin: auto;
        min-height: 480px;
        /*height: calc(100vh - 60px)*/
    }

    .action_box_container {
        padding-top: 0;
        display: block;
        padding-bottom: 50px;
    }

    .timepick_box {
        width: 48%
    }

    .timepick_row .timepick_box:nth-child(2) {
        float: right
    }

    .timepick_row:after {
        content: "";
        display: table;
        clear: both
    }

    .timepick_wrap_2 {
        text-align: left
    }

    .promotional_code {
        float: right;
        width: 48%
    }

    .bottom_wrap {
        bottom: -90px
    }

    #testimoniale_carousel .owl-controls {
        display: none
    }

    .call_to_action {
        width: 500px
    }

    .hasScrolled {
        top: 0;
        position: absolute;
        width: 100%;
        max-width: 100%
    }

    .left_summary {
        top: 60px;
        height: 480px;
        height: calc(100% - 60px);
        position: fixed;
        -ms-overflow-y: scroll;
        overflow-y: scroll;
        padding-bottom: 20px
    }

    .left_summary_container .pickup_location {
        font-weight: 300;
        font-size: 13px
    }

    .service_item_row .service_button_but {
        color: transparent
    }

    .autoHeight {
        height: auto
    }

    .mg_b_10 {
        margin-bottom: 10px
    }

    .depozit_row_det {
        margin-top: 10px
    }

    .service_button_but .prev_tab_item_button .black_button .mt_10 .back_plata .non_transparent {
        color: #fff
    }

    .flex_wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        left: -5px
    }

    .flex_item {
        order: -1;
        width: 100%
    }

    .f8 {
        font-size: 13px;
        min-height: 14px
    }

    .no_m_b {
        margin-bottom: 0 !important
    }

    .no_m_t {
        margin-top: 0 !important
    }
}

@media (max-width:480px) {

    .select_age_wrap{
        display:block;
    }

    .butoane_radio label.toggler_r {
        width: auto;
        font-size: 11px
    }

    .list_item_nr.list_item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 25px 20px
    }

    .select_lang_wrap {
        position: fixed;
        right: 70px;
        top: 3px;
        width: 44px;
        height: 44px;
        background: #fff
    }

    .site_header #nav-icon1 {
        width: 30px
    }

    .promotional_code {
        width: 100%
    }

    .action_row_label {
        width: 100%;
        display: block;
        text-align: left;
        font-size: 12px;
        height: auto;
        padding-right: 0
    }

    .pickup_location_row {
        display: block;
        padding-left: 3px;
        height: auto;
        margin-bottom: 3px
    }

    .pickup_location_row:after {
        top: 1px;
        right: 3px
    }

    .pickup_location {
        font-size: 11px;
        text-align: left
    }

    .timepick_box {
        width: 100%;
        max-width: initial;
        margin-bottom: 1px;
        height: 44px
    }

    .timepick_label {
        height: 44px
    }

    .timepick_label span {
        font-size: 12px;
        height: 44px;
        padding-left: 5px
    }

    .timepick_input {
        height: 44px
    }

    .age_radio {
        line-height: 44px;
        height: 44px;
        width: 100%
    }

    #promotional_code,
    .action_box_submit_button,
    .promotional_code,
    .submit_button_action_box_wrap {
        height: 44px;
        line-height: 44px
    }

    .slogan {
        font-size: 18px
    }

    .service_price {
        font-size: 13px;
        display: inline-block;
        width: 100%
    }

    .popup_car_select_img {
        height: 150px;
        line-height: 150px
    }

    .fill_personal {
        font-size: 15px;
        margin-top: 26px;
        margin-bottom: 20px
    }

    .popup_car_select_title {
        font-size: 40px
    }

    .popup_info,
    .popup_pay_now {
        font-size: 18px
    }

    .popup_total_price {
        font-size: 22px
    }

    .popup_car_select .submit_button_next_but {
        font-size: 14px
    }

    .popup_form_item .pickup_location_row {
        display: flex;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .popup_form_item .pickup_location_row .action_row_label {
        width: 24%
    }

    .location_list_item {
        font-size: 15px
    }

    .advices_page_wrap .page_list_wrap_title {
        margin-bottom: 20px
    }

    .advices_page_wrap {
        padding-bottom: 50px
    }

    .toggler_i {
        display: inline-block;
        height: 26px
    }

    .flex_wrapper {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .flex_item {
        order: -1;
        width: 100%
    }

    .inp_pop {
        font-size: 11px;
        text-align: left
    }

    .f8 {
        font-size: 8px
    }

    .reserva_titlu {
        font-size: 11px
    }

    .price_tag_row {
        min-height: 39px
    }

    /* .ddcommon .ddTitle .ddTitleText {
        position: initial !important;
        top: initial !important
    } */

    .dd .ddTitle .ddTitleText img {
        position: relative;
        top: -1px;
        width: 20px
    }
}

@media(max-width:365px) {
    .bordered_box {
        line-height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 13px
    }
}

@media (min-width:375px) {
    .device-ios #hour_pickup {
        padding-left: 24%
    }

    .device-ios #hour_dropoff {
        padding-left: 21%
    }

    .device-ios #age {
        padding-left: 30px
    }
}

@media (max-width:320px) {
    .home_form_container .timepick_label span {
        height: 44px
    }

    .device-ios #hour_pickup {
        padding-left: 19%
    }

    .device-ios #hour_dropoff {
        padding-left: 14%
    }

    .device-ios #age {
        padding-left: 25px
    }
}

@media screen and (max-height:600px) {

    .home_pic,
    .page_container {
        min-height: 480px;
        height: auto
    }

    .home_pic {
        height: 480px
    }

    .home_pic {
        min-height: 480px
    }

    .action_box_container {
        min-height: 620px
    }

    .desktop_menu .menu_list {
        max-height: 260px;
        max-height: calc(100vh - 60px);
        -ms-overflow-y: auto;
        overflow-y: auto
    }

    .home_pic img {
        height: 480px
    }


}

@media (max-width: 576px) {
    .home_pic {
        display: none !important;
    }
}

@media screen and (max-height:550px) {
    .call_to_action {
        width: 100vh;
        text-align: right
    }
}

@media (min-width:576px) and (max-width:1024px) {
    .content_header {
        height: 80px !important
    }
}

@media(min-width:769px) and(max-width:875px) {
    .home_page_wrapper {
        height: 475px !important
    }

    .content_header {
        margin-bottom: 80px
    }
}

@media(min-width:575px) {
    .no_m_t2 {
        margin-top: 0 !important
    }
}

@media(min-width:769px) {
    .home_form_container .timepick_input {
        font-size: 17px !important
    }

    .no_m_t {
        margin-top: 33px
    }
}

@media(min-width:1024px) {
    .control_tab_buttons_row {
        display: flex
    }

    .next_tab_button {
        text-align: right;
        width: 50%;
        display: table-cell;
        order: 2
    }

    .prev_tab_button {
        display: table-cell;
        width: 100%;
        text-align: left;
        margin-bottom: 5px
    }
}

@media(min-width:1151px) {
    .list_item_image {
        height: calc(25vw / 2)
    }

    .list_item_image .list_item_image_link,
    .list_item_image {
        height: inherit
    }
}

@media(min-width:1200px) {
    .flex_item {
        width: 260px
    }

    .submit_final {
        float: right
    }
}

@media(min-width:1400px) {
    .flex_item {
        width: 330px
    }
}

@media(min-width:1600px) {
    .flex_item {
        width: 500px
    }
}

@media(min-width:1900px) {
    .flex_item {
        width: 700px
    }
}

@media (max-width:575px) {
    .page_list_wrap_title {
        font-size: 20px
    }
}

.action_box_row .borderRadiusTp {
    -moz-border-radius: 15px;
    border-radius: 15px
}
.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    cursor: default
}

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

.ddcommon ul li {
    list-style-type: none
}

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3
}

.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: #999
}

.ddcommon .clear {
    clear: both
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888;
    -webkit-box-shadow: -5px -5px 5px -5px #888;
    box-shadow: -5px -5px 5px -5px #888
}

.borderRadius .border,
.borderRadiusTp .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

img.fnone {
    float: none !important
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute
}

.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px
}

.ddcommon .ddArrow:hover {
    background-position: 0 100%
}

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.ddcommon .ddTitle .ddTitleText {
    display: block
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.ddcommon .ddTitle .description {
    display: block
}

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999
}

.ddcommon .ddChild li {
    clear: both
}

.ddcommon .ddChild li .description {
    display: block
}

.ddcommon .ddChild li img {
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild li.optgroup {
    padding: 0
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: 700;
    font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0
}

.dd {
    border: 1px solid #c3c3c3
}

.dd .divider {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;
    right: 24px
}

.dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../gif/dd_arrow.gif) no-repeat
}

.dd .ddArrow:hover {
    background-position: 0 100%
}

.dd .ddTitle {
    color: #000;
    background: #e2e2e4 url(../title-bg.html) repeat-x left top
}

.dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 5px
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.dd .ddTitle .description {
    font-size: 12px;
    color: #666
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px
}

.dd .ddChild {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    left: -1px
}

.dd .ddChild li {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3
}

.dd .ddChild li .description {
    color: #666
}

.dd .ddChild li .ddlabel {
    color: #333
}

.dd .ddChild li.hover {
    background-color: #f2f2f2
}

.dd .ddChild li img {
    padding: 0 6px 0 0
}

.dd .ddChild li.optgroup {
    padding: 0
}

.dd .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: 700;
    font-style: italic
}

.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
    background-color: #d5d5d5;
    color: #000
}

@charset "UTF-8";

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

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

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

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

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

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

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

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

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

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

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

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

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

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

    30% {
        -webkit-transform: scale3d(1.25, .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)
    }

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

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

    30% {
        -webkit-transform: scale3d(1.25, .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)
    }

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

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

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

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

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

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

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

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

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

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

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.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)
    }

    100% {
        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)
    }

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

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

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

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

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

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

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

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

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

@keyframes rollOut {
    0% {
        opacity: 1
    }

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

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

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

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

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

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

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

.col.pl_0,
.pl_0 {
    padding-left: 0
}

.col.pr_0,
.pr_0 {
    padding-right: 0
}

.row,
.row:after {
    clear: both
}

a.css3dbutton,
a.css3dbutton:after,
button,
input,
input:focus,
nav a,
nav a:focus,
nav a:hover,
select:focus,
textarea,
textarea:focus {
    outline: 0
}

.row {
    overflow: auto
}

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

.hvr-icon-float-away,
.ib {
    display: inline-block
}

.bold,
strong {
    font-weight: 700
}

.semibold {
    font-weight: 500
}

.vis_hidden {
    visibility: hidden
}

.font_12 {
    font-size: 12px
}

button {
    cursor: pointer
}

.action_box_row::-webkit-input-placeholder {
    color: #292929
}

.action_box_row::-moz-placeholder {
    color: #292929
}

.action_box_row:-ms-input-placeholder {
    color: #292929
}

.action_box_row:-moz-placeholder {
    color: #292929
}

.promotional_code::-moz-placeholder {
    color: #fff
}

.promotional_code:-ms-input-placeholder {
    color: #fff
}

.promotional_code:-moz-placeholder {
    color: #fff
}

.promotional_code::-webkit-input-placeholder {
    color: #fff
}

.mt_30 {
    margin-top: 30px
}

.mt_25 {
    margin-top: 25px
}

.mt_20 {
    margin-top: 20px
}

.mt_15 {
    margin-top: 15px
}

.mt_10 {
    margin-top: 10px
}

.pl_10 {
    padding-left: 10px
}

.pr_10 {
    padding-right: 10px
}

.pl_15 {
    padding-left: 15px
}

.pr_15 {
    padding-right: 15px
}

.font_16 {
    font-size: 16px
}

.foz_18 {
    font-size: 18px !important
}

.foz_14 {
    font-size: 14px
}

.nr_stele:after {
    font-family: FontAwesome;
    color: #762268;
    font-size: 16px
}

.stele_1_5:after {
    content: "\f005  \f006  \f006  \f006  \f006"
}

.stele_2_5:after {
    content: "\f005  \f005  \f006  \f006  \f006"
}

.stele_3_5:after {
    content: "\f005  \f005  \f005  \f006  \f006"
}

.stele_4_5:after {
    content: "\f005  \f005  \f005  \f005  \f006"
}

.stele_5_5:after {
    content: "\f005  \f005  \f005  \f005  \f005"
}

fieldset {
    border: 0
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: .5em 0 .5em 3em
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: .1em
}

.ui-icon.video {
    background: url(../24-video-square.html) no-repeat
}

.ui-icon.podcast {
    background: url(../24-podcast-square.html) no-repeat
}

.ui-icon.rss {
    background: url(../24-rss-square.html) no-repeat
}

option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px
}

.avatar .ui-icon {
    background-position: left top
}

.ui-front {
    z-index: 400
}

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.hvr-icon-float-away {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 1.2em
}

.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    right: 0;
    left: 0;
    margin: auto
}

.cl-effect-5 a span,
nav a {
    position: relative;
    display: inline-block
}

.calendar_albastru .ui-datepicker-calendar,
.calendar_albastru .ui-widget-content {
    color: #294e8c
}

.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

a.facebook:after,
a.facebook:before {
    content: "\f09a"
}

a.youtube:after,
a.youtube:before {
    content: "\f16a"
}

a.pinterest:after,
a.pinterest:before {
    content: "\f0d3"
}

a.google_plus:after,
a.google_plus:before {
    content: "\f0d5"
}

a.plus:after,
a.plus:before {
    content: "\f067"
}

a.linkedin:after,
a.linkedin:before {
    content: "\f0e1"
}

a.twitter:after,
a.twitter:before {
    content: "\f099"
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../png/select_arrow.png);
    background-repeat: no-repeat;
    background-position: top 50% right 15px
}

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

nav a {
    font-weight: 400
}

.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em
}

.cl-effect-5 a span {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cl-effect-5 a:focus span,
.cl-effect-5 a:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline
}

.owl-theme .owl-controls .owl-page span {
    margin: 5px 3px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #c62233;
    border: 1px solid #c62233
}

.owl-controls {
    position: absolute;
    width: 150px;
    height: 20px;
    left: 0;
    bottom: -10px;
    text-align: center
}

.ui-datepicker {
    width: 179px;
    font-family: Oswald, sans-serif
}

.calendar_albastru .ui-widget-header {
    color: #294e8c;
    border: none;
    background: 0 0
}

.calendar_albastru .ui-button,
.calendar_albastru .ui-state-default,
.calendar_albastru .ui-widget-content .ui-state-default,
.calendar_albastru .ui-widget-header .ui-state-default,
html .calendar_albastru .ui-button.ui-state-disabled:active,
html .calendar_albastru .ui-button.ui-state-disabled:hover {
    border: none
}

.calendar_albastru {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 999 !important
}

.calendar_rosu .ui-datepicker-calendar,
.calendar_rosu .ui-widget-content,
.calendar_rosu .ui-widget-header {
    color: #c62233
}

.calendar_rosu .ui-button,
.calendar_rosu .ui-state-default,
.calendar_rosu .ui-widget-content .ui-state-default,
.calendar_rosu .ui-widget-header .ui-state-default,
html .calendar_rosu .ui-button.ui-state-disabled:active,
html .calendar_rosu .ui-button.ui-state-disabled:hover {
    border: none
}

.calendar_rosu {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 999 !important
}

input[type=radio].css3radio {
    display: none
}

label.toggler_r {
    display: block;
    position: relative;
    padding-left: 32px;
    padding-top: 2px;
    margin-bottom: 1em;
    cursor: pointer
}

label.toggler_r::after,
label.toggler_r::before {
    content: '';
    position: absolute
}

label.toggler_r::before {
    display: block;
    width: 25px;
    height: 25px;
    background: #b1e5ef;
    box-shadow: 0 0 3px #bfdefc inset;
    border-radius: 25px;
    left: 0;
    top: 0
}

label.toggler_r::after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    left: 5px;
    top: 5px;
    overflow: hidden;
    transition: all .2s
}

input[type=radio]:checked+label.toggler_r::after {
    background: #1b4977;
    box-shadow: 1px 1px 5px #fff
}

label.feluri_meniu::before {
    width: 23px;
    height: 23px;
    background: #fff;
    top: 7px
}

label.feluri_meniu::after {
    top: 11px;
    left: 4px
}

label.feluri_meniu {
    margin-bottom: 10px
}

input[type=radio]:checked+label.feluri_meniu::after {
    background: #ffd900
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c2510;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff
}

.choose_reason label.toggler_r {
    font-size: 16px;
    color: #000
}

.choose_reason label.toggler_r::before {
    width: 21px;
    height: 21px;
    background: #4d6da0
}

.choose_reason label.toggler_r::after {
    width: 21px;
    height: 21px;
    top: 0;
    left: 0
}

.choose_reason input[type=radio]:checked+label.toggler_r::after {
    background: #fff;
    border: 2px solid #4d6da0
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@-webkit-keyframes bugfix {

    from,
    to {
        padding: 0
    }
}

div.slideouticons {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 1000
}

div.slideouticons input {
    display: none
}

div.slideouticons label.mainlabel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #9c2c88;
    background: #fff;
    border-radius: 50%;
    outline: 0;
    z-index: 100000;
    -webkit-transition: all .3s;
    transition: all .3s
}

div.slideouticons div.iconswrapper {
    position: absolute;
    margin: 0;
    top: 60px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

div.slideouticons div.iconswrapper ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: -1
}

div.slideouticons div.iconswrapper ul li {
    margin-bottom: 10px;
    position: relative;
    opacity: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-100%) rotate(0);
    transform: translateY(-100%) rotate(0);
    -webkit-transition: all .5s;
    transition: all .5s
}

div.slideouticons div.iconswrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9c2d89;
    border: 1px solid #9c2d89;
    font-size: 18px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

div.slideouticons div.iconswrapper ul li a:hover {
    background: #515151;
    color: #fff
}

div.slideouticons input:checked~label.mainlabel {
    background: #fff
}

div.slideouticons input:checked~div.iconswrapper {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

div.slideouticons input:checked~div.iconswrapper ul li {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(360deg);
    transform: translateY(0) rotate(360deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

div.slideouticons input:checked~div.iconswrapper ul li:nth-of-type(1) {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    z-index: 4
}

div.slideouticons input:checked~div.iconswrapper ul li:nth-of-type(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 3
}

div.slideouticons input:checked~div.iconswrapper ul li:nth-of-type(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    z-index: 2
}

div.slideouticons input:checked~div.iconswrapper ul li:nth-of-type(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
    z-index: 1
}

div.slideouticons input:checked~div.iconswrapper ul li:nth-of-type(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    z-index: 1
}

div.slideouticons.horizontal div.iconswrapper {
    top: 0;
    left: 60px
}

div.slideouticons.horizontal div.iconswrapper ul li {
    display: inline;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    -webkit-transform: translateX(-100%) rotate(0);
    transform: translateX(-100%) rotate(0)
}

div.slideouticons.horizontal input:checked~div.iconswrapper ul li {
    -webkit-transform: translateX(0) rotate(360deg);
    transform: translateX(0) rotate(360deg)
}

.poz_r {
    position: relative
}

#map,
.iframe_map iframe {
    min-height: 300px;
    width: 100%;
    height: 100%;
    border: 0
}

.mapscroll-overlay,
.mapscroll-wrap {
    width: 100% !important
}

.multiple_maps {
    position: relative
}

.lock_map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1
}

.lock_unlock,
.unlock_map {
    position: absolute;
    bottom: 22px;
    right: 46px;
    background: url(../png/lock-unlock-icons.png) -45px 0 no-repeat;
    height: 50px;
    width: 50px;
    z-index: 2;
    opacity: 1
}

.unlock_map {
    background: url(../png/lock-unlock-icons.png) no-repeat
}

.unlock_map_m {
    z-index: -1
}

a.css3dbutton {
    background: #8b0000;
    color: #fff;
    text-decoration: none;
    font: 700 28px Arial;
    position: relative;
    top: 0;
    bottom: -12px;
    margin-bottom: 12px;
    -moz-box-shadow: 0 -15px 5px #8b0000 inset;
    -webkit-box-shadow: 0 -15px 5px #8b0000 inset;
    box-shadow: 0 -15px 5px #8b0000 inset;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.css3dbutton,
a.css3dbutton:after {
    display: inline-block;
    padding: 10px 15px;
    -moz-border-radius: 8px/15px;
    -webkit-border-radius: 8px/15px;
    border-radius: 8px/15px
}

a.css3dbutton:after {
    content: "";
    position: absolute;
    padding: 0;
    z-index: -1;
    bottom: inherit;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6e0e0c;
    -moz-box-shadow: 1px 0 3px gray;
    -webkit-box-shadow: 1px 0 3px gray;
    box-shadow: 1px 0 3px gray
}

a.css3dbutton:hover {
    opacity: 1;
    -moz-box-shadow: 0 25px 5px rgba(182, 64, 61, .7) inset;
    -webkit-box-shadow: 0 25px 5px rgba(182, 64, 61, .7) inset;
    box-shadow: 0 25px 5px rgba(182, 64, 61, .7) inset;
    background: #bc3835
}

a.site_button_link {
    background: #9c2d89;
    -moz-box-shadow: 0 -15px 5px #9c2d89 inset;
    -webkit-box-shadow: 0 -15px 5px #9c2d89 inset;
    box-shadow: 0 -15px 5px #9c2d89 inset;
    font-size: 12px;
    bottom: -3px;
    margin: 5px auto 0;
    display: block
}

a.site_button_link,
a.site_button_link:after {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0;
    text-align: center
}

.flip-clock-wrapper ul,
.flip-clock-wrapper ul li {
    line-height: 60px !important
}

a.site_button_link:after {
    background: #762268;
    -moz-box-shadow: 1px 0 3px #762268;
    -webkit-box-shadow: 1px 0 3px #762268;
    box-shadow: 1px 0 3px #762268
}

a.site_button_link:hover {
    opacity: 1;
    -moz-box-shadow: 0 25px 5px rgba(165, 63, 147, .7) inset;
    -webkit-box-shadow: 0 25px 5px rgba(165, 63, 147, .7) inset;
    box-shadow: 0 25px 5px rgba(165, 63, 147, .99) inset;
    background: #983287
}

a.css3dbutton:active {
    top: 4px;
    bottom: 0;
    -moz-box-shadow: 0 -20px 5px #a53f93 inset, 1px 1px 2px #a53f93;
    -webkit-box-shadow: 0 -20px 5px #a53f93 inset, 1px 1px 2px #a53f93;
    box-shadow: 0 -20px 5px #a53f93 inset, 1px 1px 2px #a53f93
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0
}

#nav-icon1 span:nth-child(2) {
    top: 18px
}

#nav-icon1 span:nth-child(3) {
    top: 36px
}

#nav-icon1.open {
    width: 30px;
    top: 14px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.activity-item i.fa {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    padding-top: 3px;
    font-size: 18px
}

.activity-item .activity {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    width: calc(100% - 25px)
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 48px !important;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 10px 0 rgba(128, 128, 128, 1);
    -moz-box-shadow: inset 0 2px 10px 0 rgba(128, 128, 128, 1);
    box-shadow: inset 0 2px 10px 0 rgba(128, 128, 128, 1);
    color: #424242
}

.flip-clock-wrapper ul {
    font-size: 48px !important;
    height: 60px !important;
    width: 40px;
    margin: 3px
}

.clock_countdown {
    float: right
}

.flip-clock-divider {
    width: 5px
}

.flip-clock-dot {
    display: none
}

.flip-clock-wrapper ul li a div.up:after {
    top: 29px;
    background-color: #a5a5a5;
    -webkit-box-shadow: 0 2px 10px 0 rgba(128, 128, 128, 1);
    -moz-box-shadow: 0 2px 10px 0 rgba(128, 128, 128, 1);
    box-shadow: 0 2px 10px 0 rgba(128, 128, 128, 1)
}

.flip-clock-divider .flip-clock-label {
    color: transparent
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: 0 0, bottom, 0, 100% #fff;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #fff 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #fff 100%);
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: 0 0, bottom, 0, 100% #fff;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #fff 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #fff 100%);
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

@media (max-width:768px) {

    .flip-clock-wrapper ul,
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 36px !important
    }

    .flip-clock-wrapper ul,
    .flip-clock-wrapper ul li {
        line-height: 50px !important
    }

    .flip-clock-wrapper ul {
        width: 30px !important;
        height: 50px !important
    }

    .clock_countdown {
        float: none;
        margin-bottom: -40px
    }

    .flip-clock-divider {
        height: 56px !important
    }
}

.date-picker-wrapper {
    width: 570px;
    margin-left: 14px;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    z-index: 999
}

.date-picker-wrapper .month-wrapper {
    width: 100% !important;
    border: none
}

.date-picker-wrapper .month-wrapper table {
    width: 252px;
    margin-left: 6px
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 252px
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    position: relative
}

.date-picker-wrapper .drp_top-bar .default-top {
    margin-left: 20px
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover {
    background-color: #49e !important;
    position: relative;
    text-align: right;
    vertical-align: top;
    height: 36px;
    color: transparent !important;
    font-size: 9px !important;
    padding-top: 1px !important;
    padding-right: 1px !important
}

.date-picker-wrapper .first-date-selected:before {
    position: absolute;
    content: "";
    background: url(../png/car_l.png) center center no-repeat;
    background-size: cover;
    width: 90%;
    height: 90%;
    z-index: 999;
    top: 5%;
    left: 5%
}

.date-picker-wrapper .last-date-selected:after,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering:hover:after {
    position: absolute;
    content: "";
    background: url(../png/car_symbol2.png) center center no-repeat;
    background-size: cover;
    width: 90%;
    height: 90%;
    z-index: 999;
    top: 5%;
    left: 5%
}

.date-picker-wrapper .month-wrapper table .day {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    padding-left: 20px
}

.action_box_container {
    width: 100%;
    margin-left: 0
}

@media (max-width:991px) {
    .date-picker-wrapper {
        margin-left: 0
    }
}

@media (max-width:580px) {
    .home_form_container .action_box{
        background: rgba(30, 103, 171, 1);
        backdrop-filter: blur(0px);
    }
    #formular{
        margin: 0 15px;
    }
    .date-picker-wrapper {
        width: 94%;
        height: auto;
        margin: auto;
        z-index: 99999
    }

    .date-picker-wrapper .month-wrapper table {
        width: 90vw;
        max-width: 300px
    }

    .date-picker-wrapper .month-wrapper table.month2 {
        margin-top: 20px;
        width: 90vw;
        max-width: 300px
    }

    .date-picker-wrapper .gap {
        display: none
    }

    .date-picker-wrapper .month-wrapper {
        max-width: 85% !important;
        margin: auto
    }

    .home_form_container .timepick_input {
        /*font-size: 11px !important;*/
        cursor: none !important
    }
}

@media (max-width:320px) {
    .date-picker-wrapper .month-wrapper {
        max-width: 100% !important
    }
}

@-webkit-keyframes blinkingBorder {

    0%,
    100%,
    50% {
        border-color: rgba(234, 0, 24, 1);
        color: #fff
    }

    25%,
    75% {
        border-color: rgba(234, 0, 24, .1);
        color: #fff
    }
}

@keyframes blinkingBorder {

    0%,
    100%,
    50% {
        border-color: rgba(234, 0, 24, 1);
        color: #fff
    }

    25%,
    75% {
        border-color: rgba(234, 0, 24, .1);
        color: #fff
    }
}

.alert_atention,
.custom_class_error,
.input_err_form input,
.input_err_form select,
.input_err_form textarea {
    border: 1px solid;
    border-color: rgba(37, 67, 154, 1);
    background-color: rgba(241, 88, 88, 1) !important;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinkingBorder;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinkingBorder;
    -moz-animation-timing-function: ease;
    -ms-animation-direction: normal;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: blinkingBorder;
    -ms-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkingBorder;
    animation-timing-function: ease
}

#to_checkout input.alert_atention::-webkit-input-placeholder {
    color: #fff !important
}

#to_checkout input.alert_atention::-moz-placeholder {
    color: #fff !important
}

#to_checkout input.alert_atention:-ms-input-placeholder {
    color: #fff !important
}

#to_checkout input.alert_atention:-moz-placeholder {
    color: #fff !important
}

#to_checkout .alert_atention .select2-selection__rendered {
    color: #fff !important
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    font-size: 34px
}

@-webkit-keyframes blinkingBorderhome {

    0%,
    100%,
    50% {
        border-color: rgba(255, 255, 255, 1);
        color: #fff
    }

    25%,
    75% {
        border-color: rgba(255, 255, 255, .1);
        color: #fff
    }
}

@keyframes blinkingBorderhome {

    0%,
    100%,
    50% {
        border-color: rgba(255, 255, 255, 1);
        color: #fff
    }

    25%,
    75% {
        border-color: rgba(255, 255, 255, .1);
        color: #fff
    }
}

.home_page_wrapper .alert_atention,
.home_page_wrapper .custom_class_error,
.home_page_wrapper .input_err_form input,
.home_page_wrapper .input_err_form select,
.home_page_wrapper .input_err_form textarea {
    border: 1px solid;
    border-color: rgba(255, 0, 0, 1);
    background-color: rgba(241, 88, 88, 1) !important;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinkingBorderhome;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinkingBorderhome;
    -moz-animation-timing-function: ease;
    -ms-animation-direction: normal;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: blinkingBorderhome;
    -ms-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkingBorderhome;
    animation-timing-function: ease
}

.home_page_wrapper .input_err_form input::-webkit-input-placeholder {
    color: #fff
}

.home_page_wrapper .input_err_form input::-moz-placeholder {
    color: #fff
}

.home_page_wrapper .input_err_form input:-ms-input-placeholder {
    color: #fff
}

.home_page_wrapper .input_err_form input:-moz-placeholder {
    color: #fff
}

.input_err_form input::-webkit-input-placeholder {
    color: #fff
}

.input_err_form input::-moz-placeholder {
    color: #fff
}

.input_err_form input:-ms-input-placeholder {
    color: #fff
}

.input_err_form input:-moz-placeholder {
    color: #fff
}

.input_err_form textarea::-webkit-input-placeholder {
    color: #fff
}

.input_err_form textarea::-moz-placeholder {
    color: #fff
}

.input_err_form textarea:-ms-input-placeholder {
    color: #fff
}

.input_err_form textarea:-moz-placeholder {
    color: #fff
}

@-webkit-keyframes blinkingBorderRegister {

    0%,
    100%,
    50% {
        border-color: rgba(255, 255, 255, 1);
        color: #000
    }

    25%,
    75% {
        border-color: rgba(255, 255, 255, .1);
        color: #000
    }
}

@keyframes blinkingBorderRegister {

    0%,
    100%,
    50% {
        border-color: rgba(255, 255, 255, 1);
        color: #000
    }

    25%,
    75% {
        border-color: rgba(255, 255, 255, .1);
        color: #000
    }
}

#signup_form .input_err_form select,
#signup_form .input_err_form textarea,
#signup_form input {
    border: 1px solid;
    border-color: rgba(255, 0, 0, 1);
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinkingBorderRegister;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinkingBorderRegister;
    -moz-animation-timing-function: ease;
    -ms-animation-direction: normal;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: blinkingBorderRegister;
    -ms-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkingBorderRegister;
    animation-timing-function: ease
}

#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0
}

#jr_inner {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #4f4f4f;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    box-sizing: content-box
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: .5em
}

#jr_inner p {
    padding: 5px;
    margin: 0
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center
}

#jr_inner li a {
    color: #333;
    font-size: .8em;
    text-decoration: none;
    padding: 0;
    margin: 0
}

#jr_inner li a:hover {
    text-decoration: underline
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0
}

#jr_close a {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline
}

#jr_close p {
    padding: 10px 0 0 0;
    margin: 0
}

@media (max-width: 580px) {

    .date-picker-wrapper .month-wrapper table {
        width: initial;
    }
}


/* reset these styles */
.home_page_wrapper .alert_atention,
.home_page_wrapper .custom_class_error,
.home_page_wrapper .input_err_form input,
.home_page_wrapper .input_err_form select,
.home_page_wrapper .input_err_form textarea,
.home_page_wrapper .input_err_form .select2-selection {
    border: 1px solid !important;
    border-color: rgba(255, 0, 0, 1);
    background-color: rgba(241, 88, 88, 1) !important;
    -webkit-animation-direction: normal !important;
    -webkit-animation-duration: 2s !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-name: blinkingBorderhome !important;
    -webkit-animation-timing-function: ease !important;
    -moz-animation-direction: normal !important;
    -moz-animation-duration: 2s !important;
    -moz-animation-iteration-count: infinite !important;
    -moz-animation-name: blinkingBorderhome !important;
    -moz-animation-timing-function: ease !important;
    animation-direction: normal !important;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: blinkingBorderhome !important;
    animation-timing-function: ease !important;
}

.home_page_wrapper .input_err_form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff !important;
}

.home_page_wrapper .input_err_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

/* Modificari 11.1.19 */
.bottom_wrap {
    height: auto;
    bottom: 42px;
    margin-top: 2px;
}

.left_wrap {
    width: 0px;
}

.footer_social_media {
    /*text-align: center;*/
    padding: 10px;
}

.footer_social_media_container {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 0px;
	display: flex;
    align-items: stretch;
}

@media (max-width: 1180px) {
	.footer_social_media_container {
		flex-wrap: wrap;
	}
}

@media (max-width: 1180px) {
    .footer_social_media {
        width: 100% !important;
        margin:0;
        background-color: #fff;
        text-align: left;
        padding: 10px;
    }
    .footer_social_media .social-icons{
        margin-bottom: 40px;
    }
    .footer_social_media .social-icons a{
        margin-left: 5px;
        margin-right: 5px;
    }
}


.locationsFooter {
	display: flex!important;
	justify-content: space-around;
}

.locationsFooterCity {
	text-align: left;
	padding: 2px 3px;
}

.footer_social_3 {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.footer_portugal .footer_social_3 {
    width: 25%;
}

.footer_social_img {
    display: inline-block;
}

.footer_social_img img {
    width: 26px;
    margin-right: 7px;
}

.footer_social_3:first-of-type .footer_social_img img {
    vertical-align: bottom;
}

.footer_social_3:nth-child(2) .footer_social_img img {
    width: 35px;
}

.footer_social_text {
    display: inline-block;
    /*text-align: center;*/
}

.footer_social_text p,
.footer_social_text a {
    color: #7A7878;
    text-decoration: underline;
    font-family: 'Red Hat Display', Verdana, sans-serif;
}

/* Trustpilot */
.trustpilot-widget {
    background-color: white;
}

.left_summary_container_p p {
    text-transform: uppercase;
}

.advices_page_content {
    margin-bottom: 40px;
}

/* Responsive */
@media(max-width:1350px) {
    .footer_social_media_container {
        width: 100%;
    }
}

@media(max-width:1100px) {
    .footer_social_media_container {
        width: 100%;
    }

    .footer_social_3 {
        margin-bottom: 20px;
    }
}

@media(max-width:1030px) {
    .bottom_wrap {
        display: block;
    }

    .footer_social_3 {
        /* width: 50%; */
    }
}

@media(max-width:1024px) {
    .left_wrap {
        width: 49px;
    }

    .text-rights-reserved {
        padding-left: 50px;
    }

    .footer_social_media {
        width: 85%;
        margin: 0 auto;
    }
}

@media(max-width:960px) {
    .footer_social_3 {
        width: 50%;
    }

    .home_page_wrapper {
        margin-bottom: 210px;
    }

    .footer_social_img img {
        width: 22px;
        margin-right: 5px;
    }

    .footer_social_3:nth-child(2) .footer_social_img img {
        width: 28px;
    }
}

@media(max-width:767px) {
    .home_page_wrapper {
        margin-bottom: 230px;
    }

    .footer_social_text p,
    .footer_social_text a {
        /*font-size: 13px;*/
    }

    .footer_social_3 {
        margin-bottom: 5px;
    }

    .footer_social_3 {
        width: 100%;
    }
}

@media(max-width:580px) {
    .home_page_wrapper {
        margin-bottom: 0px;
    }

    .body_homepage .bottom_wrap {
        position: relative;
        bottom: 0;
    }

    .footer_social_img img {
        width: 18px;
    }

    .footer_social_3:nth-child(2) .footer_social_img img {
        width: 23px;
    }

    .footer_social_3 {
        margin-bottom: 10px;
    }

    .footer_social_3:last-of-type {
        margin-bottom: 0px;
    }

    .footer_social_3:first-of-type .footer_social_img img {
        vertical-align: super;
    }
}

@media(max-width:420px) {
    .footer_social_media>img {
        width: 160px;
    }

    /* .footer_social_media {
        padding-left: 45px;
    } */
    .footer_social_text p,
    .footer_social_text a {
        /*font-size: 11px;*/
    }

    .footer_social_img img {
        width: 15px;
    }

    .footer_social_3:nth-child(2) .footer_social_img img {
        width: 18px;
    }

    .footer_social_media {
        width: 92%;
    }
}

.status_item_title,
.status_item_val {
    margin: 0px;
}

select {
    background-color: #fff;
}

.form_element_field:disabled {
    opacity: 0.5;
    background: gray;
}

/* homepage img */
@media(max-width:450px) {
    .home_pic {
        display: none !important;
    }
}

/* footer */
.footer_social_text_address {
    max-width: 240px;
}

/* Get invoice popup */
.get-invoice {
    display: inline-block;
    margin-left: 40px;
}

.kw-invoice-box-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.kw-invoice-box-wrap.active {
    display: block;
}

.kw-invoice-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kw-invoice-box .invoice-box {
    position: relative;
    display: none;
    background: #fff;
    padding: 60px 30px 20px;
    border-radius: 10px;
    margin: 5px;
    min-width: 320px;
    width: 500px;
    max-width: 100%;
}

.kw-invoice-box .invoice-box.active {
    display: block;
}

.kw-invoice-box .invoice-title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}

.kw-invoice-box .choose-invoice {
    padding: 5px 16px;
    display: inline-block;
    background: #284e8c;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
}

.kw-invoice-box .invoice-select {
    background: transparent;
    border: 1px solid#284e8c;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    text-align: center;
    min-width: 100px;
    padding: 5px 10px;
    text-transform: uppercase;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}

.invoice-select-wrap.invoice-select-small .invoice-select {
    font-size: 12px;
    padding: 5px 18px 5px 5px;
}

.kw-invoice-box .invoice-select-wrap {
    text-align: center;
    width: 100%;
}

.kw-invoice-box .invoice-select-inner {
    background: #fff;
    position: relative;
    display: inline-block;
}

.kw-invoice-box .invoice-select-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #474747;
    z-index: 1;
}

.invoice-select-wrap.invoice-select-small .invoice-select-inner:before {
    transform: translateY(-50%);
    right: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #474747;
}

.invoice-box-top-left {
    float: left;
}

.invoice-box-top-right {
    float: right;
}

.invoice-box-top-right .invoice-select-wrap {
    width: auto;
    float: left;
    margin-right: 10px;
}

.invoice-box-top-right .choose-invoice-go {
    float: right;
}

.invoice-subtitle {
    clear: both;
    padding-top: 30px;
}

.country-details-title {
    line-height: 28px;
}

.kw-invoice-box .invoice-box.invoice-address {
    max-width: 100%;
    width: 500px;
}

.kw-invoice-box .invoice-input {
    border: 1px solid#284e8c;
    display: block;
    border-radius: 5px;
    min-width: 100px;
    padding: 5px 10px;
    max-width: 100%;
}

.invoice-input-field.invoice-col3 {
    width: 32%;
    display: inline-block;
}

.invoice-input-field {
    font-size: 12px;
    color: #284e8c;
    margin: 7px 0;
}

.kw-invoice-box .invoice-smtitle {
    margin: 20px 0 10px;
}

.invoice-select-wrap.invoice-select-small.invoice-details,
.invoice-select-wrap.invoice-select-small.invoice-details .invoice-select-inner,
.invoice-select-wrap.invoice-select-small.invoice-details .invoice-select {
    width: 100%;
}

.invoice-input-field.invoice-auto {
    width: auto;
    display: inline-block;
}

.invoice-input.invoice-input-street {
    max-width: 150px;
    min-width: initial;
}

.invoice-input.invoice-input-street-no {
    max-width: 40px;
    min-width: initial;
}

.invoice-input.invoice-input-ap {
    max-width: 40px;
    min-width: initial;
}

.choose-invoice.button-generate-invoice {
    margin-top: 20px;
}

.choose-invoice.button-cancel-invoice {
    margin-top: 20px;
    background: transparent;
    color: #474747 !important;
}

.invoice-box-half {
    width: 49%;
    text-align: center;
    display: inline-block;
}

.kw-invoice-box .invoice-smtitle.invoice-smtitle-one {
    margin-top: 40px;
    float: left;
    clear: left;
}

.invoice-company-details {
    display: none;
}

.invoice-company-details.show {
    display: block;
}

.kw-invoice-box .input_error input,
.kw-invoice-box .input_error select {
    border: 1px solid #e54d16;
}

.kw-modal-popup {
    cursor: pointer;
    color: #fff;
}

.kw-invoice-box .invoice-box.invoice-box-success {
    padding-top: 50px;
}

.invoice-select-wrap.invoice-select-small.invoice-details .invoice-select-inner.dropdown-ro {
    display: none;
}

.invoice-select-wrap.invoice-select-small.invoice-details.display .invoice-select-inner.dropdown-ro {
    display: block;
}

.invoice-select-wrap.invoice-select-small.invoice-details.display .invoice-input-county,
.invoice-select-wrap.invoice-select-small.invoice-details.display .invoice-input-city {
    display: none;
}

.select_2_field.form_element_field:disabled {
    opacity: 0.5;
}

.get-invoice.kw-modal-popup {
    color: #fff !important;
}

.alert_atention+input {
    border: 2px solid !important;
    border: 1px solid;
    border-color: rgba(37, 67, 154, 1);
    background-color: rgba(241, 88, 88, 1) !important;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinkingBorder;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinkingBorder;
    -moz-animation-timing-function: ease;
    -ms-animation-direction: normal;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: blinkingBorder;
    -ms-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinkingBorder;
    animation-timing-function: ease;
}

/* close button */
.kw-close {
    position: absolute;
    right: 32px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    cursor: pointer;
}

.kw-close:hover {
    opacity: 1;
}

.kw-close:before,
.kw-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.kw-close:before {
    transform: rotate(45deg);
}

.kw-close:after {
    transform: rotate(-45deg);
}

.input-wrap {
    position: relative;
}

.loading-spinner:before {
    content: "";
    background: url(../gif/spinner.gif) rgba(255, 255, 255, .5);
    height: 24px;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 18px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.age-at-pickup-select-wrap.loading-spinner:before {
    height: 51px;
    border-radius: 12px;
}

@media only screen and (max-width: 1024px) {

    .desktop_menu .menu_item_link span[data-hover]:before {
        display: none;
    }

    .desktop_menu .menu_item_link span[data-hover] {
        line-height: 33px;
    }

    .menu_item {
        height: 33px;
        line-height: 33px;
    }

    .desktop_menu .menu_item_link {
        height: 28px;
        width: 100%;
    }

}

/* Location page */

.location_top_wrap .location_top_left {
    float: left;
}

.location_top_wrap .location_top_right {
    width: 100%;
    padding-right: 480px;
    margin-right: -480px;
    float: right;
}

.pic_location .pic_title {
    margin-top: 40px;
}

.include_map_d {
    margin-bottom: 40px;
}

.details_location_dd .action_box_container {
    height: initial;
}

.details_location_dd .pic_location {
    width: 100%;
    margin-right: 0;
}

.details_location_dd .locate_dd {
    min-height: initial;
}

.details_location_dd .details_location {
    width: 100%;
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .location_top_wrap .location_top_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .location_top_wrap .location_top_right {
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .container_details_location .action_box {
        height: auto;
    }
}

.promotional-code-wrap {
    float: right;
}

.promotion-code-title {
    display: block;
    width: 100%;
    color: #fff;
    height: initial;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    min-height: 10px;
}

input.promotional-code {
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 17px !important;
    border-radius: 5px;
    width: 100px;
}


.select_age_wrap .timepick_label span {
    padding-bottom: 0;
    min-height: 10px;
}

/*.location-45 .include_map_d,
.location-46 .include_map_d {
    display: none;
}*/

@media (max-width: 1024px) {
    .desktop_menu .menu_list {
        overflow: visible;
    }
}



/* search offer form */
.search-offer-pickup-location {
    height: 44px;
    line-height: 38px;
    border-radius: 12px;
    padding-left: 10px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: top 55% right 15px;
    color: #292929;
    width: 600px;
    max-width: 100%;
    background: #fff;
}

.search-offer-options {
    padding: 5px 10px !important;
}

.search-offer-name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.search-offer-description {
    margin: 0;
    font-size: 12px;
    color: #ededed;
}

#ui-id-1 {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 320px;
}

#ui-id-2 {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 280px;
}

#ui-id-1::-webkit-scrollbar-thumb,
#ui-id-2::-webkit-scrollbar-thumb {
    background: #044465;
}

.age-at-pickup-select-wrap {
    position: relative;
}

/* footer phones */
.footer-container-phones-wrap {
    padding: 20px 0 5px;
}

.footer-phone-wrap .footer_social_img {
    display: inline-block;
}

.footer-phone-wrap .footer_social_img img {
    height: 24px;
    width: auto !important;
    margin-bottom: 7px;
}

.footer-phone-wrap .footer-phone-country {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -11px;
    margin-right: 8px;
    margin-top: -2px;
}

.footer-phone-wrap .footer_social_text {
    vertical-align: bottom;
}

@media (max-width: 960px) {
    .footer_social_3.footer-phone-wrap {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .footer_social_3.footer-phone-wrap {
        width: 100%;
    }
}

.footer-email-wrap .footer_social_img img {
    height: 20px;
    width: auto;
}

/* contact page */
.flex_dd.contact-content-top-wrap {
    align-items: start;
}

.contact-area-right {
    width: 62%;
    padding: 20px 0 0 80px;
}

@media only screen and (max-width: 1024px) {
    .contact-area-right {
        width: 100%;
        max-width: 80%;
        padding: 40px 0;
        margin: 0 auto;
    }
}

.contact-phone-wrap {
    display: block;
    padding: 15px 0;
}

.contact-phone-wrap .contact-phone-icon {
    display: inline-block;
}

.contact-phone-wrap .contact-phone-icon img {
    vertical-align: bottom;
    height: 26px;
    width: auto !important;
    margin-bottom: 7px;
}

.contact-phone-wrap .contact-email-icon {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.contact-phone-wrap .contact-email-icon img {
    height: 20px;
    width: auto !important;
    margin-right: 20px;
    margin-left: 17px;
}

.contact-phone-wrap .contact-phone-flag {
    display: inline-block;
    margin-left: -8px;
    margin-right: 10px;
}

.contact-phone-wrap .contact-phone-number {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    line-height: 18px;
}

.contact-phone-wrap .contact-phone-number a {
    color: #264e8b;
    text-transform: uppercase;
    font-size: 18px;
}

.contact-phone-country {
    font-size: 14px;
    padding: 0 0 10px 0;
    margin-right: 15px;
    width: 100px;
    display: block;
    color: #757575;
}

.regular-charge-number {
    padding-top: 15px;
}

.contact_info_col.contact_info_col_dd.contact-us-bottom-col {
    max-width: 50%;
}

@media only screen and (max-width: 1024px) {
    .contact_info_col.contact_info_col_dd.contact-us-bottom-col {
        max-width: 100%;
    }
}

.contact_info_row {
    margin: 0;
    font-size: 16px;
}

.contact_info_row a {
    /*    color: #264e8b; */
}

.contact_info_row.contact-us-bottom-title {
    margin: 25px 0 5px;
    font-weight: bold;
}

.contact-us-bottom-col .contact_info_row.contact-us-bottom-title:first-child {
    margin-top: 0;
}

.contact-us-personal-data {
    margin-top: 25px;
}

.contact_info_wrap_dd.new_wrap_contact.contact-us-bottom-wrap {
    margin: 40px auto 60px;
    min-height: 0;
}

/*  */
.has_crossborder.none {
    display: none;
}

.cart_row .car_title {
    width: 60%;
}

.cart_row .car_price {
    width: 40%;
}

/* header menu */
.desktop_menu .menu_item_link span {
    line-height: 20px;
}

.menu_item.drop_head {
    position: relative;
}

.menu_item img {
    margin-left: 7px;
}

.sub_menu {
    top: 100%;
}

/***********/
/* Upload Damage photo page */
/***********/

.damage-photo-image-wrap {
    position: relative;
    border: 1px solid #cccccc;
}

.damage-photo-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../damage-photos.html);
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}

.damage-photo-add-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.damage-photo-add-image>i {
    width: 58px;
    height: 58px;
    font-size: 58px;
    text-align: center;
    line-height: 55px;
    position: relative;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    opacity: 0.75;
}

.damage-photo-wrap.uploaded .damage-photo-add-image {
    display: none;
}

.damage-photo-wrap.uploaded .damage-photo-image {
    opacity: 1;
}

.damage-photo-upload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}

.damage-photo-full-size {
    display: none;
}

.damage-photo-wrap.submitted .damage-photo-full-size {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}


.damage-photo-wrap .damage-photo-description .damage-photo-description-textarea {
    display: block;
}

.damage-photo-wrap.submitted .damage-photo-description-textarea {
    display: none;
}

.damage-photo-wrap .damage-photo-description textarea {
    height: 100px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
    display: block;
}

.damage-photo-wrap.submitted .damage-photo-description textarea {
    display: none;
}

.damage-photo-camera {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute;
    overflow: hidden;
}

.damage-photo-camera video {
    height: 100% !important;
    width: auto !important;
}

.damage-photo-camera-snapshot {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.damage-photo-accept-confidentiality-wrap .damage-photos-confidentiality {
    width: 22px;
    height: 22px;
    vertical-align: top;
    display: inline-block;
    margin: -2px 6px 0 0;
}

.damage-photo-accept-confidentiality-wrap label {
    line-height: 18px;
    margin: 0;
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: top;
}


.damage-photo-accept-confidentiality-wrap .damage-photos-confidentiality.error+label {
    color: rgba(241, 88, 88, 1);
}

button.damages-photos-submit {
    width: auto;
    padding: 0 20px;
}

.damage-photo-description-title {
    display: inline-block;
}

#webcam {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#webcam video {
    width: auto !important;
    height: 100% !important;
}

.webcam-wrap:not(.open) {
    display: none;
}

.webcam-wrap .webcam-button {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 50%;
}

/* .upload-damage-photos-page .loading_container {
    background: rgba(0,0,0,.4) !important;
} */

#form_final_reserve.inactive {
    position: relative;
    display: block !important;
}

#form_final_reserve.inactive:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
}

p.form_element_n {
    margin: 20px 0 3px 0;
}

.ckb_plata.company-invoice-wrap {
    margin: 0;
}

.form-company-invoice {
    padding: 15px 0;
    margin: 30px 0;
}

.choose_company_invoice {
    font-weight: 700;
    font-size: 14px;
}

.company-invoice-body {
    display: none;
}

.choose-company-invoice-checkbox {
    width: 18px;
    height: 18px;
    line-height: 20px;
    float: left;
    margin: 1px 5px 0 0;
}

.choose-company-invoice-radio {
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px;
}

.choose-company-checkbox {
    line-height: 15px;
    height: 15px;
    margin: 0;
}

.choose-company-checkbox-label {
    display: inline-block;
    margin: 0 0 0 2px;
    vertical-align: middle;
}

.form-company-invoice input[type="radio"] {
    vertical-align: middle;
}

.choose-company-invoice-label,
.choose-company-invoice-label.alert_atention {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent !important;
    color: #000 !important;
    animation: none !important;
}

.form_final_col.form_final_col_address {
    width: 100%;
}

@media (min-width: 576px) {
    .form_final_col.form_final_col_address {
        width: 94%;
    }
}

@media (min-width: 768px) {
    .form_final_col.form_final_col_address {
        width: 93%;
    }
}

@media (min-width: 1400px) {
    .form_final_col.form_final_col_address {
        width: 72%;
    }
}

.form_final_col.form_final_col_address .form_element_row {
    max-width: 98%;
}

@media (min-width: 768px) {
    .form_final_col.form_final_col_address .form_element_row {
        max-width: 98%;
    }
}

.form_final_col.form_final_col_address textarea {
    height: 48px;
    line-height: 22px;
}

.list_item_image_link {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}

.list_item_image {
    height: 250px !important;
}

@media (max-width: 768px) {
    .list_item_image {
        height: calc(100vw / 2) !important;
    }

    .list_item_image_link img {
        width: 100% !important;
    }
}

.list_item_header {
    overflow: hidden;
}

.wrap_car_main_info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

@media (max-width: 768px) {
    .carousel_item_nav img {
        width: 16px;
        height: 25px;
    }

    .carousel_item_nav {
        background-color: transparent;
    }
}

/* Happy thursday */

.action-button-wrap .action-button-finalize {
    width: 40%;
    margin-left: 4%;
}

.action-button-wrap .action-button-change-car {
    width: 40%;
    margin-left: 4%;
}

/* show discount on reserve page */

body [id$="__kwdiscount"] {
    display: none !important;
}

body.show-discount [id$="__kwdiscount"] {
    display: block !important;
}

body.show-discount .kw-full-price {
    font-size: 14px;
    text-decoration: line-through;
}

body.show-discount .bordered_box.bordered_box-price {
    line-height: 16px;
    padding: 5px 0;
}

body.show-discount .bordered_box.bordered_box-price .kw-full-price {
    font-size: 11px;
}

.footer-phone-wrap .footer-email-country {
    display: flex;
    margin-right: 8px;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-phone-wrap .footer-email-country img {
    margin-right: 5px;
    height: 20px;
}

.form_row_submit .country_list {
    height: auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.country_list:hover .contact_select_country {
    display: flex;
}

.contact_select_country {
    background-color: #fff;
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    font-size: 1rem;
    color: #292929;
    text-transform: capitalize;

}

.contact_select_country p {
    padding: 5px;
    margin-bottom: 0;
    border-bottom: solid 1px #d9d9d9;
}

.contact_select_country label {
    cursor: pointer;
}

.contact_email a,
.footer-email-country a {
    text-transform: lowercase !important;
}

.happythursday_hello_title {
    color: #fff;
    margin: -10px 0 10px 0;
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #ffffff36;
}

.homepage-alert-title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: -10px 0 10px 0;
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #ffffff36;
}

#finalizeReservationButton.hide-finalize-button {
    display: none;
}

.pay_now_info {
    display: flex;
    justify-content: space-around;
    margin: 10px;
    padding: 10px;
}

.pay_now_info p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.3;
}

.pay_now_info a {
    color: blue;
}

.ro_anpc {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -4px;
    margin-bottom: 5px;
}

.ro_anpc > div {
    flex: 33%;
}

@media (max-width: 770px) {
    .ro_anpc {
        flex-direction: column;
    }

    .ro_anpc > div {
        width: 100%;
    }

    .ro_anpc .img_box {
        position: relative !important;
        margin-bottom: 10px;
    }

}

.ro_anpc p {
    color: #000;
}

.ro_anpc img {
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

.ro_anpc .img_box {
    position: absolute;
    right: 0;
    top: 1px;
    display: flex;
    flex-direction: row;
}

.pay_button.viaverde_pay_button {
    max-width: 600px;
    margin: 20px auto;
}

.pay_button.viaverde_pay_button .art_title {
    text-align: left;
}

.pay_button.viaverde_pay_button .form-plateste-online {
    margin-top: 20px;
}

.artboard_page.viaverde .artboard_page_right_section {
    max-width: 66%;
    width: unset;
}

.viaverde-transactions-wrap {
    margin: 30px 0;
    background: #f5f5f5;
    box-shadow: 3px 3px 0 #e3e3e3;
    overflow-x: auto;
}

.viaverde-transactions-inner {
    min-width: 950px;
}

.viaverde-row.header span {
    font-weight: bold;
    font-size: 11px;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 2px 10px;
}

.viaverde-row span {
    display: inline-block;
    padding: 4px 2px;
    font-size: 12px;
}

.viaverde-row span:nth-child(1) {
    min-width: 10px;
}

.viaverde-row span:nth-child(4) {
    min-width: 100px;
}

.viaverde-row span:nth-child(2) {
    min-width: 50px;
}

.viaverde-row span:nth-child(3) {
    min-width: 50px;
}

.viaverde-row span:nth-child(5) {
    min-width: 140px;
}

.viaverde-row span:nth-child(6) {
    min-width: 115px;
}

.viaverde-row span:nth-child(7) {
    min-width: 115px;
}

.viaverde-row span:nth-child(8) {
    min-width: 125px;
}

.viaverde-row span:nth-child(9) {
    min-width: 50px;
}

.viaverde-row span:nth-child(10) {
    min-width: 150px;
}

.subsection-title {
    color: #27528e;
    font-size: 24px;
}

.dsa-locations {
    display: flex;
    width: 100%;
    flex-flow: row;
    flex-direction: row;
    margin-bottom: 10px;
}

.dsa-locations .dsa-country {
    width: 33%;
    display: block;
    text-align: center;
}

.dsa-country .dsa-item {
    font-size: 18px;
}

@media screen and (min-height: 600px) and (max-height: 900px) and (min-width: 600px) {
    .home_page_wrapper {
        /*min-height: 100vh;*/
    }
}
@media screen and (min-height: 200px) and (max-height: 750px) and (min-width: 600px) {
    .home_page_wrapper {
        /* margin-top: 100px; */
    }
}

.servicii_extra_container .butoane_extra{
    display: unset;
}
.servicii_extra_container .button_item {
    width: 100%;
}
.servicii_extra_container .butoane_radio_extra{
    width: 100% !important;
    display: unset !important;
}
.servicii_extra_container .extra_service_price{
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.servicii_extra_container .extra_service_price span{
    font-size: 13px;
    font-weight: 300;
}
@media screen and (min-width: 991px) {
    .servicii_extra_container .servicii_separator {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .servicii_extra_container .servicii_separator {
        margin: 0 20px 0 20px;
    }
}


.subscribe_s1{
    margin-top: 50px;
    background-color: #1C75BC;
    color: #fff;
    padding: 40px 30px 40px 30px;
    margin-bottom: 100px;
    background-image: url("../webp/banner-bg-2.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    min-height: 280px;
}
.subscribe_s1 h3{
    font-size: 26px;
    font-weight: bold;
}
.subscribe_s1 .banner-content{
    font-size: 22px;
}
.subscribe_wrapper .mobile-banner-image{
    display: none;
}
.button-subscribe{
    padding: 10px 70px 10px 70px;
    border-radius: 25px;
    background-color: #fff;
    color: #000000;
    font-family: 'Red Hat Display', Verdana, sans-serif;
    font-weight: 600;
    font-size: 20px;
    /*border: 1px solid #000000;*/
}
@media screen and (max-width: 1200px) {
    .subscribe_s1 {
        background-position: 400px 0;
    }
}
@media screen and (max-width: 992px) {
    .subscribe_s1 {
        background-position: 400px center;
    }
}
@media screen and (max-width: 767px) {
    .subscribe_s1 {
        background-image: none;
        padding-bottom: 160px;
    }
    .subscribe_wrapper .mobile-banner-image{
        display: block;
        width: 100%;
        margin-top: -220px;
        margin-bottom: 40px;
    }
}



/** MODAL SUBSCRIBE **/

/* The Modal (background) */
.subscribe_modal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.subscribe_modal iframe{
    width: 100%;
}

/* Modal Content/Box */
.subscribe_modal .modal-content-subscribe {
    background-color: #fefefe;
    margin: 10px auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.subscribe_modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.subscribe_modal .close:hover,
.subscribe_modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .footer_headtext{
        padding-top: 10px;
    }
    .subscribe_modal .modal-content-subscribe {
        width: 90%; /* Could be more or less, depending on screen size */
        padding: 0;
    }
    .trustpilot-widget{
        margin: 0 15px 0 15px;
    }
}
#pickup-location, #datepicker_1, #datepicker_2{
    height: 51px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.timepick_box .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.footer_headtext{
    color: #292929;
}

@media (max-width: 991px) {
	.row-footer-links {
		flex-direction: column-reverse;
	}
}
#select_lang_title {
	display: flex;
	align-items: center;
}

#span_invalid_date_1,
#span_invalid_date_2 {
	font-weight: bold;
}

#test-data-start,
#test-data-end {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}