.post-content ul {
    list-style: disc;
    margin-left: 35px;
}
footer {
    background-color: #121921;
    font-size: 0.9rem;
    color: #fbfbfb;
    color: rgba(255, 255, 255, .7)
}

.footer-title {
    color: #fff;
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-size: 1.125rem
}

@media (max-width:575px) {
    .footer-title  {
        margin: 25px 0 10px 0
    }
}

footer ul li {
    margin-bottom: 5px
}

footer ul li a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .7
}

footer ul li a:hover {
    color: #183883;
    opacity: 1
}

footer ul li a i {
    margin-right: 10px;
    color: #fff
}

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0)
}


footer ul.contacts li a i {
    margin-right: 10px
}

footer hr {
    opacity: .1
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: .8125rem;
    opacity: .7
}
li.dev {
    text-align: right;
}
@media (max-width:767px) {
    footer #copy {
        text-align: left;
        margin: 5px 0 20px 0
    }
}

.follow_us {
    margin-top: 15px;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s
}

.follow_us h5 {
    color: #fff
}

.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem
}

.follow_us ul li:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    font-size: .8125rem
}

.follow_us ul li a {
    color: #fff;
    opacity: .7
}

.follow_us ul li a:hover {
    opacity: 1
}
.wow {
    visibility: hidden
}

a#moveDown {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite
}

.hero_single {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0;
    color: #fff
}

.hero_single .wrapper {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.hero_single.start_bg_zoom:before {
    animation: pop-in 6s .3s cubic-bezier(0, .5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.hero_single .wrapper h3 {
    color: #fff;
    font-size: 52px;
    font-size: 6.25rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width:767px) {
    .hero_single .wrapper h3 {
        font-size: 21px;
        font-size: 1.3125rem
    }
}

@media (max-width:575px) {
    .hero_single .wrapper h3 {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

.hero_single .wrapper p {
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0 20%;
    font-size: 24px;
    font-size: 2.5rem;
    line-height: 1.4
}

.hero_single .wrapper p strong {
    font-weight: 600
}

@media (max-width:767px) {
    .hero_single .wrapper p {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.hero_single.short {
    height: 600px
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0
}

.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important
}

.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82
}

.qtyDec,
.qtyInc {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: ElegantIcons
}

.qtyInc:before {
    content: "\4c"
}

.qtyDec:before {
    content: "\4b"
}

.qtyTotal {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px
}

.rotate-x {
    animation-duration: .5s;
    animation-name: rotate-x
}

@keyframes rotate-x {
    from {
        transform: rotateY(0)
    }
    to {
        transform: rotateY(360deg)
    }
}

#reccomended {
    margin-top: 40px
}

@media (max-width:767px) {
    #reccomended {
        margin-top: 0
    }
}

#reccomended .item {
    margin: 0 15px
}

#reccomended .owl-item {
    opacity: .5;
    transform: scale(.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(.85, .85);
    transition: all .3s ease-in-out 0s;
    overflow: hidden
}

#reccomended .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1)
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
    opacity: 1
}

.owl-theme .owl-dots {
    margin-top: 10px !important;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .owl-theme .owl-dots {
        margin-top: 0 !important;
        margin-bottom: 20px
    }
}

.owl-theme .owl-dots .owl-dot {
    outline: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #183883 !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important
}

a.box_news {
    position: relative;
    display: block;
    padding-left: 230px;
    color: #555;
    margin-bottom: 30px;
    min-height: 150px
}

@media (max-width:767px) {
    a.box_news {
        min-height: inherit;
        padding-left: 0
    }
}

a.box_news figure {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767px) {
    a.box_news figure {
        position: relative;
        width: auto
    }
}

a.box_news figure img {
    width: 250px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:767px) {
    a.box_news figure img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

a.box_news figure figcaption {
    background-color: #ffc107;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1
}

a.box_news figure figcaption strong {
    display: block;
    font-size: 21px;
    font-size: 1.3125rem
}

a.box_news h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px
}

@media (max-width:767px) {
    a.box_news h4 {
        margin-bottom: 5px
    }
}

a.box_news:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

a.box_news:hover h4 {
    color: #183883;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a.box_news ul {
    margin: 0;
    padding: 10px 0 0 0
}

@media (max-width:767px) {
    a.box_news ul {
        padding: 0
    }
}

a.box_news ul li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    font-size: .75rem;
    margin-right: 5px
}

a.box_news ul li:last-child {
    margin-right: 0
}

a.box_news ul li:last-child:after {
    content: '';
    margin: 0
}

a.box_news ul li:after {
    content: '-';
    margin: 0 0 0 10px
}

a.grid_item {
    display: block;
    margin-bottom: 25px
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box
}

a.grid_item .info .cat_star {
    font-size: 9px;
    font-size: .5625rem
}

a.grid_item .info .cat_star i {
    color: #fff
}

a.grid_item .info h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem
}

a.grid_item .info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem
}

a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    a.grid_item figure {
        height: 350px !important
    }
}

@media (max-width:575px) {
    a.grid_item figure {
        height: 220px !important
    }
}

a.grid_item figure .score {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9
}

a.grid_item figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 9
}

a.grid_item figure img {
    width: 100%;
    height: auto;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

a.grid_item:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.search_container {
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #ededed
}

a.box_feat {
    text-align: center;
    background: #fff;
    padding: 20px 15px 20px 15px;
    display: block;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 3px 0 0 #f0f2f4;
    -moz-box-shadow: 0 3px 0 0 #f0f2f4;
    box-shadow: 0 3px 0 0 #f0f2f4;
    color: #555;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}
.box_o_nas_1 {
    min-height: 45px;
    font-size: 2.0rem;
}
.box_o_nas_2 {
    font-size: 1.0rem;
    font-weight: 600;
}

@media (max-width:767px) {
    a.box_feat {
        padding: 20px 20px 0 20px
    }
}

a.box_feat:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 3px 0 0 #ebedef;
    -moz-box-shadow: 0 3px 0 0 #ebedef;
    box-shadow: 0 3px 0 0 #ebedef
}

a.box_feat i {
    font-size: 70px;
    font-size: 4.375rem;
    color: #183883;
    margin-bottom: 10px
}

a.box_feat h3 {
    font-size: 18px;
        min-height: 45px;
    font-size: 1.125rem
}

#carousel {
    margin-top: 40px
}

@media (max-width:767px) {
    #carousel {
        margin-bottom: 30px
    }
}

#carousel .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9
}

#carousel .item .title h4 {
    background-color: #0054a6;
    background-color: #0054a6;
    display: inline-block;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0
}

#carousel .item .title h4 em {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 300;
    margin-top: 3px
}

#carousel .item a {
    position: relative;
    display: block
}

#carousel .owl-item {
    opacity: .5;
    transform: scale(.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(.85, .85);
    transition: all .3s ease-in-out 0s;
    overflow: hidden
}

#carousel .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1)
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views {
    opacity: 1
}

.filters_listing {
    padding: 10px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #ededed;
    z-index: 999999 !important;
    position: relative
}

.filters_listing ul {
    margin: 0 15px
}

@media (max-width:991px) {
    .filters_listing ul {
        margin: 0
    }
}

.filters_listing ul li {
    margin-right: 10px
}

.filters_listing ul li:first-child {
    float: left
}

.filters_listing ul li:nth-child(2) {
    float: right;
    margin-right: 0
}

.filters_listing ul li:nth-child(3) {
    float: right
}

.score strong {
    background-color: #0054a6;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block
}

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: .75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500
}

.score span em {
    display: block;
    font-weight: 400;
    font-size: 11px;
    font-size: .6875rem
}

.wrapper-grid {
    padding: 0 20px
}

.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.box_grid .price {
    display: inline-block;
    font-weight: 500;
    color: #999
}

.box_grid .price strong {
    color: #32a067
}

.box_grid a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.box_grid a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.box_grid a.wish_bt.liked:after {
    content: "\e089";
    color: #183883
}

.box_grid a.wish_bt:hover.liked:after {
    color: #183883
}

.box_grid a.wish_bt:hover:after {
    content: "\e089";
    color: #fff
}

.box_grid figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 210px
}

.box_grid figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    left: 20px;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1
}

.box_grid figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2
}

.box_grid figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, .9);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: .95rem;
    padding: 8px 22px
}

.box_grid figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.box_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.box_grid .wrapper {
    padding: 10px 35px
}

.box_grid .wrapper .name_bild {
    font-size: 1.28rem;
    margin-top: 0
}

.box_grid ul {
    padding: 20px 15px;
    border-top: 1px solid #ededed
}

.box_grid ul li {
    display: inline-block;
    margin-right: 15px
}

.box_grid ul li .score {
    margin-top: -18px
}

.box_grid ul li:last-child {
    margin-right: 0;
    float: right
}

.cat_star i {
    margin-right: 2px;
    color: #ffc107
}

.rating {
    color: #ccc
}

.rating .voted {
    color: #ffc107
}

.rating i {
    margin-right: 2px
}

.box_list {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 0 15px 30px 15px;
    min-height: 310px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.box_list a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.box_list a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.box_list a.wish_bt.liked:after {
    content: "\e089";
    color: #183883
}

.box_list a.wish_bt:hover.liked:after {
    color: #183883
}

.box_list a.wish_bt:hover:after {
    content: "\e089";
    color: #999
}

.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 310px
}

@media (max-width:991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px
    }
}

.box_list figure small {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
    z-index: 99
}

@media (max-width:991px) {
    .box_list figure small {
        right: 15px;
        top: 15px
    }
}

@media (max-width:991px) {
    .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px
    }
}

.box_list figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2
}

.box_list figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: .75rem;
    padding: 5px 10px
}

.box_list figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.box_list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 320px;
    width: auto;
    max-width: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:991px) {
    .box_list figure a img {
        max-width: inherit;
        height: 460px;
        width: auto
    }
}

@media (max-width:767px) {
    .box_list figure a img {
        height: 350px
    }
}

.box_list figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.box_list .wrapper {
    padding: 30px 30px 20px 30px;
    min-height: 245px
}

@media (max-width:991px) {
    .box_list .wrapper {
        min-height: inherit
    }
}

.box_list .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0
}

.box_list .wrapper .price {
    display: inline-block;
    font-weight: 500;
    color: #999
}

.box_list .wrapper .price strong {
    color: #32a067
}

.box_list small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600
}

.box_list ul {
    padding: 20px 15px 20px 30px;
    border-top: 1px solid #ededed;
    margin-bottom: 0
}

.box_list ul li {
    display: inline-block;
    margin-right: 15px
}

.box_list ul li .score {
    margin-top: -10px
}

.box_list ul li:last-child {
    margin-right: 0;
    float: right
}

#list_sidebar .box_list {
    min-height: 330px
}

#list_sidebar .box_list figure {
    min-height: 330px
}

@media (max-width:991px) {
    #list_sidebar .box_list figure {
        min-height: 200px;
        max-height: 200px;
        height: 200px
    }
}

#list_sidebar .box_list figure a img {
    height: 350px
}

@media (max-width:991px) {
    #list_sidebar .box_list figure a img {
        max-width: 100%;
        height: auto;
        width: inherit
    }
}

#list_sidebar .box_list .wrapper {
    min-height: 265px
}

@media (max-width:991px) {
    #list_sidebar .box_list .wrapper {
        min-height: inherit
    }
}

.layout_view {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 4px 8px 3px 8px
}

.layout_view a {
    color: rgba(0, 0, 0, .5)
}

.layout_view a.active {
    color: rgba(0, 0, 0, .8)
}

.layout_view a:hover {
    color: #183883
}

a.boxed_list {
    text-align: center;
    padding: 30px;
    border: 1px solid #ededed;
    display: block;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 25px
}

a.boxed_list i {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 15px
}

a.boxed_list h4 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333
}

a.boxed_list p {
    color: #777;
    margin-bottom: 0
}

a.boxed_list:hover i {
    color: #32a067
}

.secondary_nav {
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 15px 0
}

.secondary_nav.is_stuck {
    z-index: 99;
    width: 100% !important;
    left: 0
}

.secondary_nav ul {
    margin-bottom: 0
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem
}

.secondary_nav ul li a {
    color: rgba(0, 0, 0, .5)
}

.secondary_nav ul li a:hover {
    color: #183883
}

.secondary_nav ul li a.active {
    color: rgba(0, 0, 0, .9)
}

.secondary_nav ul li:last-child {
    display: none
}

.secondary_nav ul li:last-child a {
    background-color: #183883;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px
}

.secondary_nav ul li:last-child a:hover {
    background-color: #0054a6
}

@media (max-width:575px) {
    .secondary_nav ul li:last-child {
        display: inline-block;
        float: right;
        margin-right: 0
    }
}

.intro_title h2 {
    display: inline-block
}

.intro_title ul {
    float: right;
    margin: 10px 0 0 0
}

.intro_title ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500
}

.pictures_grid {
    margin-bottom: 45px
}

.pictures_grid figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 120px;
    width: 120px;
    display: inline-block
}

@media (max-width:767px) {
    .pictures_grid figure {
        width: 80px;
        height: 80px
    }
}

.pictures_grid figure a {
    display: block
}

.pictures_grid figure a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem
}

.pictures_grid figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    height: 120px;
    z-index: 1;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .pictures_grid figure a img {
        height: 80px
    }
}

.pictures_grid figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.reviews-container .progress {
    margin-bottom: 12px
}

.reviews-container .progress-bar {
    background-color: #0054a6
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px
}

@media (max-width:767px) {
    .reviews-container .review-box {
        padding-left: 0
    }
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.reviews-container .rev-thumb img {
    width: 80px;
    height: auto
}

@media (max-width:767px) {
    .reviews-container .rev-thumb {
        position: static;
        margin-bottom: 10px
    }
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.reviews-container .rev-info {
    font-size: 12px;
    font-size: .75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px
}

ul.cbp_tmtimeline {
    margin: 30px 0 30px 0;
    padding: 0;
    list-style: none;
    position: relative
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ebeef3;
    left: 8.5%;
    margin-left: -2px
}

.cbp_tmtimeline>li {
    position: relative
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 80px;
    position: absolute
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: .9em;
    color: #888;
    margin-bottom: 0
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 18px;
    font-weight: 500
}

img.thumb_visit {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    margin-top: -19px;
    float: right;
    margin-left: 15px
}

@media (max-width:767px) {
    img.thumb_visit {
        display: none
    }
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 14%;
    background: #eef3f7;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: .8125rem
}

.cbp_tmtimeline>li .cbp_tmlabel h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eef3f7;
    border-width: 10px;
    top: 15px
}

.cbp_tmtimeline>li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-weight: 500;
    background-color: #fff;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    position: absolute;
    color: #f93;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #999;
    text-align: center;
    left: 8.5%;
    top: 0;
    margin: 0 0 0 -25px
}

@media screen and (max-width:65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 1.5em
    }
}

@media screen and (max-width:47.2em) {
    .cbp_tmtimeline:before {
        display: none
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #eef3f7;
        top: -20px
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #eef3f7
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        float: right;
        display: none;
        left: auto;
        margin: -65px 5px 0 0
    }
}

ul.hotel_facilities {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

ul.hotel_facilities li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

ul.hotel_facilities li img {
    margin-right: 10px
}

.room_type {
    padding: 30px 30px 10px 30px
}

.room_type.first {
    padding: 0 30px 15px 30px
}

.room_type.gray {
    background-color: #f8f8f8
}

.room_type.last {
    padding: 30px 30px 0 30px
}

@media (max-width:767px) {
    .room_type h4 {
        margin-top: 25px
    }
}
.access_social {
    margin-top: 45px
}

@media (max-width:767px) {
    .access_social {
        margin-top: 30px
    }
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 15px 0;
    background-color: #ededed
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 10px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
    font-family: ElegantIcons;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff
}

a.social_bt.facebook {
    background-color: #3b5998
}

a.social_bt.facebook:before {
    content: "\e093"
}

a.social_bt.google {
    background-color: #dc4e41
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px
}

a.social_bt.linkedin {
    background-color: #0077b5
}

a.social_bt.linkedin:before {
    content: "\e09d"
}


.map {
    width: 100%;
    height: 500px
}

.map.map_single {
    height: 400px
}

.infoBox {
    -webkit-animation: fadeIn .9s;
    animation: fadeIn .9s;
    padding-right: 50px
}

.infoBox>img {
    position: absolute !important;
    right: 60px !important;
    top: 10px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer
}

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

.marker_info {
    width: 240px;
    height: 270px;
    border-radius: 5px;
    text-align: left;
    background: #000;
    background: #fff;
    position: relative;
    z-index: 999;
    font-family: Poppins, Helvetica, sans-serif;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12)
}

.marker_info img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.marker_info h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 3px;
    color: #444
}

.marker_info em {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    color: #999
}

.marker_info span {
    display: block;
    padding: 20px 20px 0 20px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.2;
    color: #fff;
    position: relative
}

.marker_info span strong {
    display: block;
    font-weight: 500
}

.marker_info:after {
    right: 100%;
    top: 56%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px
}

a.btn_infobox_detail {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px
}

.btn_infobox_get_directions:before,
a.btn_infobox_detail:before,
a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: 400;
    font-family: ElegantIcons;
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer
}

a.btn_infobox_detail:before {
    content: "\70";
    color: #ccc
}

a.btn_infobox_detail:before:hover {
    color: #183883
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #183883;
    background: 0 0;
    cursor: pointer;
    font-size: 13px;
    font-size: .8125rem;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    outline: 0
}

.btn_infobox_get_directions:focus,
a.btn_infobox_phone:focus {
    outline: 0
}

.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover {
    color: #333
}

.btn_infobox_get_directions:before {
    font-size: 14px;
    font-size: .875rem;
    content: "\e080";
    position: absolute;
    left: 0;
    top: 0
}

a.btn_infobox_phone:before {
    font-size: 14px;
    content: "\e090";
    position: absolute;
    left: 0;
    top: -2px
}

span.infobox_rate {
    display: inline-block;
    margin: -44px 0 0 -20px;
    float: left;
    background-color: #0054a6;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    font-size: .75rem
}

.cluster img {
    display: none
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #183883
}

.cluster-visible:before {
    border: 7px solid #183883;
    opacity: .2;
    box-shadow: inset 0 0 0 4px #183883;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite
}

@keyframes cluster-animation {
    0%,
    100% {
        transform: scale(1.3) rotate(0)
    }
    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

.map_contact {
    width: 100%;
    height: 465px
}

@media (max-width:991px) {
    .map_contact {
        height: 350px;
        margin-bottom: 45px
    }
}

.contact_info {
    background-color: #121921;
    color: #fff;
    padding: 30px 0;
    text-align: center
}

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

.contact_info ul li {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 20px
}
.contact_info ul li i {
    font-size: 2rem;
    margin-bottom: 10px;
}
.contact_info ul li span {
opacity: 1;
    font-size: 1.2rem;
}
.contact_info ul li span a {
    color: #fff;
}
.contact_info ul li span a:hover {
    color: #ccc;
}
.contact_info ul li h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.7rem;
}

.contact_info ul li i {
    color: #fff;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .contact_info ul li {
        width: 100%;
        float: none;
        margin-bottom: 35px;
        padding: 0
    }
    .contact_info ul li:last-child {
        margin-bottom: 5px
    }
}

.message {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.message p {
    margin: 0
}


.grid ul {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    text-align: center
}

.grid ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: 5px;
    min-height: 100%;
    width: 31%;
    background-color: #000;
    list-style: none
}

@media (max-width:991px) {
    .grid ul li {
        width: 50%
    }
}

@media (max-width:767px) {
    .grid ul li {
        width: 100%;
        min-height: 100%;
        float: none
    }
}

.grid ul li figure {
    position: relative;
    overflow: hidden;
    margin: -3px
}

.grid ul li figure img {
    width: 100%;
    height: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.grid ul li figure:focus img,
.grid ul li figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.grid ul li figure:focus figcaption,
.grid ul li figure:hover figcaption {
    opacity: 1
}

.grid ul li figure:focus figcaption .caption-content,
.grid ul li figure:hover figcaption .caption-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.grid ul li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    opacity: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.grid ul li figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.grid ul li figcaption a {
    color: #fff
}

.grid ul li figcaption a:focus,
.grid ul li figcaption a:hover {
    color: #183883
}

.grid ul li figcaption i {
    font-size: 30px;
    font-size: 1.875rem
}

.grid ul li figcaption p {
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.box_style_cat {
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

@media (max-width:991px) {
    .box_style_cat {
        display: none
    }
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#cat_nav li {
    border-bottom: 1px solid #ededed
}

ul#cat_nav li i {
    font-size: 16px;
    font-size: 1rem;
    margin: 2px 10px 0 0;
    float: left
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

ul#cat_nav li a {
    position: relative;
    color: #555;
    display: block;
    padding: 15px 10px
}

ul#cat_nav li a:after {
    font-family: fontello;
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px
}

ul#cat_nav li a span {
    font-size: 11px;
    font-size: .6875rem;
    color: #999
}

ul#cat_nav li a#active,
ul#cat_nav li a.active,
ul#cat_nav li a:hover {
    color: #183883
}

.hero_in form {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s
}

a.box_topic {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    color: #555;
    margin-bottom: 30px;
    overflow: hidden
}

@media (max-width:767px) {
    a.box_topic {
        padding: 20px 20px 0 20px
    }
}

a.box_topic:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

a.box_topic i {
    font-size: 60px;
    font-size: 3.75rem;
    color: #32a067;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #2c8e5b;
    background-color: rgba(50, 160, 103, .05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px
}

a.box_topic h3 {
    font-size: 18px;
    font-size: 1.125rem
}

.list_articles ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list_articles ul li {
    float: left;
    width: 45%;
    margin-right: 45px;
    padding: 15px 0;
    border-bottom: 1px solid #ededed
}

.list_articles ul li a {
    color: #555;
    display: block
}

.list_articles ul li a:hover {
    color: #183883;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.list_articles ul li i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 2px
}

@media (max-width:991px) {
    .list_articles ul li {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

ul.list_3 {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.list_3 li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px
}

ul.list_3 li strong {
    font-weight: 500
}

ul.list_3 li:before {
    font-family: fontello;
    content: "\ea3e";
    position: absolute;
    left: 0;
    top: 0
}

.box_general {
    border: 1px solid #ededed;
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.header-video.adventure .wrapper {
    padding-top: 60px;
    text-align: left;
    font-size: 14px;
    font-size: .875rem
}

.header-video.adventure .wrapper small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .header-video.adventure .wrapper h3 {
        font-size: 36px !important;
        margin-top: 0 !important
    }
}

.header-video.adventure .wrapper p {
    max-width: 400px
}

@media (max-width:767px) {
    .header-video.adventure .wrapper p {
        font-size: 21px !important
    }
}

@media (max-width:1024px) {

    .header-video.adventure #hero_video>div {
        background-color: #000;
        background-color: rgba(0, 0, 0, .5)
    }
    .header-video.adventure {
        background: 0 0
    }
}

a.grid_item_adventure {
    display: block;
    margin-bottom: 25px
}

a.grid_item_adventure .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 20px 5px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box
}

a.grid_item_adventure .info h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem
}

a.grid_item_adventure .info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem
}

a.grid_item_adventure figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

a.grid_item_adventure figure .score {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9
}

a.grid_item_adventure figure em {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase
}

a.grid_item_adventure figure img {
    width: 100%;
    height: auto;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

a.grid_item_adventure:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

a.grid_item.latest_adventure h3 {
    font-size: 18px;
    font-size: 1.125rem
}

a.grid_item.latest_adventure em {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    font-style: normal
}

.call_section.adventure {
   /* background: url(../images/bg_manezh.jpg) center center no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;
}

.adventure_feat h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 20px
}
.hero_in.adventure_detail {
    text-align: left;
    height: 600px
}

@media (max-width:767px) {
    .hero_in.adventure_detail {
        height: 550px
    }
}
ul.list_feat {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none
}

ul.list_feat li {
    float: left;
    width: 30%;
    margin: 0 15px 15px 0;
    border: 1px solid #ededed;
    padding: 25px;
    min-height: 180px
}

@media (max-width:991px) {
    ul.list_feat li {
        width: 45%
    }
}

@media (max-width:575px) {
    ul.list_feat li {
        width: 100%;
        min-height: inherit
    }
}

ul.list_feat li h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0
}

ul.list_feat li p {
    margin: 0;
    color: #777
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .35);
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
    visibility: hidden
}

.layer-is-visible {
    opacity: 1;
    visibility: visible
}

#panel_dates {
    right: -100%;
    bottom: 0;
    width: 400px;
    height: 100%;
    opacity: 0;
    position: fixed;
    background-color: #fff;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    z-index: 9999999;
    -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    -moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    overflow: auto;
    overflow-x: hidden
}

@media (max-width:767px) {
    #panel_dates {
        width: 100%
    }
}

#panel_dates.show {
    visibility: visible;
    opacity: 1;
    right: 0
}

#panel_dates a.aside-panel-bt {
    font-size: 24px;
    position: relative;
    left: 10px;
    top: 0;
    width: 24px;
    height: 24px;
    color: #ccc
}

#panel_dates a.aside-panel-bt:hover {
    color: #333
}

.additional_txt {
    padding: 0 25px 10px 25px
}

.additional_txt p {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.4;
    margin-bottom: 10px
}

.timeline {
    padding-left: 25px;
    border-left: 1px solid #ededed
}

.timeline h3 {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative
}

.timeline h3:before {
    font-family: ElegantIcons;
    content: "\5c";
    position: absolute;
    left: -35px;
    top: -3px;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #ccc;
    background-color: #fff
}

.pictures {
    margin-bottom: 45px
}

.pictures figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-block
}

.pictures figure a {
    display: block
}

.pictures figure a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem
}

.pictures figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 1;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pictures figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.full-height {
    height: 100%
}

@media (max-width:991px) {
    .full-height {
        height: auto
    }
}

.row-height {
    height: 100%;
    min-height: 100%;
    padding-top: 62px
}

@media (max-width:991px) {
    .row-height {
        height: auto;
        padding-top: 50px
    }
}

a.address {
    display: inline-block;
    font-weight: 500;
    color: #999;
    line-height: 1;
    font-size: 13px;
    font-size: .8125rem
}

a.address:before {
    font-family: ElegantIcons;
    content: "\e081";
    margin-right: 5px;
    display: inline-block
}

a.address:hover {
    color: #183883
}

.distance {
    margin-bottom: 15px
}

.distance span {
    font-weight: 600;
    color: #183883
}

.rangeslider__handle {
    border: 2px solid #183883 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

.rangeslider__fill {
    background: #183883 !important
}

.pac-container {
    margin-top: 5px;
    border-top: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: Poppins, Helvetica, sans-serif;
    color: #555;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12)
}

.pac-item-query {
    color: #555
}

.hero_single.jarallax {
    height: 100vh/**590px**/
}

.hero_single.jarallax .wrapper .title_index_video {
    font-size: 42px;
    font-size: 5.625rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .hero_single.jarallax .wrapper .title_index_video {
        font-size: 26px;
        font-size: 1.625rem;
        margin-top: 60px
    }
}

@media (max-width:575px) {
    .hero_single.jarallax .wrapper .title_index_video {
        font-size: 22px;
        font-size: 4.375rem
    }
}

.hero_single.jarallax .wrapper p {
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 21px;
    font-size: 3.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .hero_single.jarallax .wrapper p {
        padding: 0;
        font-size: 14px;
        font-size: 1.875rem
    }
}

.hero_single.jarallax video {
    opacity: 1
}

.hero_single.fullscreen {
    width: 100%;
    height: 100vh
}

@media (max-width:767px) {
    .hero_single.fullscreen {
        height: 90vh
    }
}

.hero_single.fullscreen.video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: -1
}

a.btn_explore {
    background: #fff;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -30px;
    font-size: 24px;
    font-size: 1.5rem;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 rgba(255, 255, 255, .4);
    animation: pulseanime 2.5s infinite;
    -webkit-animation: pulseanime 2.5s infinite
}

a.btn_explore:hover {
    bottom: 30px
}

@-webkit-keyframes pulseanime {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulseanime {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@media (min-width:1400px) {
    .container-custom {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px
    }
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.form-control {
    padding: 10px;
    height: 42px;
    font-size: 14px;
    font-size: .875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd
}

.form-group {
    position: relative
}

.bg_color_1 {
    background-color: #fff
}

.box_1 {
    background-color: #121921;
    color: #fff;
    padding: 20px;
    opacity: 0
}

.box_1 p {
    opacity: .8
}

.box_1 h3 {
    color: #fff
}

.animated .box_1 {
    animation: color .3s ease-in-out;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.box_faq {
    position: relative;
    padding-left: 50px
}

.box_faq h4 {
    font-size: 18px;
    font-size: 1.125rem
}

.box_faq i {
    font-size: 36px;
    font-size: 2.25rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #999
}

.custom-select-form .nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    height: 45px;
    line-height: 42px
}

.custom-select-form .nice-select:hover {
    border-color: #d2d8dd
}

.custom-select-form .nice-select.open,
.custom-select-form .nice-select:active,
.custom-select-form .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select-form select {
    display: none
}

ul.share-buttons {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 0 25px 0
}

ul.share-buttons li {
    display: inline-block;
    margin: 0 5px 5px 5px
}

ul.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 20px;
    transition: .3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500
}

ul.share-buttons li a:hover {
    color: #fff
}

ul.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998
}

ul.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff
}

ul.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39
}

ul.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff
}

ul.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2
}

ul.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff
}

ul.share-buttons li i {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    right: 3px;
    top: 2px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    outline: 0;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #555;
    padding-top: 2px
}

.nice-select:hover {
    border-color: #8c8c8c
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-25px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    height: 18vh;
    overflow: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px
}

.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: 0;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 500
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

#toTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #fff;
    cursor: pointer
}

#toTop:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
}

#toTop:hover {
    background-color: #183883
}

.modal-backdrop {
    position: static;
    background-color: transparent
}

.modal {
    z-index: 9999;
    background-color: rgba(0, 0, 0, .7)
}

.accordion_2 .card {
    border: 0;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.accordion_2 .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 20px
}

.accordion_2 .card-body {
    padding-bottom: 0
}

.accordion_2 .card-header h5 {
    font-size: 16px;
    font-size: 1rem
}

.accordion_2 .card-header h5 a {
    border: 0;
    display: block;
    color: #999
}

.accordion_2 .card-header h5 a i.indicator {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    float: right;
    color: #183883
}

.card {
    border-radius: 0;
    border: 0;
    margin-bottom: 5px
}

ul.list_ok {
    list-style: none;
    margin: 25px 0 30px 0;
    padding: 0
}

ul.list_ok li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px
}

ul.list_ok li:before {
    font-family: ElegantIcons;
    content: "\52";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 32px;
    font-size: 2rem;
    color: #8dc63f
}

ul.bullets {
    line-height: 1.8;
    margin: 0;
    padding: 0
}

ul.bullets li {
    position: relative;
    padding-left: 20px
}

ul.bullets li:before {
    font-style: normal;
    font-weight: 400;
    font-family: ElegantIcons;
    font-size: 14px;
    font-size: .875rem;
    content: "\5c";
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

.nomargin_top {
    margin-top: 0
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 10px
}

@media (max-width:575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .margin_80 {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:575px) {
    .margin_80 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px
}

@media (max-width:991px) {
    .margin_80_55 {
        padding-top: 60px;
        padding-bottom: 35px
    }
}

@media (max-width:575px) {
    .margin_80_55 {
        padding-top: 45px;
        padding-bottom: 15px
    }
}

.margin_80_0 {
    padding-top: 80px
}

@media (max-width:991px) {
    .margin_80_0 {
        padding-top: 60px
    }
}

@media (max-width:575px) {
    .margin_80_0 {
        padding-top: 45px
    }
}

.margin_60_0 {
    padding-top: 60px
}

@media (max-width:991px) {
    .margin_60_0 {
        padding-top: 60px
    }
}

@media (max-width:575px) {
    .margin_60_0 {
        padding-top: 45px
    }
}

.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px
}

@media (max-width:991px) {
    .margin_30_95 {
        padding-top: 15px;
        padding-bottom: 35px
    }
}

@media (max-width:575px) {
    .margin_30_95 {
        padding-top: 5px;
        padding-bottom: 30px
    }
}

@media (max-width:991px) {
    .hidden_tablet {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden_mobile {
        display: none !important
    }
}

.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.block-horizzontal,
.block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
}

.animated .block-horizzontal {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #0054a6
}

.animated .block-vertical {
    animation: reveal_top_to_bottom 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #0054a6
}

.block-reveal img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.animated .block-reveal img {
    animation: color .5s ease-in-out;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes reveal_left_to_right {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes reveal_top_to_bottom {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes color {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#cookie-bar {
    background: rgba(0, 0, 0, .8);
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500
}

#cookie-bar p {
    margin: 0;
    padding: 0
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px
}

@media (max-width:767px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px
    }
}

#cookie-bar .cb-enable {
    background: #32a067
}

#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #0054a6
}

#cookie-bar .cb-disable {
    background: #900
}

#cookie-bar .cb-disable:hover {
    background: #b00
}

#cookie-bar .cb-policy {
    background: #183883
}

#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #0054a6
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

@media (max-width:767px) {
    #cookie-bar {
        padding: 5px 0
    }
}
.my-toggle {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff
}

.my-toggle:focus,
.my-toggle:hover {
    background-color: #eee;
    color: #555;
    outline: transparent
}

.hideShowPassword-wrapper {
    width: 100% !important
}

.checkboxes label {
    color: #999
}

a#forgot {
    color: #999;
    font-weight: 500;
    font-size: 13px;
    font-size: .8125rem
}

#forgot_pw {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 450px;
    display: none
}

#forgot_pw label {
    font-weight: 500
}

.sign-in-wrapper {
    position: relative;
    height: 100%
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
    font-family: ElegantIcons;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #fff
}

a.social_bt.facebook {
    background-color: #3b5998
}

a.social_bt.facebook:before {
    content: "\e093"
}

a.social_bt.google {
    background-color: #dc4e41
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px
}

a#forgot {
    position: relative;
    top: -3px
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: #e1e8ed
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic
}

.mfp-bottom-bar {
    padding: 0 10px !important
}

.mfp-counter {
    right: 10px !important;
    color: #fff !important
}

.mfp-bg {
    opacity: .8 !important
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    float: right
}

.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

.switchery-small>small {
    height: 20px;
    width: 20px
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

.switchery-large>small {
    height: 40px;
    width: 40px
}

.daterangepicker {
    font-family: Poppins, Helvetica, sans-serif !important
}

@media screen and (min-width:560px) {
    .daterangepicker {
        width: 490px !important
    }
    .daterangepicker.single {
        width: auto !important
    }
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #183883;
    border: 0
}

.drp-selected {
    display: none !important
}

.margin_tabs {
    margin-top: -97px
}

@media (max-width:991px) {
    .margin_tabs {
        margin-top: -68px
    }
}

@media (max-width:767px) {
    .margin_tabs {
        margin-top: -50px
    }
}

.tabs {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-bottom: 35px;
    z-index: 5
}

.tabs nav {
    text-align: center;
    overflow: hidden
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center
}

.tabs nav ul li {
    margin: 0 -4px 0 0;
    display: block;
    display: inline-block;
    background-color: #ededed;
    width: 33%;
    text-align: left;
    line-height: 1.3
}

@media (max-width:991px) {
    .tabs nav ul li {
        text-align: center
    }
}

.tabs nav ul li a {
    padding: 25px 35px 25px 85px;
    color: #555;
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    white-space: nowrap;
    position: relative;
    font-weight: 500
}

@media (max-width:991px) {
    .tabs nav ul li a {
        padding: 15px;
        font-size: 16px;
        font-size: 1rem
    }
}

.tabs nav ul li a i {
    position: absolute;
    left: 35px;
    top: 25px;
    font-size: 38px;
    font-size: 2.375rem
}

@media (max-width:991px) {
    .tabs nav ul li a i {
        display: none
    }
}

.tabs nav ul li a em {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400
}

@media (max-width:991px) {
    .tabs nav ul li a em {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (max-width:767px) {
    .tabs nav ul li a em {
        display: none
    }
}

.tabs nav ul li:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    border-right: 2px solid #ddd
}

.tabs nav ul li:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    border-left: 2px solid #ddd
}

.tabs nav ul li.tab-current {
    background-color: #fafafc;
    z-index: 100
}

.tabs nav ul li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px
}

.tabs nav ul li.tab-current a {
    color: #222
}

.tabs nav ul li.tab-current a i {
    color: #183883
}

.content section {
    padding: 30px 0 0 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto
}

.content section:after,
.content section:before {
    content: '';
    display: table
}

.content section.content-current {
    display: block
}

.content section:after {
    clear: both
}

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #e2e2e2
}

.ribbon_tabs {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon_tabs span {
    font-size: 10px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px
}

.ribbon_tabs span.top_selling {
    background: #00dfaa
}

.ribbon_tabs span.top_selling::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #008a69;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #008a69
}

.ribbon_tabs span.top_selling::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #008a69;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #008a69
}

.plans {
    margin: 0 auto 20px
}

.plans:after,
.plans:before {
    content: '';
    display: table
}

.plans:after {
    clear: both
}

.plan {
    margin: 10px 0;
    padding: 20px 20px 30px 20px;
    text-align: center;
    border: solid #d2d8dd;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width:991px) {
    .plan {
        border-width: 1px
    }
}

.col-md-4.plan:first-child {
    margin-right: -5px;
    margin-left: 5px
}

@media (max-width:991px) {
    .col-md-4.plan:first-child {
        margin: 0 0 15px 0
    }
}

.plan:last-child {
    border-width: 1px
}

.plan-title {
    position: relative;
    margin: -25px -25px 30px -25px;
    padding: 30px 20px 1px 20px;
    border-bottom: 1px dotted #d2d8dd;
    font-size: 15px;
    font-size: .9375rem;
    background-color: #f9f9f9;
    line-height: 1.2;
    color: #777
}

.plan-title h3 {
    margin-bottom: 0
}

.plan-tall .plan-title {
    background-color: #183883;
    border-bottom: none;
    color: #fff
}

.plan-tall .plan-title h3 {
    color: #fff
}

.plan-price {
    margin: 0 auto 15px;
    width: 110px;
    height: 110px;
    line-height: 115px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    background: #777;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    text-align: center
}

.plan-price>span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .9)
}

.plan-features {
    margin-bottom: 20px;
    line-height: 2
}

ul.plan-features {
    padding: 0;
    margin: 0 0 20px 0
}

.plan-features li {
    list-style: none
}

.plan-tall {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    margin-right: -5px;
    position: relative;
    z-index: 100;
    border: solid #183883;
    position: relative
}

.plan-tall>.plan-price {
    height: 130px;
    width: 130px;
    line-height: 135px;
    font-size: 36px;
    background: #183883;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    -ms-border-radius: 130px;
    border-radius: 130px
}

.plan-tall+.plan {
    border-left: 0
}

@media (max-width:991px) {
    .plan-tall+.plan {
        border-left: 1px solid #d2d8dd
    }
}

.beige {
    background: #bea882
}

.gray {
    background: #555555
}

.green-2 {
    background: #18a84c
}

.navy {
    background: #4a5d7d
}

.peach {
    background: #faaa5d
}

.purple {
    background: #6449e7
}

.red {
    background: #f0151f
}

.violet {
    background: #990099
}




    .tabButton {
        font-size: 15px; font-weight: bold; padding: 15px 20px; 
    }
    .tab, .tab2 {
        padding: 20px; text-align: left;
    }

@-webkit-keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tabsy>button {
    width: 100%;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.tabsy>.tabButton {
    display: block;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    background: #183883;
    color: #f5f5f5;
    text-align: center;
    -webkit-transition: all 25ms ease-in-out;
    transition: all 25ms ease-in-out
}
.tabsy>.tabButton:hover {
    display: block;
    margin-top: 1px;
    background: #a9a9a9;
    color: #fff;
    text-align: center;
    -webkit-transition: all 25ms ease-in-out;
    transition: all 25ms ease-in-out
}
.tabsy>input {
    display: none
}

.tabsy>input:checked+label+.tab, .tabsy>input:checked+label+.tab2 {
    display: block
}

.tabsy>input:checked+label+.tab>.content, .tabsy>input:checked+label+.tab2>.content {
    -webkit-animation: showTab 25ms ease-in-out;
    animation: showTab 25ms ease-in-out
}

.tabsy>.tab, .tabsy>.tab2 {
    background: #fff;
    display: none
}

@media screen and (min-width: 768px) {
.video_tab {
    width: 700px;
}
    .tabsy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tabsy>.tabButton {
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer
    }
    .tabsy>input:checked+label {
        background: #a9a9a9;
        color: #fff
    }
    .tabsy>.tab, .tabsy>.tab2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}
.plan_et {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    border: solid #d2d8dd;
    border-width: 1px 0 1px 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

section.gallery {
    margin-bottom: 65px;
}
.gall_item {
    margin: 13px 0px;
}
.gall_item img {
    width: 100%;
    height: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gall_item:focus img,
.gall_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
