@charset "UTF-8";
@import "bootstrap-grid.css";
@import "icons.css";
@import "plugins/revolutionslider.css";
@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:500,600,700';

input,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea,
select {
    height: 42px;
    line-height: normal;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: gray;
    margin: 0 0 16px;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px
}

input:-webkit-autofill:focus,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: gray !important
}

select {
    padding: 8px 18px;
    cursor: pointer
}

input {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

body.modal-opened {
    overflow: hidden;
}

input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
    color: gray;
    -webkit-transition: -webkit-box-shadow .2s !important;
    transition: -webkit-box-shadow .2s !important;
    transition: box-shadow .2s !important;
    transition: box-shadow .2s, -webkit-box-shadow .2s !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    border: 1px solid #d8d8d8;
    opacity: 1
}

input[type=submit] {
    border: none;
    padding: 11px 18px;
    width: auto
}

input[type=checkbox] {
    display: inline
}

input[type=radio] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none
}

::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

:-moz-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

textarea {
    height: auto;
    line-height: 27px;
    padding: 20px;
    min-height: 130px;
    -webkit-transition: none !important;
    transition: none !important;
    min-width: 100%
}

label,
legend {
    display: block;
    font-weight: 700;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px
}

label span,
legend span {
    font-weight: 400;
    font-size: 14px;
    color: #444
}

fieldset {
    padding: 0;
    border: none
}

a,
button {
    outline: none !important
}

a:focus,
a:hover {
    text-decoration: none;
    color: #333
}

img {
    max-width: 100%
}

#logo {
    display: inline-block;
    margin-top: 3px
}

#logo img {
    max-height: 45px;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

img.footer-logo {
    width: auto
}

#header {
    position: relative;
    z-index: 999;
    padding: 18px 0 8px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    font-size: 16px
}

.header-widget {
    position: relative;
    top: -1px;
    height: 54px
}

.header-widget .button,
.header-widget .button.border {
    margin-right: 0;
    min-width: 160px !important;
    text-align: center;
    position: relative;
    line-height: 26px;
    font-weight: 500
}

.header-widget .button.border i {
    font-size: 17px;
    padding: 0 0 0 4px;
    top: 2px;
    display: inline-block;
    position: relative
}

.header-widget .sign-in {
    position: relative;
    color: #000;
    margin-right: 25px;
    top: 10px;
    display: inline-block;
    vertical-align: top
}

.header-widget .sign-in i {
    padding-right: 4px;
    font-size: 15px
}

.header-widget .sign-in:hover {
    color: #66676b
}

header.fullwidth .container {
    width: 100%;
    margin: 0;
    padding: 0 0px
}

.left-side {
    float: left;
    /*    width: 70%;*/
    width: 63%;
    display: inline-block
}

.right-side {
    float: right;
    width: 36%;
    display: inline-block
}

/*
.login-with .btn {
    width: calc(50% - 8px);
    display: block;
    background: #eee;
    margin-top: 15px;
    padding: 10px 20px;
    padding-right: 0;
    font-weight: 600;
    border-radius: 30px;
}
*/
.login-with .btn {
    width: calc(50% - 8px);
    display: block;
    background: #eee;
    margin-top: 0;
    padding: 8px 59px;
    padding-right: 0;
    font-weight: 600;
    border-radius: 30px;
}

.login-with .btn.fb,
.login-with .btn.google {
    color: #fff;
    font-size: 14px;
}

.login-with .btn.fb i,
.login-with .btn.google i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px
}

.login-with .btn.google {
    background: #de4b39;
    float: left;
}

.login-with .btn.fb {
    background: #3b589b;
    float: right;
}

.pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bd- {
    border: none !important;
}

.forgot_pasword .style-1 .tabs-container .tab-content {
    border: none;
    padding-top: 0;
}

.plan-features > a.button.border {
    min-width: 160px;
}

.plan-features a.button {
    min-width: 160px;
}

.feature_organization {
    padding-left: 15px;
    padding-right: 15px;
}

/*
 .sticky .header-widget .sign-in:hover {
    color: #fff !important;
}
*/

/*
.transparent-header .sticky .header-widget .sign-in:hover {
    color: #f9194f;
}
*/

.user-menu .user-name > i {
    font-style: normal;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

header#header-container.dashboard div#header {
    padding: 15px 0;
}

#sign-in-dialog .checkboxes label:before {
    top: 2px;
}

.listing-item-content h3 + span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.last_line {
    padding: 15px 20px;
}

.last_line .date {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.btn-btn-theme {
    background: transparent;
    border-color: #f91942;
    color: #f91942;
    border-style: solid;
    float: right;
    padding: 1px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
    border-radius: 20px;
    min-width: 100px;
    border-width: 1px;
    font-weight: 500;
    text-align: center;
}

.last_line {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.last_line .date {
    float: left;
}

.btn-btn-theme .fa {
    margin-right: 2px;
    font-size: 20px;
    vertical-align: middle;
}

.event_block .listing-item-container {
    width: 100%;
    display: inline-block;
}

.last_line .date i {
    margin-right: 2px;
}

.btn-btn-theme:hover {
    background: #f91942;
    color: #fff;
}

.listing-item-container .last_line .star-rating {
    padding: 0;
}

.listing-item-details ul li {
    /*    text-shadow: 2px 2px 5px #000;*/
}

.listing-item-content h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.favorite_btn {
    text-align: center;
    padding-top: 16px;
}

.favorite_btn .like-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f91942;
    border-color: #f91942;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.favorite_btn .like-button .like-icon {
    line-height: 1;
    font-size: 23px;
    vertical-align: middle;
    top: 0;
}

.favorite_btn .like-button .like-icon:before,
.favorite_btn .like-button .like-icon:after {
    top: 0;
}

.favorite_btn .like-button .like-icon:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.favorite_btn .like-button .like-icon.liked:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.favorite_btn .like-button.liked {
    background: #f91942;
    color: #fff;
}

.favorite_btn .like-button.liked .like-icon.liked {
    color: #fff;
}

#listing-nav .button.book-now {
    display: none;
}

.stick#listing-nav .button.book-now {
    display: block;
    float: right;
    padding: 6px 25px;
    margin-top: 9px;
}

.stick.listing-nav-container.cloned .listing-nav {
    float: left;
    width: auto !important;
}


.stick#listing-nav .button.book-now i {
    font-size: 22px;
}

.p-0 {
    padding: 0;
}

.custPadd17 {
    padding: 17px;
}

.custPadd20 {
    padding: 20px;
}

#titlebar.listing-titlebar {
    padding-bottom: 30px;
}

div#listing-nav:not(.stick) > .container {
    padding: 0;
}

.book_summary .boxed-widget.summary {
    padding: 30px 30px 31px;
    border-radius: 0;
}

.book_summary .listing-item-container.compact.order-summary-widget .listing-item {
    border-radius: 0;
}

.book_summary .listing-item img {
    border-radius: 0;
}

.book_summary .boxed-widget.summary h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.book_summary .opening-hours.summary li.total-costs {
    margin-top: 15px;
    padding-top: 15px;
}

.book_summary {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.ticket-box {
    padding: 27px 30px;
    display: inline-block;
    width: 100%;
}

.select_type label {
    font-weight: 600;
}

.ticket-box .text p {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
}

.ticket-box .text {
    float: left;
}

.ticket-box h6 {
    font-size: 16px;
    font-family: helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
    color: #f91742;
    font-weight: 700;
    margin: 0;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ticket-box {
    padding: 25px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /*	width: calc(50% - 12px);*/
    margin-bottom: 25px;
    border-left: 5px solid #f91942;
    border-top: 3px dashed #ddd;
    border-bottom: 3px dashed #ddd;
    background: #f3f3f3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select_type .ticket-box:nth-child(odd) {
    /*	margin-left: 24px;*/
}

.select_type label {
    font-weight: 600;
}

.ticket-box .text p {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
}

.ticket-box .text {
    float: left;
    width: 100%;
}

.ticket-box .text h6 {
    font-size: 16px;
    font-family: helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
    color: #f91742;
    font-weight: 700;
    margin: 0;
}

.ticket-box .quantity {
    float: right;
    line-height: 1;
}

.quantty_form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.quantty_form input[type="number"] {
    border: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    box-shadow: none;
    text-align: center;
    width: 33px;
    line-height: 1;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 10px;
    font-family: helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
}

.quantty_form button {
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.ticket-box {
    position: relative;
}

.ticket-box:before,
.ticket-box:after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: -11px;
    z-index: 10;
    left: 40px;
    background-color: #fff;
    border-radius: 100%;
}

.ticket-box:after {
    top: inherit;
    bottom: -11px;
    -webkit-transform: none;
    transform: none;

}

.verified-badge.small {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    padding: 8px 15px;
    color: #19b453;
    background: rgba(25, 180, 83, 0.1);
    font-weight: 600;
    margin: 8px 0;
}

.verified-badge.small i {
    font-size: 14px;
    vertical-align: middle;
    position: static;
    padding: 0;
    font-weight: 700;
}

.date {
    color: #999;
}

.detail_max {
    display: inline-block;
    width: 100%;
    max-height: 350px;
    position: relative;
    overflow: hidden;
}

.detail_max.open {
    max-height: 100%;
}

.detail_max .show_more {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background: linear-gradient(0deg, white, #ffffff7d);
    padding-top: 34px;
    margin-top: -55px;
}

.detail_max .show_more a {
    font-weight: 600;
}

.detail_max .show_more a i {
    font-weight: 700;
    margin-left: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.detail_max.open .show_more {
    position: static;
    margin-top: 25px;
    padding: 0;
}


.detail_max.open .show_more i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.verify_favourite .favorite_btn {
    padding: 0;
}

.verify_favourite .favorite_btn button {
    padding: 7px 15px;
    font-size: 12px;
}

#titlebar.listing-titlebar .verify_favourite .favorite_btn .like-button .like-icon {
    font-size: 20px;
    margin: 0 3px 0 0;
}
/*.row:before, .row:after {display: none !important;}*/
.favorite_btn .like-button .like-icon:before {
    color: #f91942;
}

.favorite_btn .like-button .like-icon:after {
    color: #fff;
}

#titlebar.listing-titlebar h2 .event_img {
    width: 70px;
    margin-right: 15px;
}

#titlebar.listing-titlebar h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

#titlebar.listing-titlebar h2 .event_img ~ .listing-tag {
    margin-top: 10px;
}

.button.book-now.fullwidth .fa-long-arrow-left {
    margin-left: 10px;
    -webkit-animation: left_anim 1s infinite linear alternate;
    animation: left_anim 1s infinite linear alternate;
    font-size: 22px;
}

@-webkit-keyframes left_anim {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes left_anim {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.book_fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.book_fav .favorite_btn {
    padding: 0;
}

.book_fav .button.book-now {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    margin-bottom: 0;
}

.book_fav .favorite_btn .like-button {
    padding: 14px 10px;
    float: none;
    min-width: 50px;
}

.book_fav .favorite_btn .like-button.liked .like-icon.liked {
    margin: 0;
}

.favorite_btn .like-button .like-icon {
    pointer-events: none;
    margin: 0;
}

.category_bg img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    z-index: 1;
}

.category_bg {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category_bg:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.title_category {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 35px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.box_fancy .fancybox-content {
    max-width: 500px;
}

.pad.pad_sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.category-box:before {
    opacity: 0;
}

.report.btn {
    font-size: 14px;
}

.report.btn {
    display: inline-block;
    float: left;
    line-height: 1;
    padding: 8px 10px;
    background: rgba(255, 193, 6, 0.2);
    color: #b99116;
    font-weight: 600;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1;
    border-radius: 4px;
    font-size: 12px;
}

.report.btn:hover {
    color: #000;
    background: rgba(255, 193, 6);
}

.report.btn i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.all_checkbox .checkboxes label {
    font-size: 14px;
}

.sm.small-dialog-header {
    padding: 20px 40px;
}

textarea {
    line-height: 1.4;
    padding: 15px;
    color: #555;
}

.all_checkbox textarea::-webkit-input-placeholder {
    color: #999;
}

.all_checkbox textarea:-ms-input-placeholder {
    color: #999;
}

.all_checkbox textarea::placeholder {
    color: #999;
}

.align_invitation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_invitation h3 .big {
    display: block;
    font-size: 50px;
    font-weight: 500;
}

.align_invitation h3 {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 3px;
}

.align_invitation h3 span {
    display: block;
}

.align_invitation h3 span.small {
    font-size: 25px;
}

.align_invitation h3 span.normal {
    font-size: 26px;
    margin-top: 20px;
}

.btn.btn-theme {
    display: block;
    margin: auto;
    border: 1px solid #f91942;
    background: -webkit-gradient(linear, left bottom, left top, from(#bc2d37), to(#f31a41));
    background: linear-gradient(0deg, #bc2d37, #f31a41);
    color: #fff;
    padding: 14px 41px;
    line-height: 1;
    font-weight: 600;
    border-radius: 25px;
    font-size: 18px;
    margin-top: 20px;
}

.paypal:before {
    opacity: 0;
}

.opening-hours.summary li.w50 {
    width: 50%;
    float: left;
}

.opening-hours.summary li.w50:first-child span {
    margin-right: 15px;
}

.opening-hours.summary li.w50:last-child {
    padding-left: 10px;
}

.opening-hours.summary li.w50 + .w50 {
    padding-left: 16px;
}

.book_summary .opening-hours.summary li.total-costs {
    display: inline-block;
    width: 100%;
}

.book_summary .boxed-widget.summary {
    padding: 20px;
}

.booking_three .fix_btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.booking_three {
    padding-bottom: 50px;
}

.mr-auto {
    margin-right: auto !important;
}

.pricing-list-container .sponsor_label {
    border: 1px solid #4CAF50;
    font-size: 12px;
    color: #4CAF50;
    padding: 5px 14px;
    line-height: 1;
    border-radius: 3px;
    float: right;
    margin-left: 15px;
    white-space: nowrap;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


.speaker .pricing-list-container ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.speaker .pricing-list-container ul li {
    width: calc(50% - 10px);
    float: left;
}

.speaker .pricing-list-container ul li {
    margin: 10px;
    padding: 20px;
}

.speaker .pricing-list-container ul li:nth-child(odd) {
    margin-left: 0;
}

.speaker .pricing-list-container ul li:nth-child(even) {
    margin-right: 0;
}

.speaker .pricing-list-container ul li:nth-child(2n+2) {
    background: none;
}

.speaker .pricing-list-container ul li:nth-child(3n+1) {
    background: #eee;
}

.speaker .pricing-list-container ul li {
    background: #ffffff !important;
    border: 1px solid #efefef;
    -webkit-box-shadow: 2px 2px 10px transparent;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 2px 2px 10px transparent;
}

.pricing-list-container .sponsor_label.open {
    background: #4CAF50;
    color: #fff;
    position: relative;
}

.speaker .pricing-list-container ul li p {
    margin-top: 5px;
    color: #333;
    font-size: 14px;
}

.speaker .pricing-list-container h5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
}

.speaker .pricing-list-container ul li p .text-light {
    font-size: 12px;
    color: #777;
}

.speaker .pricing-list-container ul li:hover {
    cursor: pointer;
    border-color: transparent;
    -webkit-box-shadow: 2px 2px 10px #efefef;
    box-shadow: 2px 2px 10px #efefef;
}

.map_detail h4 {
    margin: 0;
    font-weight: 600;
}

.map_detail {
    padding-top: 15px;
}

.map_detail p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.map_detail .btn.btn-theme {
    margin: 0;
    padding: 10px 25px;
    font-size: 14px;
}

.map_detail .btn.btn-theme i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}

.share-buttons {
    text-align: left;
}

.pricing-list-container .sponsor_label.open {
    position: relative;
    padding-left: 25px;

}

.pricing-list-container .sponsor_label:after {
    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;
    content: "\f058";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    left: 8px;
}

.pricing-list-container .sponsor_label.open:after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.listing-reviews ul li:last-child {
    border: none;
}

.booth_reque {
    background: #f5f5f5;
    border-left: 3px dashed red;
    padding: 25px;
    width: calc(50% - 10px);
    width: 100%;
    margin-bottom: 25px;
}

.booth_reque .booth_header h4 {
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.booth_reque .booth_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.booth_reque .btn-btn-theme {
    padding: 10px 20px;
    font-weight: 500;
    border-width: 1px;
    font-size: 14px;
    line-height: 1;
}

.booth_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 12px 20px;
    line-height: 1;
    margin-top: 15px;
    border: 1px solid #eee;
}

.booth_detail h6,
.booth_detail h5 {
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
    font-family: open sans;
}

.booth_row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.boot_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
}

.boot_form .form-control {
    width: auto;
    margin: 0 0 0 auto;
    line-height: 1;
    padding: 7px 10px;
    height: auto;
    border-radius: 0;
    border-color: #f9f9f9;
}

.boot_form h5,
.boot_form h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.booth_reque {
    max-width: 500px;
}

.boot_form h6 {
    margin-left: auto;
}

.booth_detail h5 b {
    font-size: 18px;
}

.booth .booth_detail {
    margin: 0;
    border-top: none;
    padding-top: 7px;
}

.boot_form {
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #eee;
    border-bottom-color: #f9f9f9;
}

.booth_reque {
    max-width: 40%;
}

.booth_reque.booth {
    max-width: 100%
}

.pad.small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.booth_reque.free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.booth_reque.free > p {
    margin: 4px 0 13px;
    font-size: 14px;
}

.booth_reque.free > .booth_detail {
    margin: 0 0 15px;
    width: 100%;
}

.booth_reque {
    padding: 20px;
}

.bg-gr {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, red), to(blue));
    background-image: linear-gradient(to right, red 30%, blue);
}

.btn-btn-theme:focus:not(:hover) {
    color: #f91942;
}

.booth_reque .booth_header .floor {
    font-size: 12px;
    margin-top: 8px;
    display: block;
    font-weight: 800;
    color: #d0082d;
}

.main-search-container.event_manage:before {
    display: none;
}

.main-search-container.event_manage {
    background: url('../images/leastevent.jpg') no-repeat top right/71% 100%;
    /*    min-height: 100vh;*/
    height: auto;
}

.main-search-container.event_manage.event_manageFinal {
    background: url('../images/leastevent.jpg') no-repeat top right/50% 90%;
}

.scr_block img {
    border-radius: 1.3%;
    margin-bottom: 25px;
    /*
    -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, .2);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, .2);
*/
}

.scr_block img:last-child {
    margin-bottom: 0;
}

.scr_block + .scr_block img:first-child {
    margin-top: 50px;
}

.main-search-container.event_manage {
    padding-top: 70px;
    /*    padding-bottom: 30px;*/
}

.m0 {
    margin: 0 !important;
}

.event_manage .btn.btn-theme {
    margin: 15px 0 0;
}

.event_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event_flex > .text-left {
    margin-right: auto;
    max-width: 430px;
}

.main-search-container.event_manage .main-search-inner {
    position: static;
    -webkit-transform: none;
    transform: none;
}

.text-lefti {
    text-align: left !important;
}

.text-lefti.centered .headline-with-separator:after {
    left: 0;
    right: inherit;
}

.features {
    margin: 0;
    list-style: none;
    padding: 0;
}

.features li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features li:not(:last-child) {
    margin-bottom: 20px;
}

.features li i {
    color: #f83a5c;
    font-size: 34px;
    vertical-align: middle;
    margin-right: 15px;
}

.contact_box {
    background: #fff;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    ;
    border-top: 10px solid #f91942;
    border-radius: 5px 5px 0 0;
}

#contact.contact_box input.button.submit {
    min-width: 150px;
    text-transform: uppercase;
    line-height: 1;
    height: auto;
    padding: 14px;
}

.con_width {
    padding-left: 15px;
    padding-right: 15px;
    width: 44%;
    float: right;
}

.con_width #contact textarea,
.con_width #contact input,
.con_width .widget .search-blog-input input {
    height: auto;
    line-height: 1;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.con_width .headline {
    margin: 0 0 15px;
    font-weight: 600;
}

section.fullwidth .event_new_box .icon-box-2 {
    padding: 0;
}

.event_new_box .icon-box-2 .img_detail {
    padding: 20px;
}

.event_new_box .icon-box-2 .img_detail h3 {
    /*    color: #c7363a;*/
}

.event_new_box .icon-box-2 .img_detail p {
    margin-top: 10px;
    line-height: 1.3;
    min-height: 80px;
}

.img_trs img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

#titlebar.new {
    padding: 40px 0;
    margin-bottom: 0;
}

.add_more {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

.add_more i {
    position: static;
    font-size: 16px;
    color: #f91942;
    vertical-align: middle;
    padding: 0;
    margin-right: 0px;
    margin-top: -4px;
}


.add_sponsor_box {
    display: inline-block;
    width: 100%;
}

.add_sponsor_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border: 1px solid #eee;
    padding: 20px 25px;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    width: 33.33%;
}

.add_sponsor_item .sponsor_img {
    width: 90px;
}

.add_sponsor_item .sponsor_img input {
    visibility: hidden;
}

.add_sponsor_item .sponsor_img img {
    width: 100%;
}

.add_sponsor_item .sponsor_img {
    position: relative;
    margin-right: 20px;
}

.add_sponsor_item .sponsor_img input {
    position: absolute;
}

.add_sponsor_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sponsor_name input {
    margin: 0;
}

.add_sponsor_item .sponsor_img i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.add_sponsor_item .sponsor_img:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.add_sponsor_item .sponsor_img {
    cursor: pointer;
}

.add_sponsor_item input[type="file"] {
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    cursor: pointer;
}


.add_sponsor_item .sponsor_img:After {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 0;
    opacity: 0;
}

.add_sponsor_item .sponsor_img:hover:After {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}


.add_sponsor_item .close {
    position: absolute;
    top: 0;
    right: 0;
    background: #f91942;
    border: none;
    color: #fff;
    line-height: 1;
    padding: 5px 11px 8px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0);
    z-index: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.add_sponsor_item {
    position: relative;
}

.add_sponsor_item:hover .close {
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
}

.add_speaker .add_sponsor_item {
    width: 50%;
}



.add_sponsor_item .sponsor_img + div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.add_sponsor_item input {
    margin: 11px 0;
}

.add_sponsor_item input {
    font-size: 13px;
    height: auto;
    padding: 13px 18px;
    line-height: 1;
}

.add_sponsor_item .sponsor_img + div,
.add_sponsor_item .sponsor_img + div > div {
    position: relative;
}

.add_sponsor_item i {
    position: absolute;
    left: 15px;
    color: #f91942;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add_sponsor_item div input {
    padding-left: 40px;
}

.add_sponsor_item .sponsor_img + div > div input {}

.galler_images .add_sponsor_item .sponsor_img {
    width: 100%;
    height: 210px;
    margin: 0;
}

.galler_images .add_sponsor_item .sponsor_img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.galler_images .add_sponsor_item {
    padding: 0;
    width: 25%;
}

.ui-datepicker {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}

.ui-datepicker td,
.ui-datepicker th {
    padding: 2px 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ui-datepicker .ui-datepicker-header div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header a:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.ui-datepicker .ui-datepicker-header a + a {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #2196F3;
}

.ui-datepicker td.ui-datepicker-current-day a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-header a {
    font-weight: 700;
    color: #555;
    cursor: pointer;
}

.ui-datepicker th {
    color: #000;
    padding: 10px 5px 0;
}

.ui-datepicker td:hover {
    background: #eee;
}

#titlebar.listing-titlebar h2 div {
    margin-left: auto;
}

.user-profile-login {
    margin-right: 20px !important;
}

.error {
    color: red;
}

.fileinput-remove,
.fileinput-upload {
    display: none;
}

/*hhh*/
.five img {
    margin: 10px;
}

.five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col_cust {
    margin: 5px;
    position: relative;
}

.col_cust:nth-child(even) {
    margin-top: 30px;
}

.cust_ttl {
    position: absolute;
    bottom: 25px;
    left: 10px;
    background-color: #f91942;
    color: #fff;
    padding: 2px 12px;
}

.cust_ttl2 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background-color: #f91942;
    color: #fff;
    padding: 2px 12px;
}

.col_cust img {
    height: 240px;
    width: 255px;
    -o-object-fit: cover;
    object-fit: cover;
}

.indusries_sec {
    background-color: rgb(248, 248, 248);
    padding-bottom: 35px;
    padding-top: 35px;
}

.books_1 img {
    width: 238px;
    height: 304px;
    object-fit: cover;
}

.img_caption1 {
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 0px;
}

.img_caption2 {
    margin-top: 6px;
    padding-left: 3px;
}

.books_ttl {
    margin-bottom: 35px;
    margin-top: 0;
}

span.right_icon {
    font-size: 15px;
}

.readMore {
    color: #18a4ce;
}

.readMore:hover {
    color: #18a4ce;
}

.books {
    padding-bottom: 20px;
}

/*hhh2*/
@font-face {
    font-family: 'Quicksand_Book';
    src: url('../fonts/Quicksand_Book.otf');
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}

.icn {
    height: 35px;
}

.count {
    color: #f91942;
    font-size: 45px;
    display: inline;
}

.three_txt {
    font-size: 16px;
}

.para1 {
    text-align: justify;
    /*    font-family: 'Quicksand_Book';*/
}

.icn_line {
    position: relative;
}

.icn_line:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 15%;
    background-color: #f91942;
    top: 40%;
    left: 70px;
    z-index: 0;
    display: block;
}

.icn_line:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 15%;
    background-color: #f91942;
    top: 40%;
    right: 75px;
    z-index: 0;
    display: block;
}

.counter_set span {
    font-size: 40px;
    margin-left: 5px;
    color: #f91942;
}

.counter_set {
    padding: 25px 0px 25px 0px;
}

.bg_cust {
    background-color: #eee;
}

.bg_cust2 {
    background-color: #eee;
}

.box {
    padding: 20px 10px 0px 18px;
    margin-bottom: 50px;

    height: 235px;
    position: relative;
    background: #fafafa;
    -webkit-box-shadow: 10px 10px 8px -8px #888888;
    box-shadow: 10px 10px 8px -8px #888888;
}

.icon2 {
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fafafa;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.icn2 {
    height: 35px !important;
    -webkit-transform: translate(0px, 18px);
    transform: translate(0px, 18px);
}

.set_ul {
    font-size: 16px;
    padding-top: 6px;
    line-height: 1.9;
}

/*
.new1 {
    background-color: #fff;
    padding: 2px 13px;
	-webkit-box-shadow: 10px 10px 8px -8px #888888;
	box-shadow: 10px 10px 8px -8px #888888;
}
*/
.new_cust h3 {
    font-size: 22px;
    color: #f73257;
}

.new_cust p {
    color: #303d48;
}

.new_cust {
    background-color: rgba(249, 25, 66, .06);
    padding: 20px 20px 25px 25px;
    height: 245px;
    width: 100%;
    border-radius: 8px;
}

.new11 {
    position: relative;

}

.new11:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background-color: #13a5c4;
    left: 0;
    top: -5px;
    -webkit-transition: .7s;
    transition: .7s;
}

.new_cust:hover .new11:after {
    width: 50%;
    background-color: #fff;

}

.new_cust:hover {
    -webkit-box-shadow: 10px 10px 8px -8px #000000;
    box-shadow: 10px 10px 8px -8px #000000;
    background-color: #303d48;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: #303d48;
}

.new_cust:hover .new1_txt {
    color: #fff !important;

}

.new_cust:hover .new_cust h3 {
    color: #ff5575d1;

}

.new1_txt {
    font-size: 15px;
    color: #f73257;
}

.online_offline {

    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    background-size: cover;
    min-height: 900px;
}

/*
.new2 {
    -webkit-transform: translate(10px, 85px);
    transform: translate(10px, 85px);
}
*/

.online_img {
    -webkit-transform: translate(0px, 95px);
    transform: translate(0px, 95px);
}

.long_txt {
    z-index: 0;
    position: relative;
    width: 100%;
    background-color: #009fc1eb;
    box-shadow: 2px 2px 40px -8px #888888;
    border-radius: 6px;
}

.event_plan {
    transform: translate(-15px, 68%);
    z-index: 1;
    position: absolute;
}

.long_txt ul {
    font-size: 18px;
    padding: 45px 65px;
    color: #fff;
}

.long_txt ul li {
    margin-bottom: 5px;
    list-style-type: none;
    list-style-image: url(https://eventrrworld.com/public/users/images/check-circle-regular.svg);
}

.padd {
    margin-left: 54px;

}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-6 {
    padding-top: 6px;
}

.email_sub_txt {
    padding-top: 34px;
    font-size: 20px;
}

.btn_signup {
    background-color: transparent;
    padding: 10px 40px 13px;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #f91942;
    position: relative;
    z-index: 0;
}

.btn_signup:hover {
    text-decoration: none;
    color: #fff;
}

.btnPartner {
    padding: 8px 35px;
    margin-top: 15px;
}

.btnPartner:hover {
    color: #000;
}

/*
.btn_signup:hover {
    background-color: transparent;
    border: 1px solid #f91942;
    color: #000;
}
*/
.btn_signup:hover:after {
    /* left: 0; */
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    border-radius: inherit;
}

.btn_signup:after {
    content: '';
    height: 100%;
    transition: .3s;
    width: 100%;
    background-color: #f91942;

    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border-radius: inherit;
}

.btn_signup:before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

/*img modal*/
#myImg12 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg12:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal12 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    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.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content12 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Add Animation */
.modal-content12,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close.close_cust {
    float: right;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 0.8;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: red;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 50%;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

/*happy 8-1-2020 start*/
.listing-item-container.compact.order-summary-widget .listing-item {
    position: relative;
}

.listing-item-container.compact.order-summary-widget .listing-item-content {
    padding: 0 8px !important;
    padding-right: 0px !important;
    width: 100% !important;
    background-color: #f5f5f5;
    /*    background-color: #00000057;*/
    bottom: 0 !important;
    line-height: 18px !important;
    position: initial !important;
}

.boxed-widget.opening-hours.summary.margin-top-0 {
    margin-top: 10px !important;
}

.listing-item-container.compact.order-summary-widget .listing-item-content span {
    color: #000 !important;
    font-size: 12px !important;
}

.listing-item-container.compact.order-summary-widget .listing-item-content h3 {
    color: #000 !important;
}

.add_sponsor_item img {
    object-fit: contain !important;
}

.listing-item-container.compact.order-summary-widget .listing-item-content h3 {
    font-size: 15px !important;
}

.small-dialog-header.small-dialog-header-custm {
    width: 100% !important;
    left: 0;
}

.small-dialog-header.small-dialog-header-custm .sign-in-dialog .mfp-close,
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
    top: 15px !important;
}

.small-dialog-header.small-dialog-header-custm + .message-reply {
    padding: 0 30px !important;
}

.small-dialog-header.small-dialog-header-custm + div + button {
    margin-left: 30px;
}

.zoom-anim-dialog.zoom-anim-dialog-custm .small-dialog-header {
    width: 100%;
    left: 0 !important;
}

.listing-item-container.compact.order-summary-widget {
    border: 1px solid #f6f6f6;
}

.small-dialog-header.sm {
    width: 100% !important;
}

.small-dialog-header.sm + .sign-in-form.style-1 + button.mfp-close {
    top: 12px !important;
}

.message-by-headline span {
    padding-right: 12px !important;
}

.messages-inbox .message-avatar {
    left: 16px !important;
}

.detail_max ul.listing-details-sidebar.social-profiles {
    display: inline-flex;
}

.detail_max ul.listing-details-sidebar.social-profiles li:last-child {
    margin-left: 40px;
}

.detail_max ul.listing-details-sidebar.social-profiles li a {
    font-size: 16px;
    line-height: 30px;
    padding-left: 3px;
}

.detail_max ul.listing-details-sidebar.social-profiles li {
    margin-bottom: 0 !important;
}

.detail_max ul.listing-details-sidebar.social-profiles > li > a > i {
    font-size: 22px;
}

#multiimg > div > a > img {
    border: 1px solid #ccc;
    padding: 2px;
}

#multiimg > .add-img-cls > img {
    border: 1px solid #ccc;
    padding: 2px;
}

#multiimg > .add-img-cls {
    display: inline-block;
}

#multiimg .add-img-cls {
    position: relative;
}

#multiimg .add-img-cls > a + a {
    position: absolute;
    right: 3px;
    top: -15px;
}

#multiimg .add-img-cls .remove_cls {
    position: absolute;
    right: -9px;
    top: -15px;
}

.remove_icon {
    font-size: 11px;
    border: 1px solid red;
    border-radius: 50%;
    padding: 2px 3px;
}

input#tr_images {
    line-height: 42px;
    height: 43px;
    display: flex;
    align-items: center;
    padding-top: 9px;
}

/*happy 8-1-2020 end*/

@media only screen and (max-width: 700px) {
    .modal-content12 {
        width: 100%;
    }
}

/*hhh new*/
.p-15 {
    padding: 15px !important;
}

.messages-inbox a.button.medium {
    font-size: 12px;
    padding: 2px 25px;
}

.filterdiv input[type=text] {
    height: 30px;
    font-size: 12px;
    margin-bottom: 0;
}

div#personnelTable_length label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 12px;
}

#personnelTable_wrapper table.dataTable {
    margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;
}

.sponsor_img img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}

.create_event_btn {
    border: none;
    background-color: #f3103c;
    border-radius: 22px;
    color: #fff;
    font-size: 13px;
    padding: 2px 15px;
    margin-right: 10px;
}

.create_event_btn:hover {
    color: #fff;
}

.icn1 {

    padding: 16px;
    border-radius: 16px;
}

.icn11 {

    padding: 16px;
    border-radius: 16px;
    margin-top: 18px;
}

.icn1 .counter_set h1,
.icn1 .counter_set span,
.icn11 .counter_set h1,
.icn11 .counter_set span {
    color: #fff;
}

.icn1 p.three_txt,
.icn11 p.three_txt {
    color: #fff;
    font-size: 20px;
}

.icn1 .icn_line:before,
.icn11 .icn_line:before {
    background-color: #fff;
}

.icn1 .icn_line:after,
.icn11 .icn_line:after {
    background-color: #fff;
}

.main-search-container.event_manage.event_manage1 {
    background: url(../images/bg.png) no-repeat top right/50% 0%;
    min-height: 100vh;
    height: auto;
    background-size: 60%;
}

.main-search-container.event_manage.event_manage2 {
    /* background: url(../images/01.png) no-repeat top left/50% 0%; */
    /*    min-height: 100vh;*/
    height: auto;
    background-size: 83%;
    /*    margin-top: 100px;*/
}

.main-search-container.event_manage.event_manage3 {
    background: url(../images/00.png) no-repeat top right/50% 0%;
    min-height: 120vh;
    height: auto;
    background-size: 66%;

}

.main-search-container.event_manage.event_manage4 {
    /* background: url(../images/leastevent.png) no-repeat top left/50% 0%; */
    /*    min-height: 100vh;*/
    height: auto;
    background-size: 60%;

}

.main-search-container.event_manage.event_manage5 {
    background: url(../images/01.png) no-repeat top left/50% 0%;
    min-height: 100vh;
    height: auto;
    background-size: 100%;
    margin-top: 50px;
}

.main-search-container.event_manage.event_manage1 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.red_p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.red_h2 {
    font-size: 47px;
}

.counter_set2 {
    padding: 10px 0 10px 0;
}

.color_blk {
    color: #000 !important;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-15 {
    padding-bottom: 15px;
}

/*service_box*/
.serviceBox {
    color: #606060;
    background-color: #f5f5f5 !important;
    text-align: center;
    padding: 0 10px 20px;
    margin: 25px 0 0;
    border: 1px solid transparent;
    border-bottom: 10px solid #8fcc0c;
    border-radius: 0 30px;
}

.serviceBox .service-icon {
    color: #fff;
    background: #8fcc0c;
    font-size: 35px;
    padding: 8px 32px;
    margin: -30px 0 0 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.2) inset;
    border-radius: 15px 15px 0 0;
    display: inline-block;
    transition: all 0.3s;
}

.serviceBox .service-icon i {
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon i {
    text-shadow: 0 0 5px #555;
    transform: rotate(360deg);
}

.serviceBox .service-content {
    background-color: #fff;
    padding: 30px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
    height: 415px;
}

.serviceBox .service-content.service-contentNew {
    height: 315px !important;
}

.serviceBox .service-content12 {
    height: 215px;
    background-color: #fff;
    padding: 30px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

.serviceBox .title {
    color: #8fcc0c;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
}

.set_subttl {
    text-align: center;
    font-size: 16px;
}

.serviceBox.orange {
    border-bottom-color: #FF8B04;
}

.serviceBox .service-icon.orange {
    background: #FF8B04;
}

.serviceBox.orange .title {
    color: #FF8B04;
}

.serviceBox.pink {
    border-bottom-color: #f91942;
}

.serviceBox .service-icon.pink {
    background-color: #f91942;
}

.serviceBox.pink .title {
    color: #f91942;
}

.serviceBox.darkblue {
    border-bottom-color: #4363B0;
}

.serviceBox.darkblue .service-icon {
    background-color: #4363B0;
}

.serviceBox.darkblue .title {
    color: #4363B0;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 25px 0 50px;
    }
}

.icn_cust {
    height: 38px !important;
}

.set_ul2 {
    font-size: 15px;
    padding-top: 6px;
    line-height: 1.9;
    text-align: left;
    padding-left: 30px;
}

.w-90 {
    width: 90%;
}

.h2_font {
    font-size: 39px !important;
}

.h2_font2 {
    font-size: 30px !important;
}

.font-45 {
    font-size: 45px;
}

/*service-box1*/
.serviceBox1 {
    padding: 35px 20px 35px 90px;
    position: relative;
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
}

.serviceBox1:before {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}

.serviceBox1:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.serviceBox1 .service-icon1 {
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #f91942;
    text-align: center;
    border: 2px solid #16706e;
    position: absolute;
    top: 55px;
    left: 20px;
    transition: all 0.3s ease 0s;
}

.serviceBox1:hover .service-icon1 {
    transform: translateY(20px);
}

.serviceBox1 .service-icon1:before,
.serviceBox1 .service-icon1:after {
    content: "";
    height: 2px;
    background: #16706e;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}

.serviceBox1 .service-icon1:after {
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}

.serviceBox1:hover .service-icon1:before {
    top: -25px;
    transform: rotate(90deg);
}

.serviceBox1:hover .service-icon1:after {
    transform: rotate(-90deg);
    bottom: -25px;
}

.serviceBox1 .title1 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    position: relative;
}

.serviceBox1 .description {
    font-size: 13px;
    color: #807d7d;
    line-height: 25px;
    letter-spacing: 0.7px;
    margin: 0;
}

/*11-2-2020...........................*/
.not-sticky-custm {
    height: 45px;
    display: flex;
    align-items: center;
}

.user-menu.user-menu-dashboard.grd-2 .user-name p {
    font-size: 13px;
}

.right-side.hidden-xs a.button.border {
    padding: 5px 21px;
}

.badgeFlex {
    display: flex;
    width: auto;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.badge-input .chosen-container .chosen-single {
    height: 42px;
    line-height: 42px;
}

.select-badge {
    margin-right: 20px;
}

/*
.bg-svg {
    background-image: url(https://eventrrworld.com/public/users/images/h_bg_01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: #f9194236;
}
*/
.mb-10 {
    margin-bottom: 10px;
}

.button.border.setTop-btn2.setTop-btn3.mt-10 {
    margin-top: 10px !important;
}

.messages-inbox.pt-16 {
    padding-top: 16px !important;
}

.pricing-list-item.set-inputs td .fm-input {
    flex: .3 !important;
}

.col-flex {
    display: flex;
}

.msg-bdg.msg-bdg-aprove,
.msg-bdg.msg-bdg-pending {
    padding: 5px 8px;
    line-height: 5px;
    position: relative;
    top: -1px;

}

.note-btn {
    margin-bottom: -33px !important;
}

/*end 11-2-2020.........................*/
@media only screen and (max-width:990px) {
    .serviceBox1 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:767px) {
    .serviceBox1:before {
        transform: scale3d(1, 1, 1);
    }

    .serviceBox1 .service-icon1 {
        top: 30px;
    }
}

@media only screen and (max-width:480px) {
    .serviceBox1 .service-icon1 {
        top: 40px;
    }
}

.ul_new {
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.trans {
    transform: translate(90px, -45px);
}

.cont_wrapper {
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.cont_wrapper2 {
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    padding: 80px 0;
    color: #fff;

}

.heading_res2 {
    padding-bottom: 30px;
    color: #fff;
}

.email_txt {
    color: #fff;
    font-size: 26px;
}

.email_sub_txt {
    padding-top: 10px !important;
    font-size: 16px;
    padding-bottom: 10px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-50 {
    padding-top: 50px;
}

.color_w {
    color: #fff !important;
}

.cont_wrapper2:after {
    content: '';
    background-color: #a29494;
    height: 500px;
    width: 500px;
    position: absolute;
    top: 152px;
    bottom: 0;
    transform: skewY(-12.4deg);
    z-index: -1;
    left: 0;
}

.mt-120 {
    margin-top: 120px;
}

.schedule_btn {
    color: #000;
    border: 1px solid #f91942;
    padding: 10px 30px;
    font-size: 14px;
    display: table;
    margin: auto;
    width: 50%;
}

.schedule_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f91942;
    transition: .3s;
}

.mb-30 {
    margin-bottom: 30px;
}

.mar-0 {
    margin-bottom: 0 !important;
}

/*featureEvent box*/
.box_n {
    font-family: 'Merriweather Sans', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.box_n:hover {
    box-shadow: 3px 3px 5px #999;
}

.box_n:before,
.box_n:after {
    content: "";
    background: radial-gradient(circle at 23% 70%, rgba(255, 255, 255, 0.8), #fff 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top: -10.5%;
    right: -150%;
    z-index: 1;
    transition: all 0.35s ease;
}

.box_n:after {
    background: rgba(255, 255, 255, 0.5);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}

.box_n:hover:before {
    opacity: 1;
    right: -85%;
}

.box_n:hover:after {
    opacity: 1;
    top: -42%;
}

.box_n img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.box_n:hover img {
    transform: scale(1.2);
}

.box_n .box-content {
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all .5s;
}

.box_n:hover .box-content {
    right: 5%;
}

.box_n .title {
    color: #1e272e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

.box_n .post {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}

.box_n .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box_n .icon li {
    display: inline-block;
    margin: 0 4px;
}

.box_n .icon li a {
    color: #fff;
    background-color: #1e272e;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}

.box_n .icon li a:hover {
    color: #1e272e;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 0 5px #1e272e inset;
}

@media only screen and (max-width:990px) {
    .box_n {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width:479px) {
    .box_n .title {
        font-size: 20px;
    }
}

.service-content p {
    font-size: 15px;
    text-align: justify;
}

.terms_top {
    background-color: #eeedf2;
    height: 150px;
}

.terms_card {
    background-color: #fff;
    margin-top: -50px;
    box-shadow: 1px -2px 10px 1px #ccc;
    padding: 50px;
    border-radius: 6px;
}

.terms1 {
    margin: 0;
    padding-top: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.set_ul3 {
    font-size: 14px;
    padding-top: 6px;
    line-height: 1.8;
    text-align: left;
    padding-left: 30px;
}

.pb-25 {
    padding-bottom: 25px;
}

.plus2 {
    height: 60px;
    width: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 8px;
}

.email_t {
    transform: translate(120px, -60px);
}

.h-225 {
    height: 225px;
}

.font-33 {
    font-size: 33px;
}

.font-28 {
    font-size: 28px;
}

.font-20 {
    font-size: 20px;
}

.font-17 {
    font-size: 17px;
}

.font-10 {
    font-size: 10px;
}

.font-22 {
    font-size: 22px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.custFont {
    font-size: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-8 {
    padding-bottom: 8px;
}

.email_div {
    background-image: url(https://eventrrworld.com/public/users/images/email_marketing.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: #fff;
    background-attachment: fixed;
}

.boost1 {
    font-size: 20px;
    padding-top: 10px;
}

.font-22 {
    font-size: 22px;
}

.mt-120 {
    margin-top: -120px;
}

.create_evnt {
    font-size: 60px !important;
    font-family: 'Oswald-Bold';
}

.boost_div {
    position: relative;
}

.boost_img {
    height: 100px !important;
    position: absolute;
    right: 51px;
    opacity: 0.3;
    top: -15px;
}


/*simple4 hiring*/
.office {
    height: 100vh;
}

.p-0 {
    padding: 0;
}

.blk1 {
    height: 100vh;
    background-color: #000;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blk_h {
    color: #ef0d33;
    font-size: 90px;
    letter-spacing: -2px;
    padding-left: 35px;
    font-family: 'Oswald-Bold';
    text-transform: uppercase;
    font-weight: 700;
}

.blk_p {
    color: #ef0d33;
    text-transform: uppercase;
    margin: 0;
    padding-left: 45px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    letter-spacing: 1px;
}

.img_overlay:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
}

.join_team {
    /*    background-color: #000;*/
    background-image: url(https://eventrrworld.com/public/users/images/team2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
    background-attachment: fixed;
}

.joinUs {
    padding-top: 100px;
    padding-bottom: 60px;
    font-size: 40px;
    color: #ef0d33;
    text-transform: uppercase;
    font-family: 'Oswald-Bold';
}

.joinUsText {
    color: #fff;
    font-size: 16px;
}

.joinFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pb-100 {
    padding-bottom: 100px;
}

.joinUs span {
    position: relative;

}

.joinUs span:after {
    content: '';
    background-color: red;
    height: 2px;
    width: 30%;
    left: 6px;
    position: absolute;
    bottom: -5px;
    transition: .5s;
}

.joinUs span:hover::after {
    width: 92%;
}

.mt-100 {
    margin-top: 100px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-26 {
    margin-top: 26px;
}

.icn_bor {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icn_h {
    height: 50px;
    width: 50px;
}

.icnFlex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.icnText {
    font-size: 16px;
    padding-top: 15px;
}

.pkgHead {
    padding-bottom: 60px;
    font-size: 40px;
    color: #ef0d33;
    text-transform: uppercase;
    font-family: 'Oswald-Bold';
}

.pkgHead span {
    position: relative;

}

.pkgHead span:after {
    content: '';
    background-color: #ef0d33;
    height: 2px;
    width: 30%;
    left: 6px;
    position: absolute;
    bottom: -5px;
    transition: .5s;
}

.pkgHead span:hover::after {
    width: 97%;
}

.icnBox {
    background-color: transparent;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-radius: 5px;
    height: 210px;
}

.icnBox:hover {
    background-color: #ccc;
    box-shadow: 10px 7px 9px -5px #ccc;

}

.hight1 {
    height: 80px;
}

.blkText {
    padding-left: 43px;
    color: #fff;
    padding-top: 60px;
    width: 85%;
}

.contactHead {
    padding-bottom: 30px;
    font-size: 40px;
    color: #ef0d33;
    text-transform: uppercase;
    font-family: 'Oswald-Bold';
}

.contactUs {
    background-color: #ccc;
    padding: 100px;
}

.contactUsText {
    font-size: 16px;
    padding-bottom: 20px
}

.contactBtn {
    font-size: 30px;
    border: 1px solid #ef0d33;
    color: #ef0d33;
    padding: 5px 50px;
    font-family: 'OpenSans-Bold';
    transition: .5s;
}

.contactBtn:hover {
    background-color: #ef0d33;
    color: #fff;
    text-decoration: none;

}

.contactHead span {
    position: relative;

}

.contactHead span:after {
    content: '';
    background-color: #ef0d33;
    height: 2px;
    width: 30%;
    left: 6px;
    position: absolute;
    bottom: -5px;
    transition: .5s;
}

.contactHead span:hover::after {
    width: 97%;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-5 {
    padding-bottom: 5px;
}

.abtDiv h4 {
    padding-bottom: 5px;
}

.pl-18 {
    padding-left: 18px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pl-10 {
    padding-left: 10px;
}

/*img modal 2*/
#myImgNew {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}



/* The Modal (background) */
.modalNew {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999 !important;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    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.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contentNew {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-contentNew,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*about us*/
.serviceBoxAgain {
    padding: 25px 30px;
    text-align: center;
    background: #fff;
    position: relative;
    height: 210px;
}

.serviceBoxAgain:before {
    content: "";
    border-top: 0 solid #f91942;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBoxAgain:hover:before {
    border-top-width: 78px;
    border-right-width: 78px;
}

.serviceBoxAgain:after {
    content: "";
    border-bottom: 0 solid #f91942;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBoxAgain:hover:after {
    border-bottom-width: 78px;
    border-left-width: 78px;
}

.serviceBoxAgain .service-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    border: 2px solid #eed956;
    background: #0a2d43;
    font-size: 40px;
    color: #eed956;
    margin-bottom: 20px;
    position: relative;
}

.serviceBoxAgain .title {
    font-size: 17px;
    font-weight: 700;
    color: #f91942;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}

.serviceBoxAgain:hover .title {
    letter-spacing: 3px;
}

.serviceBoxAgain .description {
    font-size: 15px;
    color: #707070;
    line-height: 27px;
    margin: 0;
}

@media only screen and (max-width:990px) {
    .serviceBoxAgain {
        margin-bottom: 15px;
    }
}

.mainTtl {
    position: relative;
}

.mainTtl:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 50px;
    bottom: -12px;
    background-color: red;
    transition: .5s;
}

.mainTtl:hover::after {
    width: 400px;
}


.bgSec {
    background-image: url(https://eventrrworld.com/public/users/images/laptop1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    color: #fff;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.bgSec1 {
    background-image: url(https://eventrrworld.com/public/users/images/association.jpg);
}

.bgSec:after {
    content: '';
    background-color: #00000082;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mainTtl2 {
    position: relative;
}

.mainTtl2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50%;
    background-color: red;
    bottom: -6px;
    left: 3px;
    transition: .5s;
}

.mainTtl2:hover::after {
    width: 94%;
}

.imgZoom {
    position: relative;
    overflow: hidden;
    width: 430px;
}

.imgZoom3 {
    position: relative;
    overflow: hidden;
    width: 430px;
}

.imgZoom4 {
    height: 80vh !important;
}

.imgZoom img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: 100vh;
    transform: scale(1);
}

.imgZoom3 img {
    max-width: 100%;
    width: 100%;
    height: 100vh;
}

.imgZoom2 img {
    height: auto !important;
}

.imgZoom:hover img {
    transform: scale(1.1);
}

.custPadd > tr > td {
    padding: 20px !important;
}

.setTd {
    line-height: 24px;
    text-align: justify;
}

.m-0 {
    margin: 0 !important;
}

.books_1 {
    position: relative;
}

.downloadIcn:after {
    content: '\f019';
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    line-height: 37px;
}

.downloadIcn {
    background-color: #f91942;
    height: 35px;
    width: 35px;
    position: absolute;
    /*
    right: 23px;
    bottom: 65px;
*/
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
}

.downloadIcn:hover {
    background-color: #f91942;
}

.fourWidth {
    width: 70%;
}

.fourWidth2 {
    width: 90%;
}

/*
.imgTransform1{
    transform: translate(64px, -27px);
}
.imgTransform2{
transform: translate(32px, -100px);
}
.imgTransform4{
transform: translate(-30px, -91px);
}
*/
.bg-11 {
    background-color: #eee;
}

.ul_new li {
    list-style-type: none;
}

.icnCheck {
    margin: 10px 0px;
    background: url(https://eventrrworld.com/public/users/images/check1.svg) left top no-repeat;
    padding: 0px 0px 3px 30px;

}

.finalOl .li1 {
    font-size: 27px;
}

.li1 h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #707070;
}

.innerOl {
    font-size: 14px;
    padding-left: 50px;
    padding-bottom: 20px;
}

.colorGrey {
    color: #707070;
}

.set_p p {
    font-size: 16px;
}

.family1 {
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif !important;
}

img.regIcn {
    height: 100px;
    opacity: .5;
}

.margin-top-New {
    margin-top: -62px;
}

.margin-top-New2 {
    margin-top: -20px;
}

/*
.imgGov {
    border-radius: 0 50% 50% 0;
}
*/

.bg_gradiant {
    background: linear-gradient(to right, #240b36, #c31432);
}

.imgPartner {
    height: 400px;
    width: 400px;
    opacity: .8;
}

.custSelect {
    height: 51px !important;
    font-size: 15px !important;
    color: gray !important;
    font-weight: 500 !important;
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
}

.custTextarea {
    min-height: 85px !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
}

.btnPartner2 {
    padding: 0px 45px !important;
}

.btnPartner2:hover {
    color: #fff !important;

}

.btnPartner2:focus,
.btnPartner2:active {
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}

/*faq*/

.faq h3 {
    padding-bottom: 20px;

}

.faq_title {
    position: relative;
    display: inline-block;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;

}

.faq .faq_title svg {
    height: 38px;
    width: 38px;
    /*    position: absolute;*/
    /*    right: 246px;*/
    /*    top: -2px;*/
    -webkit-animation: op_change 3s infinite alternate;
    animation: op_change 3s infinite alternate;
    -webkit-transition: .6s;
    transition: .6s;
    margin-left: 15px;
}

@-webkit-keyframes op_change {
    from {
        opacity: .05;
    }

    to {

        opacity: 1;
    }
}

@keyframes op_change {
    from {
        opacity: .05;
    }

    to {

        opacity: 1;
    }
}

.faqs {
    padding: 8px 50px;

}

.faq .faqs .faq-items p {
    line-height: 1.5;
    padding: 0 15px 10px;
    display: none;
    font-size: 14px;
}

.faq .faqs .faq-items {

    width: auto;
    background-color: #f9f9f9;
    position: relative;
}

.faq .faqs .faq-items:after {
    position: absolute;
    border: 2px solid #000;
    height: 12px;
    width: 12px;
    content: '';
    right: 15px;
    top: 16px;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .9s;
    transition: .9s;
}

.faq .faqs .faq-items.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .9s;
    transition: .9s;
}

.faq-items h4 {
    padding: 15px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.faq .faq_title svg .faq .faqs .faq-items p {
    padding-left: 25px;
    margin-bottom: 0;
    display: none;
}

/*
.done:hover::after {
    content: '\f05d ';
    font-family: FontAwesome;
    background-color: #00000052;
    font-size: 90px;
    position: absolute;
    text-align: center;
    display: flex;
    top: 0;
    left: 10px;
   height: 225px;
    width: 180px;    
    align-items: center;
    justify-content: center;
    color: #fff;
}
*/
.done {
    padding: 0 !important;
    transition: .5s;
}

.done img {
    width: 165px;
    height: 204px;
    /*    object-fit: cover;*/

}

.selected123 i {
    font-size: 75px;
    color: #ffff;
}

.selected123 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    background-color: #0000007a;
    height: 204px;
    width: 165px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected123Active {
    opacity: 1;
}

.done:hover .selected123 {
    opacity: 1;
}

.previewIcn {
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    right: 75px;
    border: 1px solid #f91942;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 0.8;
    font-size: 19px;
    z-index: 9999;
    background-color: #f91942;
}

.promotion_p p {
    line-height: 1.4;
    padding-top: 8px;
}

.promotion_p img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.img_h img {
    /*    padding-right: 15px;*/
    height: 72px;
    /*    margin-right: 45px;*/
}

.border_red {
    border-color: red;
}

.setText p {
    line-height: 4px !important;
    font-size: 12px;
}

.box1 {
    background-color: #f8f2f2;
    text-align: center;
    padding: 15px;
    height: 345px;
}

.box1 p {
    font-weight: 500;
}

.ticket1 {
    background-color: transparent;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-style: dotted;
}

.bigBorder {
    /*    background-color: #f91942;*/
    background: linear-gradient(to right, #240b36, #c31432);
    padding: 10px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}

.b_bottom {
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.b_left_right {
    position: relative;
}

.b_left_right:after {
    content: '';
    position: absolute;
    border: 0.6px solid red;
    width: 63px;
    border-style: dotted;
    top: 14px;
    right: -67px;
}

.b_left_right:before {
    content: '';
    position: absolute;
    border: 0.6px solid red;
    width: 63px;
    border-style: dotted;
    top: 14px;
    left: -65px;
}

p.sum {
    background-color: #eee;
    padding: 3px 13px;
    border-radius: 7px;
}

.billing_flex {

    margin-bottom: 0;
    font-size: 12px;
}

.billing {
    padding: 5px 15px 0;
    width: 100%;
}

.billing_flex.billing_bg.billing_bg_custm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.billing_flex.billing_bg {
    /* background: linear-gradient(to right, #240b36, #c31432); */
    background-color: #eee;
    color: #000;
    width: 100%;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
}

.billing.billing1 {
    padding: 20px;
}

.rightFloat {
    float: right;
}

.font-15 {
    font-size: 15px;
}

.color_red {
    color: red;
}

.terms12 p {
    padding-left: 30px;
    font-size: 12px;
}

.payment_btn {
    padding: 12px 57px;
    background-color: #f91943;
    color: #fff;
    font-size: 15px;
    border-radius: 22px;
}

.payment_btn:hover {
    color: #fff;
    text-decoration: none;
}

.termsUl {
    font-size: 13px;
    color: red;
    padding-bottom: 25px;
    padding-top: 20px;
}

ul.termsUl li {
    margin-bottom: 4px;
}

label.cust {
    height: 26px;
    background-color: #f91942;
    width: 60%;
    border-radius: 10px;
    cursor: pointer;
}

label.cust span {
    position: relative;
    top: 0px;
    left: 34px;
    color: #ffff;
}

input[type="file"name="event_logo"] {
    display: none;
}

#eventLogoId {
    display: none;
}

.noImg img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}

.noImg {
    border-radius: 50%;
    width: 52px;
    text-align: left;
}

.classFlex {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

/*
.classFlex {
    display: flex;
    justify-content: center;
    margin-top: -38px;
}
*/
.alignLogo {
    width: 28%;
    margin: auto;
    margin-top: -27px;
}

.upload12 {
    margin: 0 auto !important;
}
}

span.lost_password {
    float: right !important;
}

.plCust {
    padding-left: 13px !important;
}

.usageRadio input {
    opacity: 0;

}

/*
.usageRadio > input:checked ~ div {
    color: red !important;
}
*/

.usageSelected {
    border: 1px solid red;
    padding: 0 30px;
    background-color: #f91942;
    color: #fff;
    border-radius: 6px;
}

.usageSelected2 {
    color: #f91942 !important;
}

.usageDays {
    cursor: pointer;
    padding: 0 30px;
}

.usageDays h1 {
    font-size: 30px;
}

.usageDays p {
    font-size: 16px;
    margin-bottom: 4px;
}



.usageCheckbox input + label a {
    color: #000 !important;
}

.usageTranslate {
    transform: translate(0, -22px);
}

.cancelBtn1 {
    color: #000;
    border: 1px solid #f91943;
    padding: 6px 11px;
    border-radius: 5px;
    /*    margin-left: 30px;*/
    cursor: pointer;
}

.pkgTtl {
    background-color: #f91943;
    padding: 3px 18px;
    color: #fff;
    border-radius: 21px;
    font-size: 13px;
}

.cancelFlex {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#join_email {
    margin: 0;
    margin-top: 0px;
    height: 46px;
    margin-top: -1px;

}

.listing-item-image img {
    width: 205px !important;
    height: 200px !important;
    max-width: 205px !important;
    max-height: 220px !important;
    object-fit: cover !important;
}

.tagSet {
    bottom: 32px !important;
    left: 0px !important;
    padding: 1px 6px !important;
}

.ul_flex {
    padding-left: 0;
    cursor: pointer;
}

.ul_flex.ul_flex2 li {
    font-size: 12px;
}

.ul_flex li {
    list-style-type: none;
    font-size: 10px;
}

.ul_flex li:hover {
    color: red;
    transition: color .6s ease;
}

.country_ttl {
    color: #f91943;
    font-weight: bold;
    font-size: 12px;
}

.country_heading {
    margin-top: 0;
    color: #f91943;
    font-weight: bold;
}

.wht_box {
    background-color: #fff;
    padding: 22px 22px 0 22px;
    margin-bottom: 15px;

}

.wht_box2 {
    background-color: #fff;
    padding: 15px 22px 5px 22px;
    margin-bottom: 10px;
}

.wht_box3 {
    background-color: #fff;
    padding: 15px 22px 5px 22px;
    min-height: 851px;
    margin-bottom: 15px;
}

.bg123 {
    background-color: #f0f0f0 !important;
}

.add_btn1 {
    position: relative !important;
    top: -1px !important;

}

.m-b-19 {
    margin-bottom: 19px !important;
}

.page-item.active {
    /* color: red; */
    block-size: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
    color: #fff !important;
    background: #f91943 !important;
}

li.paginate_button.page-item.active {
    padding: 0;
}

.messages-inbox {
    padding: 10px !important;
    padding-bottom: 0 !important;
}

.paginate_button.page-item.active {
    line-height: 29px !important;
}

.page-item.active a {
    color: #fff !important;
}

.page-item.active:hover a {
    color: #333 !important;

}

.pricing-list-item td .fm-input.fm-input2 {
    flex: none !important;
}

table.basic-table.basic-table2 th,
table.basic-table.basic-table2 td {
    padding: 10px 18px !important;
    font-size: 12px !important;
}

.listing-item-set-img img {
    height: 50% !important;
    width: 50% !important;
    margin-top: 30px;
    border-radius: 4px 4px 0 0;
}

.listing-item-set-img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff !important;
}

.listing-item.listing-item-set-img {
    overflow: visible !important;
    height: 220px !important;
}

.listing-item-content2 {
    left: 110px !important;
    padding: 0 !important;
    bottom: -35px !important;
}

.listing-item-details.listing-item-details2 {
    margin-right: 0 !important;
    margin-left: 20px !important;
}

.new_bg {
    background: rgb(248, 248, 248) !important;
}

.new_bg_w {
    background: #fff !important;
}

.seeMore-btn {
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #f91943;
    padding: 6px 20px;
    border-radius: 20px;
    transition: .6s ease;
}

.seeMore-btn:hover {
    background-color: #f91943;
    color: #fff;
}

.listing-item-container .star-rating.star-rating2 {
    padding: 0px 8px 5px !important;
}

.star-rating.star-rating2 {
    display: inline-block;
}

span.like-icon2 {
    color: #fff;
    font-size: 19px;
    position: absolute;
    z-index: 101;
    right: 0 !important;
    cursor: normal;
    background-color: rgba(24, 24, 24, .4);
    display: block;
    height: 25px !important;
    width: 25px !important;
    border-radius: 0 0 0 0px !important;
    -webkit-transition: all .4s;
    transition: all .4s;
    top: 0 !important;
}

.like-icon2:before,
.like-icon2:after {
    top: 0px !important;
    font-size: 13px;
}

.add-sub-rating.add-sub-rating2 {
    width: 33.33% !important;
}

.listing-slider-small.listing-slider-small2 .slick-next,
.listing-slider-small.listing-slider-small2 .slick-prev {
    background-color: #f91943 !important;
}

p.cust_ttl:before {
    content: '';
    position: absolute;
    right: -19px;
    bottom: 0;
    transform: rotate(90deg);
    border-top: 20px solid transparent;
    border-right: 20px solid #f91943;
}

p.cust_ttl2:before {
    content: '';
    position: absolute;
    right: -19px;
    bottom: 0;
    transform: rotate(90deg);
    border-top: 20px solid transparent;
    border-right: 20px solid #f91943;
}

p.cust_ttl:after {
    content: '';
    position: absolute;
    right: -19px;
    top: 0;
    transform: rotate(0deg);
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f91943;
}

p.cust_ttl2:after {
    content: '';
    position: absolute;
    right: -19px;
    top: 0;
    transform: rotate(0deg);
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f91943;
}

.setFloat2 {
    float: right;
}

.share_icn {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #a2a2a2;
    height: 25px;
    width: 25px;
    transition: .3s ease-in-out;
}

span.share_icn i {
    color: #fff;
    font-size: 12px;
    padding-left: 6px;
}

span.share_icn:hover {
    background-color: #f91943;
}

/*
.at-share-btn-elements {
    display: inline-block;
    position: relative;
    top: 31px;
    z-index: 1;
    left: -2px;
}
.at-share-btn-elements a {
    border-radius: 0 !important;
    background-color: #f91943 !important;
}
*/


/*sss*/

@media(min-width:1025px) and (max-width:1239px) {
    /*
	.right-side {
		width: auto;
		display: inline-block;
		margin-top: -126px;
		position: relative
	}

	.left-side {
		width: 100%;
		display: inline-block
	}
*/

}

#logo,
#navigation {
    float: left
}

#logo {
    margin-right: 50px
}

.header-widget {
    text-align: right
}

#header.cloned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

#header.cloned {
    background-color: #fff
}

#header.cloned #logo img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 120px;
    margin-top: 1px
}

#header.cloned {
    padding: 18px 0 7px
}

.sticky-logo {
    display: none
}

#header.cloned.unsticky {
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(0, -100%) scale(1);
    transform: translate(0, -100%) scale(1);
    -webkit-transition: .3s;
    transition: .3s
}

#header.cloned.sticky {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transition: .3s;
    transition: .3s
}

#footer {
    padding: 25px 0 0;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .09);
    font-size: 15px
}

#footer.sticky-footer {
    -webkit-box-shadow: none;
    box-shadow: none
}

#footer.dark {
    border-top: none
}

#footer h4 {
    color: #333;
    font-size: 21px;
    margin-bottom: 25px
}

.footer-shadow {
    width: 100%;
    display: block;
    background: #fff;
    height: 200px;
    margin-top: -200px;
    position: relative;
    z-index: -1;
    -webkit-box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .06);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .06)
}

.text-widget span {
    color: #707070
}

.text-widget span.address {
    display: block;
    margin-bottom: 10px
}

#footer a {
    color: #66676b
}

#footer ul.footer-links2 {
    width: 18% !important;
}

#footer ul.footer-links {
    margin: 0 0 15px;
    padding: 0;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left
}

#footer .footer-links li {
    position: relative;
    list-style: none
}

#footer .footer-links li a {
    padding: 0 0 9px 16px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #707070;
    line-height: 21px
}

#footer .footer-links li a:hover {
    padding-left: 15px;
    color: #66676b
}

#footer .footer-links li:before {
    font-family: fontawesome;
    font-size: 20px;
    content: "\f105";
    position: absolute;
    left: 0;
    top: -2px;
    padding: 0 7px 0 0;
    color: #ccc
}

.copyrights {
    color: #707070;
    border-top: 1px solid rgba(0, 0, 0, .09);
    margin-top: 25px;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    width: 100%
}

#footer.alt .copyrights {
    margin-top: 0;
    border: none;
    padding: 25px
}

.copyrights a {
    color: #707070
}

#footer.dark {
    background: #222;
    color: #aaa
}

#footer.dark a,
#footer.dark h4,
#footer.dark a:hover {
    color: #fff
}

#footer.dark .text-widget,
#footer.dark .text-widget span,
#footer.dark .footer-links li a {
    color: #aaa
}

#footer.dark .footer-links li a:hover {
    color: #fff
}

#footer.dark .footer-links li:before {
    color: #666
}

#footer.dark .copyrights {
    color: #aaa;
    border-top: 1px solid rgba(255, 255, 255, .09)
}

#footer .social-icons li a {
    opacity: .8;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

#footer .social-icons li a:hover {
    opacity: 1
}

#backtotop {
    position: fixed;
    right: 75PX;
    opacity: 0;
    visibility: hidden;
    bottom: 36px;
    margin: 0 25px 0 0;
    z-index: 999;
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#backtotop a {
    text-decoration: none;
    border: 0;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #66676b;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    text-align: center;
    font-size: 26px
}

body #backtotop a {
    color: #fff
}

#backtotop a:after {
    content: "\f106";
    font-family: fontawesome;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
}

#navigation {
    position: relative;
    display: block
}

#navigation ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#navigation ul a {
    display: block;
    text-decoration: none
}

#navigation ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#navigation ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 99999
}

#navigation ul ul li {
    float: none
}

#navigation ul ul ul {
    top: 0;
    left: 100%;
    margin: 0
}

#navigation ul ul {
    margin: 10px 0 0 15px
}

#navigation ul ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: transparent;
    width: 100%;
    height: 10px
}

#navigation ul ul ul:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -10px;
    top: 0;
    opacity: 0
}

#navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible
}

#navigation ul li a:after,
#navigation ul ul li a:after {
    font-family: fontawesome;
    opacity: .5
}

#navigation ul li a:after {
    content: '\f107';
    padding-left: 7px
}

#navigation ul ul li a:after {
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 7px
}

#navigation ul li a:only-child:after {
    content: '';
    padding: 0
}

#navigation ul ul li a:only-child:after {
    content: ''
}

#navigation ul ul {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    font-size: 15px
}

#navigation ul ul li {
    border-radius: 4px
}

#navigation ul ul li:last-child {
    border-bottom: none
}

#navigation ul li:hover ul a,
#navigation ul ul a {
    line-height: 27px !important;
    padding: 4px 40px 4px 15px !important;
    line-height: 24px !important
}

body #navigation ul ul {
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#navigation ul ul li {
    width: 180px
}

#navigation ul ul li:hover {
    border-radius: 0
}

#navigation ul ul li:first-child {
    border-radius: 4px 4px 0 0
}

#navigation ul ul li:last-child {
    border-radius: 0 0 4px 4px
}

#navigation ul ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

#navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#navigation.style-1 .current {
    background-color: transparent;
    color: #66676b
}

#navigation.style-1 {
    margin-top: 1px
}

#navigation.style-1 .current:after {
    opacity: 1
}

#navigation.style-1 ul li {
    -webkit-transition: all .25s;
    transition: all .25s
}

#navigation.style-1 ul li a {
    color: #444;
    cursor: pointer
}

body .user-menu ul li a:hover,
#navigation.style-1 ul li:hover a {
    color: #66676b
}

#navigation.style-1 ul a {
    line-height: 32px;
    padding: 5px 15px
}

#navigation.style-1 ul li {
    margin: 0 5px
}

#navigation.style-1 ul ul li {
    margin: 0;
    border-radius: 0
}

#navigation.style-1 ul ul li:first-child {
    border-radius: 4px 4px 0 0
}

#navigation.style-1 ul ul li:last-child {
    border-radius: 0 0 4px 4px
}

#navigation ul ul li a:after {
    opacity: .5;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

#navigation ul ul li:hover a:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#navigation.style-1 ul li a {
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 15px
}

#navigation.style-1 > ul > li > a.current,
#navigation.style-1 > ul > li:hover > a {
    background: rgba(102, 103, 107, .06);
    color: #66676b
}

#navigation.style-1 ul li li a {
    background: #fff !important
}

#navigation.style-1 ul a {
    padding: 2px 15px
}

#navigation ul ul {
    margin: 10px 0 0
}

#navigation.style-1 ul li {
    margin: 0 3px
}

#navigation.style-1 {
    margin-top: 4px
}

body #navigation ul .mega-menu:not(.mm-panel) ul a,
body #navigation.style-1 ul ul li {
    opacity: 1
}

body #navigation.style-1 ul ul li a:after,
body #navigation.style-1 ul li:hover ul li a,
body #navigation.style-1 ul li:hover ul li:hover li a,
body #navigation.style-1 ul li:hover ul li:hover li:hover li a,
body #navigation.style-1 ul ul li:hover ul li a {
    color: #666
}

body #navigation.style-1 ul ul li:hover a:after,
body #navigation.style-1 ul li:hover ul li:hover a,
body #navigation.style-1 ul li:hover ul li:hover li:hover a,
body #navigation.style-1 ul li:hover ul li:hover li:hover li:hover a,
body #navigation.style-1 ul ul li:hover ul li a:hover {
    color: #66676b
}

.mega-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
    position: absolute;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100%;
    left: 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -2px;
    background-color: #fff;
    width: 200px;
    z-index: 99;
    -webkit-transform: translate3d(-42%, 24px, 0);
    transform: translate3d(-42%, 24px, 0)
}

.mega-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    opacity: 0
}

#navigation ul li .mega-menu ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    top: auto;
    left: auto;
    background-color: transparent
}

#navigation ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(-42%, 12px, 0);
    transform: translate3d(-42%, 12px, 0)
}

#navigation ul li:hover .mega-menu ul {
    opacity: 1;
    visibility: visible
}

#navigation .mega-menu ul,
#navigation .mega-menu ul li {
    width: 100%;
    opacity: 1 !important
}

.mega-menu.two-columns {
    width: 429px
}

.mega-menu.three-columns {
    width: 643px
}

.mega-menu.four-columns {
    width: 857px
}

#navigation ul .mega-menu ul a {
    color: #444;
    padding: 0 !important;
    display: block;
    margin-left: 0;
    -wekkit-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .8
}

#navigation ul .mega-menu ul a:hover {
    opacity: 1
}

#navigation ul li:hover .mega-menu ul a,
#navigation ul .mega-menu ul a {
    padding: 5px 0 !important;
    line-height: 22px !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

#navigation .mega-menu ul li {
    padding: 0 30px
}

#navigation ul li a i {
    font-size: 14px;
    position: relative;
    top: 0;
    padding-right: 5px
}

.mega-menu-section {
    display: inline-block;
    float: left;
    width: 214px;
    padding: 0;
    border-right: 1px solid #e9e9e9
}

.mega-menu .mega-menu-section:last-child {
    border: none
}

.mega-menu-headline {
    color: #222;
    opacity: 1 !important;
    font-weight: 600;
    display: block;
    padding: 8px 30px !important;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px
}

.mobile-styles .mm-listview {
    margin: 0 -20px !important
}

.mobile-styles .mm-listview .mega-menu-headline {
    color: #fff;
    padding: 15px 20px !important;
    background: #222 !important
}

.mobile-styles .mm-listview li a i {
    padding-right: 5px
}

.mobile-styles.mm-panel:before {
    height: 10px !important
}

#navigation ul li .mega-menu ul,
#navigation ul li ul {
    z-index: 100
}

#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul {
    z-index: 200
}

.user-menu {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 18px;
    vertical-align: top;
}

.user-menu .user-name {
    -webkit-transition: .2s;
    transition: .2s;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-menu .user-name:after {
    content: "\f107";
    font-family: fontawesome;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 6px;
    color: #aaa;
    margin-top: 8px;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
    color: #66676b
}

.user-menu.active .user-name:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.user-name span img {
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    image-rendering: -webkit-optimize-contrast;
    border: 3px solid #fff;
}

.user-name span {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
}

.user-menu ul {
    float: left;
    text-align: left;
    position: absolute;
    /*    top: 45px;
    */
    top: 55px;
    right: 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    display: inline-block;
    width: 180px;
    font-size: 15px;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s;
    transition: .25s;
    visibility: hidden;
    opacity: 0;
    z-index: 110
}

.user-menu ul li a {
    padding: 6px 15px;
    line-height: 22px;
    display: inline-block;
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s
}

.user-menu ul li a:hover {
    color: #444
}

.user-menu ul li a i {
    width: 20px;
    position: relative;
    display: inline-block
}

.user-menu.active ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.user-name span:after {
    position: absolute;
    /*    content: "";*/
    height: 12px;
    width: 12px;
    background-color: #38b653;
    bottom: 0;
    right: 0;
    display: block;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 50%
}

/*
.user-name span {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
*/

/*
.user-name span {
    width: 35px;
    float: left;
    height: 35px;
    left: 0;
    top: 0;
}
*/
.user-name span {
    float: left;
    height: 60px;
    left: 0;
    top: 9px;
}

.user-name span:after {
    /*
    bottom: -2.5px;
    right: -2.5px
*/
    bottom: 14.5px;
    right: 2.5px;
}

@media(max-width:380px) {
    .user-name span:after {
        bottom: -3px;
        right: -6px
    }

}

body .dashboard-nav ul li a i.fa.fa-calendar-check-o:before,
body .user-menu ul li a i.fa.fa-calendar-check-o:before {
    content: "\e040";
    font-family: simple-line-icons
}

@media(max-width:360px) {
    .user-name span img {
        margin-top: -15px;
    }


    .user-menu ul {
        right: inherit;
        left: -80px;
    }

    .transparent-header div#header:not(.cloned) .header-widget .button,
    .transparent-header div#header:not(.cloned) .header-widget .button.border {
        font-size: 12px;
        padding: 8px 15px;
        margin-right: 5px !important;
        margin-left: 5px;
    }

    .transparent-header #header:not(.cloned) .header-widget .button.border i {
        font-size: 15px;
    }

    .user-menu .user-name > i {
        font-size: 12px;
    }

    .user-name span {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar > * {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview > li {
    position: relative
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
    border-color: inherit
}

.mm-listview > li {
    border-bottom: 1px solid #404040
}

.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 10px 14px 20px;
    margin: 0
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.mm-listview > li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: transparent;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -10px
}

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255, 255, 255, .1);
    color: #fff
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview > li {
    -webkit-transition: .2s;
    transition: .2s
}

.mm-menu .mm-listview > li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter + a.mm-next {
    width: 90px
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
    margin-right: 90px
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
    padding-right: 90px
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
    padding-right: 90px
}

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px
}

.mm-nosubresults > .mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0, 0, 0, .3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 19px;
    font-size: 11px;
    font-weight: 500;
    font-family: open sans
}

.mmenu-trigger {
    height: 50px;
    width: 50px;
    display: none;
    position: relative;
    margin: 0 0 20px;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer
}

.hamburger {
    padding: 0;
    top: 12px;
    left: 13px;
    -webkit-transform: scale(.67);
    transform: scale(.67);
    -moz-transform: scale(.7) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.mmenu-trigger {
    display: none
}

@media only screen and (max-width:1024px) {
    .user-menu ul li a {
        padding: 3px 20px 4px 10px;
    }


    #responsive {
        display: none
    }

    .mmenu-trigger {
        display: inline-block !important
    }

    #logo {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        margin-top: 5px;
        width: 35%;
        text-align: center;
        left: 0;
        right: 0
    }

    .header-widget {
        padding: 20px 0;
        border-top: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header-widget a.button.border {
        padding: 7px 16px;
        background-color: transparent;
        font-size: 16px;
        min-width: auto;
        float: right
    }

    .sign-in {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .user-menu {
        margin-right: auto;
    }

    .header-widget .sign-in {
        top: 9px
    }

    #header-container.header-style-2 .left-side,
    #header-container.header-style-2 .right-side,
    .right-side,
    .left-side {
        width: 100%
    }

    #top-bar .right-side .social-icons {
        float: left;
        position: relative;
        z-index: 9
    }

    #header-container.header-style-2 .header-widget {
        float: left;
        margin-top: 35px;
        margin-bottom: -5px
    }

    .header-widget {
        text-align: left
    }

    #header {
        padding-bottom: 0
    }

    ul.top-bar-menu {
        z-index: 99;
        position: relative
    }

    .header-style-2 .menu-responsive {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0 15px
    }

    #header-container.header-style-2 .header-widget {
        width: calc(100%);
        border-top: 1px solid #e0e0e0;
        padding-top: 30px
    }
}

.main-search-inner .highlighted-category {
    float: left;
    border-radius: 50px;
    margin: 10px 5px 0 0;
    padding: 3px 17px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
    position: relative;
    width: auto;
    color: #fff;
    background-color: #66676b;
    -webkit-box-shadow: 0 2px 8px rgb(102, 103, 107, .2);
    box-shadow: 0 2px 8px rgb(102, 103, 107, .2)
}

.main-search-inner .highlighted-category:hover {
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    background-color: #333
}

.main-search-inner .highlighted-category h4 {
    font-size: 15px;
    color: #66676b;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #fff
}

.main-search-inner .highlighted-category i {
    display: inline-block;
    float: left;
    font-size: 15px;
    position: relative
}

.main-search-inner .highlighted-category:hover h4 {
    color: #fff
}

.highlighted-categories-headline {
    font-size: 16px;
    color: #777;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 8px
}

@media(max-width:991px) {
    .main-search-container {
        height: auto
    }

    .main-search-inner {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        padding-top: 30px;
        /*        padding-bottom: 45px;*/
    }
}

body .typed-cursor {
    opacity: .5;
    font-weight: 200;
    margin-left: 2px
}

body .typed-cursor.typed-cursor--blink {
    -webkit-animation: typedjsBlink 1.5s infinite;
    animation: typedjsBlink 1.5s infinite
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes typedjsBlink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

body .typed-fade-out {
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

body .typed-cursor.typed-cursor--blink.typed-fade-out {
    -webkit-animation: 0;
    animation: 0
}

@media(max-width:768px) {
    .typed-words {
        display: block;
        width: 100%;
        min-height: 46px
    }

    .typed-cursor {
        display: none
    }
}

.main-search-container {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 620px;
    z-index: 9
}

.main-search-container.centered {
    text-align: center
}

.main-search-input {
    text-align: left
}

.main-search-container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.99)), color-stop(70%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 20%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 95%)
}

.main-search-container h2 {
    font-size: 42px
}

.main-search-container h4 {
    font-size: 24px;
    font-weight: 300;
    color: #777;
    line-height: 32px
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    overflow: hidden
}

.main-search-container video {
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    position: absolute
}

.main-search-container.dark-overlay:before {
    background: rgba(46, 47, 50, .55)
}

.main-search-container.dark-overlay h2 {
    color: #fff
}

.main-search-container.dark-overlay h4 {
    color: rgba(255, 255, 255, .7)
}

.main-search-inner {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /*    padding-bottom: 30px*/
}

.main-search-inner select {
    border: none;
    padding-top: 2px;
    padding-bottom: 0;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-search-input {
    margin-top: 50px;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 9px;
    max-height: 68px
}

.main-search-input-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #e9e9e9;
    margin-top: 3px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.main-search-input .main-search-input-item:nth-last-child(2) {
    border-right: none;
    padding-left: 15px;
    padding-right: 15px
}

.main-search-input-item.location a {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    padding: 10px;
    background: #fff
}

.main-search-input-item.location a:hover {
    color: #66676b
}

.main-search-input input,
.main-search-input input:focus {
    font-size: 15px;
    border: none;
    background: #fff;
    margin: 0;
    height: 44px;
    line-height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 32px;
}

.main-search-input button.button {
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    margin-right: 1px;
    height: 50px;
    outline: none
}

.gray-style.main-search-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f7f7;
    top: -10px;
    position: relative
}

.gray-style .main-search-input-item.location a,
.gray-style.main-search-input input,
.gray-style.main-search-input input:focus {
    background: #f7f7f7
}

.gray-style .main-search-input-item {
    border-color: #e0e0e0
}

.transparent-header .main-search-container {
    height: auto
}

.transparent-header .main-search-container .main-search-inner {
    top: 0;
    -webkit-transform: none;
    transform: none;
    padding-top: 210px;
    padding-bottom: 170px;
}

.transparent-header .main-search-container {
    height: auto
}

.transparent-header .main-search-container:before {
    background: rgba(0, 0, 0, .5)
}

.transparent-header #header:not(.cloned) {
    background: transparent;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.transparent-header .main-search-container:before {
    /*    background: rgba(51, 51, 51, .85)*/
}

.transparent-header .highlighted-categories-headline,
.transparent-header .main-search-container h2 {
    color: #fff
}

.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li > a {
    color: #fff
}

.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li > a.current,
.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li:hover > a {
    background: #66676b;
    color: #fff
}

.transparent-header .main-search-container h4 {
    color: rgba(255, 255, 255, .65)
}

.transparent-header .highlighted-category h4 {
    color: #fff
}

.transparent-header #header:not(.cloned) .header-widget .sign-in,
.transparent-header #header:not(.cloned) .header-widget sign-in {
    color: #fff;
}

/*
.transparent-header .header-widget .sign-in:hover {
    color: #fff !important;

}
*/
/*
.transparent-header a.sign-in.popup-with-zoom-anim.current.clearRec.before13 {
    color: #000 !important;
}
a.sign-in.popup-with-zoom-anim.current.clearRec.before13 {
    color: #000 !important;
}
*/

/*
.transparent-header .header-widget .sign-in:hover {
    color: #fff !important;
}
*/

.transparent-header #header:not(.cloned) .user-menu .user-name:after {
    color: rgba(255, 255, 255, .7) !important
}

.transparent-header #header:not(.cloned) .user-menu.active .user-name,
.transparent-header #header:not(.cloned) .user-menu:hover .user-name,
.transparent-header #header:not(.cloned) .user-menu .user-name {
    color: #fff !important
}

.transparent-header #header:not(.cloned) .header-widget .button,
.transparent-header #header:not(.cloned) .header-widget .button.border {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border: none;
    padding: 9px 20px
}

.transparent-header #header:not(.cloned) .header-widget .button:hover,
.transparent-header #header:not(.cloned) .header-widget .button.border:hover {
    background: #66676b;
    color: #fff
}

.transparent-header .main-search-container h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 50px
}

.transparent-header .main-search-inner .highlighted-category:hover {
    color: #333;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    background-color: #fff
}

.transparent-header .main-search-inner .highlighted-category:hover h4 {
    color: #333
}

.main-search-inner .highlighted-category {
    float: none
}

.main-search-inner .highlighted-category i {
    float: none
}

.main-search-inner .highlighted-category {
    padding: 3px 15px;
    display: inline-block
}

.main-search-form {
    text-align: left
}

.main-search-inner .highlighted-category h4 {
    top: -1px;
    position: relative
}

.transparent-header .main-search-inner .highlighted-category {
    background-color: rgba(255, 255, 255, .15);
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(min-width:1240px) and (max-width:1440px) {
    .transparent-header .main-search-container .main-search-inner {
        padding-top: 110px;
        padding-bottom: 65px;
    }
}

@media(max-width:1240px) {
    .transparent-header #navigation.style-1:before {
        background: rgba(255, 255, 255, .15)
    }

    .transparent-header #header:not(.cloned) {
        border: none
    }

    .transparent-header .main-search-container h2 {
        font-size: 38px;
        line-height: 46px
    }
}

@media(min-width:1024px) and (max-width:1240px) {
    .transparent-header .main-search-container .main-search-inner {
        padding-top: 180px;
        padding-bottom: 100px
    }
}

@media(max-width:1024px) {
    .header-widget {
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .mmenu-trigger {
        background-color: rgba(255, 255, 255, .15);
        margin-left: 15px;
    }

    .transparent-header .hamburger-inner,
    .transparent-header .hamburger-inner::before,
    .transparent-header .hamburger-inner::after {
        background: #fff
    }

    .transparent-header #header:not(.cloned) {
        border: none
    }

    .transparent-header .main-search-container .main-search-inner {
        padding-top: 180px;
        padding-bottom: 80px
    }

    .transparent-header .main-search-inner {
        text-align: left
    }

    .transparent-header .main-search-input {
        margin-top: 30px
    }

    .main-search-input-item:last-child,
    .main-search-input .main-search-input-item:last-child,
    .main-search-input .main-search-input-item:nth-last-child(2),
    .main-search-input .main-search-input-item:nth-last-child(3) {
        border-right: none;
        padding-left: 0;
        padding-right: 0
    }
}

body .pac-item {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 5px 15px
}

body .pac-container {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-top: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -2px;
    font-family: raleway
}

.main-search-input .pac-container {
    left: 0 !important;
    top: 54px !important
}

.input-with-icon i,
.main-search-input-item.location a {
    padding: 5px 10px;
    z-index: 101
}

#autocomplete-container,
#autocomplete-input {
    position: relative;
    z-index: 101
}

.main-search-input.gray-style .main-search-input-item.location a,
.main-search-input.gray-style #autocomplete-input {
    background: 0 0
}

.main-search-input.gray-style #autocomplete-input {
    padding-right: 36px
}

@media(min-width:992px) {
    .main-search-input .pac-container {
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
        border: none;
        padding-top: 45px;
        z-index: 9;
        left: 0 !important;
        top: 1px !important;
        border-radius: 4px
    }

    .main-search-input.gray-style .pac-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e0e0e0
    }

    .main-search-input-item,
    .main-search-input-item #autocomplete-input {
        padding: 0 15px
    }
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
    margin: 25px 0
}

.rangeslider--horizontal {
    height: 3px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    filter: alpha(opacity=40);
    opacity: .4
}

.rangeslider__fill {
    background: #66676b;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: #fff;
    border: 2px solid #66676b;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.range-output {
    font-size: 18px;
    font-weight: 400;
    color: #666
}

.range-output:after {
    content: "km"
}

.data-radius-title {
    font-style: normal;
    font-size: 15px;
    color: #888;
    font-weight: 400;
    margin-top: 0;
    display: block
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 990;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 4px;
    font-size: 12px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 4px 0 0
}

.chosen-container-active .chosen-drop,
.chosen-container-single .chosen-drop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 18px;
    margin: 1px 0 0;
    right: 30px;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    color: silver;
    float: right;
    font-weight: 400;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg)
}

.chosen-container-active.chosen-with-drop .chosen-single div:after {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg)
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    margin-bottom: 10px !important;
    border: 1px solid #ddd !important;
    background-color: #fbfbfb !important;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04)
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: 400;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 300px
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 9px 10px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container-multi .chosen-results li {
    padding: 10px 18px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    border-radius: 0;
    color: #66676b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: auto;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-radius: 4px 4px 0 0
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 0;
    padding: 0;
    height: 42px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    color: #888;
    line-height: normal;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 2px 6px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #66676b;
    line-height: 29px;
    color: #fff;
    cursor: default;
    font-weight: 500;
    border-radius: 3px
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -2px;
    right: 7px;
    display: block
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 13px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #fff;
    float: right;
    font-weight: 400
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #888
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container.chosen-container-multi .chosen-drop {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0
}

.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
    opacity: 1;
    visibility: visible
}

.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e0e0e0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #888 !important
}

.chosen-drop ::-webkit-scrollbar {
    width: 10px
}

.chosen-drop ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px
}

.chosen-drop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2)
}

.chosen-drop ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3)
}

.input-with-icon {
    position: relative
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 0 0 19px;
    color: #999;
    -webkit-transition: .2s;
    transition: .2s;
    pointer-events: none
}

.input-with-icon input {
    padding-left: 47px !important
}

.input-with-icon.location input {
    padding-left: 20px !important
}

.input-with-icon.location a i {
    position: absolute;
    right: 1px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    padding: 15px 20px 15px 15px;
    background: #fff;
    pointer-events: all
}

.input-with-icon.location a i:hover {
    color: #66676b
}

.sort-by {
    position: relative;
    top: 9px
}

.sort-by label,
.sort-by .sort-by-select {
    display: inline-block;
    float: right
}

.sort-by-select select {
    border-radius: 50px;
    color: #777;
    border: none;
    background-color: #f0f0f0;
    height: auto;
    padding: 7px 7px 7px 15px;
    line-height: 22px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sort-by label {
    line-height: 40px;
    margin-top: 1px;
    padding: 0
}

.sort-by .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0 14px 0 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block
}

.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-single:hover {
    background: #f3f3f3
}

.sort-by .chosen-container .chosen-drop {
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 200px;
    margin-left: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    z-index: 999
}

.sort-by .chosen-container.chosen-with-drop .chosen-drop,
.sort-by .chosen-container .chosen-drop {
    left: auto;
    right: -1px
}

.sort-by .chosen-container-single .chosen-single div:after {
    color: #66676b;
    right: 0
}

.sort-by .chosen-container-single .chosen-default {
    color: #66676b
}

.sort-by .chosen-container-single .chosen-single span {
    margin-right: 0;
    color: #666;
    font-weight: 600;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    line-height: 33px;
    top: 0;
    margin-left: 0;
    display: inline-block
}

.sort-by .chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
    vertical-align: top
}

.main-search-input-item .chosen-container-single .chosen-single,
.main-search-input-item .chosen-single.chosen-container-active {
    position: relative;
    display: block;
    overflow: visible;
    padding: 0 0 0 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #888;
    border-radius: 4px 4px 0 0;
    z-index: 100;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-search-input-item .chosen-container-active .chosen-single,
.main-search-input-item .chosen-container-active .chosen-choices {
    border: 1px solid #fff
}

.main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15)
}

.main-search-input-item .chosen-container {
    font-size: 16px
}

.main-search-input-item .chosen-container .chosen-drop {
    border: none;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99
}

.main-search-input-item .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    left: 0;
    height: 10px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all .3s
}

.main-search-input-item .chosen-container-single .chosen-single span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.main-search-input .chosen-container-single .chosen-single div {
    display: inline-block;
    position: relative;
    top: -2px
}

.main-search-input .chosen-container-single .chosen-search {
    padding: 3px 15px;
    margin-bottom: 5px
}

.main-search-input .chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fcfcfc;
    border-radius: 4px
}

.main-search-input-item .chosen-container .chosen-results {
    position: relative;
    z-index: 10000
}

.gray-style .main-search-input-item .chosen-container-single .chosen-single,
.gray-style .main-search-input-item .chosen-single.chosen-container-active {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7
}

.main-search-input-item .chosen-container.chosen-with-drop {
    border-radius: 4px
}

.gray-style .main-search-input-item .chosen-single::after {
    display: none
}

.gray-style .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single,
.gray-style .main-search-input-item .chosen-container .chosen-drop {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff
}

@media(min-width:991px) {
    .gray-style .main-search-input-item .chosen-single {
        border-bottom: none !important
    }
}

.gray-style .main-search-input-item .chosen-container .chosen-drop {
    border-top: none
}

.select-input {
    position: relative
}

.select-input input {
    position: relative;
    z-index: 101
}

.select-input .select {
    position: absolute;
    top: -8px
}

.select-hidden {
    display: none;
    visibility: hidden
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 51px
}

.select-styled {
    opacity: 0
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 990;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    padding: 0 4px;
    padding-top: 8px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select-list-container {
    padding: 0 4px;
    max-height: 300px;
    overflow: auto;
    display: inline-block;
    width: 100%
}

ul.select-options li {
    margin: 0;
    padding: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    color: #888;
    margin: 0;
    padding: 10px;
    list-style: none;
    line-height: 15px;
    border-radius: 4px
}

.select-options li:hover {
    color: #fff;
    background-color: #66676b
}

.select-options li[rel=hide] {
    display: none
}

.select-options ::-webkit-scrollbar {
    width: 10px
}

.select-options ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px
}

.select-options ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2)
}

.select-options ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3)
}

.panel-dropdown {
    position: relative;
    display: inline-block
}

.panel-dropdown a {
    color: #666;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    padding: 3px 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block
}

.panel-dropdown.active a,
.panel-dropdown a:hover {
    background: #f3f3f3
}

.panel-dropdown a:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    color: #66676b;
    font-weight: 500;
    padding-left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 6px;
    display: inline-block
}

.panel-dropdown.active a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 110;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 20px 24px;
    overflow-y: auto;
    white-space: normal;
    width: 460px
}

.panel-dropdown.wide .panel-dropdown-content {
    width: 570px
}

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible
}

.listings-container {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.fs-inner-container.content.faded-out .listings-container {
    opacity: .2;
    background: #fff;
    pointer-events: none
}

.fs-inner-container.content.faded-out {
    background-color: #fcfcfc
}

.panel-dropdown .checkboxes label {
    margin-bottom: 10px;
    display: block
}

.panel-dropdown-content.checkboxes {
    padding: 28px
}

.panel-dropdown .row {
    margin-left: -10px;
    margin-right: -10px
}

button.panel-cancel,
button.panel-apply {
    background: 0 0;
    padding: 5px 16px;
    display: block;
    outline: none;
    border: none;
    font-weight: 600;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 50px;
    background-color: #66676b;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

button.panel-apply:hover {
    opacity: .9
}

button.panel-apply:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

button.panel-cancel {
    float: left;
    background-color: #f0f0f0;
    color: #666;
    opacity: 1
}

button.panel-cancel:hover {
    background-color: #e9e9e9
}

button.panel-cancel:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.panel-buttons {
    width: 100%;
    margin-top: 13px
}

.panel-dropdown.float-right {
    float: right
}

.panel-dropdown.float-right .panel-dropdown-content {
    left: auto;
    right: 0
}

.fullwidth-filters .panel-dropdown {
    margin-left: 3px
}

.fullwidth-filters {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 15px
}

.fullwidth-filters .sort-by {
    top: -1px;
    right: -1px
}

.more-search-options.relative {
    position: relative;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: none;
    transition: none;
    display: none
}

.more-search-options.relative.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.more-search-options-trigger {
    color: #666;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    padding: 3px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block
}

.more-search-options-trigger:before {
    content: attr(data-open-title)
}

.more-search-options-trigger.active:before {
    content: attr(data-close-title)
}

.more-search-options-trigger:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    color: #66676b;
    font-weight: 500;
    padding-left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 6px;
    display: inline-block
}

.more-search-options-trigger.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.more-search-options-trigger:hover {
    color: #444
}

.layout-switcher a {
    width: 39px;
    height: 39px;
    background-color: #eee;
    display: inline-block;
    color: #9d9d9d;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 50%;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    margin-right: 1px
}

.layout-switcher a.active {
    color: #66676b;
    background-color: #fff;
    border: 1px solid #66676b;
    line-height: 38px
}

.layout-switcher a i {
    position: relative;
    z-index: 11
}

.layout-switcher a:hover {
    color: #fff;
    background-color: #66676b
}

.fs-container {
    height: 100%;
    width: 100%
}

.fs-container #map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0
}

.fs-content {
    max-height: 100%;
    padding: 0
}

.fs-container section.search {
    padding: 45px 40px;
    background-color: #fff
}

.fs-container .fs-listings {
    padding: 0 25px;
    margin: 0
}

.fs-switcher {
    padding: 0 25px;
    margin: 0
}

.fs-inner-container {
    width: 50%;
    float: left;
    display: inline-block
}

.fs-inner-container.content {
    width: 55%;
    background-color: #f7f7f7;
    z-index: 995;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    position: relative;
    padding-top: 80px
}

.fs-inner-container {
    width: 45%;
    background-color: #fff;
    z-index: 10
}

.fs-container .copyrights {
    padding: 30px 0;
    font-size: 15px
}

#header-container.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
    background-color: #fff
}

.fs-inner-container.map-fixed {
    height: 100vh;
    position: fixed;
    top: 0;
    padding-top: 80px
}

button.fs-map-btn.button {
    position: relative;
    float: right;
    top: 6px;
    padding: 10px 40px;
    margin: 0
}

.fs-container .more-search-options-trigger {
    position: relative;
    top: 10px
}

.showing-results {
    color: #888;
    font-weight: 500;
    margin: 5px 0 25px
}

.listings-container.fs-listings {
    left: 0;
    width: 100%;
    position: relative
}

.listings-container.fs-listings.grid-layout {
    left: 0;
    width: 100%;
    position: relative
}

.listings-container.fs-listings.list-layout {
    padding: 0 40px
}

.listings-container.fs-listings.list-layout .listing-content {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.listings-container.fs-listings.list-layout .listing-img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    max-width: 300px
}

@media(max-width:1365px) {
    .listings-container.fs-listings.grid-layout .listing-item {
        width: 100%;
        margin: 0 0 30px
    }

    .listings-container.fs-listings.grid-layout {
        padding: 0 40px
    }

    .listings-container.fs-listings.list-layout .listing-item {
        display: block
    }

    .listings-container.fs-listings.list-layout .details.button.border {
        display: none
    }

    .listings-container.fs-listings.list-layout .listing-img-container {
        max-width: 100%
    }

    .fs-switcher .layout-switcher {
        display: none
    }
}

.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1 {
    float: left;
    padding: 0 10px
}

.col-fs-12 {
    width: 100%
}

.col-fs-11 {
    width: 91.66666667%
}

.col-fs-10 {
    width: 83.33333333%
}

.col-fs-9 {
    width: 75%
}

.col-fs-8 {
    width: 66.66666667%
}

.col-fs-7 {
    width: 58.33333333%
}

.col-fs-6 {
    width: 50%
}

.col-fs-5 {
    width: 41.66666667%
}

.col-fs-4 {
    width: 33.33333333%
}

.col-fs-3 {
    width: 25%
}

.col-fs-2 {
    width: 16.66666667%
}

.col-fs-1 {
    width: 8.33333333%
}

@media(max-width:1599px) {

    .col-fs-12,
    .col-fs-11,
    .col-fs-10,
    .col-fs-9,
    .col-fs-8,
    .col-fs-7,
    .col-fs-6 {
        width: 100%
    }

    .col-fs-5,
    .col-fs-4,
    .col-fs-3,
    .col-fs-2,
    .col-fs-1 {
        width: 50%
    }
}

@media(max-width:992px) {

    .col-fs-12,
    .col-fs-11,
    .col-fs-10,
    .col-fs-9,
    .col-fs-8,
    .col-fs-7,
    .col-fs-6,
    .col-fs-5,
    .col-fs-4,
    .col-fs-3,
    .col-fs-2,
    .col-fs-1 {
        width: 100%
    }

    .overflow-hidden {
        overflow: hidden
    }
}

.row.with-forms input,
.row.with-forms input[type=text],
.row.with-forms input[type=password],
.row.with-forms input[type=email],
.row.with-forms input[type=number],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
    margin-bottom: 18px
}

.row.with-forms {
    margin-left: -10px;
    margin-right: -10px
}

.with-forms .col-xs-1,
.with-forms .col-sm-1,
.with-forms .col-md-1,
.with-forms .col-lg-1,
.with-forms .col-xs-2,
.with-forms .col-sm-2,
.with-forms .col-md-2,
.with-forms .col-lg-2,
.with-forms .col-xs-3,
.with-forms .col-sm-3,
.with-forms .col-md-3,
.with-forms .col-lg-3,
.with-forms .col-xs-4,
.with-forms .col-sm-4,
.with-forms .col-md-4,
.with-forms .col-lg-4,
.with-forms .col-xs-5,
.with-forms .col-sm-5,
.with-forms .col-md-5,
.with-forms .col-lg-5,
.with-forms .col-xs-6,
.with-forms .col-sm-6,
.with-forms .col-md-6,
.with-forms .col-lg-6,
.with-forms .col-xs-7,
.with-forms .col-sm-7,
.with-forms .col-md-7,
.with-forms .col-lg-7,
.with-forms .col-xs-8,
.with-forms .col-sm-8,
.with-forms .col-md-8,
.with-forms .col-lg-8,
.with-forms .col-xs-9,
.with-forms .col-sm-9,
.with-forms .col-md-9,
.with-forms .col-lg-9,
.with-forms .col-xs-10,
.with-forms .col-sm-10,
.with-forms .col-md-10,
.with-forms .col-lg-10,
.with-forms .col-xs-11,
.with-forms .col-sm-11,
.with-forms .col-md-11,
.with-forms .col-lg-11,
.with-forms .col-xs-12,
.with-forms .col-sm-12,
.with-forms .col-md-12,
.with-forms .col-lg-12 {
    padding: 0 10px
}

.comment-by-listing {
    display: inline-block;
    color: #888
}

.comment-by-listing a {
    color: #888
}

.comment-by-listing a:hover {
    color: #66676b
}

.verified-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 22px;
    color: #19b453;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 3px;
    margin-left: 2px
}

.verified-icon:before {
    content: "\f058";
    font-family: fontawesome;
    position: relative;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.verified-icon:after {
    position: relative;
    z-index: 9;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #fff
}

.verified-badge {
    background-color: #19b453;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 500;
    cursor: help;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    display: block
}

.verified-badge i {
    font-size: 22px;
    padding: 0 4px 0 0;
    position: relative;
    top: 3px
}

.verified-badge .tip-content {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    padding: 20px;
    border-radius: 0 0 4px 4px;
    max-width: auto;
    top: auto;
    bottom: 0
}


.verified-badge .tip-content:after {
    font-family: fontawesome;
    content: "\f0d8";
    position: absolute;
    top: -3px;
    bottom: auto;
    left: 50%;
    font-size: 22px;
    color: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.user-profile-titlebar {
    position: relative;
    margin-top: 3px;
    display: inline-block
}

.user-profile-avatar {
    max-width: 100px;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -12px;
    image-rendering: -webkit-optimize-contrast
}

.user-profile-avatar img {
    width: 100%
}

.user-profile-name {
    position: relative;
    left: 127px
}

#titlebar .user-profile-name h2 {
    font-size: 28px;
    display: inline-block;
    margin-bottom: -3px
}

.user-profile-titlebar .star-rating .rating-counter {
    top: 5px;
    font-size: 16px
}

.browse-all-user-listings {
    text-align: center
}

.browse-all-user-listings a {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    left: 0;
    z-index: 10;
    text-align: center;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 8px 25px;
    color: #666;
    background-color: #f2f2f2;
    border-radius: 50px;
    margin: 15px 0 0
}

.browse-all-user-listings a i {
    padding-left: 5px;
    color: #66676b;
    font-size: 16px
}

.browse-all-user-listings a:hover {
    color: #333
}

@media(max-width:768px) {
    body .user-profile-avatar {
        max-width: 60px;
        top: 2px
    }

    body .user-profile-name {
        position: relative;
        left: 75px
    }

    #titlebar .user-profile-name h2 {
        font-size: 22px
    }

    #titlebar span.star {
        font-size: 14px
    }

    .user-profile-titlebar .star-rating .rating-counter {
        top: 5px;
        font-size: 14px
    }

    .user-profile-titlebar .star-rating {
        margin-top: -9px
    }
}

@media(max-width:992px) {
    .user-profile-avatar {
        max-width: 90px;
        top: -7px
    }

    .user-profile-name {
        position: relative;
        left: 115px
    }
}

.coupon-widget {
    margin-top: 35px;
    border-radius: 4px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    display: block
}

.coupon-widget:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.coupon-widget:before {
    content: "";
    background-color: #222;
    opacity: .8;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 4px;
    z-index: 1
}

.coupon-widget a.coupon-top {
    padding: 32px 30px;
    position: relative;
    z-index: 10;
    text-align: center;
    cursor: default;
    display: block;
    cursor: pointer;
    background: rgba(255, 255, 255, .07)
}

.coupon-widget a.coupon-top h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
    margin: 0;
    font-weight: 600;
    color: #fff
}

.coupon-scissors-icon {
    position: absolute;
    top: -15px;
    left: 35px;
    z-index: 100;
    font-size: 20px
}

.coupon-scissors-icon:after {
    content: "\f0c4";
    font-family: fontawesome
}

.coupon-valid-untill {
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 12px;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    color: #333
}

.coupon-how-to-use {
    padding: 0 20px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .85)
}

.coupon-how-to-use strong {
    color: #fff
}

.coupon-widget .coupon-bottom {
    border-top: 2px dashed rgba(255, 255, 255, .3);
    padding: 20px;
    margin: 0 0;
    position: relative;
    z-index: 10;
    text-align: center;
    border-radius: 0 0 4px 4px
}

.coupon-code {
    font-family: open sans, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 2px;
    position: relative;
    z-index: 11;
    text-transform: uppercase;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: rgba(255, 255, 255, .09);
    border: 2px dashed rgba(255, 255, 255, .29)
}

.code-button:hover,
.code-button {
    text-align: center;
    border-radius: 50px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    line-height: 24px;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #eee;
    color: #777;
    display: none
}

.code-button:hover {
    background-color: #f91942;
    color: #fff
}

.coupon-link-icon {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 16px
}

.coupon-link-icon:before {
    font-family: fontawesome;
    content: "\f08e";
    color: #fff
}

.coupon-widget .coupon-bottom:before,
.coupon-widget .coupon-bottom:after {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.coupon-widget .coupon-bottom:after {
    left: initial;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.coupon-widget:before,
.coupon-bottom {
    background-color: #282828
}

@media(max-width:480px) {
    .coupon-widget a.coupon-top {
        padding-left: 20px;
        padding-right: 20px
    }
}

.payment-logo {
    height: 24px;
    position: absolute;
    right: 19px;
    top: 18px;
    image-rendering: -webkit-optimize-contrast
}

.payment-logo.paypal {
    height: 16px;
    top: 22px
}

.payment-tab-trigger > input {
    position: absolute;
    visibility: hidden
}

.payment-tab-trigger {
    padding: 0 10px;
}

.payment-tab-trigger > label {
    cursor: pointer;
    display: block;
    position: relative;
    top: 0;
    padding: 5px 0;
    top: 1px;
    margin-bottom: 0;
    font-weight: 500;
    /*    padding-bottom: 0;*/
}

.payment-tab-trigger > label::before {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px
}

.payment-tab-trigger > label::after {
    background: #fff;
    border-radius: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 16px;
    width: 6px;
    height: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.payment-tab-trigger > input:checked ~ label::before {
    border-color: #66676b
}

.payment-tab-trigger > input:checked ~ label::after {
    background-color: #66676b;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.payment {
    /*    border: 2px solid #f2f2f2;*/
    border-radius: 4px;
    overflow: hidden
}

.payment-tab {
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    width: 100%
}

.payment-tab:first-of-type {
    border-radius: 4px 4px 0 0
}

.payment-tab:last-of-type {
    border-radius: 0 0 4px 4px
}

.payment-tab.payment-tab-active {
    max-height: 400px;
    background: #fff
}

@media(max-width:991px) {
    .payment-tab.payment-tab-active {
        max-height: 800px
    }
}

.payment-tab-content {
    padding: 0 12px 5px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.payment-tab.payment-tab-active .payment-tab-content {
    visibility: visible;
    opacity: 1
}

.card-label > input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 51px;
    margin: -14px auto 5px;
    padding: 5px 15px 0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

.card-label > label {
    background-color: #fff;
    display: inline-block;
    margin: 6px auto auto 8px;
    font-size: 13px;
    padding: 0 7px;
    font-weight: 500;
    color: #909090
}

.payment-tab p {
    margin: 10px 0
}

.opening-hours.summary li {
    color: #333
}

.boxed-widget.summary {
    border-radius: 0 0 4px 4px
}

.opening-hours.summary li:hover {
    color: #66676b
}

.boxed-widget.summary h3 {
    padding: 0 0 25px
}

.opening-hours.summary li.total-costs {
    font-size: 16px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 3px;
    margin-bottom: 0;
}

.opening-hours.summary li.total-costs span {
    font-weight: 600;
    color: #66676b
}

.listing-item-container.compact.order-summary-widget .listing-item {
    border-radius: 4px 4px 0 0;
    cursor: default;
    height: 240px
}

.listing-item-container.compact.order-summary-widget {
    margin-bottom: 0
}

.listing-item-container.compact.order-summary-widget:hover {
    -webkit-transform: none;
    transform: none
}

.input-with-icon.medium-icons i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: -3px;
    bottom: 0;
    top: auto
}

.button.booking-confirmation-btn {
    padding: 12px 35px;
    line-height: 1.3;
    font-size: 16px
}

.booking-confirmation-page {
    text-align: center;
    padding: 40px 0
}

.booking-confirmation-page i {
    color: #23b35f;
    font-size: 160px
}

.booking-confirmation-page h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 15px;
    display: block
}

.booking-confirmation-page p {
    font-size: 20px;
    display: block
}

.booking-confirmation-page a.button:before {
    display: none
}

.booking-confirmation-page a.button {
    padding: 11px 35px;
    background-color: #eee;
    color: #444;
    font-weight: 600;
    font-size: 16px
}

.book-now.button {
    padding: 9px;
    margin-bottom: -4px
}

@media(max-width:991px) {
    .booking-confirmation-page i {
        font-size: 100px
    }

    .booking-confirmation-page p {
        font-size: 18px
    }

    .booking-confirmation-page h2 {
        font-size: 30px
    }
}

.booking-select {
    position: relative;
    z-index: 100
}

input#booking-date,
input#booking-time {
    z-index: 110
}

.booking-select select,
.booking-select .chosen-container-single .chosen-single {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #909090;
    -webkit-transition: color .3s;
    transition: color .3s
}

.booking-select select {
    padding: 15px 16px
}

.booking-select .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 5px 5px 0 0
}

.booking-select .chosen-container .chosen-drop {
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    z-index: 100
}

.booking-select .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    left: 0;
    height: 10px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all .3s
}

.booking-select .chosen-container .chosen-results li {
    padding: 10px;
    line-height: 16px;
    font-size: 16px
}

.booking-select .chosen-container-single .chosen-single span {
    -webkit-transition: .2s;
    transition: .2s
}

.booking-select .chosen-container-single .chosen-single:hover span {
    color: #444
}

.booking-select .chosen-container-single .chosen-single div:after {
    font-size: 20px;
    margin: 9px 0 0
}

#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
    font-size: 17px;
    color: #888;
    margin-top: 0;
    display: inline-block
}

#titlebar.listing-titlebar span a i {
    margin-right: 5px
}

#titlebar.listing-titlebar span a:hover {
    color: #666
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 1px 0
}

#titlebar.listing-titlebar span.listing-tag {
    margin: 0;
    padding: 8px 16px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #66676b;
    color: #66676b;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -6px;
    margin-left: 10px
}

.rating-counter a {
    color: #909090
}

.star-rating .rating-counter a:hover {
    color: #66676b
}

.numerical-rating .rating-counter a:hover {
    color: #888
}

#titlebar.listing-titlebar .numerical-rating {
    display: block;
    margin: 2px 0 0
}

#titlebar.listing-titlebar {
    background: 0 0;
    margin: 2px 0 0
}

.single-listing-page-titlebar {
    position: absolute;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0.5))
}

a.button.add-review-btn {
    min-width: 160px;
    text-align: center
}

a.button.add-review-btn i {
    font-size: 14px;
    position: relative;
    line-height: 0;
    top: 0;
    margin-right: 0;
    letter-spacing: 0
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #eee;
    color: #a6a6a6;
    border-radius: 50%;
    display: inline-block;
    float: left;
    position: relative;
    top: 6px;
    margin: 0 25px 0 0;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.back-to-listings:before {
    font-family: simple-line-icons;
    content: "\e605";
    font-size: 20px;
    line-height: 60px;
    left: -1px;
    position: relative
}

.back-to-listings:hover {
    color: #a6a6a6;
    -webkit-transform: translate(-4px, -50%);
    transform: translate(-4px, -50%)
}

.titlebar-right-content {
    position: absolute;
    right: 15px;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    text-align: right
}

.hosted-by-title {
    padding: 0 70px 18px 0;
    margin: -4px 0 25px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.hosted-by-title h4 {
    font-size: 18px;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 22px;
    font-weight: 500;
    margin: 4px 0 7px
}

.hosted-by-title h4 a:hover {
    color: #66676b
}

.hosted-by-title h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    /*    margin-bottom: 2px*/
}

.hosted-by-title a {
    font-size: 16px;
}

.hosted-by-avatar {
    max-width: 56px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -8px;
    image-rendering: -webkit-optimize-contrast
}

.listing-slider-small .item,
.listing-slider .item {
    position: relative;
    background-size: cover;
    background-position: 50%;
    height: 40vh;
    min-height: 400px
}

.listing-slider,
.listing-slider .item {
    height: 40vh;
    min-height: 400px
}

.listing-slider-small .item {
    height: 250px;
    min-height: auto
}

@media(max-width:1366px) {
    .listing-slider-small .item {
        height: 165px;
    }
}

@media(max-width:1240px) {
    .listing-slider-small .item {
        height: 200px
    }
}

@media(max-width:768px) {
    .listing-slider-small .item {
        height: 300px
    }
}

.listing-slider-small .item:last-child {
    border-radius: 0 4px 4px 0
}

.listing-slider-small {
    border-radius: 4px;
    overflow: hidden
}

a.mfp-gallery {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.listing-slider {
    background-color: #fff
}

.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover,
.listing-slider .slick-next,
.listing-slider .slick-prev {
    background-color: rgba(20, 20, 20, .45);
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev {
    background-color: rgba(20, 20, 20, .45);
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next,
.listing-slider .slick-next:hover,
.listing-slider .slick-next {
    right: 15%;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%)
}

.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev,
.listing-slider .slick-prev:hover,
.listing-slider .slick-prev {
    left: 15%;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%)
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next {
    right: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev {
    left: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.listing-slider-small:hover .slick-next {
    -webkit-transform: translate(15%, -50%);
    transform: translate(15%, -50%)
}

.listing-slider-small:hover .slick-prev {
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%)
}

.listing-slider:hover .slick-next {
    -webkit-transform: translate(60px, -50%);
    transform: translate(60px, -50%)
}

.listing-slider:hover .slick-prev {
    -webkit-transform: translate(-60px, -50%);
    transform: translate(-60px, -50%)
}

.listing-slider .slick-next:hover:before,
.listing-slider .slick-prev:hover:before,
.listing-slider .slick-prev::before,
.listing-slider .slick-next::before {
    font-size: 20px;
    line-height: 60px;
    position: relative;
    color: #fff
}

.listing-slider-small .slick-next:hover:before,
.listing-slider-small .slick-prev:hover:before,
.listing-slider-small .slick-prev::before,
.listing-slider-small .slick-next::before {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    color: #fff
}

.listing-slider-small .slick-prev::before,
.listing-slider .slick-prev::before {
    left: -1px
}

.listing-slider-small .slick-next::before,
.listing-slider .slick-next::before {
    left: 1px
}

.listing-slider .slick-next:hover {
    -webkit-transform: translate(64px, -50%);
    transform: translate(64px, -50%)
}

.listing-slider .slick-prev:hover {
    -webkit-transform: translate(-64px, -50%);
    transform: translate(-64px, -50%)
}

.listing-slider .item.slick-slide:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    background: #222;
    z-index: 100;
    visibility: visible;
    opacity: .1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.listing-slider .item.slick-slide:hover:before,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev,
.listing-slider .slick-next,
.listing-slider .slick-prev {
    opacity: 0;
    visibility: hidden
}

.listing-slider-small:hover .slick-next,
.listing-slider-small:hover .slick-prev,
.listing-slider:hover .slick-next,
.listing-slider:hover .slick-prev {
    opacity: 1;
    visibility: visible
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover {
    background-color: #66676b;
    color: #fff
}

.listing-details-sidebar {
    padding: 0;
    list-style: none;
    font-size: 15px;
    margin-bottom: -5px;
    position: relative;
    display: block
}

.listing-details-sidebar li {
    display: block;
    padding-left: 26px;
    position: relative;
    margin-bottom: 5px;
    line-height: 24px
}

.listing-details-sidebar li a {
    color: #66676b;
    -webkit-transition: .3s;
    transition: .3s
}

.listing-details-sidebar li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #888
}

.listing-details-sidebar.social-profiles {
    margin-top: 20px
}

.listing-details-sidebar.social-profiles li {
    line-height: 22px;
    padding-left: 23px
}

.listing-details-sidebar.social-profiles li i {
    top: 4px
}

.listing-details-sidebar li a.facebook-profile i,
.listing-details-sidebar li a.facebook-profile {
    color: #3b5998
}

.listing-details-sidebar li a.twitter-profile i,
.listing-details-sidebar li a.twitter-profile {
    color: #1da1f2
}

.listing-details-sidebar li a.gplus-profile i,
.listing-details-sidebar li a.gplus-profile {
    color: #dd4b39
}

.listing-details-sidebar li a.gplus-profile {
    padding-left: 4px
}

.boxed-widget {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 32px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 90;
    position: relative
}

.boxed-widget h3 {
    font-size: 20px;
    padding: 0 0 25px;
    margin: 0 0 25px;
    display: block;
    border-bottom: 1px solid #e8e8e8
}

.boxed-widget h3 i {
    margin-right: 4px
}

.boxed-widget h3 i.sl-icon-clock {
    position: relative;
    top: 1px
}

.boxed-widget h3 i.fa-calendar-check-o {
    position: relative;
    top: -1px
}

.booking-widget {
    z-index: 100
}

.booking-widget .panel-dropdown .panel-dropdown-content {
    border: none;
    overflow: visible;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.booking-widget .panel-dropdown {
    width: 100%
}

.booking-widget .panel-dropdown .panel-dropdown-content:before {
    content: "";
    height: 10px;
    position: absolute;
    width: 100%;
    top: -3px;
    background-color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #eee
}

.booking-widget .panel-dropdown.active .panel-dropdown-content:before {
    opacity: 1;
    visibility: visible
}

.booking-widget .panel-dropdown a {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    display: block;
    width: 100%;
    -webkit-transition: color .3s;
    transition: color .3s
}

.booking-widget .panel-dropdown a:hover {
    color: #444
}

.booking-widget .panel-dropdown a:after {
    font-size: 20px;
    color: silver;
    margin-left: 0;
    position: absolute;
    right: 20px
}

.qtyButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 13px
}

@media(min-width:992px) and (max-width:1366px) {
    .qtyButtons {
        display: block
    }
}

.panel-dropdown-content .qtyButtons:first-child {
    margin-top: 8px
}

.panel-dropdown-content .qtyButtons:last-child {
    margin-bottom: 3px
}

.qtyButtons input {
    font-family: open sans, sans-serif;
    outline: 0;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 36px;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block
}

.qtyTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.qtyInc,
.qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: fontawesome
}

.qtyInc:before {
    content: "\f067"
}

.qtyDec:before {
    content: "\f068"
}

.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: -2px;
    left: 2px;
    height: 18px;
    width: 18px
}

.rotate-x {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: rotate-x;
    animation-name: rotate-x
}

@-webkit-keyframes rotate-x {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate-x {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.booking-estimated-cost {
    display: block;
    margin-top: 15px;
    margin-bottom: -5px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
    font-weight: 16px
}

.booking-estimated-cost strong,
.booking-estimated-cost span {
    display: inline;
    font-weight: 600
}

.booking-estimated-cost span {
    text-align: right;
    float: right;
    color: #66676b;
    font-size: 16px;
    position: relative
}

.booking-widget h3 {
    position: relative
}

h3 .listing-price {
    position: absolute;
    right: 0;
    top: -7px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 8px 10px
}

h3 .listing-price i {
    font-weight: 400;
    color: #888;
    font-style: normal;
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: -3px;
    padding: 0;
    margin-right: 0
}

.message-vendor .fa-envelope-o {
    font-size: 20px;
    line-height: 0;
    top: -1px;
    position: relative
}

.message-vendor textarea,
.message-vendor textarea:focus,
.message-vendor input:focus,
.message-vendor select,
.message-vendor select:focus,
.message-vendor input {
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    font-size: 15px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px !important;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    -webkit-transition: color .3s !important;
    transition: color .3s !important
}

.message-vendor select,
.message-vendor select:focus {
    height: 48px
}

.preferred-contact-method {
    display: block;
    margin: 12px 0
}

.preferred-contact-method h5 {
    font-size: 14px;
    color: #777;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.preferred-contact-radios {
    display: block;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preferred-contact-radios .radio {
    display: inline-block
}

.preferred-contact-radios .radio label {
    display: inline-block;
    padding-left: 24px;
    line-height: 23px;
    margin-right: 15px
}

.preferred-contact-radios .radio:last-child label {
    margin-right: 0
}

#add-review input:focus,
#add-review textarea:focus,
#add-review select:focus,
#add-review input,
#add-review textarea,
#add-review select {
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    width: 100%;
}

.captcha-holder {
    max-height: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    display: block
}

.captcha-holder.visible {
    max-height: 200px;
    height: auto;
    opacity: 1;
    visibility: visible
}

.captcha-holder .g-recaptcha {
    margin: 5px 0 15px
}

@media(min-width:1366px) {
    .captcha-holder .g-recaptcha {
        text-align: center
    }

    .captcha-holder .g-recaptcha div {
        width: auto !important
    }
}

@media(min-width:1240px) and (max-width:1366px) {
    .g-recaptcha {
        -webkit-transform: scale(.89);
        transform: scale(.89);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@media(min-width:992px) and (max-width:1240px) {
    .g-recaptcha {
        -webkit-transform: scale(.76);
        transform: scale(.76);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.radio {
    display: inline-block;
    vertical-align: top
}

.radio label {
    margin: 3px 0;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    line-height: 25px
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.radio input[type=radio] + label .radio-label {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 2px solid #b4b4b4;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    box-shadow: inset 0 0 0 8px #fff;
    z-index: 100;
    position: absolute;
    top: 2px;
    left: 0
}

.radio input[type=radio] + label .radio-label:after {
    background-color: #66676b;
    content: "";
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 99
}

.radio input[type=radio]:checked + label .radio-label {
    background-color: #66676b;
    border-color: #66676b;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff
}

.radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: block
}

.interactive-effect label .radio-label:before {
    -webkit-animation: radius-shadow .4s;
    animation: radius-shadow .4s
}

@-webkit-keyframes radius-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 107, .4);
        box-shadow: 0 0 0 0 rgba(102, 103, 107, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
}

@keyframes radius-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 107, .4);
        box-shadow: 0 0 0 0 rgba(102, 103, 107, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
}

.small-label {
    border-radius: 4px;
    display: inline-block;
    background: #e0f5d7;
    color: #449626;
    padding: 0 8px;
    line-height: 27px;
    height: 26px;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background: #efefef;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #eee;
    -ms-flex-item-align: center;
    align-self: center
}

.rating-bars-rating-inner {
    height: 6px;
    display: block;
    background-color: #eee;
    position: relative;
    width: 0;
    -webkit-transition: width .5s;
    transition: width .5s
}

.rating-bars-rating.low .rating-bars-rating-inner {
    background-color: #ee3535
}

.rating-bars-rating.mid .rating-bars-rating-inner {
    background-color: #c0c52a
}

.rating-bars-rating.high .rating-bars-rating-inner {
    background-color: #64bc36
}

.rating-bars-item {
    margin: 10px 15px;
    width: calc(50% - 30px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rating-bars-name {
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 22px
}

.rating-bars-item strong {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    -ms-flex-item-align: center;
    align-self: center;
    background: #f4f4f4;
    border-radius: 50px;
    width: 46px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    font-family: open sans
}

.rating-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px 0 25px;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    padding-right: 20px;
    border: 1px solid #e8e8e8
}

.rating-overview-box {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: #ffdead;
    width: 135px;
    margin-right: 20px;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #e8e8e8;
    padding-right: 27px
}

.rating-overview-box-total {
    font-size: 44px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    color: #333
}

.rating-overview-box-percent {
    font-size: 15px;
    margin-bottom: 0;
    color: #888;
    display: block
}

.rating-overview-box .star-rating {
    font-size: 16px;
    margin: 0;
    display: block;
    letter-spacing: -.5px
}

.rating-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-bars-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width:1366px) {
    .rating-bars-item {
        width: calc(50% - 30px)
    }
}

@media(max-width:768px) {
    .rating-bars-item {
        width: 100%;
        margin: 5px 0
    }

    .rating-overview {
        width: 100%;
        display: block;
        padding: 20px 25px
    }

    .rating-overview-box {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 25px;
        padding-right: 0;
        margin-right: 0
    }
}

/*
.sub-ratings-container {
    margin: 25px 0 30px;
    display: block;
    border: 1px solid #e6e6e6;
    background-color: transparent;
    padding: 18px 30px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 20px 0;
    border-radius: 0
}
*/
.sub-ratings-container {
    margin: 15px 0 15px;
    display: block;
    border: 1px solid #e6e6e6;
    background-color: transparent;
    padding: 18px 30px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    border-radius: 0;
}

.add-sub-rating {
    display: inline-block;
    margin: 7px 0;
    width: 50%
}

@media(min-width:1367px) {
    .add-sub-rating {
        width: 25%
    }
}

@media(max-width:768px) {
    .add-sub-rating {
        width: 100%
    }

    .add-sub-rating.add-sub-rating2 {
        width: 100% !important;
    }

    .value-money .sub-rating-title,
    .cleanliness_value .sub-rating-title,
    .location-value .sub-rating-title {
        float: left;
        width: 50%;
    }

    .value-money .sub-rating-stars,
    .cleanliness_value .sub-rating-stars,
    .location-value .sub-rating-stars {
        width: 50%;
        float: left;
        padding-left: 10px;
        margin-top: 2px;
    }

    .service-value .sub-rating-stars {
        float: right !important;
        margin-right: 5px;
    }
}

.sub-rating-title {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    display: block;
    margin: 0 0 4px
}

.sub-ratings-container .leave-rating label {
    position: relative;
    font-size: 21px;
    letter-spacing: 3.5px
}

.sub-ratings-container .leave-rating label:before {
    content: "\f006";
    color: #ffc600
}

.sub-ratings-container .leave-rating input[type=radio]:hover ~ label:before,
.sub-ratings-container .leave-rating input[type=radio]:checked ~ label:before {
    content: "\f006"
}

.sub-ratings-container .leave-rating input[type=radio] ~ label:after {
    content: "\f005";
    position: absolute;
    left: 0;
    color: #ffc600;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.sub-ratings-container .leave-rating input[type=radio]:hover ~ label:after,
.sub-ratings-container .leave-rating input[type=radio]:checked ~ label:after {
    opacity: 1
}

.rating-bars i.tip,
.sub-ratings-container i.tip {
    background: #eaeaea;
    color: #888;
    height: 17px;
    width: 17px;
    display: inline-block;
    font-size: 11px
}

.rating-bars i .tip-content,
.sub-ratings-container i .tip-content {
    min-width: 220px;
    max-width: 220px
}

.rating-bars i.tip:after,
.sub-ratings-container i.tip:after {
    line-height: 18px
}

.comment-by .tip {
    background: #19b453;
    position: relative;
    cursor: help
}

.comment-by .tip:after {
    color: #fff;
    content: "\f00c"
}

.uploadButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    margin-top: -15px;
    align-items: center;
}

.uploadButton .uploadButton-input {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    height: 0;
    width: 0
}



.star-rating .not-rated {
    font-size: 14px;
    position: relative;
    left: 2px;
    top: -1px
}

.uploadButton .uploadButton-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
    padding: 0 18px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 11px;
    padding: 1px 9px;
    color: #666;
    background-color: #ededed;
    border-radius: 50px
}

.uploadButton .uploadButton-button:hover {
    background-color: #66676b;
    color: #fff
}

.uploadButton .uploadButton-file-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    padding-left: 18px;
    min-height: 36px;
    top: 1px;
    position: relative;
    color: #888;
    background-color: transparent;
    overflow: hidden;
    line-height: 22px
}

.uploadButton .uploadButton-button:before {
    font-family: simple-line-icons;
    content: "\e032";
    padding-right: 6px;
    color: #66676b;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s
}

.uploadButton .uploadButton-button:hover:before {
    color: #fff
}

input#date-picker {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    -webkit-transition: color .3s !important;
    transition: color .3s !important
}

input#date-picker:hover {
    color: #444
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 14px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-size: 15px;
    line-height: 1em;
    -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s, visibility .4s;
    transition: opacity .4s, transform .4s, visibility .4s, -webkit-transform .4s;
    /*opacity: 0;*/
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.daterangepicker.bordered-style {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    margin-top: 4px;
    -webkit-transform: none !important;
    transform: none !important
}

.daterangepicker.bordered-style.opensleft:after {
    display: none
}

.daterangepicker.calendar-animated {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.daterangepicker.calendar-hidden {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.daterangepicker.calendar-visible {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker:after {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 50px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 50px
}

@media(min-width:1366px) {
    .daterangepicker.opensleft:after {
        right: 154px
    }

    .daterangepicker.single:before {
        content: "";
        height: 10px;
        position: absolute;
        width: 100%;
        top: -3px;
        background-color: #fff;
        left: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #eee
    }

    .daterangepicker.single {
        width: 309px;
        border-radius: 0 0 6px 6px;
        margin-top: -7px;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .daterangepicker.single .drp-calendar {
        width: 100%;
        zoom: 1.08;
        margin: 3px 0 3px 5px
    }

    .daterangepicker.single.opensleft:after {
        right: 50%;
        margin-right: -4px;
        display: none
    }
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 12px 0 12px 12px
}

.daterangepicker .drp-calendar.right {
    padding: 12px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #aaa;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
    margin-left: 3px
}

.daterangepicker th.available.next:hover,
.daterangepicker th.available.prev:hover {
    background: #f0f0f0
}

.daterangepicker .calendar-table .next span {
    margin-right: 6px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table td {
    -webkit-transition: .3s;
    transition: .3s
}

.daterangepicker .calendar-table td.available.in-range:hover {
    border-radius: 0 3px 3px 0
}

.daterangepicker .calendar-table td.available.start-date:hover {
    border-radius: 3px 0 0 3px
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #66676b;
    border-color: transparent;
    color: #fff
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: rgba(102, 103, 107, .08);
    border-color: transparent;
    color: #66676b;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #66676b;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
    background: #f4f4f4;
    border: 1px solid #fff
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker td.end-date.in-range.available {
    color: #fff
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 14px;
    min-height: 63px;
    display: block;
    border-top: 1px solid #eaeaea;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 14px;
    padding-right: 8px
}

.daterangepicker .drp-buttons button.applyBtn,
.daterangepicker .drp-buttons button.cancelBtn {
    background: 0 0;
    padding: 6px 14px;
    display: inline-block;
    outline: none;
    line-height: 20px;
    border: none;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    border-radius: 50px;
    background-color: #66676b;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 3px
}

.daterangepicker .drp-buttons button.cancelBtn {
    background-color: #f4f4f4;
    color: #888
}

.daterangepicker .drp-buttons button.cancelBtn:hover {
    background-color: #f0f0f0;
    color: #666
}

.daterangepicker .drp-buttons button.applyBtn {
    background-color: #66676b
}

.daterangepicker .drp-buttons button.applyBtn:hover {
    opacity: .95
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.booking-requests-filter {
    position: relative;
    float: right;
    top: 14px;
    right: 25px;
    background: #fff;
    border-radius: 4px
}

.dashboard-list-box .booking-requests-filter .sort-by {
    right: 0;
    top: 0;
    float: left
}

#booking-date-range {
    float: right;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px;
    display: inline-block;
    position: relative;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    margin-left: 15px;
    top: -2px
}

@media(max-width:768px) {
    .booking-requests-filter {
        display: none
    }
}

#booking-date-range:hover {
    color: #66676b
}

#booking-date-range span {
    padding-right: 7px
}

#booking-date-range span:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 18px;
    margin: 0;
    right: 0;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    color: #66676b;
    float: right;
    font-weight: 400;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg)
}

#booking-date-range i {
    color: #999;
    background-color:
}

.daterangepicker .ranges li {
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.daterangepicker .ranges li:hover {
    background-color: #f4f4f4
}

.daterangepicker .ranges li.active {
    background-color: #66676b;
    color: #fff
}

@media(min-width:564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .drp-calendar {
        float: left
    }

    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .drp-calendar {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .drp-calendar {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px
    }

    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right
    }
}

@media(min-width:730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.booking-widget .panel-dropdown .panel-dropdown-content.padding-reset {
    padding: 0
}

.panel-dropdown-scrollable {
    max-height: 273px;
    overflow: auto;
    padding: 0 10px;
    margin: 22px 6px 16px
}

.panel-dropdown-scrollable::-webkit-scrollbar {
    width: 6px
}

.panel-dropdown-scrollable::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 6px
}

.panel-dropdown-scrollable::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .2)
}

.panel-dropdown-scrollable::-webkit-scrollbar-thumb:hover {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .3)
}

.panel-dropdown .panel-dropdown-content {
    pointer-events: none
}

.panel-dropdown.active .panel-dropdown-content {
    pointer-events: all
}

.time-slot {
    display: block
}

.time-slot label {
    border-radius: 3px;
    border: none;
    background-color: #f6f6f6;
    width: 100%
}

.time-slot input:empty {
    display: none
}

.time-slot label i {
    position: relative;
    font-size: 18px;
    top: 2px;
    margin-right: 2px
}

.time-slot input:empty ~ label {
    position: relative;
    float: left;
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    color: #777;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    font-size: 15px
}

.time-slot:last-child label {
    margin-bottom: 0
}

.time-slot input ~ label:hover {
    color: #66676b;
    background-color: rgba(102, 103, 107, .08)
}

.time-slot input:checked ~ label:hover {
    color: #fff
}

.time-slot input:checked ~ label {
    color: #fff;
    background-color: #66676b
}

.time-slot input:checked ~ label span {
    color: #fff;
    opacity: .8
}

.time-slotinput:empty ~ label:after,
.time-slot input:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 4px;
    background: 0 0;
    z-index: 100;
    opacity: 0
}

.time-slot label span,
.time-slot label strong {
    font-weight: 600;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 19px
}

.time-slot label span {
    font-weight: 500;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.time-slot label:hover span {
    color: #66676b;
    opacity: .6
}

a.send-message-to-owner.button {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 11px;
    margin-top: 20px;
    margin-bottom: -5px;
}

.opening-hours {
    position: relative;
    overflow: hidden
}

.opening-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.opening-hours ul li {
    width: 100%;
    font-weight: 600;
    color: #888;
    margin: 2px 0;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: default
}

.opening-hours ul li:hover {
    color: #444
}

.opening-hours ul li span {
    float: right;
    font-weight: 400
}

.listing-share {
    text-align: center;
    position: relative
}

.listing-share .share-buttons li {
    margin: 0 3px 8px 0
}

.listing-share.with-border {
    border-top: 1px solid #eee;
    padding-top: 35px
}

.listing-share span {
    display: block;
    font-size: 15px;
    color: #888
}

.like-button {
    outline: none;
    border: none;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 10px 25px;
    line-height: 24px;
    margin-bottom: 9px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.like-button:hover {
    background-color: #fafafa;
    border: 1px solid #ddd
}

.listing-share .like-icon::before,
.listing-share .like-icon::after {
    top: 0
}

.listing-share .social-icons li {
    text-align: center;
    float: none;
    padding: 0;
    margin: 0
}

.like-button .like-icon:hover,
.like-button .like-icon.liked {
    background-color: transparent;
    color: #f3103c
}

.like-button .like-icon {
    position: relative;
    height: 20px;
    display: inline-block;
    line-height: 30px;
    right: auto;
    bottom: 3px;
    background: 0 0;
    color: #f3103c;
    font-weight: 500;
    float: left;
    width: 27px;
    margin-right: 8px;
    font-size: 18px
}

.listing-links-container {
    margin: 25px 0 0;
    display: block
}

.listing-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: block
}

.listing-links li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

.listing-links li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.listing-links li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.listing-links li a {
    background: #f2f2f2;
    color: #555;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 14px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500;
    position: relative
}

.listing-links li a i {
    margin-right: 3px
}

.listing-links li a.listing-links-fb {
    color: #fff;
    background: #3b5998
}

.listing-links li a.listing-links-yt {
    color: #fff;
    background: #f00125
}

.listing-links li a.listing-links-ig {
    color: #fff;
    background: #e1306c
}

.listing-links li a.listing-links-tt {
    color: #fff;
    background: #1da1f2
}

.listing-links li a:hover {
    opacity: .9
}

.listing-links.contact-links li a:hover {
    color: #555;
    background: #eaeaea;
    opacity: 1
}

.listing-links.contact-links li a {
    border-left: 1px solid #e0e0e0
}

.listing-links.contact-links li:first-child a {
    border-left: none
}

.listing-nav {
    /*    width: 90%;*/
    padding: 0;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 17px;
    font-weight: 400;
    background-color: #fff;
    margin-bottom: 35px
}

.listing-nav-container.cloned {
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 1010;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-bottom: 1px solid #e0e0e0
}

.listing-nav-container.cloned.stick {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff
}

.listing-nav-container.cloned .listing-nav {
    border-bottom: none;
    margin: 0 auto
}

.listing-nav-container.cloned .listing-nav a {
    padding: 15px 0
}

.listing-nav-container.cloned .listing-nav li:first-child a {
    color: #666;
    border-color: #e0e0e0
}

.listing-nav li {
    display: inline-block;
    margin-right: 15px
}

.listing-nav li a {
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    bottom: -1px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #666;
    padding-bottom: 15px;
    font-weight: 500;
    color: #000;

}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover {
    border-color: #66676b;
    color: #66676b
}

.listing-desc-headline {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
    display: block;
    font-weight: 600;
}

.listing-desc-headline span {
    color: #888
}

.listing-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.apartment-details {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 15px 18px
}

.apartment-details li {
    display: inline-block;
    font-weight: 600;
    color: #666;
    position: relative;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    line-height: 15px;
    padding: 0 12px
}

.apartment-details li:first-child {
    padding-left: 0
}

.apartment-details li:last-child {
    border: none;
    padding-right: 0
}

#singleListingMap {
    height: 250px;
    border-radius: 3px
}

#singleListingMap-container {
    height: auto;
    position: relative;
    padding-top: 5px;
    display: block
}

.listing-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    font-size: 16px;
    -webkit-columns: 3;
    -moz-columns: 3
}

.listing-features.checkboxes li {
    color: #333;
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 30px
}

.listing-features li:last-child {
    margin: 0
}

.listing-features li span,
.listing-features.checkboxes li {
    color: #707070
}

.listing-features.checkboxes li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #66676b;
    border: 2px solid transparent;
    -webkit-transition: border-color 0s;
    transition: border-color 0s;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 3px
}

.pricing-list-container h4 {
    color: #66676b;
    background-color: #fff;
    border-bottom: 1px solid #66676b;
    width: 100%;
    padding: 30px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 10;
    margin: 5px 0 0;
    display: block;
    font-weight: 500
}

.pricing-list-container h4:after {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #66676b;
    opacity: .05;
    z-index: 9
}

.pricing-list-container ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.pricing-list-container ul li {
    padding: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    width: 50%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.pricing-list-container ul li .user_img {
    width: 120px;
    margin-right: 15px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    border: 1px solid #efefef;
}

.speaker .pricing-list-container ul li .user_img {
    border-radius: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 60px;
    width: 60px;
    margin-right: 20px;
    padding: 3px;
}

.pricing-list-container ul li:last-child {
    border-radius: 0 0 4px 4px
}

.pricing-list-container ul li {
    background-color: #f9f9f9
}

.pricing-list-container ul li:nth-child(4n+3),
.pricing-list-container ul li:nth-child(4n+2) {
    background: transparent;
}

.pricing-list-container p,
.pricing-list-container h5 {
    padding: 0;
    font-size: 15px;
    margin: 0;
    display: inline-block;
    width: 100%
}

.pricing-list-container h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-list-container p {
    color: #777;
    line-height: 24px;
    margin-top: 3px;
    line-height: 1.4;
}

.pricing-list-container > span {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 18px;
    color: #777
}

.pricing-list-container .center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.show-more {
    height: 450px;
    overflow: hidden;
    position: relative;
    -webkit-transition: margin .4s;
    transition: margin .4s
}

.show-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(88%, #fff));
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 88%);
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s;
    transition: .8s
}

.show-more.visible {
    margin-bottom: 20px
}

.show-more.visible:after {
    opacity: 0;
    visibility: hidden
}

.detail_max .show_more a,
.show-more-button {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 2px 20px;
    color: #666;
    background-color: #f2f2f2;
    border-radius: 50px;
    top: -10px;
    min-width: 122px
}

.detail_max .show_more a i {
    color: #f91942;
}

.detail_max .show_more a {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: auto;
    /*    margin-top: 100px;*/
}

.detail_max.open .show_more a {
    margin-top: 0;
}

.show-more-button:before {
    content: attr(data-more-title)
}

.show-more-button.active:before {
    content: attr(data-less-title)
}

.show-more-button i {
    margin-left: 6px;
    color: #66676b;
    font-weight: 500;
    -webkit-transition: .2s;
    transition: .2s
}

.show-more-button.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.comments {
    margin: -10px 0 0
}

.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333
}

.comments h4 span {
    display: inline-block;
    font-size: inherit
}

.comment {
    font-size: 20px
}

.comments .button {
    margin: 0 0 10px;
    padding: 7px 15px
}

.comments.reviews .button {
    margin: 0
}

.comments ul {
    padding-left: 0
}

.comments ul li {
    display: block;
    width: 100%
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
    margin: 50px 0 0 0
}

.comments ul li ul {
    margin: 0 0 0 100px
}

.comment-content p {
    margin: 3px 0 0;
    line-height: 26px
}

.comment-content {
    color: #666;
    padding: 0 0 0 100px
}

.comments ul li ul {
    border-left: 1px solid #e0e0e0;
    padding-left: 35px
}

.comments ul li ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -35px
}

.comments ul li {
    position: relative
}

.comment-content strong {
    padding-right: 5px;
    color: #666
}

.comment-content span {
    color: #888
}

body .comment-content p {
    padding: 5px 0;
    font-size: 15px
}

.comments-amount {
    color: #888;
    font-weight: 500
}

.avatar {
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    position: absolute;
    left: 0
}

.avatar img {
    max-width: 80px;
    border-radius: 50%
}

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 500;
    color: #333
}

.comment-by h5 {
    margin: 0 0 7px
}

.comment-by a.reply,
.comment-by a.reply i {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.comment-by a.reply {
    display: inline;
    background-color: #f0f0f0;
    padding: 5px 16px;
    line-height: 22px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 50px
}

.comment-by a.reply i {
    font-size: 12px;
    margin-right: 1px
}

.comment-by .numerical-rating {
    margin: 4px 0 0
}

.comment-by .numerical-rating,
.comment-by .star-rating {
    position: absolute;
    right: 0;
    top: 7px
}

.comment-by a.reply:hover {
    background-color: #66676b
}

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
    color: #fff
}

.comment-by span.date {
    color: #888;
    font-weight: 300;
    margin: 0 0 0;
    float: none;
    display: block;
    text-align: left
}

.listing-reviews ul li {
    padding-bottom: 45px;
    margin-top: 40px;
    border-bottom: 1px solid #e8e8e8
}

.review-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px
}

.review-images a {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    max-width: 25%;
    margin-right: 15px;
    border-radius: 3px
}

.review-images a img {
    border-radius: 4px
}

.add-review-box {
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 25px;
    padding-bottom: 40px;
    margin-bottom: 55px;
    margin-top: 00px;
    display: inline-block;
    width: 100%;
    position: relative
}

.add-review-box h3 {
    margin-top: 5px
}

.add-comment label span {
    color: #e24747
}

.add-comment input {
    margin: 0 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.add-comment textarea,
.add-comment input {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05)
}

.add-comment textarea {
    margin: 0 0 30px;
    width: 100%;
    min-width: 100%;
    min-height: 220px;
    resize: vertical;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.add-comment .button {
    min-width: 160px
}

.leave-rating {
    height: 24px;
    float: left
}

.leave-rating:hover input[type=radio]:checked ~ label {
    color: #dadada
}

.leave-rating input[type=radio] {
    display: none
}

.leave-rating input[type=radio]:checked ~ label {
    color: #ffc600
}

.leave-rating label {
    font-size: 24px;
    float: right;
    letter-spacing: 4px;
    color: #dadada;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.leave-rating label:hover,
.leave-rating label:hover ~ label {
    color: #ffc600 !important
}

.leave-rating-title {
    display: block;
    margin: 35px 0 7px
}

.add-review-photos {
    font-weight: 600;
    padding: 6px 7px;
    color: #666;
    background-color: #ededed;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    line-height: 20px;
    float: right;
    top: -25px
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.add-review-photos:hover {
    color: #fff;
    background-color: #66676b
}

.add-review-photos i {
    color: #66676b;
    margin-right: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    position: relative;
    top: 2px
}

.add-review-photos:hover i {
    color: #fff
}

a.rate-review {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s
}

a.rate-review span {
    border-left: 1px solid #e0e0e0;
    line-height: 20px;
    padding-left: 10px;
    margin-left: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #666
}

a.rate-review i {
    padding-right: 3px
}

a.rate-review:hover span {
    border-color: #d0d0d0
}

a.rate-review:hover {
    border-color: #d0d0d0;
    background-color: #fafafa
}

.pagination {
    margin: 9px 0 0;
    text-align: center;
    overflow: hidden
}

.pagination-next-prev {
    position: relative;
    top: -66px
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.pagination ul li a,
.pagination-next-prev ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #333;
    background-color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 14px
}

/*
.pagination ul li a {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 0;
    line-height: 52px
}
*/
.pagination ul li a {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
}

.pagination ul li a i {
    line-height: 52px
}

.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background-color: #f91942;
    color: #fff
}

.pagination-next-prev a.next {
    float: right
}

.pagination-next-prev a.prev {
    float: left
}

.pagination-next-prev ul li a {
    color: #333;
    padding: 12px 16px;
    text-transform: uppercase
}

.pagination ul,
.pagination-next-prev ul {
    padding: 0;
    list-style-type: none
}

.fs-listings .pagination ul li a,
.fs-listings .pagination-next-prev ul li a {
    background-color: transparent
}

.fs-listings .pagination ul li a.current-page,
.fs-listings .pagination .current,
.fs-listings .pagination ul li a:hover,
.fs-listings .pagination-next-prev ul li a:hover {
    background-color: #e8e8e8;
    color: #333
}

#contact textarea {
    min-height: 200px;
    margin: 15px 0 25px
}

#contact input {
    margin-bottom: 25px
}

.loader {
    margin-left: 15px
}

.submit.disabled:hover,
.submit.disabled {
    background-color: #e8e8e8;
    color: #333
}

#contact input.button.submit {
    margin-bottom: 10px;
    line-height: 18px;
    height: 49px;
    -webkit-transition: all .25s !important;
    transition: all .25s !important
}

#contact input[type=submit].submit:hover {
    opacity: .92
}

.contact-sent {
    background-color: #ebf6e0;
    color: #5f9025;
    padding: 20px 26px;
    margin-bottom: 30px;
    border-radius: 3px
}

.office-address {
    text-align: center;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.office-address ul {
    list-style: none;
    font-size: 18px;
    padding: 0;
    line-height: 30px
}

.office-address h3 {
    font-size: 28px;
    color: #fff;
    margin-top: 0
}

.office-address h3:after {
    content: "";
    height: 2px;
    width: 50px;
    position: relative;
    display: block;
    background-color: #66676b;
    margin: 20px auto;
    border-radius: 2px
}

.address-container {
    background-color: #2b2c30;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    height: 100%
}

.address-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #333;
    opacity: .7
}

.contact-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-map #singleListingMap-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-top: 0
}

.contact-map .address-box-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 440px;
    height: 450px
}

.contact-map #singleListingMap-container #singleListingMap {
    height: 100%;
    width: 100%
}

@media(min-width:1680px) {
    .contact-map .address-box-container {
        height: 480px
    }
}

@media(max-width:1440px) {
    .contact-map .address-box-container {
        height: 420px
    }
}

.sidebar-textbox {
    display: inline-block;
    width: 100%;
    padding-right: 40px
}

.sidebar-textbox.color {
    background-color: #666;
    color: #fff
}

.sidebar-textbox.color h4 {
    color: #fff
}

.sidebar-textbox h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 16px
}

.sidebar-textbox span {
    color: #666;
    display: inline-block
}

.sidebar-textbox.color span {
    color: #fff
}

.sidebar-textbox ul.contact-details {
    list-style: none;
    padding: 5px 0 0
}

.sidebar-textbox ul.contact-details strong {
    font-weight: 500
}

.sidebar-textbox ul.contact-details li {
    text-align: left;
    padding-left: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    line-height: 24px
}

.sidebar-textbox ul.contact-details li a {
    color: #66676b
}

.sidebar-textbox ul.contact-details li strong {
    display: block;
    color: #333
}

.sidebar-textbox ul.contact-details li i {
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 32px;
    color: #333;
    top: 10px
}

.coming-soon-page {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.coming-soon-page .container {
    z-index: 15;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:992px) {
    .coming-soon-page {
        min-height: 100vh;
        height: auto
    }

    .coming-soon-page .container {
        padding-top: 50px;
        padding-bottom: 50px;
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.coming-soon-page:before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    content: "";
    background-color: rgba(26, 26, 26, .92)
}

.coming-soon-page h2,
.coming-soon-page h3 {
    margin: 0;
    padding: 0
}

.coming-soon-page h2 {
    font-size: 46px;
    color: #fff
}

.coming-soon-page h3 {
    font-size: 34px;
    font-weight: 300;
    margin: 30px 0;
    color: rgba(255, 255, 255, .9)
}

.coming-soon-page .main-search-input-item input {
    font-size: 16px;
    font-weight: 600
}

.coming-soon-page .gray-style.main-search-input {
    max-width: 650px;
    margin: 0 auto
}

.coming-soon-page .main-search-input button.button {
    font-size: 16px
}

#countdown {
    font-weight: 600;
    float: none;
    display: inline-block
}

#countdown div {
    display: inline-block;
    margin: 0 5px;
    float: left
}

#countdown div:first-child i {
    border: none
}

#countdown span {
    background-color: rgba(255, 255, 255, .1);
    font-size: 40px;
    color: #fff;
    width: 120px;
    display: inline-block;
    padding: 32px 0;
    font-weight: 400;
    letter-spacing: -1px;
    border-radius: 3px 3px 0 0
}

#countdown i {
    display: block;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 0;
    letter-spacing: 1px;
    background-color: #fff;
    color: #333;
    border-radius: 0 0 3px 3px
}

.countdown-text {
    font-size: 24px;
    margin-top: 15px;
    line-height: 36px;
    font-weight: 300
}

@media(max-width:550px) {

    #countdown,
    #countdown div,
    #countdown span {
        width: 100%
    }

    #countdown div {
        padding: 10px 0
    }
}

.blog-post {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    margin: 15px 0
}

section.fullwidth .blog-post {
    margin: 5px 0 0
}

.post-img {
    position: relative;
    height: 100%;
    width: 100%;
    display: block
}

.post-img img {
    width: 100%;
    border-radius: 3px 3px 0 0
}

.post-img:after {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    opacity: .1;
    background: #333;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    border-radius: 3px 3px 0 0
}

.post-img:hover:after {
    opacity: .5
}

.post-img:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    content: "";
    z-index: 119;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #66676b;
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.post-img:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-content {
    padding: 38px
}

.post-content p {
    margin: 18px 0 0
}

.post-content h3 {
    margin: 0;
    line-height: 34px;
    font-size: 22px
}

.post-content h3 a {
    color: #333
}

.post-content h3 a:hover {
    color: #66676b
}

.post-content .meta-tags span {
    margin: 0 0 15px;
    display: inline-block;
    color: #888
}

.post-content a.read-more {
    color: #66676b;
    margin: 23px 0 2px;
    display: inline-block
}

a.read-more i {
    font-size: 20px;
    position: relative;
    padding-left: 4px;
    top: 1px;
    -webkit-transition: .2s;
    transition: .2s
}

a.read-more:hover i {
    padding-left: 7px
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0
}

.post-meta li {
    display: inline-block;
    color: #888
}

.post-meta li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px
}

.post-meta li:last-child:after {
    display: none
}

.post-meta li a {
    color: #888
}

.post-meta li a:hover {
    color: #66676b
}

.blog-page .blog-post {
    margin: 0 0 45px
}

.blog-page h4.headline {
    font-size: 22px !important;
    font-weight: 400
}

.search-blog-input {
    position: relative
}

.widget .search-blog-input .input:before {
    content: "\e090";
    font-size: 17px;
    color: #a0a0a0;
    position: absolute;
    display: inline-block;
    font-family: simple-line-icons;
    right: 18px;
    top: 13px;
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 7px
}

#contact textarea,
#contact input,
.widget .search-blog-input input {
    -webkit-transition: -webkit-box-shadow .2s !important;
    transition: -webkit-box-shadow .2s !important;
    transition: box-shadow .2s !important;
    transition: box-shadow .2s, -webkit-box-shadow .2s !important
}

#contact textarea:focus,
#contact input:focus,
.widget .search-blog-input input:focus {
    -webkit-transition: -webkit-box-shadow .2s !important;
    transition: -webkit-box-shadow .2s !important;
    transition: box-shadow .2s !important;
    transition: box-shadow .2s, -webkit-box-shadow .2s !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.widget-tabs {
    padding: 0;
    list-style: none
}

.widget-tabs li {
    padding: 0 0 27px;
    margin: 24px 0 0;
    border-bottom: 1px solid #e0e0e0
}

.widget .tab-content {
    padding-bottom: 0
}

.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 3px;
    margin: 3px 22px 0 0
}


.widget-thumb {
    width: 85px;
    margin-right: 23px
}

.widget-text h5 {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 5px
}

.widget-text h5 a {
    color: #333
}

.widget-text h5 a:hover {
    color: #66676b
}

.widget-text span {
    color: #888;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    display: block
}

.widget-thumb {
    display: inline-block
}

.widget-thumb a img {
    width: 85px;
    height: auto
}

.widget-text {
    display: inline-block;
    width: 70%;
    padding: 0;
    position: relative;
    top: -2px
}

.widget-tabs .widget-content {
    display: table
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle
}

.widget-tabs li {
    padding: 0 0 20px;
    margin: 24px 0 0
}

.widget-tabs li:first-child {
    padding: 0 0 20px;
    margin: 32px 0 0
}

.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px
}

.single-post p {
    margin: 20px 0
}

.single-post p:last-child {
    margin-bottom: 0
}

.single-post .post-img {
    border-radius: 3px 3px 0 0
}

.blog-page .blog-post .post-content,
.single-post .post-content {
    padding: 36px 43px
}

.about-author {
    margin: 10px 0 45px;
    padding: 30px 35px;
    background: #f8f8f8;
    border-radius: 4px
}

.about-author p {
    margin: 5px 0
}

.about-author a {
    position: relative;
    top: -7px;
    color: #66676b
}

.about-author h4 {
    letter-spacing: 0
}

.about-author img {
    float: left;
    margin: 7px 5px 5px;
    width: 110px;
    height: 110px;
    border-radius: 50%
}

.about-description {
    margin: 2px 0 0 150px
}

.blog-compact-item-container {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .12);
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-bottom: 30px
}

.blog-compact-item-container:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
}

.blog-compact-item {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 480px;
    z-index: 100;
    cursor: pointer
}

.blog-compact-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px
}

.blog-compact-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.85)), color-stop(35%, rgba(35, 35, 37, 0.65)), color-stop(60%, rgba(22, 22, 23, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.65) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    opacity: 1
}

.blog-compact-item-content {
    position: absolute;
    bottom: 32px;
    left: 0;
    padding: 0 34px;
    width: 100%;
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.blog-compact-item-content h3 {
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 500;
    margin: 2px 0 0;
    line-height: 31px
}

.blog-compact-item-content span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.blog-compact-item-content p {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    margin: 7px 0 0
}

span.blog-item-tag {
    text-transform: uppercase;
    font-size: 9.7px;
    letter-spacing: 2.5px;
    font-weight: 60;
    background: #66676b;
    border-radius: 50px;
    padding: 5px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px;
    position: absolute;
    top: 30px;
    left: 32px;
    z-index: 110
}

.blog-post-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: .9
}

.blog-post-tags li {
    display: inline-block;
    margin-right: 5px
}

.blog-post-tags li i {
    margin-right: 3px;
    font-weight: 400;
    display: inline-block
}

button.button,
input[type=button],
input[type=submit],
a.button.border,
a.button {
    background-color: #66676b;
    top: 0;
    padding: 5px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 50px
}

input[type=button],
input[type=submit] {
    line-height: 32px
}

button.button:before,
a.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

button.button:hover:before,
a.button:hover:before {
    opacity: .1
}

a.button.white {
    background-color: #fff;
    color: #333
}

button.button {
    line-height: 26px
}

.filterBtn {
    line-height: 18px !important;
}

a.button.border:before {
    display: none
}

a.button.border {
    background-color: transparent;
    color: #66676b;
    border: 1px solid #66676b;
    padding: 9px 21px
}

a.button.border:hover {
    background-color: #66676b;
    color: #fff;
    opacity: 1
}

a.button.border.white {
    border-color: #fff;
    color: #fff
}

a.button.border.white:hover {
    background-color: #fff;
    color: #66676b
}

button.button.fullwidth,
a.button.fullwidth {
    width: 100%;
    text-align: center
}

a.button.white.border:hover {
    color: #333
}

.button i {
    padding-right: 4px;
    margin-left: 6px;
}

.centered-content {
    text-align: center
}

.centered-content .button {
    min-width: 130px
}

a.button.border {
    font-weight: 500
}

.icon-box-2 {
    text-align: center;
    margin-top: 45px;
    position: relative;
}

.icon-box-cust {
    margin-top: 0px;
}

.icon-box-2 i {
    width: 120px;
    height: 80px;
    /*    background-color: #fff;*/
    border-radius: 50%;
    line-height: 80px;
    font-size: 60px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    color: #66676b;
    position: relative;
    z-index: 0
}

.icon-box-2 span {
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.icon-box-2 h4 {
    margin: 4px 0;
    line-height: 26px
}

.icon-box-2 h3 {
    margin: 4px 0;
    line-height: 26px;
    font-size: 21px;
    font-weight: 600
}

.icon-box-2 p {
    margin-top: 15px;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px
}

section.fullwidth .icon-box-2 p {
    margin-bottom: 0
}

/*
.icon-box-2.with-line:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40px;
    background: #e9e9e9;
    display: block;
    z-index: 0
}
*/
.icon-box-2.with-line:before {
    content: "";
    height: 1px;
    width: 87%;
    position: absolute;
    left: 63%;
    top: 40px;
    background: #e9e9e9;
    display: block;
    z-index: 0;
}

section.fullwidth .icon-box-2 {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: default;
    margin: 20px 0
}

section.fullwidth .icon-box-2.with-line:before {
    display: none
}

section.fullwidth .icon-box-2 i {
    background-color: rgba(102, 103, 107, .07);
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 38px
}

section.fullwidth .icon-box-2:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.icon-box-3 {
    text-align: left;
    padding-left: 90px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 20px 0
}

.icon-box-3 h4 {
    font-size: 18px;
    font-weight: 600
}

.icon-box-3 i {
    font-size: 54px;
    color: #333;
    height: 60px;
    margin: 10px 0;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0
}

.icon-box-3 p {
    color: rgba(51, 51, 51, .7);
    margin-top: 3px;
    display: inline-block
}

.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
    width: 110px;
    height: 110px;
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    line-height: 110px;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden
}

.rounded i:before {
    position: relative;
    z-index: 11
}

.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
}

body .icon-box-1.rounded:hover i,
body .icon-box-2.rounded:hover i,
body .icon-box-3.rounded:hover i {
    color: #fff
}

.icon-box-1.rounded i:after,
.icon-box-2.rounded i:after,
.icon-box-3.rounded i:after {
    content: "";
    width: 120%;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 8;
    -webkit-transition: height .3s ease-in-out, opacity .3s ease-out;
    transition: height .3s ease-in-out, opacity .3s ease-out;
    opacity: 0;
    -webkit-transform: translate3d(50%, -50%, 0) scale(1) rotate(45deg);
    transform: translate3d(50%, -50%, 0) scale(1) rotate(45deg)
}

.icon-box-1.rounded:hover i:after,
.icon-box-2.rounded:hover i:after,
.icon-box-3.rounded:hover i:after {
    height: 145%;
    opacity: .1
}

.icon-box-1.rounded.dark i,
.icon-box-2.rounded.dark i,
.icon-box-3.rounded.dark i {
    background-color: #222
}

.icon-box-1.rounded.light i,
.icon-box-2.rounded.light i,
.icon-box-3.rounded.light i {
    color: #333;
    background-color: #f2f2f2
}

.icon-box-3.rounded {
    padding-left: 120px
}

.icon-box-3.rounded i {
    width: 90px;
    height: 90px;
    font-size: 40px;
    line-height: 90px
}

body .white-text {
    color: #fff
}

.white-text .icon-box-1 p,
.white-text .icon-box-2 p,
.white-text .icon-box-3 p,
.white-text .icon-box-4 p {
    color: rgba(255, 255, 255, .85)
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text .icon-box-1 h4,
.white-text .icon-box-2 h4,
.white-text .icon-box-3 h4,
.white-text .icon-box-4 h4,
.white-text .icon-box-1 i,
.white-text .icon-box-2 i,
.white-text .icon-box-3 i,
.white-text .icon-box-4 i {
    color: #fff
}

@media(max-width:1659px) {
    .icon-box-3.rounded {
        padding-left: 110px
    }

    .icon-box-3.rounded i {
        width: 80px;
        height: 80px;
        font-size: 38px;
        line-height: 80px
    }
}

table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px
}

table.basic-table th {
    background-color: #66676b;
    text-align: left;
    color: #fff;
    vertical-align: top;
    font-weight: 500
}

table.basic-table th:first-child {
    border-radius: 4px 0 0 4px
}

table.basic-table th:last-child {
    border-radius: 0 4px 4px 0
}

table.basic-table th,
table.basic-table td {
    padding: 15px 28px
}

table.basic-table tr:nth-child(odd) {
    background-color: #f6f6f6
}

table.basic-table {
    margin-bottom: 0
}

@media screen and (max-width:600px) {
    table.basic-table {
        border: 0
    }

    table.basic-table th {
        display: none
    }

    table.basic-table tr {
        display: block;
        margin-bottom: 0
    }

    table.basic-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right
    }

    table.basic-table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 600
    }

    table.basic-table td:last-child {
        border-bottom: 0
    }
}

.ui-accordion .ui-accordion-header,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    padding: 16px 27px;
    margin: -1px 0 0
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    font-size: 18px;
    top: 1px;
    position: relative;
    padding-right: 3px
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
    padding-right: 6px
}

.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover {
    color: #66676b
}

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    background-color: #66676b;
    border-color: #66676b;
    color: #fff
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    margin: 0 4px 0 0;
    position: relative
}

.ui-accordion .ui-accordion-content,
.toggle-container {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none
}

.ui-accordion .ui-accordion-content p,
.toggle-container p {
    margin: 0
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
    border: none;
    margin: 0;
    padding: 27px 0;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
    padding-right: 60px;
    font-weight: 400
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a {
    text-transform: none
}

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
    padding: 0 0 30px;
    border: none
}

.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
    background-color: transparent;
    border-color: transparent;
    color: #66676b;
    -webkit-transition: color .1s;
    transition: color .1s
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
    border-bottom: 1px solid #e0e0e0
}

.style-2 .ui-accordion .ui-accordion-header-active {
    border: none
}

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(0);
    transform: translate3d(0, -50%, 0) rotate(0);
    -webkit-transition: .2s;
    transition: .2s
}

.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
    margin-top: 2px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg)
}

.share-buttons {
    padding: 0;
    list-style: none
}

.share-buttons li {
    display: inline-block;
    margin: 0 6px 8px 0
}

.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500
}

.share-buttons li a:hover {
    color: #fff
}

.share-buttons li i {
    font-size: 16px;
    position: relative;
    right: 3px;
    top: 1px
}

.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff
}

.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998
}

.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff
}

.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2
}

.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff
}

.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39
}

.share-buttons li a.pinterest-share:hover {
    background: #bd081c;
    color: #fff
}

.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c
}

#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 60px
}

#posts-nav li span {
    display: block;
    color: #888;
    font-size: 15px;
    margin-bottom: 1px;
    font-weight: 400
}

#posts-nav li {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    width: 50%
}

#posts-nav li a {
    -webkit-transition: color .3s 0s, -webkit-transform .3s;
    transition: color .3s 0s, -webkit-transform .3s;
    transition: transform .3s, color .3s 0s;
    transition: transform .3s, color .3s 0s, -webkit-transform .3s;
    color: #333;
    display: inline-block
}

#posts-nav li a:hover {
    color: #66676b
}

#posts-nav li.next-post {
    right: 0;
    text-align: right
}

#posts-nav li.prev-post {
    left: 0
}

#posts-nav li.next-post a {
    padding-right: 50px
}

#posts-nav li.prev-post a {
    padding-left: 50px
}

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
    font-family: simple-line-icons;
    font-size: 20px;
    position: absolute;
    color: inherit;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

#posts-nav li.next-post a:before {
    right: 0;
    content: "\e606"
}

#posts-nav li.prev-post a:before {
    left: 0;
    content: "\e605"
}

#posts-nav li.next-post a:hover:before {
    -webkit-transform: translate3d(5px, -50%, 0);
    transform: translate3d(5px, -50%, 0)
}

#posts-nav li.prev-post a:hover:before {
    -webkit-transform: translate3d(-5px, -50%, 0);
    transform: translate3d(-5px, -50%, 0)
}

.pricing-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.plan {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden
}

.plan-price {
    width: 100%;
    background: #f9f9f9;
    padding: 22px 30px;
    padding-top: 22px
}

.plan-price2 {
    height: 174px;
}

.plan:first-child .plan-price {
    border-radius: 4px 0 0 0
}

.plan:first-child {
    border-radius: 4px 0 4px 4px
}

.plan:last-child .plan-price {
    border-radius: 0 4px 0 0
}

.plan:last-child {
    border-radius: 0 4px 4px 0
}

.plan-price h3 {
    margin: 0;
    color: #888;
    font-weight: 400;
    font-size: 22px;
}

.plan.featured .listing-badge {
    background-color: #fff;
    color: #66676b
}

.plan-price .value {
    display: block;
    font-size: 25px;
    line-height: 35px;
    padding: 15px 0 0;
    color: #333
}

.plan-price .period {
    color: #888;
    margin-top: 20px;
    padding: 0 10%;
    display: block
}

.plan-features {
    padding: 35px 30px;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 15px;
}

.plan-features ul {
    list-style: none;
    padding: 0
}

.plan-features ul li {
    padding: 3px 0
}

.plan-features a.button {
    margin-top: 20px
}

.plan.featured {
    margin-left: -1px;
    margin-right: -1px;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    border-radius: 0 0 4px 4px;
    z-index: 11
}

.plan.featured .plan-price {
    background-color: #66676b;
    padding: 22px 30px;
    /*    padding: 50px 30px;*/
    border-radius: 4px 4px 0 0
}

.plan.featured .plan-price h3 {
    color: #fff
}

.plan.featured .plan-price .value {
    color: #fff
}

.plan.featured .plan-price .period {
    color: #fff;
    line-height: 23px
}

.plan.featured .plan-features {
    padding: 45px 30px;
    padding-bottom: 15px;
}

.plan.featured .listing-badges .featured {
    background: #fff;
    color: #66676b
}

.list-4,
.list-3,
.list-2,
.list-1 {
    padding: 3px 0 0;
    font-size: 16px
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 22px;
    position: relative
}

.list-1.alt li {
    margin: 12px 0;
    margin-left: 22px
}

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
    margin-top: 0
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
    font-family: fontawesome;
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -22px;
    display: block
}

.list-1.gray li:before {
    color: #777
}

.list-4 li:before {
    content: "\f192";
    font-size: 14px;
    top: 1px
}

.list-3 li:before {
    content: "\f058";
    font-size: 15px;
    top: 1px
}

.list-2 li:before {
    content: "\f00c";
    font-size: 14px
}

.list-1 li:before {
    content: "\f0c8";
    font-size: 8px
}

.list-4 li {
    margin-left: 27px
}

.list-4 li:before {
    margin-left: -27px
}

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
    font-size: 16px
}

.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%
}

.numbered ol > li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 33px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    font-size: 15px;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.numbered.color ol > li::before {
    border: 1px solid #66676b;
    color: #66676b
}

.numbered.color.filled ol > li::before {
    border: 1px solid #66676b;
    color: #fff;
    background-color: #66676b
}

mark.color {
    background-color: #66676b;
    border-radius: 4px
}

mark {
    border-radius: 4px
}

.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 {
    line-height: 40px
}

#tiptip_holder {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
    -webkit-transform: translateX(12px)
}

#tiptip_holder.tip_bottom {
    padding-top: 5px
}

#tiptip_holder.tip_right {
    padding-left: 5px
}

#tiptip_holder.tip_left {
    padding-right: 5px
}

#tiptip_content {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 10px;
    background-color: #333;
    border-radius: 3px
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #333
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #333
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #333
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #333
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #333
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #333
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #333
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #333
}

.info-box {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 23px 27px;
    border-top: 2px solid #66676b;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.95)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    background-color: #66676b;
    color: #66676b
}

.info-box.no-border {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(rgba(255, 255, 255, 0.93)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.93));
    background-color: #66676b
}

.info-box h4 {
    margin: 0;
    font-size: 19px;
    color: #66676b;
    margin-bottom: 20px;
    margin-top: 0
}

.info-box p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px
}

.info-box.large {
    padding: 36px
}

.small-dialog-header.sm.contact {

    width: 100% !important;
    margin-top: 0px !important;

}

.small-dialog-header.social {
    width: 100%;
    left: 0px;
}

.small-dialog-header.sm {

    width: 100%;
    margin-left: 40px;

}

#contact_us label i {

    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: 15px;
    bottom: 13px;
    top: 12px !important;

}

#result .success,
.notification {
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 26px;
    padding-right: 50px;
    border-radius: 3px
}

.notification p {
    margin: 0;
    font-size: 15px
}

#result .success,
.notification.success {
    background-color: #ebf6e0
}

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
    color: #5f9025
}

.notification.error {
    background-color: #ffe9e9
}

.notification.error,
.notification.error a,
.notification.error strong {
    color: red;
}

.notification.warning {
    background-color: #fbfadd
}

.notification.warning,
.notification.warning a,
.notification.warning strong {
    color: #8f872e
}

.notification.notice h4 {
    font-size: 19px;
    margin: 3px 0 15px
}

.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
    color: #3184ae
}

.notification.notice {
    background-color: #e9f7fe
}

.notification.notice.large {
    padding: 32px 36px
}

#dashboard .success {
    background-color: #e6f3d8
}

#dashboard .notice {
    background-color: #e1f3fc
}

#dashboard .warning {
    background-color: #f6f4c9
}

body .notification strong {
    border: none
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
    padding: 0 9px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer
}

.notification.notice p span i {
    font-weight: 500
}

.notification a.button {
    float: right;
    color: #fff;
    margin-top: 3px
}

.notification.notice a.button {
    background-color: #388fc5
}

.notification.warning a.button {
    background-color: #dfbe51
}

.notification.error a.button {
    background-color: #d34c4c
}

.notification.success a.button {
    background-color: #79ba38
}

.notification.closeable a.close:before {
    content: "\f00d";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer
}

.img-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 3px
}

.img-box-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .55s;
    transition: all .55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out
}

.img-box:hover .img-box-background {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #222;
    opacity: .3;
    z-index: 99;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(0, -50.5%);
    transform: translate(0, -50.5%)
}

.img-box-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0
}

.img-box-content span {
    font-size: 16px;
    color: #fff
}

.testimonial-box {
    height: 235px;
    background: 0 0;
    border-radius: 6px;
    padding: 38px;
    padding-top: 18px;
    padding-right: 18px;
    padding-left: 55px;
    color: #888;
    position: relative;
    margin: 18px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: -webkit-grab;
    cursor: grab;
}

.testimonial-carousel .slick-slide {
    margin: 0 20px 30px;
    opacity: .5;
    -webkit-transition: .4s;
    transition: .4s;
    pointer-events: all
}

.testimonial-carousel .slick-slide.slick-active .testimonial-box {
    background: #66676b;
    color: #fff
}

.testimonial-carousel .slick-slide.slick-active .testimonial:before {
    color: #66676b
}

.testimonial:before {
    position: absolute;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    bottom: -10px;
    left: 0;
    content: "\f0dd";
    font-family: fontawesome;
    font-size: 42px;
    color: transparent;
    background-color: transparent;
    cursor: default
}

.testimonial:after {
    position: absolute;
    top: 24px;
    left: 16px;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 27px;
    opacity: .3;
    color: #222;
    background-color: transparent;
    cursor: default;
}



.testimonial,
.testimonial p {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}

.testimonial-author {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    text-align: center;
    margin: 0 auto
}

.testimonial-author img {
    width: 60px;
    display: inline-block;
    text-align: center;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.testimonial-author h4 {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-top: 5px;
    color: #333;
    font-weight: 500
}

.testimonial-author h4 span {
    display: block;
    color: #888;
    padding-top: 6px;
    font-weight: 400;
    font-size: 15px
}

.testimonial-box .star-rating {
    height: 30px;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 15px
}

.testimonial-author h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.testimonial-author h4 span {
    color: #888;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 4px 14px;
    border-radius: 50px;
    -ms-flex-item-align: center;
    align-self: center;
    background: #f0f0f0;
    color: #999;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    padding: 4px 16px;
    line-height: 20px;
    font-weight: 400
}

.slick-current .testimonial-author h4 span {
    background: rgba(102, 103, 107, .06);
    color: #66676b
}

.info-banner {
    display: block;
    width: 100%;
    padding: 90px 0;
    color: #fff;
    margin: 0
}

.info-banner-content {
    position: relative;
    z-index: 199
}

.info-banner.centered {
    text-align: center
}

.info-banner-content a.button {
    margin: 0 20px -15px;
    position: relative
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative
}

.text-content {
    background: 0 0;
    padding: 110px 0;
    font-weight: 500;
    z-index: 999;
    position: relative
}

.text-content.white-font {
    color: #fff
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
    color: #fff
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
    color: #fff
}

.text-content a.button {
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 600
}

.text-content.white-font a.button:hover {
    background-color: #fff;
    color: #333
}

.text-content a.button:before {
    display: none
}

.text-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px
}

.text-content h2 {
    margin-bottom: 30px;
    line-height: 46px;
    font-size: 36px;
    font-weight: 500
}

.top-1 {
    position: relative;
    top: -1px
}

.top-0 {
    position: relative
}

.image-edge {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    margin: 35px 0 0;
    height: 50vw;
    max-height: 640px;
    overflow: hidden;
    padding: 0
}

.image-edge #googlemaps,
.image-edge .google-map-container {
    height: 100%
}

.image-edge-content {
    padding: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 50%;
    padding: 0 9%
}

.image-edge.left .image-edge-content {
    padding-left: 6%
}

.image-edge-content h3.headline {
    width: 100%;
    display: block;
    margin-top: 0
}

.edge-bg {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.edge-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .1)
}

.image-edge.left .image-edge-content {
    left: 50%
}

.image-edge.left .edge-bg {
    left: 0
}

.image-edge.left .container {
    transform: translateX(54%);
    -webkit-transform: translateX(54%)
}

.image-edge.dark {
    background-color: #282828;
    color: #fff
}

.image-edge.dark h1,
.image-edge.dark h2,
.image-edge.dark h3,
.image-edge.dark h4,
.image-edge.dark h5 {
    color: #fff
}

.presentation-content h2,
.image-edge h2 {
    line-height: 56px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -.5px
}

.presentation-content p,
.image-edge p {
    font-size: 20px;
    color: #828282;
    line-height: 34px
}

.image-edge.dark p {
    color: rgba(255, 255, 255, .8)
}

.image-edge-content ul {
    list-style: none;
    padding: 0
}

.image-edge-content ul li {
    margin-bottom: 30px
}

.image-edge-content ul li:last-child {
    margin-bottom: 0
}

.image-edge-content h4 i {
    position: relative;
    top: -1px;
    margin-right: 2px
}

@media(max-width:767px) {

    .edge-bg {
        position: relative;
        height: 400px;
        width: 100%;
        display: block;
        left: 0;
        right: 0
    }
}

.flip-banner {
    display: block;
    width: 100%;
    height: 135px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 9999
}

.flip-banner:after {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 100;
    -webkit-transition: all .6s;
    transition: all .6s
}

.flip-banner:hover:after {
    opacity: .6
}

.flip-banner-content {
    position: relative;
    top: 50%;
    z-index: 200
}

.flip-banner h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block
}

.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .45s cubic-bezier(.87, -.41, .19, 1.44);
    transition: all .45s cubic-bezier(.87, -.41, .19, 1.44)
}

.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
}

.flip-banner:hover .flip-banner-content .flip-visible {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
}

.flip-banner i {
    padding: 0 10px
}

.flip-banner .sl {
    position: relative;
    top: 1px;
    font-size: 26px
}

@media(max-width:767px) {
    .flip-banner .sl {
        font-size: 18px
    }

    .flip-banner h2 {
        font-size: 22px;
        line-height: 34px
    }
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabs-nav li a i {
    padding-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative
}

.tabs-nav li {
    float: left;
    line-height: 45px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12
}

.tabs-nav li a,
.tab-reviews {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.tabs-nav li a {
    border-bottom: 1px solid transparent;
    color: #333;
    display: inline-block;
    outline: none;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 15px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px
}

.tabs-nav li a:hover {
    border-color: #66676b
}

.tab-reviews {
    color: #aaa
}

.tabs-nav li.active .tab-reviews {
    color: #fff
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #66676b;
    color: #66676b;
    z-index: 11
}

.tab-content {
    padding: 28px 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%
}

.tabs-container {
    overflow: hidden;
    width: 100%
}

.tab-content p:last-child {
    margin-bottom: 0
}

.style-2 .tabs-container {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 3px
}

.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 0;
    padding: 0
}

.style-3 .tabs-nav {
    text-align: center
}

.style-3 .tabs-nav li {
    float: none;
    line-height: 32px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12;
    display: inline-block;
    text-align: center
}

.style-3 .tabs-nav li a {
    border: none;
    color: #333;
    display: inline-block;
    outline: none;
    padding: 7px 24px;
    text-decoration: none;
    font-size: 14px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
    border-color: #66676b;
    background-color: #66676b;
    color: #fff;
    z-index: 11
}

.style-3 .tabs-container .tab-content {
    border: none;
    padding: 30px 0 0
}

.style-4 .tabs-nav {
    width: 35%;
    display: table-cell
}

.style-4 .tabs-container {
    width: 65%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle
}

.style-4 .tabs-container .tab-content {
    border: none;
    padding: 10px 0 0
}

.style-4.tabs {
    display: table
}

.style-4 .tabs-nav li a {
    float: none;
    width: 90%;
    border: none;
    padding: 0;
    background-color: #fff;
    margin: 0 0 1px;
    border: none;
    padding: 9px 24px;
    line-height: 30px;
    border-radius: 3px
}

.style-4 .tabs-nav li.active a {
    background-color: #66676b;
    color: #fff
}

.style-4 .tabs-nav li {
    width: 100%
}

.style-5 .tabs-nav li {
    width: 33.33%
}

.stytle-5 .tabs-container .widget-text {
    position: relative;
    top: 50px;
    -webkit-transform: transitionY(-50%);
    transform: transitionY(-50%);
    display: inline-block
}

.style-5 .tabs-nav {
    bottom: 5px;
    position: relative
}

.style-5 .tabs-nav li a {
    border: none;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 4px;
    padding: 0
}

.style-5 .tabs-nav li.active a {
    background-color: #66676b;
    color: #fff
}

.style-5 .tabs-container .tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 20px 0 0
}

.rememberme {
    display: block;
    margin-top: 10px;
    cursor: pointer
}

.sign-in-form .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 20px 20px 10px 20px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 6px 6px 0 0;
}

.sign-in-form .tabs-container {
    overflow: visible;
    padding: 20px;
    border-top: 0 !important;
}

.sign-in-form .tabs-nav li {
    line-height: 15px
}

.sign-in-form .tabs-nav li a {
    padding: 0 15px 18px;
    color: #666
}

p.form-row.form-row-wide {
    margin-bottom: 5px;
}

.sign-in-form .tabs-nav li a:hover,
.sign-in-form .tabs-nav li.active a {
    color: #66676b
}

.lost_password a {
    margin: 0;
    color: #666;
    font-size: 15px
}

.lost_password:hover a {
    color: #66676b
}

.rememberme input {
    margin: 0 2px 0 0;
    display: inline-block;
    min-height: auto;
    width: auto
}

.myaccount input.button {
    margin-bottom: 0
}

.sign-in-form label {
    position: relative;
    color: #666;
    font-size: 15px
}

.sign-in-form label input,
.sign-in-form select {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 45px;
    height: 45px
}

.sign-in-form label input[type=checkbox] {
    height: auto
}

.sign-in-form input {
    -webkit-transition: -webkit-box-shadow .2s !important;
    transition: -webkit-box-shadow .2s !important;
    transition: box-shadow .2s !important;
    transition: box-shadow .2s, -webkit-box-shadow .2s !important
}

.sign-in-form input:focus {
    -webkit-transition: -webkit-box-shadow .2s !important;
    transition: -webkit-box-shadow .2s !important;
    transition: box-shadow .2s !important;
    transition: box-shadow .2s, -webkit-box-shadow .2s !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.sign-in-form label i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: 15px;
    bottom: 14px
}

.sign-in-form .button {
    line-height: 26px;
    height: auto;
    min-width: 120px;
    margin-bottom: 0
}

.social-icons {
    padding-left: 5px
}

.social-icons li {
    display: inline;
    float: left;
    text-align: left;
    margin-right: 16px;
    margin-top: 11px;
    transform: scale(1.19);
    -webkit-transform: scale(1.19);
    -webkit-filter: blur(radius)
}

.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: #f3f3f3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent
}

.social-icons.fixed li a {
    display: block
}

.social-icons li a i {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    z-index: 20;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -webkit-filter: blur(radius)
}

.social-icons li a:hover,
.social-icons li a i {
    color: #fff
}

.social-icons li a i {
    top: -30px;
    opacity: 0
}

.social-icons li a:hover i {
    top: 0;
    opacity: 1
}

.social-icons.rounded li a {
    border-radius: 50%
}

.social-icons.border li a {
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.social-icons.border li a:hover {
    border-color: transparent
}

.social-icons.color li a {
    border-color: transparent
}

.social-icons.color li a i,
.social-icons.color li a:hover i {
    top: 0;
    opacity: 1
}

.social-icons.color a:before {
    opacity: 0
}

.social-icons.fixed {
    position: fixed;
    left: 0;
    padding-left: 2px;
    top: 100px;
    width: 50px
}

.social-icons.fixed li {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: 7px
}

.social-icons.fixed li a {
    background-color: rgba(51, 51, 51, .35)
}

.social-icons.fixed li a:before {
    color: #fff
}

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
    font-family: fontello;
    font-size: 16px;
    line-height: 16px;
    color: #a0a0a0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: absolute;
    z-index: 20;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.twitter:before,
.social-icons li a.twitter i {
    font-size: 14px
}

.twitter i,
.twitter:before {
    margin: 13px 0 0 12px
}

.twitter:before {
    content: "\54";
    top: 0;
    opacity: 1
}

.twitter:hover:before {
    top: 30px;
    opacity: 0
}

.twitter:hover {
    background-color: #3bc1ed !important
}

.twitter:hover,
.social-icons.color .twitter,
.social-icons.fixed .twitter:hover {
    background-color: #3bc1ed;
    border-color: #3bc1ed
}

.dribbble i,
.dribbble:before {
    margin: 13px 0 0 13px
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0
}

.dribbble:hover {
    background-color: #ef5a92 !important
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92
}

.facebook i,
.facebook:before {
    margin: 13px 0 0 16px
}

.facebook:before {
    content: "\66";
    top: 0;
    opacity: 1
}

.facebook:hover:before {
    top: 30px;
    opacity: 0
}

.facebook:hover {
    background-color: #4a6d9d !important
}

.social-icons.color .facebook,
.social-icons.fixed .facebook:hover {
    background-color: #4a6d9d;
    border-color: #4a6d9d
}

.linkedin i,
.linkedin:before {
    margin: 13px 0 0 13px
}

.linkedin:before {
    content: "\4c";
    top: 0;
    opacity: 1
}

.linkedin:hover:before {
    top: 30px;
    opacity: 0
}

.linkedin:hover {
    background-color: #0b7bb5 !important
}

.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover {
    background-color: #0b7bb5;
    border-color: #0b7bb5
}

.delicious i,
.delicious:before {
    margin: 13px 0 0 13px
}

.delicious:before {
    content: "\23";
    top: 0;
    opacity: 1
}

.delicious:hover:before {
    top: 30px;
    opacity: 0
}

.delicious:hover {
    background-color: #3274d1 !important
}

.social-icons.color .delicious,
.social-icons.fixed .delicious:hover {
    background-color: #3274d1;
    border-color: #3274d1
}

.paypal i,
.paypal:before {
    margin: 13px 0 0 13px
}

.paypal:before {
    content: "\24";
    top: 0;
    opacity: 1
}

.paypal:hover:before {
    top: 30px;
    opacity: 0
}

.paypal:hover {
    background-color: #2e689a !important
}

.social-icons.color .paypal,
.social-icons.fixed .paypal:hover {
    background-color: #2e689a;
    border-color: #2e689a
}

.gplus i,
.gplus:before {
    margin: 13px 0 0 13px
}

.gplus:before {
    content: "\f0d5";
    top: 0;
    opacity: 1
}

.gplus:hover:before {
    top: 30px;
    opacity: 0
}

.gplus:hover {
    background-color: #d53824 !important
}

.social-icons.color .gplus,
.social-icons.fixed .gplus:hover {
    background-color: #d53824;
    border-color: #d53824
}

.stumbleupon i,
.stumbleupon:before {
    margin: 13px 0 0 11px
}

.stumbleupon:before {
    content: "\2f";
    top: 0;
    opacity: 1
}

.stumbleupon:hover:before {
    top: 30px;
    opacity: 0
}

.stumbleupon:hover {
    background-color: #eb4924 !important
}

.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover {
    background-color: #eb4924;
    border-color: #eb4924
}

.fivehundredpx i,
.fivehundredpx:before {
    margin: 13px 0 0 11px
}

.fivehundredpx:before {
    content: "\30";
    top: 0;
    opacity: 1
}

.fivehundredpx:hover:before {
    top: 30px;
    opacity: 0
}

.fivehundredpx:hover {
    background-color: #444 !important
}

.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover {
    background-color: #444;
    border-color: #444
}

.pinterest i,
.pinterest:before {
    margin: 13px 0 0 15px
}

.pinterest:before {
    content: "\31";
    top: 0;
    opacity: 1
}

.pinterest:hover:before {
    top: 30px;
    opacity: 0
}

.pinterest:hover {
    background-color: #cb1f25 !important
}

.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover {
    background-color: #cb1f25;
    border-color: #cb1f25
}

.forrst i,
.forrst:before {
    margin: 13px 0 0 15px
}

.forrst:before {
    content: "\3a";
    top: 0;
    opacity: 1
}

.forrst:hover:before {
    top: 30px;
    opacity: 0
}

.forrst:hover {
    background-color: #40833e !important
}

.social-icons.color .forrst,
.social-icons.fixed .forrst:hover {
    background-color: #40833e;
    border-color: #40833e
}

.digg i,
.digg:before {
    margin: 13px 0 0 12px
}

.digg:before {
    content: "\3b";
    top: 0;
    opacity: 1
}

.digg:hover:before {
    top: 30px;
    opacity: 0
}

.digg:hover {
    background-color: #205685 !important
}

.social-icons.color .digg,
.social-icons.fixed .digg:hover {
    background-color: #205685;
    border-color: #205685
}

.spotify i,
.spotify:before {
    margin: 13px 0 0 13px
}

.spotify:before {
    content: "\3d";
    top: 0;
    opacity: 1
}

.spotify:hover:before {
    top: 30px;
    opacity: 0
}

.spotify:hover {
    background-color: #6ca405 !important
}

.social-icons.color .spotify,
.social-icons.fixed .spotify:hover {
    background-color: #6ca405;
    border-color: #6ca405
}

.reddit i,
.reddit:before {
    margin: 13px 0 0 12px
}

.reddit:before {
    content: "\3e";
    top: 0;
    opacity: 1
}

.reddit:hover:before {
    top: 30px;
    opacity: 0
}

.reddit:hover {
    background-color: #404040 !important
}

.social-icons.color .reddit,
.social-icons.fixed .reddit:hover {
    background-color: #404040;
    border-color: #404040
}

.appstore i,
.appstore:before {
    margin: 13px 0 0 14px
}

.appstore:before {
    content: "\41";
    top: 0;
    opacity: 1
}

.appstore:hover:before {
    top: 30px;
    opacity: 0
}

.appstore:hover {
    background-color: silver !important
}

.social-icons.color .appstore,
.social-icons.fixed .appstore:hover {
    background-color: silver;
    border-color: silver
}

.blogger i,
.blogger:before {
    margin: 13px 0 0 13px;
    font-size: 14px
}

.blogger:before {
    content: "\42";
    top: 0;
    opacity: 1
}

.blogger:hover:before {
    top: 30px;
    opacity: 0
}

.blogger:hover {
    background-color: #ff6501 !important
}

.social-icons.color .blogger,
.social-icons.fixed .blogger:hover {
    background-color: #ff6501;
    border-color: #ff6501
}

.dribbble i,
.dribbble:before {
    margin: 13px 0 0 13px
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0
}

.dribbble:hover {
    background-color: #ef5a92 !important
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92
}

.evernote i,
.evernote:before {
    margin: 13px 0 0 15px
}

.evernote:before {
    content: "\45";
    top: 0;
    opacity: 1
}

.evernote:hover:before {
    top: 30px;
    opacity: 0
}

.evernote:hover {
    background-color: #6bb130 !important
}

.social-icons.color .evernote,
.social-icons.fixed .evernote:hover {
    background-color: #6bb130;
    border-color: #6bb130
}

.flickr i,
.flickr:before {
    margin: 13px 0 0 13px
}

.flickr:before {
    content: "\46";
    top: 0;
    opacity: 1
}

.flickr:hover:before {
    top: 30px;
    opacity: 0
}

.flickr:hover {
    background-color: #136dd5 !important
}

.social-icons.color .flickr,
.social-icons.fixed .flickr:hover {
    background-color: #136dd5;
    border-color: #136dd5
}

.rss i,
.rss:before {
    margin: 13px 0 0 14px;
    font-size: 14px
}

.rss:before {
    content: "\52";
    top: 0;
    opacity: 1
}

.rss:hover:before {
    top: 30px;
    opacity: 0
}

.rss:hover {
    background-color: #fe8f00 !important
}

.social-icons.color .rss,
.social-icons.fixed .rss:hover {
    background-color: #fe8f00;
    border-color: #fe8f00
}

.youtube i,
.youtube:before {
    margin: 13px 0 0 14px;
    font-size: 18px
}

.youtube:before {
    content: "\55";
    top: 0;
    opacity: 1
}

.youtube:hover:before {
    top: 30px;
    opacity: 0
}

.youtube:hover {
    background-color: #bf2f29 !important
}

.social-icons.color .youtube,
.social-icons.fixed .youtube:hover {
    background-color: #bf2f29;
    border-color: #bf2f29
}

.vimeo i,
.vimeo:before {
    margin: 13px 0 0 13px;
    font-size: 14px
}

.vimeo:before {
    content: "\56";
    top: 0;
    opacity: 1
}

.vimeo:hover:before {
    top: 30px;
    opacity: 0
}

.vimeo:hover {
    background-color: #4c8ab0 !important
}

.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover {
    background-color: #4c8ab0;
    border-color: #4c8ab0
}

.xing i,
.xing:before {
    margin: 13px 0 0 14px
}

.xing:before {
    content: "\58";
    top: 0;
    opacity: 1
}

.xing:hover:before {
    top: 30px;
    opacity: 0
}

.xing:hover {
    background-color: #036568 !important
}

.social-icons.color .xing,
.social-icons.fixed .xing:hover {
    background-color: #036568;
    border-color: #036568
}

.yahoo i,
.yahoo:before {
    margin: 13px 0 0 11px
}

.yahoo:before {
    content: "\59";
    top: 0;
    opacity: 1
}

.yahoo:hover:before {
    top: 30px;
    opacity: 0
}

.yahoo:hover {
    background-color: #9251a2 !important
}

.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover {
    background-color: #9251a2;
    border-color: #9251a2
}

.amazon i,
.amazon:before {
    margin: 13px 0 0 12px
}

.amazon:before {
    content: "\61";
    top: 0;
    opacity: 1
}

.amazon:hover:before {
    top: 30px;
    opacity: 0
}

.amazon:hover {
    background-color: #2f3842 !important
}

.social-icons.color .amazon,
.social-icons.fixed .amazon:hover {
    background-color: #2f3842;
    border-color: #2f3842
}

.steam i,
.steam:before {
    margin: 13px 0 0 11px
}

.steam:before {
    content: "\62";
    top: 0;
    opacity: 1
}

.steam:hover:before {
    top: 30px;
    opacity: 0
}

.steam:hover {
    background-color: #383838 !important
}

.social-icons.color .steam,
.social-icons.fixed .steam:hover {
    background-color: #383838;
    border-color: #383838
}

.dropbox i,
.dropbox:before {
    margin: 13px 0 0 13px
}

.dropbox:before {
    content: "\64";
    top: 0;
    opacity: 1
}

.dropbox:hover:before {
    top: 30px;
    opacity: 0
}

.dropbox:hover {
    background-color: #2c92dd !important
}

.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover {
    background-color: #2c92dd;
    border-color: #2c92dd
}

.github i,
.github:before {
    margin: 13px 0 0 13px
}

.github:before {
    content: "\67";
    top: 0;
    opacity: 1
}

.github:hover:before {
    top: 30px;
    opacity: 0
}

.github:hover {
    background-color: #5c7381 !important
}

.social-icons.color .github,
.social-icons.fixed .github:hover {
    background-color: #5c7381;
    border-color: #5c7381
}

.lastfm i,
.lastfm:before {
    margin: 13px 0 0 11px
}

.lastfm:before {
    content: "\6c";
    top: 0;
    opacity: 1
}

.lastfm:hover:before {
    top: 30px;
    opacity: 0
}

.lastfm:hover {
    background-color: #d21309 !important
}

.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover {
    background-color: #d21309;
    border-color: #d21309
}

.tumblr i,
.tumblr:before {
    margin: 13px 0 0 15px
}

.tumblr:before {
    content: "\74";
    top: 0;
    opacity: 1
}

.tumblr:hover:before {
    top: 30px;
    opacity: 0
}

.tumblr:hover {
    background-color: #3d658d !important
}

.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover {
    background-color: #3d658d;
    border-color: #3d658d
}

.wordpress i,
.wordpress:before {
    margin: 13px 0 0 14px
}

.wordpress:before {
    content: "\77";
    top: 0;
    opacity: 1
}

.wordpress:hover:before {
    top: 30px;
    opacity: 0
}

.wordpress:hover {
    background-color: #383838 !important
}

.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover {
    background-color: #383838;
    border-color: #383838
}

.instagram i,
.instagram:before {
    margin: 13px 0 0 13px
}

.instagram:before {
    content: "\f31f";
    top: 0;
    opacity: 1
}

.instagram:hover:before {
    top: 30px;
    opacity: 0
}

.instagram:hover {
    background-color: #3f6f94 !important
}

.social-icons.color .instagram,
.social-icons.fixed .instagram:hover {
    background-color: #3f6f94;
    border-color: #3f6f94
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot) format('embedded-opentype'), url(../fonts/fontello.woff) format('woff'), url(../fonts/fontello.ttf) format('truetype'), url(../fonts/fontello.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.social-icons li i {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    width: auto
}

.icon-delicious:before {
    content: '\23'
}

.icon-paypal:before {
    content: '\24'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-stumbleupon:before {
    content: '\2f'
}

.icon-fivehundredpx:before {
    content: '\30'
}

.icon-pinterest:before {
    content: '\31'
}

.icon-forrst:before {
    content: '\3a'
}

.icon-digg:before {
    content: '\3b'
}

.icon-spotify:before {
    content: '\3d'
}

.icon-reddit:before {
    content: '\3e'
}

.icon-appstore:before {
    content: '\41'
}

.icon-blogger:before {
    content: '\42'
}

.icon-dribbble:before {
    content: '\44'
}

.icon-evernote:before {
    content: '\45'
}

.icon-flickr:before {
    content: '\46'
}

.icon-linkedin:before {
    content: '\4c'
}

.icon-rss:before {
    content: '\52'
}

.icon-twitter:before {
    content: '\54'
}

.icon-youtube:before {
    content: '\55'
}

.icon-vimeo:before {
    content: '\56'
}

.icon-xing:before {
    content: '\58'
}

.icon-yahoo:before {
    content: '\59'
}

.icon-amazon:before {
    content: '\61'
}

.icon-steam:before {
    content: '\62'
}

.icon-dropbox:before {
    content: '\64'
}

.icon-facebook:before {
    content: '\66'
}

.icon-github:before {
    content: '\67'
}

.icon-lastfm:before {
    content: '\6c'
}

.icon-tumblr:before {
    content: '\74'
}

.icon-wordpress:before {
    content: '\77'
}

.icon-linkedin-rect:before {
    content: '\f31b'
}

.icon-instagram:before {
    content: '\f31f'
}

.agent ul.social-icons,
#footer ul.social-icons,
.listing-share ul.social-icons,
#top-bar ul.social-icons {
    margin: 0;
    padding: 0
}

.listing-share .social-icons li a,
.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-right: 0
}

.listing-share .social-icons li,
.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-filter: blur(radius)
}

.listing-share .social-icons li a i,
.listing-share .social-icons li a:before,
.agent .social-icons li a i,
.agent .social-icons li a:before,
#footer .social-icons li a i,
#footer .social-icons li a:before,
#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
    -webkit-transform: scale(1.1) translateY(calc(-50% - 2px));
    transform: scale(1.1) translateY(calc(-50% - 2px));
    -moz-transform: scale(1.1) translateY(calc(-50% - 1px));
    -ms-transform: scale(1.1) translateY(-50%);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    margin-top: 55%
}

.listing-share .social-icons li a.twitter i,
.listing-share .social-icons li a.twitter:before,
.agent .social-icons li a.twitter i,
.agent .social-icons li a.twitter:before,
#footer .social-icons li a.twitter i,
#footer .social-icons li a.twitter:before,
#top-bar .social-icons li a.twitter i,
#top-bar .social-icons li a.twitter:before {
    -webkit-transform: scale(1.1) translateY(calc(-50% - 1px));
    transform: scale(1.1) translateY(calc(-50% - 1px))
}

#top-bar .social-icons {
    float: right
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
    font-size: 14px;
    color: #fff
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
    font-size: 12px
}

#top-bar .social-icons li a:hover {
    background: #fff !important;
    border-color: transparent
}

#top-bar .social-icons li a:hover i {
    color: #66676b
}

.listing-share .social-icons li a,
.agent .social-icons li a,
#footer .social-icons li a {
    width: 38px;
    height: 40px;
    background-color: transparent
}

.agent .social-icons,
#footer .social-icons {
    position: relative;
    left: -13px
}

.agent .social-icons li,
#footer .social-icons li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0
}

.listing-share .social-icons li a:before,
.listing-share .social-icons li a i,
.agent .social-icons li a:before,
.agent .social-icons li a i,
#footer .social-icons li a:before,
#footer .social-icons li a i {
    font-size: 15px;
    color: #f91942
}

.listing-share .social-icons li .twitter:before,
.listing-share .social-icons li .twitter i:before,
.listing-share .social-icons li .vimeo:before,
.listing-share .social-icons li .vimeo i:before,
.agent .social-icons li .twitter:before,
.agent .social-icons li .twitter i:before,
.agent .social-icons li .vimeo:before,
.agent .social-icons li .vimeo i:before,
#footer .social-icons li .twitter:before,
#footer .social-icons li .twitter i:before,
#footer .social-icons li .vimeo:before,
#footer .social-icons li .vimeo i:before {
    font-size: 13px
}

.listing-share .social-icons li a:hover,
.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
    background: 0 0 !important;
    border-color: transparent
}

.listing-share .social-icons li a:hover i,
.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
    color: #66676b
}

.checkboxes {
    list-style: none;
    padding: 0
}

.checkboxes.in-row label {
    margin-top: 0px;
}

.checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%
}

.checkboxes li {
    padding: 4px 0
}

.checkboxes li:last-child {
    margin-bottom: -8px
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 13px;
}

.checkboxes label span {
    color: #909090
}

.checkboxes input[type=checkbox] {
    display: none
}

.radioBtn input[type=radio] {
    display: none;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-family: fontawesome;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 15px
}

/*
.radioBtn label.radiocust:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-family: fontawesome;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 15px
}
*/


.checkboxes input[type=checkbox]:checked + label:before {
    content: "\f00c";
    background-color: #66676b;
    border: 2px solid #66676b;

}

label.radiocust:before {
    content: '';
    position: absolute;
    background-color: #f91942;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 1px;
    border-radius: 50%;
}

label.radiocust2:before {
    content: '';
    position: absolute;
    background-color: #f91942;
    height: 15px;
    width: 15px;
    top: 40px;
    left: 1px;
    border-radius: 50%;
}

.radioBtn input[type=radio]:checked + label.radiocust:before {
    content: "\f00c";
    background-color: #f91942;
    /*    border: 2px solid #fff;*/
    font-family: fontawesome;
    color: #fff;
    /* top: 4px; */
    line-height: 1.6;
    font-size: 10px;
    padding-left: 2.5px;
    left: 1px;
}

.radioBtn input[type=radio]:checked + label.radiocust2:before {
    content: "\f00c";
    background-color: #f91942;
    /*    border: 2px solid #fff;*/
    font-family: fontawesome;
    color: #fff;
    /* top: 4px; */
    line-height: 1.6;
    font-size: 10px;
    padding-left: 2.5px;
    left: 1px;
}

label.radiocust {
    margin-left: 8px;
}

label.radiocust2 {
    margin-left: 8px;
}

.listing-item-container.list-layout {

    background-color: #fbfbfb;
    margin-bottom: 25px;
    height: 200px;
}

.listing-item-container.list-layout.list-layout2 {
    background-color: #fff !important;
}

/*
.listing-item-container.list-layout:hover {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0)
}
*/

.listing-item-container.list-layout .listing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    height: 220px
}

.listing-item-container.list-layout .listing-item:before {
    display: none
}

.listing-item-container.list-layout .listing-item img {
    border-radius: 0
}

.listing-item-container.list-layout .listing-item-content {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.listing-item-container.list-layout .listing-item-image {
    min-height: 200px;
    /*
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
*/
    height: 200px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    position: relative
}


.listing-item-container.list-layout .listing-item-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #e8e8e8;
    opacity: .1;
}

.listing-item-container.list-layout span.like-icon {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #eee;
    color: #9d9d9d;
    right: 25px
}

.listing-item-container.list-layout span.like-icon.liked,
.listing-item-container.list-layout span.like-icon:hover {
    background-color: #f3103c;
    color: #fff
}

.listing-item-container.list-layout .listing-item-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 100%;
    transform: translateY(-50%);
    left: 25px;
    padding-right: 120px
}

.listing-item-container.list-layout .listing-item-inner h3 {
    color: #333
}

.listing-item-container.list-layout .listing-item-inner span {
    color: #f91942;
}

.listing-item-container.list-layout .star-rating {
    padding: 8px 25px 0;
}


.listing-item-container.list-layout .numerical-rating {
    margin: 10px 0 5px;
    display: block
}

.listing-item-container.list-layout .listing-item-details {
    position: absolute;
    bottom: 25px;
    right: 35px;
    left: auto;
    top: auto;
    padding: 0;
    width: auto;
    z-index: 50;
    color: #888;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px
}

.listing-item-container {
    background-color: #f6f6f6;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-bottom: 30px
}

section.fullwidth .listing-item-container,
.fs-content .listing-item-container {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    background: #fff
}

section.fullwidth .listing-item-container.list-layout,
.fs-content .listing-item-container.list-layout {
    -webkit-box-shadow: none;
    box-shadow: none
}

/*
.listing-item-container:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
}
*/

.listing-item {
    background: #ccc;
    border-radius: 4px 4px 0 0;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 265px;
    z-index: 100;
    cursor: pointer
}

.listing-item img {
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.listing-item:before {
    /* content: "";*/
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.9)), color-stop(35%, rgba(35, 35, 37, 0.45)), color-stop(60%, rgba(22, 22, 23, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%); */
    background-color: #fbfbfb;
    border-radius: 4px 4px 0 0;
    opacity: 1
}

.listing-item-content {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 0 25px;
    padding-right: 90px;
    /*    width: 100%;*/
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.listing-item-content h3 {
    color: #fff;
    font-size: 16px;
    bottom: -1px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 31px
}

.listing-item-content span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    font-weight: 60;
    background: #66676b;
    border-radius: 50px;
    padding: 4px 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 9px
}

.listing-item-container.list-layout span.tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #66676b;
    margin: 0;
    z-index: 10;
    line-height: 14px;
    padding: 7px 16px;
    margin-right: 20px;
    text-align: center
}

.listing-item-details {
    position: absolute;
    top: 24px;
    left: 0;
    padding: 0 32px;
    width: 100%;
    z-index: 50;
    color: #f91942;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px
}

.listing-item-details ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.listing-item-details ul li {
    display: inline-block;
    margin-right: 6px;
    line-height: 20px
}

.listing-item-details ul li i {
    display: inline-block;
    margin: 0 3px 0 0;
    position: relative;
    top: 0;
    font-size: 14px
}

.listing-item-container.compact .listing-item {
    border-radius: 4px
}

.listing-item-container.compact .star-rating {
    padding: 5px 0 0
}

.listing-item-container.compact .rating-counter {
    color: rgba(255, 255, 255, .7)
}

.listing-item-container.compact .star-rating .star.empty:before,
.listing-item-container.compact .star-rating .star.half:before {
    color: rgba(255, 255, 255, .3)
}

.listing-item-container.compact .listing-item-content span.tag {
    background-color: #66676b
}

.numerical-rating {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    font-family: open sans;
    position: relative;
    border-radius: 50px;
    letter-spacing: -.5px;
    background-color: rgba(255, 255, 255, .2);
    margin: 15px 32px
}

.compact .numerical-rating {
    margin: 0 0 8px
}

.numerical-rating:before {
    content: attr(data-rating)
}

.numerical-rating.high {
    background-color: #64bc36
}

.numerical-rating.mid {
    background-color: #c0c52a
}

.numerical-rating.low {
    background-color: #ee3535
}

.infoBox .numerical-rating .rating-counter,
.numerical-rating .rating-counter {
    position: absolute;
    top: 0;
    left: 14px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    width: 150px;
    color: #909090
}

.infoBox .numerical-rating .rating-counter {
    left: 12px
}

.infoBox .numerical-rating {
    margin: 0;
    font-family: open sans
}

.star-rating {
    display: block;
    font-size: 14px;
}

.listing-item-container .star-rating {
    padding: 15px 32px
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative
}

.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px
}

.star-rating .rating-counter {
    top: -1px;
    position: relative
}

.infoBox .star-rating .rating-counter {
    font-size: 15px;
    top: -2px
}

.star-rating .star.half:after,
.star-rating .star:before {
    font-family: fontawesome;
    content: "\f005";
    display: block;
    color: #ffc600
}

.star-rating .star.empty:before {
    color: #ddd
}

.rating:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.star-rating .star.half:before {
    color: #ddd
}

.star-rating .star.half:after {
    color: #ffc600;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden
}

span.like-icon {
    color: #fff;
    font-size: 19px;
    position: absolute;
    z-index: 101;
    right: 15px;
    bottom: 26px;
    cursor: normal;
    background-color: rgba(24, 24, 24, .4);
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.like-icon:before,
.like-icon:after {
    -webkit-transition: opacity .3s, -webkit-transform .4s cubic-bezier(0, -.41, .19, 2.5);
    transition: opacity .3s, -webkit-transform .4s cubic-bezier(0, -.41, .19, 2.5);
    transition: opacity .3s, transform .4s cubic-bezier(0, -.41, .19, 2.5);
    transition: opacity .3s, transform .4s cubic-bezier(0, -.41, .19, 2.5), -webkit-transform .4s cubic-bezier(0, -.41, .19, 2.5);
    font-family: fontawesome;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 9px
}

.like-icon:before {
    content: "\f08a";
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.like-icon:after {
    content: "\f004";
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.like-icon.liked:after {
    opacity: 1;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.like-icon:hover,
.like-icon.liked {
    background-color: #f3103c
}

.like-icon.liked:before {
    opacity: 0
}

.listing-item {
    overflow: hidden
}

.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -64px;
    top: 22px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px
}

.listing-badge.now-open {
    background-color: #54ba1d
}

.listing-badge.now-closed {
    background-color: #e91721
}

.categories-boxes-container {
    width: calc(100% + 20px);
    left: -20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.category-small-box {
    float: left;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 20px 0 0 20px;
    padding: 20px 16px;
    text-align: center;
    color: #777;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
    position: relative;
    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
}

.category-small-box:hover {
    background-color: #66676b;
    color: #fff;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.category-small-box h4 {
    font-size: 16px;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 22px;
    margin-top: 9px;
    margin-bottom: 7px
}

.category-small-box i {
    font-size: 38px;
    height: 40px;
    display: inline-block;
    margin-top: 20px
}

.category-small-box:hover h4 {
    color: #fff
}

@media(max-width:768px) {
    .category-small-box {
        width: calc(100% * (1/2) - 21px)
    }
}

@media(min-width:768px) {
    .category-small-box {
        width: calc(100% * (1/3) - 21px)
    }
}

@media(min-width:992px) {
    .category-small-box {
        width: calc(100% * (1/3) - 21px)
    }
}

@media(min-width:1240px) {
    .category-small-box {
        width: calc(100% * (1/6) - 21px)
    }
}

.category-small-box {
    background-color: #f8f8f8
}

.category-small-box h4 {
    color: #777;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500
}

.category-small-box i {
    color: #66676b;
    -webkit-transition: .3s;
    transition: .3s
}

.category-small-box:hover h4,
.category-small-box:hover i {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.category-small-box h4 {
    display: block
}

.category-small-box .category-box-counter {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .04);
    display: block;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-bottom: 12px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 2px 0;
    line-height: 22px;
    font-family: helveticaneue, helvetica neue, Helvetica, Arial, sans-serif
}

.category-small-box:hover .category-box-counter {
    color: #fff;
    background-color: rgba(0, 0, 0, .15)
}

#titlebar {
    /*    background-color: #f8f8f8;*/
    background: linear-gradient(to right, #240b36, #c31432);
    position: relative;
    padding: 5px 0;
    margin-bottom: 30px
}

.titlebar2 {
    margin-bottom: 30px !important;
}

#titlebar.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0.5));
    padding-bottom: 10px
}

#titlebar span a,
#titlebar span {
    font-size: 20px;
    color: #888;
    margin-bottom: 3px;
    margin-top: 6px;
    display: inline-block
}

#titlebar #breadcrumbs span {
    font-size: 13px
}

#titlebar h1,
#titlebar h2 {
    font-size: 22px;
    line-height: 40px;
    margin: 1px 0 3px
}

#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    /*    top: 50%;*/
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#breadcrumbs ul {
    margin: 0
}

#breadcrumbs ul li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #888;
    font-size: 12px;
}

#breadcrumbs ul li a:hover {
    color: #666
}

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
    font-size: 12px;
    ;
}

#breadcrumbs ul li:first-child:before {
    display: none
}

#breadcrumbs ul li:before {
    content: "\f105";
    font-family: fontawesome;
    /*    color: #a0a0a0 !important;*/
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

#breadcrumbs.greyCaret ul li:before {
    color: #a0a0a0 !important;
}

.greyCaret {
    top: 70% !important;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before {
    color: #fff
}

.parallax #titlebar {
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding: 90px 0
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {
    color: #fff
}

.parallax #titlebar span a,
.parallax #titlebar span {
    color: rgba(255, 255, 255, .7)
}

#not-found {
    margin: 40px 0 80px
}

#not-found.center {
    text-align: center
}

#not-found h2 {
    text-align: center;
    font-size: 220px;
    line-height: 210px;
    font-weight: 500;
    letter-spacing: -8px
}

#not-found p {
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    display: inline-block;
    margin-top: 10px;
    color: #999
}

#not-found i {
    color: #e0e0e0;
    font-size: 190px;
    top: 16px;
    position: relative
}

@media(max-width:767px) {
    #not-found h2 {
        font-size: 110px;
        line-height: 110px
    }

    #not-found p {
        font-size: 20px;
        line-height: 38px
    }

    #not-found i {
        font-size: 120px;
        top: 16px
    }
}

#dashboard {
    background-color: #f7f7f7;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px
}

.dashboard-content,
.dashboard-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dashboard-content {
    padding: 0px 0px;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
    height: 100%;
    margin-left: 243px;
    min-height: calc(100vh - 152px);
}

.setFooter {
    margin-left: 243px;
    width: 100%;
}

.dashboard-nav,
.dashboard #logo {
    min-width: 245px;
    max-width: 245px
}

.dashboard-nav {
    position: fixed;
    min-height: 100vh;
    overflow: hidden
}

.dashboard-nav-inner {
    height: 100%;
    width: 277px;
    overflow-y: scroll;
    position: relative;
    display: block;
    padding: 10px 0 25px
}

.messages-container-inner .messages-inbox ul::-webkit-scrollbar {
    width: 17px
}

.dashboard-nav-inner {
    max-height: 900px;
    width: calc(100% + 17px);
    overflow-y: scroll;
    position: relative;
    display: block;
    padding: 0px 0 25px
}

@media(max-width:991px) {
    .dashboard-nav-inner {
        max-height: 900px;
        width: calc(100% + 18px)
    }
}

header.fullwidth.dashboard .container {
    padding-left: 285px
}

.dashboard #logo {
    display: block;
    background-color: #333;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    text-align: left;
    padding-left: 15px;
}

.dashboard #logo a {
    margin-left: 33px;
    display: inline-block;
    height: 100%
}

.dashboard #logo a img {
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

#dashboard .copyrights {
    padding: 15px 0;
    margin: 30px 0 0;
    display: block;
    text-align: center;
    border: none;
    background: #e8e8e8;
    border-top: 1px solid #dedddd;
}

.dashboard #logo a {
    display: none
}

.dashboard #logo a.dashboard-logo {
    display: inline-block
}

.dashboard-nav {
    background-color: #2a2a2a;
    display: block;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    z-index: 11
}

a.dashboard-responsive-nav-trigger {
    display: none
}

.dashboard-nav ul {
    list-style: none;
    padding: 0;
}

.dashboard-nav ul:before {
    content: attr(data-submenu-title);
    padding: 0 30px;
    margin-bottom: 5px;
    display: block;
    color: #999;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px
}

.dashboard-nav ul li {
    color: #eee;
    display: block;
    border-left: 3px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 24px;
    font-size: 13px;
}

.dashboard-nav ul li a {
    color: #eee;
    display: block;
    padding: 2px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.dashboard-nav ul li a i {
    padding-right: 8px;
    width: 20px
}

.dashboard-nav ul li a:hover {
    color: #fff
}

.dashboard-nav ul li span.nav-tag {
    background-color: rgba(255, 255, 255, .2);
    font-family: open sans;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    padding: 0;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-width: 20px;
    height: 20px;
    letter-spacing: -.5px;
    text-align: center;
    border-radius: 50px;
    margin-left: 4px
}

.dashboard-nav ul li span.nav-tag.messages {
    top: -2px;
    position: relative
}

.dashboard-nav ul li span.nav-tag.messages,
.dashboard-nav ul li span.nav-tag.green {
    background-color: #64bc36
}

.dashboard-nav ul li span.nav-tag.yellow {
    background-color: #b9be1c
}

.dashboard-nav ul li span.nav-tag.red {
    background-color: #ee3535
}

.dashboard-nav ul li ul {
    padding: 0;
    margin: 0;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    line-height: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.dashboard-nav ul li.active ul {
    visibility: visible;
    padding: 0 0;
    line-height: 24px;
    opacity: 1;
    max-height: 300px
}

.dashboard-nav ul li ul li {
    color: #eee;
    background-color: transparent;
    border: none;
    padding-left: 54px;
    position: relative;
    margin: 0
}

.dashboard-nav ul li ul li a {
    padding: 3px 0
}

.dashboard-nav ul li ul li:hover {
    color: #fff;
    border: none;
    background-color: transparent
}

.dashboard-nav ul li a:after {
    font-family: fontawesome;
    content: '\f107';
    right: 15px;
    font-size: 16px;
    position: absolute;
    -webkit-transition: .2s;
    transition: .2s;
    color: rgba(255, 255, 255, .5)
}

.dashboard-nav ul li.active a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dashboard-nav ul li ul:before,
.dashboard-nav ul li a:only-child:after {
    content: '';
    display: none
}

.dashboard-nav ul li ul li:hover a {
    padding-left: 4px
}

.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
    color: #fff;
    border-color: #66676b;
    background-color: rgba(255, 255, 255, .05)
}

#dashboard #titlebar {
    padding: 0;
    margin: 0 0 15px;
    display: block;
    background-color: transparent;
    background: 0 0
}

/*
#dashboard #titlebar h2 {
    font-size: 25px;
    line-height: 38px
}
*/
#dashboard #titlebar h2 {
    font-size: 16px;
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-bottom: -14px;
}

.dashboard-stat {
    display: inline-block;
    padding: 0;
    height: 160px;
    background-color: #444;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default
}

.dashboard-stat:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.dashboard-stat-content {
    position: absolute;
    left: 32px;
    top: 50%;
    width: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dashboard-stat-content h4 {
    font-size: 42px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: open sans;
    letter-spacing: -1px
}

.dashboard-stat-content span {
    font-size: 18px;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block
}

.dashboard-stat-icon {
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    font-size: 80px;
    opacity: .3
}

.dashboard-stat.color-1 {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2));
    background-color: #64bc36
}

.dashboard-stat.color-2 {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1));
    background-color: #363841
}

.dashboard-stat.color-3 {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3));
    background-color: #ffae00
}

.dashboard-stat.color-4 {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1));
    background-color: #f3103c
}

#dashboard .pagination ul li a,
#dashboard .pagination-next-prev ul li a {
    background-color: transparent
}

#dashboard .pagination ul li a.current-page,
#dashboard .pagination .current,
#dashboard .pagination ul li a:hover,
#dashboard .pagination-next-prev ul li a:hover {
    background-color: #f91942;
}

.messages-container {
    margin: 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
    background-color: #fff
}

.messages-headline {
    font-size: 16px;
    margin: 0;
    padding: 22px 30px;
    color: #333;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
    position: relative
}

.messages-headline h4 {
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: inline-block
}

.message-action {
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    color: #666;
    padding: 0;
    float: right
}

.message-action:hover {
    color: #ee3535
}

.messages-inbox ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.messages-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px
}

.messages-inbox ul li {
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: .2s;
    transition: .2s
}

.messages-inbox ul li:last-child {
    border-bottom: none
}

.messages-inbox ul li.unread {
    min-height: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.messages-inbox ul li.unread,
.messages-inbox ul li:hover {
    background-color: #fbfbfb;
}

.messages-inbox ul li.active-message {
    background-color: #fafafa
}

.messages-inbox .message-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.messages-inbox .message-by {
    margin-left: 85px;
    font-size: 15px;
    color: #666
}

.messages-inbox .message-by p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 15px
}

.message-by-headline h5,
.message-by-headline span {
    display: inline-block
}

.message-by-headline span {
    float: right;
    color: #888;
    font-size: 14px
}

.message-by-headline h5 {
    font-weight: 600;
    color: #333;
    margin: 0 0 7px;
    padding: 0
}

.message-by-headline:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.message-by h5 i {
    background-color: #64bc36;
    border-radius: 50px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 3px 8px;
    margin-left: 3px
}

.messages-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.messages-container-inner .messages-inbox,
.messages-container-inner .message-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.messages-container-inner .messages-inbox {
    overflow: hidden
}

.messages-container-inner .messages-inbox ul {
    max-height: 800px;
    overflow-y: scroll;
    width: 357px
}

.messages-container-inner .messages-inbox ul::-webkit-scrollbar {
    width: 17px
}

.messages-container-inner .message-content {
    padding: 30px
}

.messages-container-inner .messages-inbox {
    max-width: 340px;
    border-right: 1px solid #eaeaea
}

.messages-container-inner .messages-inbox ul li a {
    padding: 25px
}

.messages-container-inner .messages-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #888
}

.messages-container-inner .message-avatar img {
    width: 40px;
    height: 40px
}

.messages-container-inner .messages-inbox .message-avatar {
    left: 25px
}

.messages-container-inner .messages-inbox .message-by {
    margin-left: 60px
}

.messages-container-inner .message-by-headline h5 {
    font-size: 14px;
    margin-bottom: 3px;
    max-width: 160px;
    line-height: 23px
}

.messages-container-inner .message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px
}

.message-bubble {
    display: block;
    position: relative;
    margin-bottom: 25px
}

.message-bubble .message-avatar {
    position: absolute;
    left: 0;
    top: 0
}

.message-bubble .message-avatar img {
    width: 50px;
    height: 50px
}

.message-bubble .message-text {
    margin-left: 70px;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 20px;
    position: relative
}

.message-bubble .message-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px
}

.message-bubble .message-text:before {
    position: absolute;
    top: 12px;
    left: -9px;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 31px;
    color: #f6f6f6
}

.message-bubble.me .message-avatar {
    left: auto;
    right: 0
}

.message-bubble.me .message-text {
    margin-left: 0;
    margin-right: 70px
}

.message-bubble.me .message-text:before {
    left: auto;
    right: -11px;
    content: "\f0da"
}

.message-reply {
    display: block;
    margin-top: 15px
}

.message-reply textarea {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 20px
}

.message-reply button {
    border-radius: 4px;
    margin-top: 5px
}

.dashboard-list-box {
    margin: 30px 0 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    border-radius: 4px
}

.dashboard-list-box .button {
    padding: 6px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0
}

.dashboard-list-box .button.gray:before {
    display: none
}

.dashboard-list-box .button.gray {
    background-color: #e9e9e9;
    color: #666
}

.dashboard-list-box .button.gray:hover {
    background-color: #66676b;
    color: #fff
}

.dashboard-list-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 25px 30px;
    color: #333;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0
}

.dashboard-list-box h4.gray {
    background-color: #fbfbfb
}

.dashboard-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px
}

.dashboard-list-box ul li {
    padding: 12px 17px;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.dashboard-list-box.with-icons ul li {
    padding-left: 87px
}

.dashboard-list-box ul li:last-child {
    border: none
}

.dashboard-list-box ul li:hover {
    background-color: #fbfbfb
}

.dashboard-list-box .numerical-rating {
    margin: 0 3px
}

.dashboard-list-box ul li i.list-box-icon {
    height: 38px;
    width: 38px;
    color: #777;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    background-color: #eee;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

.dashboard-list-box ul li:hover i.list-box-icon {
    background-color: #eaeaea
}

.dashboard-list-box-static {
    padding: 30px;
    background-color: #fff
}

.dashboard-list-box-static .button {
    padding: 7px 18px;
    font-size: 15px;
    margin-bottom: 3px
}

a.close-list-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    padding: 4px;
    color: #ea2828;
    -webkit-transition: .3s;
    transition: .3s
}

.dashboard-list-box ul li:hover a.close-list-item {
    opacity: 1
}

.dashboard-list-box ul ul {
    background-color: transparent
}

.dashboard-list-box ul ul li:nth-last-child(2n+1) {
    background-color: transparent
}

.dashboard-list-box ul ul li {
    padding: 0;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: transparent;
    display: inline-block
}

.dashboard-list-box ul ul li:hover {
    background-color: transparent
}

.dashboard-list-box .sort-by {
    top: 16px;
    right: 26px
}

.dashboard-list-box .sort-by .chosen-container-single .chosen-single {
    background-color: transparent;
    padding: 0 4px
}

.dashboard-list-box .chosen-container .chosen-results li {
    border: none
}

.dashboard-list-box.invoices li {
    padding: 20px 30px
}

.dashboard-list-box.invoices ul li strong {
    color: #333
}

.dashboard-list-box.invoices ul ul {
    line-height: 22px;
    padding-bottom: 2px;
    color: #909090
}

.dashboard-list-box.invoices ul ul li {
    padding: 0
}

.dashboard-list-box.invoices ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px
}

.dashboard-list-box.invoices ul ul li:last-child:after {
    display: none
}

.paid {
    color: #64bc36
}

.unpaid {
    color: #ee3535
}

.buttons-to-right,
.dashboard-list-box .button.to-right {
    position: absolute;
    right: 15px;
    bottom: -10px;
    /*    top: 50%;*/
    -webkit-transform: translate3d(0, -49%, 0);
    transform: translate3d(0, -49%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    /*    opacity: 0;*/
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 10px 15px #fbfbfb;
    box-shadow: 0 0 10px 15px #fbfbfb
}

.dashboard-list-box li:hover .buttons-to-right,
.dashboard-list-box li:hover .button.to-right {
    opacity: 1
}

.buttons-to-right {
    -webkit-box-shadow: none;
    box-shadow: none
}

.buttons-to-right .button {
    margin-left: 2px
}

.dashboard-list-box .button i {
    padding-right: 2px;
    position: relative;
    top: 1px
}

.dashboard-list-box .button i.fa-remove {
    padding-right: 1px
}

.buttons-to-right a.button.approve:hover {
    background-color: #64bc36
}

.buttons-to-right a.button.reject:hover {
    background-color: #e42929
}

.edit-profile-photo img {
    border-radius: 4px;
    max-width: 200px;
    width: 100%
}

.edit-profile-photo {
    position: relative;
    display: block;
    margin-bottom: 35px
}

.change-photo-btn {
    font-weight: 600;
    padding: 5px 6px;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    bottom: 25px;
    left: 31px;
    width: auto
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.change-photo-btn:hover {
    color: #fff;
    background-color: #66676b
}

.change-photo-btn i {
    margin-right: 2px
}

.my-profile label {
    /*    margin-top: 27px;*/
    font-size: 15px;
    font-weight: 600;
    color: #333;
    /*    margin-bottom: 9px*/
}

.my-profile input {
    margin-bottom: 8px;
}

.my-profile {
    display: block
}

.my-profile label i {
    margin-right: 3px
}

.my-profile textarea {
    height: 200px
}

.paid span,
.unpaid span {
    font-weight: 600
}

.paid {
    color: #48ad13
}

.wallet-currency {
    font-weight: 500;
    border-radius: 3px;
    background: rgba(255, 255, 255, .2);
    font-size: 16px;
    line-height: 25px;
    padding: 3px 7px
}

.comission-taken {
    border-radius: 3px;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    background: #f4f4f4;
    display: inline-block;
    padding: 6px 10px;
    float: right;
    position: relative;
    top: -3px
}

.comission-taken strong {
    font-weight: 600;
    color: #666
}

@media(max-width:768px) {
    .comission-taken {
        float: none;
        display: block;
        margin-top: 10px;
        padding: 0;
        background: 0 0
    }
}

.list-box-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    position: relative
}

.list-box-listing-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 150px;
    position: relative;
    height: 142px;
    width: 150px;
}

.list-box-listing-img img {
    height: 142px !important;
    width: 150px;
}

.list-box-listing-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.list-box-listing-img a:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(22, 22, 22, .2);
    border-radius: 4px;
    z-index: 11
}

.list-box-listing-img a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px
}

.list-box-listing-img2 {
    max-width: 120px !important;
    max-height: 120px !important;
    /* border-radius: 50%; */
    overflow: hidden;

}

.bookings {
    /*    margin: 10px 0*/
}

.bookings .list-box-listing-img a:before {
    display: none
}

.bookings .list-box-listing-img {
    max-width: 70px;
    max-height: 70px;
    /*    border-radius: 50%;*/
    overflow: hidden
}

.bookings .list-box-listing-content .inner {
    top: 0;
    -webkit-transform: none;
    transform: none
}

.bookings .list-box-listing-img {
    margin-right: 5px
}

.bookings .list-box-listing-content .inner h3 {
    margin-bottom: 20px
}

.inner-booking-list h5 {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    color: #666
}

.inner-booking-list ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0
}

.inner-booking-list ul li {
    display: inline-block;
    padding: 0;
    margin: 0 0 4px
}

.inner-booking-list ul li:after {
    content: "";
    display: inline-block;
    position: relative;
    margin: 0 10px;
    height: 12px;
    top: 1px;
    background-color: #ddd;
    width: 1px
}

.inner-booking-list ul li:last-child:after {
    display: none
}

.inner-booking-list ul li.highlighted {
    padding: 2px 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    background-color: #eee !important;
    color: #777;
    border-radius: 50px;
    display: inline-block
}

.pending-booking .inner-booking-list ul li.highlighted {
    background-color: #e9f7fe !important;
    color: #3184ae;
    font-size: 13px;
}

.approved-booking .inner-booking-list ul li.highlighted {
    background-color: #ebf6e0 !important;
    color: #5f9025
}

.bookings .inner h3 span.booking-status {
    border-radius: 50px;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 2px 8px;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.approved-booking .bookings .inner h3 span.booking-status {
    background-color: #64bc36
}

.pending-booking .bookings .inner h3 span.booking-status {
    background-color: #61b2db
}

.canceled-booking .bookings .inner h3 span.booking-status {
    background-color: #ee3535
}

.bookings .inner h3 span.booking-status.unpaid {
    background-color: #ee3535
}

.list-box-listing-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px
}

.list-box-listing-content .inner {
    position: relative;
    /*top: 8px;*/
    /*    top: 0;*/
    vertical-align: top
}

.list-box-listing-content .inner h3 {
    font-size: 15px;
    bottom: -2px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 27px
}

.list-box-listing-content2 .inner h3 {
    display: flex !important;
}

.Book_date {
    position: absolute;
    right: 5px;
    top: 33px;
    font-size: 12px;
    color: #666;
}

.price_flex {
    display: flex;
    justify-content: flex-end;
}

.priceFont {
    background-color: transparent !important;
    font-size: 22px !important;
    margin-top: 30px !important;
    margin-right: -23px !important;
    color: #f91943 !important;
}
}

.inner-booking-list.Book_date span i {
    font-size: 12px;
}

.list-box-listing-content .inner span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block
}

.list-box-listing-content .inner .numerical-rating,
.list-box-listing-content .inner .star-rating {
    margin: 5px 0 0;
    display: block
}

.dashboard-list-box .comments.listing-reviews li {
    margin: 19px 0 10px
}

.dashboard-list-box a.rate-review {
    border: none;
    color: #666;
    background-color: #eee;
    padding: 4px 18px
}

.dashboard-list-box a.rate-review:hover {
    background-color: #66676b;
    color: #fff
}

.dashboard-list-box .comment-by-listing {
    display: inline-block;
    color: #888
}

.dashboard-list-box .comment-by-listing.own-comment,
.dashboard-list-box .comment-by-listing.own-comment a {
    color: #444
}

.dashboard-list-box .comment-by-listing a {
    color: #888
}

.dashboard-list-box .comment-by-listing a:hover {
    color: #66676b
}

.add-listing-section label.switch {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 100
}

.add-listing-section {
    position: relative
}

.add-listing-section .switcher-content {
    opacity: .4;
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s
}

.add-listing-section.switcher-on .switcher-content {
    opacity: 1;
    pointer-events: all
}

label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0
}

.switch input {
    display: none
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 50px;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px
}

input:checked + .slider {
    background-color: #66676b
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.add-listing-section {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    padding: 0 40px 12px;
}

.add-listing-headline {
    /*    width: calc(100% + 80px);*/
    width: 100%;
    left: 0px;
    position: relative;
    padding: 7px 0;
    margin: 0 0 15px;
    border-radius: 4px 4px 0 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eaeaea
}

.mar-2 {
    margin-top: 2px;

}

.add-listing-headline h3 {
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 16px;
    position: relative;
    top: 1px
}

#add-listing h5 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    margin-top: 0;
}

#add-listing h5 span {
    color: #888;
    font-weight: 400
}

#add-listing h5 i {
    padding-right: 4px
}

.add-listing-headline i {
    padding-right: 7px;
    display: inline-block;
    position: relative;
    top: 1px
}

.button.preview {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 26px;
    display: inline-block;
}

.currencylist {

    width: 5%;
    position: absolute;
    z-index: 9999;

}

.preview12 {
    padding: 5px 20px !important;
    margin-top: 0 !important;
    font-size: 14px !important;
}

.button.preview i {
    padding: 0;
    margin: 0 0 0 4px
}

.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms input[type=text],
.add-listing-section .row.with-forms input[type=password],
.add-listing-section .row.with-forms input[type=email],
.add-listing-section .row.with-forms input[type=number],
.add-listing-section .row.with-forms textarea,
.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms select,
.add-listing-section .row.with-forms .chosen-container {
    margin-bottom: 12px;
    font-size: 13px;
}

.add-listing-section textarea {
    min-height: 200px;
    margin-bottom: 35px
}

#add-listing h5.fb-input {
    color: #3b5998
}

#add-listing h5.twitter-input {
    color: #1da1f2
}

#add-listing h5.gplus-input {
    color: #dd4b39
}

.tip {
    font-style: normal;
    position: relative;
    top: -1px;
    left: 2px;
    display: inline-block;
    cursor: help;
    color: #fff;
    font-size: 11px;
    line-height: 0;
    width: 18px;
    height: 18px;
    background: #66676b;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0 !important;
    font-weight: 500
}

.tip-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-100% - 20px));
    transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, -100%);
    background: #333;
    color: #fff;
    padding: 13px 15px;
    min-width: 200px;
    max-width: 200px;
    font-size: 13px;
    border-radius: 4px;
    line-height: 19px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tip:hover .tip-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, calc(-100% - 13px));
    transform: translate(-50%, calc(-100% - 13px));
    -ms-transform: translate(-50%, -115%)
}

.tip:after {
    font-family: fontawesome;
    content: "\f128";
    line-height: 19px;
    display: inline-block;
    position: relative;
    text-align: center;
    -moz-transform: translateY(-1px)
}

.tip-content:after {
    font-family: fontawesome;
    content: "\f0dd";
    position: absolute;
    bottom: 3px;
    left: 50%;
    font-size: 22px;
    color: #333;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.opening-day {
    margin-bottom: 22px
}

.opening-day h5 {
    margin-top: 17px;
    -webkit-transition: .15s;
    transition: .15s
}

.opening-day:hover h5 {
    color: #66676b !important
}

.opening-day .chosen-container .chosen-results {
    max-height: 200px
}

.add-listing-headline i.fa {
    top: -2px
}

.availability-slots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px)
}

.day-slots {
    margin: 0 25px 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 25px);
    flex: 0 0 calc(25% - 25px)
}

.availability-slots.twenty-four-clock i.am-pm,
.availability-slots.twenty-four-clock select.twelve-hr {
    display: none
}

.day-slot-headline {
    background-color: #66676b;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 7px 10px;
    position: relative;
    cursor: default;
    font-weight: 600
}

.no-slots {
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-top: 8px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 1;
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8px
}

.no-slots,
.no-slots-fadeout {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0
}

.no-slots.no-slots-fadein {
    opacity: 1;
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8px;
    display: block
}

.single-slot {
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-top: 8px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: move
}

.single-slot.slot-animation {
    -webkit-animation-name: slotFadeIn;
    animation-name: slotFadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes slotFadeIn {
    0% {
        opacity: 0;
        max-height: 0
    }

    100% {
        opacity: 1;
        max-height: 150px
    }
}

@keyframes slotFadeIn {
    0% {
        opacity: 0;
        max-height: 0
    }

    100% {
        opacity: 1;
        max-height: 150px
    }
}

.single-slot.cloned {
    display: none
}

.single-slot-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 17px
}

.single-slot-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #eee;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 17px
}

.single-slot-right strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    margin-bottom: 3px
}

.single-slot-time {
    font-weight: 700;
    color: #666;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 4px
}

.single-slot-time i.am-pm {
    font-style: normal
}

.remove-slot {
    background-color: #c8c8c8;
    color: #fff;
    border: none;
    border-radius: 3px;
    height: 19px;
    width: 19px;
    line-height: 17px;
    font-size: 11px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500
}

.remove-slot i {
    position: relative;
    left: -1px
}

.remove-slot:hover {
    background-color: #ec2c2c
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.add-slot-shake-error {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.add-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #333;
    border-radius: 4px;
    margin-top: 8px;
    padding: 8px
}

.add-slot span {
    font-size: 14px;
    color: #aaa;
    padding: 0 8px;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    top: 1px
}

.add-slot-inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.add-slot-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1
}

.add-slot-btn button {
    outline: none;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    padding: 0 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.add-slot-btn button:hover {
    background-color: #66676b;
    color: #fff
}

.add-slot-inputs select,
.add-slot-inputs input {
    background-color: #4a4a4a;
    border: none;
    padding: 0;
    height: 28px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-right: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=time]::-webkit-clear-button {
    display: none
}

.add-slot-inputs select {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    width: auto;
    font-size: 13px;
    margin-left: -4px
}

.add-slot-inputs select option {
    background-color: #333;
    outline: none;
    border: none;
    cursor: pointer
}

.add-slot-inputs input::-webkit-outer-spin-button,
.add-slot-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.add-slot-inputs input {
    padding-right: 4px
}

.availability-slots.twenty-four-clock .add-slot-inputs input {
    padding-right: 0
}

.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 0;
    width: 44px;
    height: 72px
}

.plusminus button {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #aaa;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    font-family: FontAwesome;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.plusminus button:focus {
    outline: none
}

.plusminus button:hover {
    background-color: #333;
    color: #fff
}

.plusminus button:disabled:hover {
    background: #bbb;
    color: #fff;
    cursor: default
}

.plusminus button:first-child {
    bottom: 0
}

.plusminus button:first-child:before {
    content: "\f068";
    line-height: 25px
}

.plusminus button:last-child {
    top: 0
}

.plusminus button:last-child:before {
    content: "\f067";
    line-height: 25px
}

.plusminus input[type=number] {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-align: center
}

.plusminus input[type=number]::-webkit-outer-spin-button,
.plusminus input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.plusminus.horiz {
    width: 74px;
    height: 24px
}

.plusminus.horiz button:first-child {
    left: 0;
    border-radius: 3px
}

.plusminus.horiz button:last-child {
    right: 0;
    border-radius: 3px;
    margin-left: 1px
}

.plusminus.horiz:after {
    bottom: 0
}

.plusminus.horiz input[type=number] {
    position: absolute;
    top: 0;
    left: 25px;
    border-radius: 3px
}

@media(max-width:1920px) {
    .day-slots {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 25px);
        flex: 0 0 calc(25% - 25px)
    }
}

@media(max-width:1660px) {
    .day-slots {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 25px);
        flex: 0 0 calc(33.3% - 25px)
    }
}

@media(max-width:1366px) {
    .day-slots {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 25px);
        flex: 0 0 calc(33.3% - 25px)
    }
}

@media(max-width:1365px) {
    .day-slots {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
        flex: 0 0 calc(50% - 25px)
    }
}

@media(max-width:1040px) {
    .availability-slots {
        width: 100%
    }

    .day-slots {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media(max-width:768px) {
    .availability-slots {
        width: 100%
    }

    .day-slots {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .add-slot-inputs input {
        width: 100%
    }

    .add-slot-inputs span {
        opacity: 0;
        width: 5px;
        height: 10px
    }

    .add-slot-inputs {
        width: 100%
    }

    .add-slot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .add-slot-btn button {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        background-color: rgba(255, 255, 255, .15);
        color: #fff;
        padding: 3px 0
    }
}

#pricing-list-container {
    width: 100%;
    margin-top: 10px
}

.pricing-list-item td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px
}

.pricing-list-item td .fm-input,
.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
    max-width: 40px
}

.pricing-list-item td .fm-move {
    cursor: move;
    line-height: 51px;
    color: #666;
    font-size: 17px
}

.pricing-list-item td .fm-close {
    text-align: right
}

.pricing-list-item td .fm-close a {
    padding: 10px;
    padding-right: 0;
    color: #ea2828;
    display: inline-block
}

.pricing-list-item td .fm-input {
    margin-right: 20px
}

.pricing-list-item td .fm-input.pricing-name {
    max-width: 350px
}

.pricing-list-item td .fm-input.pricing-price {
    max-width: 150px;
    margin-right: 0
}

.pricing-submenu {
    display: block;
    padding-top: 20px
}

.pricing-submenu input {
    background-color: #fafafa
}

.pricing-submenu.pricing-list-item td .fm-input {
    margin-right: 0
}

#pricing-list-container tbody tr:first-child.pricing-list-item.pricing-submenu {
    padding-top: 0
}

.data-unit {
    position: absolute;
    top: 12px;
    right: 19px;
    font-style: normal;
    color: #aaa;
    z-index: 110;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    pointer-events: none;
    background-color: #fff
}

.add-pricing-submenu.button:before,
.add-pricing-list-item.button:before {
    display: none
}

.add-pricing-submenu.button,
.add-pricing-list-item.button {
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    color: #666;
    padding: 8px 22px;
    font-weight: 500
}

.add-pricing-submenu.button:hover,
.add-pricing-list-item.button:hover {
    color: #fff;
    background-color: #66676b
}

.separated-form .add-listing-section {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .04)
}

.separated-form .button.preview {
    padding: 14px 38px
}

#titlebar i.sl {
    margin-right: 4px
}

.notification.notice.large h4 {
    font-weight: 500
}

.infoBox {
    border-radius: 4px
}

.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    position: relative
}

.map-box .listing-img-container img {
    width: 100%;
    border-radius: 4px 4px 0 0
}

.map-box h4 {
    margin: 0;
    padding: 0
}

.map-box h4 a {
    padding: 0 0 2px;
    font-size: 17px;
    line-height: 25px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}

.listing-img-container {
    position: relative;
    height: 100%;
    display: block
}

.map-box h4 a:hover {
    color: #66676b
}

.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0;
    font-size: 14px
}

.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none
}

.map-box .listing-title {
    padding: 16px 22px
}

.map-box .listing-img-content {
    padding: 18px 22px
}

.map-box .listing-img-content span {
    font-size: 21px
}

.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: -7px 0 0
}

.infoBox > img {
    position: absolute !important;
    right: 0;
    top: 0
}

.map-box .listing-img-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.85)), color-stop(35%, rgba(35, 35, 37, 0.40)), color-stop(60%, rgba(22, 22, 23, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.40) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2)
}

.map-box .listing-item-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 24px;
    width: 100%;
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.map-box .listing-item-content h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2px;
    font-weight: 500;
    margin: 0;
    line-height: 27px
}

.map-box .listing-item-content span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 29px;
    width: 29px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: fontawesome;
    border-radius: 50%;
    -webkit-text-stroke: 1px #fff
}

.infoBox-close:hover {
    color: #fff;
    background-color: #66676b;
    -webkit-text-stroke: 1px #66676b
}

.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden
}

.map-box-icon:before {
    content: "\f064";
    font-family: fontawesome;
    position: relative;
    top: 7px;
    display: block
}

.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateX(0)
}

.map-box-image {
    position: relative;
    overflow: hidden;
    display: block
}

.infoBox {
    -webkit-animation: fadeIn .9s;
    animation: fadeIn .9s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.infoBox .star-rating {
    font-size: 16px;
    margin-top: 1px
}

.infoBox .star-rating span {
    margin-right: 3px
}

.infoBox .rating-counter {
    position: relative;
    top: -1px
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

#map {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 990
}

#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 990;
    margin-bottom: 60px
}

.gmnoprint {
    margin: 10px
}

#map-container.fullwidth-home-map {
    height: 620px;
    margin-bottom: 0
}

#map-container.fullwidth-home-map .main-search-inner {
    position: absolute;
    display: block;
    bottom: 60px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 0;
    z-index: 9999;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

#map-container.fullwidth-home-map .main-search-input {
    margin-top: 0
}

.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: #66676b
}

.cluster-visible:before {
    border: 7px solid #66676b;
    opacity: .2;
    -webkit-box-shadow: inset 0 0 0 4px #66676b;
    box-shadow: inset 0 0 0 4px #66676b;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: cluster-animation 2.5s infinite;
    animation: cluster-animation 2.5s infinite
}

@-webkit-keyframes cluster-animation {

    0%,
    100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg)
    }
}

@keyframes cluster-animation {

    0%,
    100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg)
    }
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}

.marker-container {
    position: relative;
    margin: 10px auto;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    top: -5px
}

#singleListingMap .marker-container {
    cursor: default
}

.marker-container {
    -webkit-perspective: 1000;
    perspective: 1000
}

.marker-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    z-index: 1
}

.marker-container:hover .marker-card,
.map-marker-container.clicked .marker-card {
    -webkit-transform: rotateY(180deg) translateY(-4px);
    transform: rotateY(180deg) translateY(-4px)
}

.marker-arrow {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #66676b transparent transparent;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    z-index: 1
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 100
}

.face i {
    line-height: 34px;
    font-size: 20px
}

.face.front {
    background-color: #fff;
    border: 2px solid #66676b;
    color: #66676b;
    z-index: 100
}

.face.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #66676b;
    border-color: #66676b;
    color: #fff
}

.face.back i {
    trasform: scaleX(-1);
    line-height: 38px;
    font-size: 18px
}

.face.back:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    position: absolute
}

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    margin: 5px 15px;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 15px;
    height: 34px;
    width: 34px
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #66676b;
    color: #fff
}

.custom-zoom-in:before,
.custom-zoom-out:before {
    font-family: fontawesome;
    width: 100%;
    line-height: 35px;
    transition: -webkit-text-stroke .3s;
    -webkit-text-stroke: 1px #fff
}

.zoomControlWrapper {
    position: absolute;
    left: 0;
    right: auto;
    width: 70px
}

.custom-zoom-in:before {
    content: "\f067"
}

.custom-zoom-out:before {
    content: "\f068"
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #66676b
}

#mapnav-buttons {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 999;
    font-size: 14px;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    list-style: none;
    padding: 0
}

#mapnav-buttons.top {
    top: 20px;
    right: 20px;
    bottom: auto
}

#mapnav-buttons li {
    float: left;
    margin-left: 4px;
    line-height: 20px
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
    color: #333;
    background-color: #fff;
    padding: 7px 18px;
    padding-top: 9px;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -transition: all .2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2)
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
    background-color: #66676b;
    color: #fff
}

#prevpoint:before,
#nextpoint:after {
    font-family: fontawesome;
    position: relative;
    font-weight: 500;
    margin: 0 0 0 6px;
    font-size: 17px;
    top: 0;
    line-height: 1px
}

#prevpoint:before {
    content: "\f104";
    margin: 0 6px 0 0
}

#nextpoint:after {
    content: "\f105";
    margin: 0 0 0 6px
}

#streetView,
#geoLocation,
#scrollEnabling {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 13px;
    line-height: 21px
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
    content: "\e015";
    font-family: simple-line-icons;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px
}

#scrollEnabling:before {
    margin-left: -3px
}

#streetView:before {
    content: "\f21d";
    font-family: fontawesome;
    font-size: 16px;
    top: 1px;
    margin-right: 8px
}

#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px
}

#geoLocation:before {
    content: "\f192";
    font-family: fontawesome;
    font-size: 16px;
    margin: 0;
    top: 2px
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,
.dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all .4s;
    transition: all .4s
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: linear-gradient(to bottom, #be2626, #a92222);
    border-radius: 4px;
    padding: 10px 15px;
    line-height: 18px;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 100%
}

.dropzone:hover {
    border: 2px dashed #59b02c;
    background: #fff;
    -webkit-transition: all .35s linear;
    transition: all .35s linear
}

.dropzone:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.9)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #59b02c;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px
}

.dropzone:hover:before {
    opacity: .4
}

.dropzone .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    z-index: 11
}

.dropzone:hover .dz-message {
    color: #59b02c
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .96
}

.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
    /*    position: fixed !important;*/
    /*    left: 0;*/
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-s-loading .mfp-arrow {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    top: -40px
}

.og-close,
button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer !important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    outline: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -12px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px
}

.mfp-gallery .mfp-content .mfp-close {
    display: none
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
    font-family: fontawesome;
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.mfp-close::after,
.mfp-close::before {
    top: 0
}

.og-close {
    margin: 17px;
    right: 10px;
    background: 0 0;
    color: #222
}

/*
.mfp-close:hover,
.og-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
*/

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
    font-family: fontawesome;
}

.og-close:after,
.og-close:before {
    top: 7px;
    font-size: 29px
}

.og-close:after,
.mfp-close:after {
    content: none;
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 60%)
}

.og-close:after {
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 60%)
}

.og-close:before,
.mfp-close:before {
    content: "\f00d";
}

.small-dialog .mfp-close,
.sign-in-dialog,
#small-dialog .mfp-close,
#sign-in-dialog,
.mfp-close,
.mfp-close:hover {
    color: #fff
}

.sign-in-dialog .mfp-close,
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    border-radius: 50%;
    top: 14px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#report_box .mfp-close,
.report_box .mfp-close {
    top: 15px;
    right: 15px;
}

.sign-in-dialog .mfp-close:hover,
#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
    color: #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #f91942;
}

.sign-in-dialog .mfp-close::after,
.sign-in-dialog .mfp-close::before,
#sign-in-dialog .mfp-close::after,
#sign-in-dialog .mfp-close::before,
#small-dialog .mfp-close::after,
#small-dialog .mfp-close::before {
    top: 0px;
    font-size: 18px;
}

.small-dialog-content input[type=submit] {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px
}

.small-dialog-content .divider {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0
}

.small-dialog-header {
    font-size: 22px;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    top: 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 15px 28px;
    margin-bottom: 22px;
}

.mainImg {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 9px;
    border: 3px solid #eee !important;
}

/*
.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
}
*/
.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    padding-left: 13px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px
}

.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    outline: none
}

.mfp-arrow:hover {
    background: #66676b;
    color: #fff
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    font-family: simple-line-icons;
    font-size: 20px
}

.mfp-arrow.mfp-arrow-right {
    right: 15px
}

.mfp-arrow.mfp-arrow-left:before {
    content: "\e605";
    left: -1px;
    top: 0;
    position: relative
}

.mfp-arrow.mfp-arrow-right:before {
    content: "\e606";
    left: 1px;
    top: 0;
    position: relative
}

.mfp-content:hover .mfp-arrow {
    opacity: 1
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

div#forgot_password,
div#reset_password {
    padding: 0 40px 40px;
}

div#forgot_password.sign-in-dialog .mfp-close,
div#reset_password.sign-in-dialog .mfp-close {
    top: 7px;
}

div#forgot_password .tabs-container,
div#reset_password .tabs-container {
    padding: 0
}

.sign-in-dialog,
#sign-in-dialog,
#small-dialog {
    background: #fff;
    /*padding: 40px;*/
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding-bottom: 32px;
}

.sign-in-dialog,
#sign-in-dialog {
    max-width: 500px
}

.sign-in-dialog span.line,
#sign-in-dialog span.line,
#small-dialog span.line {
    padding-top: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto;
    border-radius: 4px
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 18px rgba(11, 11, 11, .6);
    box-shadow: 0 0 18px rgba(11, 11, 11, .6)
}

.mfp-figure {
    line-height: 0
}

.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .92;
    background-color: #111
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99
}

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height: auto;
    min-height: 100%
}

.centered-content {
    position: relative;
    vertical-align: middle;
    text-align: center
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #333;
    opacity: .4
}

.parallax-content {
    position: relative;
    z-index: 999;
    padding: 105px 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
    display: none
}

.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
    display: block
}

.simple-fw-slick-carousel .fw-carousel-item {
    padding: 10px 15px 0
}

.simple-fw-slick-carousel {
    margin: 0 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}

.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next {
    display: none !important
}

.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next {
    display: block !important
}

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #999
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: simple-line-icons;
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s;
    transition: all .3s
}

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
    color: #fff
}

.slick-prev {
    left: 3px;
    -webkit-transform: translate3d(-90px, -50%, 0);
    transform: translate3d(-90px, -50%, 0)
}

.slick-next {
    right: 3px;
    -webkit-transform: translate3d(90px, -50%, 0);
    transform: translate3d(90px, -50%, 0)
}

.slick-prev:before {
    content: '\e605'
}

.slick-next:before {
    content: '\e606'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.no-dots .slick-dots {
    display: none !important
}

.no-dots .testimonial-carousel .slick-slide {
    margin-bottom: 0
}

.simple-slick-carousel.slick-dotted.slick-slider {
    margin-bottom: 0
}

.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
    margin-bottom: 30px
}

.simple-slick-carousel .slick-dots {
    display: none !important
}

.simple-slick-carousel.dots-nav .slick-dots {
    display: block !important
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    opacity: 1;
    border-radius: 50%;
    line-height: 0;
    -webkit-box-shadow: inset 0 0 0 2px silver;
    box-shadow: inset 0 0 0 2px silver;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slick-dots li.slick-active {
    -webkit-box-shadow: inset 0 0 0 6px silver;
    box-shadow: inset 0 0 0 6px silver;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slick-dots li:after {
    display: block;
    height: 13px;
    width: 13px;
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-color: silver
}

.slick-dots li.slick-active:after {
    opacity: 1
}

.white-nav .slick-dots li {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.white-nav .slick-dots li.slick-active {
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    box-shadow: inset 0 0 0 8px #fff
}

.slick-dots li button {
    display: none
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.logo-slick-carousel div.item {
    margin-bottom: 30px;
    text-align: center;
    display: inline-block
}

.logo-slick-carousel div.item img {
    display: inline-block
}

.fullwidth-slick-carousel .slick-slide {
    margin: 0 15px 30px;
    opacity: .2;
    -webkit-transition: .4s;
    transition: .4s;
    pointer-events: none
}

.slick-slide {
    outline: none
}

.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    pointer-events: all
}

.fullwidth-carousel-container {
    overflow: hidden;
    width: 100%
}

.category-box-container {
    position: relative;
    height: 100%
}

.category-box-container.half {
    height: calc(50% - 15px);
    margin-bottom: 30px
}

.category-box {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    cursor: pointer
}

.fullwidth-slick-carousel.category-carousel .slick-slide .category-box {
    background: #fff;
}

.category-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.85)), color-stop(35%, rgba(35, 35, 37, 0.4)), color-stop(60%, rgba(22, 22, 23, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%)
}

.fullwidth-slick-carousel.category-carousel .slick-slide {
    height: 400px
}

.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
    height: auto
}

.category-box-content {
    position: absolute;
    bottom: 30px;
    left: 34px;
    width: calc(100% - 68px);
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.category-box-content h3 {
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    margin: 0
}

.category-box-content span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.category-box-btn {
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 111;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    min-width: 120px;
    border-radius: 50px;
    -webkit-transition: all .3s;
    transition: all .3s
}

body .category-box-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.category-box-content span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .12);
    border-radius: 50px;
    font-size: 16px;
    padding: 2px 14px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 5px;
    margin-bottom: 3px
}

.category-box:hover .category-box-content span {
    color: #fff;
    background-color: #66676b
}

.fw-carousel-item {
    position: relative;
    height: 100%
}

.category-box-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast
}

.category-box:hover .category-box-background {
    /*	-webkit-transform: translate3d(0, 0, 0) scale(1.08);*/
    /*	transform: translate3d(0, 0, 0) scale(1.08)*/
}

.simple-slick-carousel {
    height: auto;
    width: calc(100% + 30px);
    left: -10px
}

.simple-slick-carousel .category-box-container {
    height: 100%;
    display: block
}

.simple-slick-carousel .slick-slide {
    padding: 10px 15px
}

.option-set {
    padding: 0;
    margin: 0
}

.option-set li {
    display: inline-block;
    margin-right: 2px
}

.option-set li a {
    background: 0 0;
    padding: 5px 16px;
    display: block;
    outline: none;
    border: none;
    font-weight: 600;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 50px;
    background-color: #f0f0f0;
    color: #666;
    line-height: 26px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.option-set li a:hover {
    background-color: #e9e9e9
}

.option-set li a.selected {
    color: #fff;
    background-color: #66676b
}

body {
    color: #707070;
    font-size: 15px;
    line-height: 27px;
    background-color: #fff
}

body p {
    font-size: 16px;
    line-height: 29px
}

#wrapper {
    background-color: #fff
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content,
.map-box p,
.map-box div,
.numerical-rating .rating-counter,
body .menu-responsive i.menu-trigger:after {
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
    text-transform: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff
}

h3.headline {
    font-size: 29px;
    line-height: 36px;
    margin: 0 0 30px
}

h2.headline {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 30px
}

h2.headline span {
    font-size: 22px;
    line-height: 36px
}

strong.headline-with-separator,
.headline-with-separator {
    position: relative;
    margin-bottom: 27px;
    font-weight: 500;
    display: block;
    font-size: 20px;
}

.headline-with-separator:after {
    bottom: -8px;
    left: 2px;
    width: 60px;
    content: "";
    height: 2px;
    border-radius: 6px;
    background: #66676b;
    display: block;
    position: absolute;
    margin: 0 auto;
    text-align: center
}

.centered .headline-with-separator:after {
    left: 0;
    right: 0
}

.headline-extra-spacing span {
    max-width: 660px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px
}

.headline span {
    font-size: 21px;
    line-height: 1.3;
    margin-top: 10px;
    color: #888;
    font-weight: 300;
    display: block
}

.headline span i {
    color: #66676b;
    font-style: normal
}

h4.headline {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 30px
}

.headline.centered {
    text-align: center
}

.border-top {
    border-top: 1px solid #e8e8e8
}

.icons-container {
    overflow: hidden
}

mark {
    font-weight: 500
}

.glyph {
    font-size: 16px;
    width: 33%;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s
}

h4 span.headline-detail {
    font-size: 15px;
    margin-top: 5px
}

.mls {
    font-size: 16px;
    top: -8px;
    display: inline-block;
    position: relative
}

.fs1 {
    font-size: 32px
}

.pbs .im {
    width: 50px;
    display: inline-block
}

.unit,
.unitRight,
.fs0 {
    display: none
}

.pbs {
    padding: 10px 0 5px 15px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s
}

.pbs:hover {
    background-color: #f4f4f4
}

.sl-icons-demo i {
    width: 25px;
    display: inline-block;
    top: 1px;
    position: relative
}

.icons .fa.fa-fw {
    margin-right: 3px;
    font-size: 14px
}

.icons .text-muted {
    display: none
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-1 {
    margin-top: 1px !important
}

.margin-top-2 {
    margin-top: 2px !important
}

.margin-top-3 {
    margin-top: 3px !important
}

.margin-top-4 {
    margin-top: 4px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-top-6 {
    margin-top: 6px !important
}

.margin-top-7 {
    margin-top: 7px !important
}

.margin-top-8 {
    margin-top: 8px !important
}

.margin-top-9 {
    margin-top: 9px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-11 {
    margin-top: 11px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-top-85 {
    margin-top: 85px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-top-95 {
    margin-top: 95px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-top-105 {
    margin-top: 105px !important
}

.margin-top-110 {
    margin-top: 110px !important
}

.margin-top-115 {
    margin-top: 115px !important
}

.margin-top-120 {
    margin-top: 120px !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-bottom-85 {
    margin-bottom: 85px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-bottom-95 {
    margin-bottom: 95px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-left-1 {
    margin-left: 1px !important
}

.margin-left-2 {
    margin-left: 2px !important
}

.margin-left-3 {
    margin-left: 3px !important
}

.margin-left-4 {
    margin-left: 4px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-left-6 {
    margin-left: 6px !important
}

.margin-left-7 {
    margin-left: 7px !important
}

.margin-left-8 {
    margin-left: 8px !important
}

.margin-left-9 {
    margin-left: 9px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-left-85 {
    margin-left: 85px !important
}

.margin-left-90 {
    margin-left: 90px !important
}

.margin-left-95 {
    margin-left: 95px !important
}

.margin-left-100 {
    margin-left: 100px !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-1 {
    margin-right: 1px !important
}

.margin-right-2 {
    margin-right: 2px !important
}

.margin-right-3 {
    margin-right: 3px !important
}

.margin-right-4 {
    margin-right: 4px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-right-6 {
    margin-right: 6px !important
}

.margin-right-7 {
    margin-right: 7px !important
}

.margin-right-8 {
    margin-right: 8px !important
}

.margin-right-9 {
    margin-right: 9px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.margin-right-85 {
    margin-right: 85px !important
}

.margin-right-90 {
    margin-right: 90px !important
}

.margin-right-95 {
    margin-right: 95px !important
}

.margin-right-100 {
    margin-right: 100px !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-top-1 {
    padding-top: 1px !important
}

.padding-top-2 {
    padding-top: 2px !important
}

.padding-top-3 {
    padding-top: 3px !important
}

.padding-top-4 {
    padding-top: 4px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-top-6 {
    padding-top: 6px !important
}

.padding-top-7 {
    padding-top: 7px !important
}

.padding-top-8 {
    padding-top: 8px !important
}

.padding-top-9 {
    padding-top: 9px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-top-85 {
    padding-top: 85px !important
}

.padding-top-90 {
    padding-top: 90px !important
}

.padding-top-95 {
    padding-top: 95px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-top-105 {
    padding-top: 105px !important
}

.padding-top-110 {
    padding-top: 110px !important
}

.padding-top-115 {
    padding-top: 115px !important
}

.padding-top-120 {
    padding-top: 120px !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-bottom-85 {
    padding-bottom: 85px !important
}

.padding-bottom-90 {
    padding-bottom: 90px !important
}

.padding-bottom-95 {
    padding-bottom: 95px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.padding-right-85 {
    padding-right: 85px !important
}

.padding-right-90 {
    padding-right: 90px !important
}

.padding-right-95 {
    padding-right: 95px !important
}

.padding-right-100 {
    padding-right: 100px !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-left-85 {
    padding-left: 85px !important
}

.padding-left-90 {
    padding-left: 90px !important
}

.padding-left-95 {
    padding-left: 95px !important
}

.padding-left-100 {
    padding-left: 100px !important
}

@media(max-width:1600px) {
    .category-box-btn {
        left: 32px;
        right: auto
    }

    .category-box-content {
        bottom: 95px
    }

    .category-box-container.half {
        height: 100%
    }

    .fw-carousel-item .category-box-container.half:first-child {
        display: none
    }

    .fullwidth-slick-carousel.category-carousel .slick-slide {
        height: 200px;
        background: #f7f7f7;
        padding: 10px;
        border-radius: 5px;
    }

    .dashboard-stat-icon {
        font-size: 66px
    }
}

@media only screen and (max-width:1366px) and (min-width:1240px) {
    .input-with-icon.location a i {
        padding: 15px 18px 15px 10px
    }

    .data-radius-title {
        margin-top: 7px;
        line-height: 24px
    }

    #map-container.fullwidth-home-map {
        height: 605px
    }

    .fs-content .search .row.with-forms .col-fs-6 {
        width: 50%
    }
}

@media(max-width:1366px) {
    .fullwidth-slick-carousel.category-carousel .slick-slide {
        height: 320px
    }

    .dashboard-stat-icon {
        font-size: 50px
    }

    .main-search-container {
        height: 600px
    }
}

@media only screen and (max-width:1365px) {
    header.fullwidth.dashboard .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 40px;
        width: 100%
    }

    .dashboard #logo {
        background-color: #fff;
        position: relative;
        height: 100%;
        left: 0;
        top: 0;
        margin: 3px 50px 0 0;
        max-width: auto;
        min-width: auto
    }

    .dashboard #logo a {
        margin-left: 0;
        display: inline-block;
        height: 100%
    }

    .dashboard #logo a.dashboard-logo {
        display: none
    }

    .dashboard #logo a img {
        top: 0;
        position: relative;
        max-height: 40px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media(max-width:1239px) {
    #navigation.style-1:before {
        position: absolute;
        width: 100%;
        height: 1px;
        display: block;
        top: 0;
        left: 5px;
        content: "";
        background: #e8e8e8;
        width: 940px
    }

    .fullwidth #navigation.style-1:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e8e8e8), to(#fff));
        background: linear-gradient(to right, #e8e8e8 50%, #fff)
    }

    .listing-item-container.list-layout .listing-item-image {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }

    .listing-slider,
    .listing-slider .item {
        height: 30vh;
        min-height: 400px;
        max-height: 400px
    }

    #header.cloned {
        display: none
    }
}

@media(max-width:1239px) and (min-width:1025px) {
    .booth_reque .btn-btn-theme {
        padding: 9px 15px;
        font-size: 12px;
    }

    .booth_reque .booth_header h4 {
        font-size: 17px;
    }

    #logo {
        margin-right: 15px;
    }

    .left-side {
        width: 67%;
    }

    .right-side {
        width: 33%;
    }

    #navigation.style-1 ul li {
        margin: 0 2px;
    }

    #navigation.style-1 ul a {
        padding: 2px 10px;
    }

    .user-menu .user-name {
        font-size: 14px;
    }

    .user-menu .user-name > span {
        width: 25px;
        height: 25px;
    }

    .transparent-header #header:not(.cloned) .header-widget .button,
    .transparent-header #header:not(.cloned) .header-widget .button.border {
        font-size: 14px
    }

}

@media(max-width:1024px) {
    #navigation.style-1 {
        margin: 0;
        padding-top: 0
    }

    #navigation.style-1:before {
        display: none
    }

    .header-widget {
        height: auto
    }

    .dashboard #logo a {
        margin-left: 0;
        display: inline-block;
        height: 100%
    }

    .dashboard #logo a.dashboard-logo {
        display: none
    }

    .dashboard #logo a img {
        top: 0;
        position: relative;
        max-height: 40px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .mmenu-trigger {
        float: left;
    }

    body #dashboard #logo,
    body #logo {
        position: relative;
        /*        margin: 0 !important;*/
        margin-top: 5px !important;
        width: calc(100% - 90px);
        text-align: left
    }
}

@media(max-width:991px) {
    .main-search-container {
        height: 580px
    }

    .main-search-input select,
    .main-search-input select:focus {
        font-size: 16px;
        border: 1px solid #e0e0e0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
        background: #fff;
        height: 55px;
        padding: 12px 18px;
        border-radius: 4px
    }

    #dashboard {
        padding-top: 0 !important
    }

    .dashboard-nav {
        min-width: 90%;
        max-width: 90%;
        margin: 0 5%;
        border-radius: 0 0 4px 4px;
        position: relative;
        min-height: auto;
        opacity: 1;
        visibility: hidden;
        max-height: 0;
        padding: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .dashboard-nav.active ul,
    .dashboard-nav.active {
        opacity: 1;
        visibility: visible;
        max-height: 900px
    }

    .dashboard-nav ul,
    .dashboard-nav.active ul li ul,
    .dashboard-nav ul li ul {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .dashboard-nav.active ul li.active ul {
        visibility: visible;
        opacity: 1;
        max-height: 300px
    }

    #header-container.fixed {
        position: relative;
        top: 0;
        width: 100%
    }

    .dashboard-content {
        padding: 40px 5%;
        padding-bottom: 0;
        height: auto;
        margin-left: 0
    }

    header.fullwidth.dashboard .container {
        padding: 0 5%
    }

    .main-search-inner {
        -webkit-transform: translate(0, -51%);
        transform: translate(0, -51%)
    }

    a.dashboard-responsive-nav-trigger {
        width: 90%;
        margin: 0 5%;
        margin-top: 40px;
        background-color: #333;
        border-radius: 5px;
        color: #fff;
        padding: 16px 30px;
        font-weight: 600;
        -webkit-transition: .2s;
        transition: .2s;
        display: block;
    }

    a.dashboard-responsive-nav-trigger i {
        margin-right: 5px
    }

    a.dashboard-responsive-nav-trigger.active {
        border-radius: 4px 4px 0 0
    }

    .messages-container-inner {
        display: block
    }

    .messages-container-inner .messages-inbox {
        max-width: 100%;
        width: 100%;
        border-right: none;
        display: none
    }

    .main-search-input {
        border-radius: 0;
        display: block;
        padding: 0;
        max-height: 100%;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .gray-style.main-search-input {
        background-color: transparent
    }

    .gray-style .main-search-input-item,
    .main-search-input-item {
        border-color: transparent
    }

    .main-search-input button.button {
        margin-top: 10px
    }

    .main-search-input-item {
        margin-bottom: 10px
    }

    .main-search-input-item,
    .main-search-input .main-search-input-item:nth-last-child(2) {
        padding: 0
    }

    .main-search-input-item .chosen-container-single .chosen-single,
    .main-search-input-item .chosen-single.chosen-container-active,
    .gray-style .main-search-input-item .chosen-container-single .chosen-single,
    .gray-style .main-search-input-item .chosen-single.chosen-container-active,
    .gray-style.main-search-input input,
    .gray-style.main-search-input input:focus,
    .main-search-input input,
    .main-search-input input:focus {
        padding: 0 20px;
        height: 55px;
        line-height: 55px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #e0e0e0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08)
    }

    .gray-style.main-search-input input,
    .gray-style.main-search-input input:focus,
    .main-search-input input,
    .main-search-input input:focus {
        padding: 0 20px
    }

    .gray-style .main-search-input-item.location a {
        background: #fff
    }

    .gray-style .main-search-input-item .chosen-single {
        border-bottom: 1px solid #e0e0e0;
        -webkit-transition: border 0s;
        transition: border 0s
    }

    .main-search-input-item .chosen-container-single .chosen-single,
    .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
        border: 1px solid #e0e0e0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0s;
        transition: 0s
    }

    .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
        border-bottom: 0
    }

    .main-search-input-item .chosen-container .chosen-drop {
        border: 1px solid #e0e0e0;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .gray-style .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
        border-bottom: none
    }

    .main-search-input-item .chosen-single::after {
        display: none
    }

    .simple-slick-carousel.slick-dotted.slick-slider {
        margin-bottom: 0;
        width: 100%;
        left: 0
    }

    .icon-box-2.with-line::before {
        display: none
    }

    .container .row div.padding-right-30 {
        padding-right: 0px !important;
    }

    .container .row div.padding-left-30 {
        padding-left: 15px !important
    }

    .listing-item-container.list-layout:hover {
        -webkit-transform: none;
        transform: none
    }

    .listing-item-container.list-layout .listing-item-inner {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding: 30px;
        left: 0
    }

    .listing-item-container.list-layout .listing-item {
        display: block;
        height: auto;
        padding: 0
    }

    .listing-item-container.list-layout .listing-item .listing-badge {
        display: none
    }

    .listing-item-container.list-layout .listing-item-image {
        min-height: auto
    }

    .listing-item-container.list-layout span.like-icon {
        top: -15px;
        /*
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
*/
        transform: translate(17px, -60px);
        background-color: rgba(32, 32, 32, .4);
        color: #fff;
        right: 35px
    }

    .listing-item-container.list-layout .listing-item-details {
        position: relative;
        bottom: auto;
        right: auto;
        left: 0;
        top: -15px;
        margin: 0 30px 15px;
        padding: 5px 20px;
        background-color: #eee;
        border-radius: 50px;
        font-size: 14px;
        width: auto;
        display: inline-block
    }

    #titlebar {
        padding: 60px 0;
        margin-bottom: 60px
    }

    .panel-dropdown {
        margin-right: 4px;
        display: block;
        width: 100%
    }

    .fullwidth-filters .sort-by {
        display: block;
        width: 100%
    }

    .fullwidth-filters .sort-by label,
    .fullwidth-filters .sort-by .sort-by-select,
    .panel-dropdown {
        float: left;
        margin-top: 10px
    }

    .panel-dropdown a,
    .fullwidth-filters .sort-by .chosen-container-single .chosen-single {
        background: #f3f3f3
    }

    .panel-dropdown .panel-dropdown-content,
    .fullwidth-filters .panel-dropdown.float-right .panel-dropdown-content {
        left: 0;
        right: auto;
        width: 400px;
        max-width: 70vw
    }

    .fullwidth-filters .sort-by .chosen-container.chosen-with-drop .chosen-drop,
    .fullwidth-filters .sort-by .chosen-container .chosen-drop {
        left: 0;
        right: auto;
        margin-left: 0
    }

    .listing-item-container:hover {
        -webkit-transform: none;
        transform: none
    }

    .fs-inner-container.map-fixed {
        height: 500px;
        position: relative;
        top: 0;
        padding-top: 0 !important;
        width: 100%
    }

    .fs-inner-container.content {
        width: 100%;
        padding-top: 0 !important
    }

    .close-list-item {
        display: none
    }

    .buttons-to-right,
    .dashboard-list-box .button.to-right {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: 0;
        margin: 10px 0 0;
        opacity: 1;
        right: auto
    }

    .list-box-listing-img {
        max-width: 168px
    }

    .add-review-photos {
        float: left;
        top: 0
    }

    .add-review-box {
        border-radius: 4px;
        background-color: #f9f9f9;
        padding: 36px;
        padding-bottom: 40px;
        margin-bottom: 55px;
        margin-top: 00px;
        display: inline-block;
        width: 100%;
        position: relative
    }

    .listing-slider .slick-next:hover,
    .listing-slider .slick-next {
        right: 100px
    }

    .listing-slider .slick-prev:hover,
    .listing-slider .slick-prev {
        left: 100px
    }

    .listing-slider,
    .listing-slider .item {
        height: 30vh;
        min-height: 400px;
        max-height: 400px
    }

    .listing-nav-container.cloned.stick,
    .listing-nav-container.cloned .listing-nav {
        display: none
    }

    .opening-day .chosen-container {
        vertical-align: initial
    }

    .dashboard-content .dashboard-list-box-static {
        margin-bottom: 40px
    }

    .office-address {
        padding: 60px 0 !important
    }

    #googlemaps {
        height: 30vh !important;
        padding-bottom: 0 !important
    }

    .contact-map {
        display: block
    }

    .contact-map #singleListingMap-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        padding-top: 0;
        display: block;
        height: 300px
    }

    .contact-map .address-box-container {
        width: 100%
    }

    .sidebar-textbox ul.contact-details {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {

    .login-with .btn.fb i,
    .login-with .btn.google i {
        font-size: 14px;
    }

    .login-with .btn.fb,
    .login-with .btn.google {
        font-size: 10px;
    }

    .login-with .btn {
        width: auto;
        display: block;
        background: #eee;
        padding: 3px 16px;
        margin-top: 0;
        font-weight: 600;
        border-radius: 30px;
    }

    .or-seperator b {
        font-size: 10px !important;
        top: -20px !important;
    }

    .sign-in-form .button {
        line-height: 23px;
        height: auto;
        margin-top: 15px;
        min-width: 110px;
    }

    .loginBtn1 {
        text-align: center;
    }

    .lost_password {
        float: none;
    }

    .lost_password a {
        font-size: 10px;

    }

    .checkboxes label {
        font-size: 10px;
    }

    input,
    input[type=password],
    input[type=email],
    input[type=number],
    textarea {

        font-size: 12px;
    }

    .sign-in-dialog .mfp-close::after,
    .sign-in-dialog .mfp-close::before,
    #sign-in-dialog .mfp-close::after,
    #sign-in-dialog .mfp-close::before,
    #small-dialog .mfp-close::after,
    #small-dialog .mfp-close::before {
        font-size: 14px;
    }

    .user-name span {
        border-width: 2px;
    }

    .user-menu ul li a {
        padding: 3px 10px 3px 5px;
    }

    .listing-features {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }

    .messages-headline h4 {
        display: block
    }

    .message-action {
        display: inline-block;
        float: none;
        margin-top: 15px;
        background-color: #f2f2f2;
        border-radius: 50px;
        padding: 4px 20px;
        text-align: center
    }

    .message-bubble .message-text {
        margin-left: 55px
    }

    .message-bubble.me .message-text {
        margin-right: 55px
    }

    .message-bubble .message-avatar img {
        width: 35px;
        height: 35px;
        margin-top: 8px
    }

    #backtotop {
        display: none
    }

    .small-dialog-header {
        width: calc(100% + 30px);
        left: -15px;
        padding: 7px 26px;
    }

    .sign-in-dialog,
    #sign-in-dialog,
    #small-dialog {
        background: #fff;
        /*        padding: 15px;*/
        padding-top: 0
    }

    .sign-in-dialog .mfp-close,
    #sign-in-dialog .mfp-close,
    #small-dialog .mfp-close {
        top: 10px !important;
        right: 11px !important;
        width: 25px !important;
        height: 25px !important;
        line-height: normal;
    }

    .e-book-dialog {
        margin-left: 15px !important;
    }

    .list-box-listing {
        display: block
    }

    .list-box-listing-content .inner {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: inline-block
    }

    .header-widget {
        height: auto
    }

    .list-box-listing-img {
        max-width: 100%
    }

    .list-box-listing-content {
        padding-left: 0;
        padding-top: 10px
    }

    #titlebar {
        padding: 50px 0;
        margin-bottom: 50px
    }

    #map-container.fullwidth-home-map .zoomControlWrapper {
        top: 15px !important
    }

    .pricing-container {
        display: block
    }

    .plan.featured {
        -webkit-transform: none;
        transform: none
    }

    .plan {
        margin-bottom: 35px
    }

    #breadcrumbs {
        position: relative;
        display: block;
        margin-top: 30px
    }

    #breadcrumbs ul li {
        margin: 0 2px 0 0;
    }

    .comment-by .numerical-rating,
    .comment-by .star-rating {
        position: relative;
        right: 0;
        top: 7px;
        display: block;
        width: 100%;
        float: none;
        height: 30px
    }

    .avatar {
        display: none
    }

    .comment-content {
        padding: 0
    }

    .small-dialog-header h3 {
        padding: 0;
        margin: 0;
        font-size: 14px;
        padding-right: 80px;
        line-height: 30px
    }

    .sign-in-dialog,
    #sign-in-dialog,
    #small-dialog {
        max-width: 90vw;
    }

    .listing-nav li a {
        border-bottom: 1px solid #e0e0e0;
        padding: 15px;
        width: 100%;
        display: block;
        padding-left: 0;
        border-color: #e8e8e8
    }

    .listing-nav li {
        margin-right: 0;
        display: block
    }

    .listing-nav-container .listing-nav li:first-child a {
        padding-top: 0
    }

    .listing-nav-container.cloned .listing-nav li:first-child a.active,
    .listing-nav-container.cloned .listing-nav li:first-child a:hover,
    .listing-nav li:first-child a,
    .listing-nav li a.active,
    .listing-nav li a:hover {
        border-color: #e8e8e8
    }

    .dashboard-content .checkboxes label {
        width: 100%
    }

    .pricing-list-item td {
        display: block;
        width: 100%;
        position: relative
    }

    .pricing-list-item td .fm-input,
    .pricing-list-item td .fm-input.pricing-price,
    .pricing-list-item td .fm-input.pricing-name {
        max-width: 100%;
        margin-right: 0
    }

    .pricing-list-item td .fm-close {
        text-align: left;
        position: absolute;
        top: 4px;
        right: 0
    }

    .about-author img {
        width: 70px;
        height: 70px
    }

    .about-description {
        margin: 2px 0 0 100px
    }

    #posts-nav li {
        position: relative;
        width: 100%
    }

    #posts-nav li a {
        padding: 0 !important
    }

    #posts-nav li a::before {
        display: none
    }

    #posts-nav li.next-post {
        text-align: left;
        margin-bottom: 30px
    }

    .comments ul li ul {
        margin: 0
    }

    .avatar img {
        max-width: 60px
    }

    .comment-content {
        padding: 0 0 0 85px
    }

    .comments ul li ul li::before {
        top: 25px
    }

    .comment-content {
        padding: 0
    }

    .testimonial::after {
        display: none
    }

    .testimonial-box {
        padding-left: 38px
    }

    .main-search-container h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 36px
    }

    .main-search-container h4 {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px
    }

    .main-search-container:before {
        background: rgba(255, 255, 255, .92)
    }
}

@media(max-width:480px) {

    .tabs-nav.blog li,
    .tabs-nav.blog li a,
    .tabs-nav li,
    .tabs-nav li a {
        width: 100%;
        padding: 0;
        border-radius: 3px;
        text-align: center;
        border-bottom: none
    }

    .about-author img {
        display: none
    }

    .about-description {
        margin: 0
    }

    .user-menu {
        margin-right: auto;
        top: -81px;
        display: inline-block
    }

    .dashboard-list-box .sort-by .sort-by-select {
        display: none
    }

    .pricing-list-container ul li {
        padding: 15px;
    }

    .pricing-list-container ul li .user_img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .pricing-list-container h5 {
        font-size: 15px;
    }

    .pricing-list-container p {
        font-size: 12px;
        line-height: 1.3;
    }

    .pricing-list-container .sponsor_label {
        font-size: 9px;
        padding: 4px 9px;
    }
}

#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0
}

#style-switcher {
    background: #333;
    width: 205px;
    position: fixed;
    top: 145px;
    z-index: 999;
    left: -205px;
    border-radius: 0 0 4px 0
}

#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px
}

#style-switcher div {
    padding: 6px 18px
}

#style-switcher h2 {
    background: #282828;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 600
}

#style-switcher h2 a {
    background-color: #282828;
    display: block;
    height: 46px;
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    border-radius: 0 4px 4px 0;
    font-size: 22px;
    color: #fff;
    text-align: center
}

#style-switcher h2 a i {
    position: relative;
    top: 2px
}

.colors {
    list-style: none;
    margin: 0 0 10px 0;
    overflow: hidden
}

.colors li {
    float: left;
    margin: 4px 2px 0
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer
}

div.layout-style {
    padding: 0 !important
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0;
    background-color: #505050;
    border: 0;
    min-height: auto
}

.main {
    background: #f91941
}

.green {
    background: #00a948
}

.blue {
    background: #004dda
}

.orange {
    background: #fa5b0f
}

.navy {
    background: #495d7f
}

.yellow {
    background: #ffb400
}

.peach {
    background: #fcab55
}

.red {
    background: #f30c0c
}

.beige {
    background: #bfa980
}

.cyan {
    background: #37b6bd
}

.celadon {
    background: #74aea1
}

.brown {
    background: #784e3d
}

.cherry {
    background: #911938
}

.gray {
    background: #555
}

.purple {
    background: #6441eb
}

.olive {
    background: #b3c211
}

.colors li a.active {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.colors li a {
    border-radius: 3px
}

#reset {
    margin: -5px 0 15px 0
}

#reset a.button {
    padding: 7px 14px;
    font-weight: 700;
    font-size: 13px
}

#reset a.button:hover {
    color: #333;
    background-color: #fff
}

@media only screen and (max-width:1199px) {
    .booth_reque .btn-btn-theme {
        padding: 8px 12px;
        font-size: 12px;
    }

    .booth_reque .booth_header h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width:1024px) {
    .header-widget {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #style-switcher {
        display: none
    }

    .user-menu ul {
        width: auto;
        white-space: nowrap;
    }

}

@media(min-width:1025px) {
    #logo {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    #header.cloned #logo img,
    #logo img {
        max-height: 28px;
        width: auto;
        max-width: unset;
    }

    a.dashboard-logo {
        margin-left: 0 !important;
    }

    #navigation.style-1 {
        margin-top: 0;
    }

    #header.cloned.sticky,
    #header {
        padding: 0;
    }

    .header-widget {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /*        justify-content: flex-start;*/
        position: static;
        height: auto;
    }

    .header-widget .sign-in {
        position: static;
    }

    div#header > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .left-side {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media(max-width:600px) {
    .event_block {
        width: 100%;
        float: none;
        margin: auto;
        max-width: 550px;
    }
}

.book-now.button i {
    font-size: 26px;
    vertical-align: middle;
    padding-right: 0;
    margin-right: 5px;
}

.book-now.button {
    padding: 10px;
    font-size: 16px;
}

.custom-filter {
    line-height: 51px;
    color: #666;
    font-size: 17px;
    margin-right: 8px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px !important;
    display: inline-block !important;
    padding: 0px 15px !important;
    cursor: pointer !important;
    margin-bottom: 0px;
    height: 28px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em !important;
    display: inline-block !important;
    width: auto !important;
    height: 27px !important;
    margin-bottom: 0;
}

#personnelTable .th-sm {
    font-weight: 500;
    color: rgb(249, 25, 66);
    padding: 10px 18px;
    border-bottom: 1px solid rgb(249, 25, 66) !important;
    padding-left: 7px !important;
}

#personnelTable .th-tf {
    font-weight: 500;
    color: rgb(249, 25, 66);
    padding: 10px 18px;

    padding-left: 7px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 12px;
    padding: 6px 10px !important;
    font-family: Arial, sans-serif;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}

table.dataTable tbody td {
    font-family: Arial, sans-serif !important;
}

.messages-headline-booking {
    font-size: 16px;
    margin: 0;
    /*    padding: 19px 17px;*/
    color: #333;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
    position: relative
}

.booking-addr {
    padding: 19px 23px !important;
    padding-bottom: 5px !important;
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #000;
    background: none !important;
}

/*
.messages-inbox ul li a {
    position: relative !important;
    display: block !important;
    padding: 24px 22px !important;
}
*/
.messages-inbox ul li a {
    position: relative !important;
    display: block !important;
    padding: 1px 1px !important;
    font-size: 12px;
}

.messages-inbox ul li:hover .messages-inbox ul li a {
    color: #fff !important;
}

#personnelTable .th-sm {
    font-weight: 400;
    color: rgb(249, 25, 66);
    padding: 7px 18px;
    border-bottom: 1px solid rgb(249, 25, 66) !important;
    padding-left: 7px !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#personnelTable .th-tf {
    font-weight: 400;
    color: rgb(249, 25, 66);
    padding: 10px 18px;
    padding-left: 7px !important;
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
}

.emptydata-msg h4 {
    border: none !important;
    text-align: center !important;
}

/*hhh responsive*/
@media only screen and (min-device-width : 320px) and (max-device-width : 576px) {
    .resMb12 {
        margin-bottom: 12px;
    }

    .col-md-6.col-xs-6.pr-3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .pb-3.pt-1.font-15 {
        line-height: 10px;
    }

    .box1.h-225.box2 {
        height: 110px;
    }

    .box1 p {

        line-height: 15px;
        margin-top: 5px;

    }

    .padding-bottom-20.font-15 {
        padding-bottom: 0 !important;
    }

    .box1 {
        background-color:
            #f8f2f2;
        text-align: center;
        padding: 16px;
        height: 120px;
    }

    .headline.centered.margin-bottom-45 {
        margin-top: 30px;
    }

    .currencylist {
        width: 80%;
        z-index: 9999;
        text-align: center;
        margin-top: 5px;
    }

    .padding-left-30 {
        padding-left: 16px !important;
    }

    .pl-0,
    .px-0 {

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .listing-item-container.list-layout {
        height: auto;
    }

    .listAddr {
        position: relative;
        top: 9px;
    }

    .tagSet {
        width: 100%;
        border-radius: 0 !important;
        bottom: 0 !important;
    }

    .listing-item-inner:before {
        content: "";
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 0;
        /*
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.9)), color-stop(35%, rgba(35, 35, 37, 0.45)), color-stop(60%, rgba(22, 22, 23, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2);
*/
        background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 18%, rgba(35, 35, 37, 0.45) 62%, rgba(22, 22, 23, 0) 84%, rgba(0, 0, 0, 0) 100%);
        border-radius: 4px 4px 0 0;
        opacity: 1;
    }

    .setResDate {
        position: relative !important;
        bottom: 15px !important;
    }

    .listing-item-content h3 {
        line-height: 16px;
    }

    .listing-item-container.list-layout .listing-item-inner h3 {
        color: #fff !important;
        font-size: 14px !important;
    }

    .listing-item-container.list-layout .listing-item-inner span {
        color: #fff !important;
        font-size: 12px !important;
    }

    .listing-item-container.list-layout .star-rating {
        float: left;
        /*        padding: 8px 0 0;*/
        padding: 8px 0 0 5px;
    }

    .listing-item-container.list-layout .listing-item-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-100%);
        width: 100%;
        transform: translateY(-100%) !important;
    }

    .listing-item-container.list-layout .listing-item-inner {
        padding-bottom: 12px;
        padding-left: 25px;
    }

    .listing-item-container.list-layout span.tag {
        bottom: 115px;
        z-index: 99;
    }

    .listing-item-image img {
        object-fit: cover;
        height: 200px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .resMt0 {
        margin-top: 0 !important;
    }

    .resMl0 {
        margin-left: 0 !important;
    }

    .resMr0 {
        margin-right: 0 !important;
    }

    .resMt5 {
        margin-top: 5px !important;
    }

    .resMt10 {
        margin-top: 10px !important;
    }

    .resMb0 {
        margin-bottom: 0 !important;
    }

    .resMb5 {
        margin-bottom: 5px !important;
    }

    .resMb10 {
        margin-bottom: 10px !important;
    }

    .resMb15 {
        margin-bottom: 15px !important;
    }

    .resMl15 {
        margin-left: 15px !important;
    }

    .resMb20 {
        margin-bottom: 20px !important;
    }

    .resPt0 {
        padding-top: 0 !important;
    }

    .resPt5 {
        padding-top: 5px !important;
    }

    .resPt10 {
        padding-top: 10px !important;
    }

    .resPt15 {
        padding-top: 15px !important;
    }

    .resPt20 {
        padding-top: 20px !important;
    }

    .resPt25 {
        padding-top: 25px !important;
    }

    .resPb0 {
        padding-bottom: 0 !important;
    }

    .resPl0 {
        padding-left: 0 !important;
    }

    .resPr0 {
        padding-right: 0 !important;
    }

    .resPr10 {
        padding-right: 10px !important;
    }

    .resPr15 {
        padding-right: 15px !important;
    }

    .resPb5 {
        padding-bottom: 5px !important;
    }

    .resPb10 {
        padding-bottom: 10px !important;
    }

    .resPb15 {
        padding-bottom: 15px !important;
    }

    .resPb20 {
        padding-bottom: 20px !important;
    }

    .resPb25 {
        padding-bottom: 25px !important;
    }

    .resP0 {
        padding: 0px !important;
    }

    .resW44 {
        width: 44% !important;
    }

    #footer .footer-links li a {
        font-size: 13px;
    }

    .main-search-input-item.location a {
        right: 0;
    }

    a.button.border.with-icon.popup-with-zoom-anim.clearRec.before12 {
        left: -8px;
    }

    .header-widget .button,
    .header-widget .button.border {
        left: 40px;
    }

    .heading_res {
        font-size: 28px !important;
    }

    .counter_set {
        padding: 6px 0px 6px 0px;
    }

    .set_ul2 {
        font-size: 13px;
        padding-top: 0;
    }

    .three_txt {
        font-size: 18px;
    }

    .padd_res {
        padding-top: 10px !important;
    }

    .box {
        padding: 20px 10px 20px 18px;
        margin-bottom: 50px;
        height: auto;
        position: relative;
        background: #fafafa;
        -webkit-box-shadow: 10px 10px 8px -8px #888888;
        box-shadow: 10px 10px 8px -8px #888888;
    }

    .new_cust {
        height: auto;
    }

    .event_plan {
        transform: translate(0, 0);
        z-index: 1;
        position: relative;
        margin-bottom: 10px;
    }

    .long_txt ul {
        font-size: 15px;
        padding: 18px 30px;
    }

    .padd {
        margin-left: 0;
    }

    .email_txt {
        font-size: 24px;
    }

    .email_sub_txt {
        font-size: 15px;
    }

    .m_res {
        margin-top: 10px;
    }

    .icn_line:before {
        height: 0;
    }

    .icn_line:after {
        height: 0;
    }

    .five {
        display: block;
    }

    #logo img {
        /*        margin-left: 15px;*/
    }

    .header-widget .button,
    .header-widget .button.border {
        min-width: 150px !important;
    }

    h3.headline {
        font-size: 18px;
        line-height: 30px;

    }

    .headline span {
        font-size: 15px;
    }

    .cust_ttl {
        bottom: 0;
    }

    .testimonial-box {
        height: 327px;
    }

    .books_1 {
        position: relative;
        text-align: center;
    }

    .readMoreBtn {
        display: table;
        margin: auto;
    }

    .downloadSpan {
        position: relative;
    }

    .downloadIcn {
        bottom: -135px;
        right: 10px;
    }

    .img_caption2 {
        text-align: center;
    }

    .col_cust {
        text-align: center;
    }

    .industriesTtl {
        position: relative;
    }

    .cust_ttl {
        left: 10px;
        bottom: -122px !important;
    }

    .cust_ttl2 {
        bottom: -122px !important;

    }

    #footer ul.footer-links2 {
        width: 45% !important;
    }

    #footer ul.footer-links {
        width: 44%;
        margin-left: 15px;
    }

    .alignEmailText {
        display: table;
        margin: auto;
        text-align: center;
    }

    .agent .social-icons,
    #footer .social-icons {

        margin: auto !important;
        display: table;
        text-align: center;
        left: 0;
    }

    .#footer h4 {
        margin-left: 0;
        text-align: center;
    }

    .transparent-header .main-search-container h2 {
        font-size: 22px;
        margin: 0;
    }

    .typed-words {
        display: inline;
    }

    .main-search-container h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .icon-box-2 h3 {
        font-size: 18px;
    }

    .flip-banner h2 {
        font-size: 18px;
    }

    .header-widget .sign-in {
        top: 0px !important;
        left: 18px;
    }

    #logo a {
        margin-right: 18px;
    }

    #logo {
        text-align: center !important;
    }

    .transparent-header div#header:not(.cloned) .header-widget .button,
    .transparent-header div#header:not(.cloned) .header-widget .button.border {
        margin-right: 0px !important;
        margin-left: 0 !important;
    }

    .user-name p {
        margin-right: 4px;
        font-size: 12px;
    }

    .user-menu .user-name:after {
        margin-right: 10px;
    }

    .transparent-header .header-widget .sign-in {
        font-size: 14px;
    }

    .copyrights {
        font-size: 12px;
    }

    .transparent-header .main-search-container .main-search-inner {
        padding-bottom: 30px;
    }

    .main-search-input button.button {
        font-size: 16px;
        font-weight: 600;
        padding: 0 32px;
        /* margin-right: 1px; */
        height: 40px;
        display: table;
        margin: auto;
        margin-top: 10px;
    }

    .main-search-input select,
    .main-search-input select:focus {
        font-size: 14px;
        height: 48px;
    }

    .main-search-input-item .chosen-container-single .chosen-single,
    .main-search-input-item .chosen-single.chosen-container-active,
    .gray-style .main-search-input-item .chosen-container-single .chosen-single,
    .gray-style .main-search-input-item .chosen-single.chosen-container-active,
    .gray-style.main-search-input input,
    .gray-style.main-search-input input:focus,
    .main-search-input input,
    .main-search-input input:focus {
        height: 48px;
        font-size: 14px;
        /*        margin-bottom: 16px;*/
    }

    #autocomplete-container,
    #autocomplete-input {
        height: 48px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    @-moz-document url-prefix() {

        #autocomplete-container,
        #autocomplete-input {
            margin-bottom: 10px;

        }
    }

    .headline.centered {
        text-align: center;
        margin-bottom: 10px !important;
    }

    .testimonial-author {
        padding: 15px 0 0px;
    }

    .breadcrumbsRes {
        display: block;
        float: left;
        font-size: 18px !important;
    }

    #breadcrumbs {
        position: relative;
        display: block;
        float: right;
        margin-top: 21px;
    }

    #titlebar {
        padding: 8px 0 2px;
        margin-bottom: 0;
    }

    #breadcrumbs ul li {
        font-size: 12px;
    }

    .plan-price h3 {
        font-size: 18px !important;
    }

    .plan-price .value {
        font-size: 18px;
        padding: 8px 0 0;
    }

    .custFont {
        font-size: 25px;
    }

    .plan-price .period {
        margin-top: 5px;
    }

    .plan-price .value.value1 {
        padding: 0 0 0;
    }

    .plan-features {
        font-size: 12px;
        padding: 10px 20px;

    }

    .plan.featured .plan-features {
        padding: 10px 20px;

    }

    .plan-price2 {
        height: 100px;
    }

    .img_h img {
        margin-right: 0;
    }

    .img_h .paddRes {
        padding-left: 0;
        padding-right: 0;
    }

    .custPadd20 {
        padding: 20px 10px;
    }

    .paddRes1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0 !important;

    }

    .img_h img {
        height: 60px;
    }

    .abtDiv.family1 p {
        font-size: 13px;
        line-height: 25px;
        padding: 0 12px;
        text-align: justify;
    }

    .aboutSetRes {
        padding-left: 0;
        padding-right: 0;
    }

    .serviceBox .description {
        font-size: 12px;
        text-align: center;
        line-height: 23px;
    }

    .serviceBoxAgain {
        padding: 0;
    }

    .serviceBoxAgain .description {
        font-size: 12px;
    }

    .mbottom-0 {
        margin-bottom: 0px;
    }

    .marRes {
        margin-top: 10px;
    }

    .main-search-container.event_manage {
        padding-top: 0 !important;
    }

    .inquiryPadd1 {
        padding-top: 18px;
    }

    .scr_block + .scr_block img:first-child {
        margin-top: 25px;
    }

    .set_ul3 {
        font-size: 12px !important;
    }

    .email_div2 {
        text-align: center;
    }

    .resFont1 {
        font-size: 16px !important;
    }

    .resFont2 {
        font-size: 13px !important;
    }

    .resFont3 {
        font-size: 14px !important;
        line-height: 20px;
    }

    .resFont4 {
        font-size: 14px !important;
        line-height: 25px;
    }

    .resFont5 {
        font-size: 18px;
    }

    .resLh {
        line-height: 23px;
    }

    .schedule_btn {
        padding: 10px 10px;
        font-size: 10px !important;
    }

    .set_p p {
        font-size: 13px;
    }

    .finalOl .li1 {
        font-size: 22px;
        margin-left: 10px;
    }

    .finalOl {
        padding-left: 5px;
    }

    .termsP p {
        font-size: 13px;
        line-height: 23px;
    }

    .cookieP p {
        font-size: 13px;
        line-height: 23px;
    }

    .privacyP p {
        font-size: 13px;
        line-height: 23px;
    }

    .termsLi li {
        font-size: 13px;
        line-height: 23px;
    }

    .privacyLi li {
        font-size: 13px;
        line-height: 23px;
    }

    .li1 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .innerOl {
        font-size: 13px;
        line-height: 23px;
        padding-left: 25px;
    }

    .email_t {
        display: none !important;
    }

    .resHeight {
        height: 270px !important;
    }

    .boost_img {
        display: none;
    }

    .counter_set.counter_set2 h1,
    .counter_set.counter_set2 span {
        font-size: 32px;
    }

    .serviceBox1 .service-icon1 {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .serviceBox1 {
        padding: 15px 20px 15px 90px;
    }

    .icnCheck {
        font-size: 13px;
    }

    .resWidth {
        width: 50% !important;
    }

    .btn_signup {
        font-size: 10px;
    }

    .camImg img {
        width: 200px;
        display: table;
        margin: auto;
    }

    #breadcrumbs {
        right: 0;
    }

    .tabs-navRes {
        display: flex !important;
    }

    ul.tabs-nav.tabs-navRes li a {
        padding-bottom: 10px;
    }

    .sign-in-form label input {
        margin-top: 8px;
        padding-left: 45px;
        height: 37px;
        font-size: 12px;
    }

    .sign-in-form label i {
        font-size: 18px;
        /*        bottom: 4px;*/
    }

    .or-seperator {
        margin: 42px 0 0px !important;
    }

    .resAlign {
        display: table;
        margin: auto;
    }

    .office {
        height: auto;
    }

    .blk_h {
        color: #ef0d33;
        font-size: 30px;
        letter-spacing: 0;
        font-family: 'Oswald-Bold';
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        padding-left: 0;
    }

    .blk_p {
        text-align: center;
        font-size: 14px;
        padding-left: 0;
    }

    .blk1 {
        height: auto;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .joinUs {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 30px;
    }

    .joinUsText {
        color: #fff;
        font-size: 13px;
        text-align: center;
        line-height: 23px;
    }

    .pkgHead {
        padding-bottom: 10px;
        font-size: 30px;
    }

    .icnBox {
        height: 130px;
    }

    .icn_bor {
        height: 70px;
        width: 70px;
    }

    .icn_h {
        height: 35px;
        width: 35px;
    }

    .icnText {
        font-size: 16px;
        padding-top: 5px;
    }

    .contactHead {
        padding-bottom: 25px;
        font-size: 30px;
    }

    .contactUsText {
        font-size: 13px;
        padding-bottom: 12px;
    }

    .cBtn {
        text-align: center;
        margin-bottom: 20px;
    }

    .contactUs {
        padding: 20px;
    }

    .btnPartner {
        margin-top: 0;
        font-size: 12px !important;
    }

    .btnPartner2 {

        font-size: 12px !important;
    }

    .resPartner {
        width: 200px;
        display: table;
        margin: auto;
        margin-top: 20px;
    }

    .imgPartner {
        width: 200px;
    }

    .faq-items h4 {
        font-size: 13px;
    }

    .faqs {
        padding: 0;
    }

    .faq .faqs .faq-items:after {
        height: 7px;
        width: 7px;
    }

    .faq .faqs .faq-items p {
        font-size: 12px;
    }

    .imgZoom img {
        height: auto;
    }

    .imgZoom3 img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .imgZoom4 {
        height: auto !important;
    }

    .serviceBoxAgain:hover:before {
        display: none;
    }

    .serviceBoxAgain:hover:after {
        display: none;
    }

    .serviceBoxAgain:hover .title {
        letter-spacing: 1px;
    }

    .serviceBoxAgain {
        height: auto;
    }

    .setCenter {
        display: table !important;
        margin: auto;
    }

    .fourWidthRes {
        width: 70%;
    }

    .bigBorder {
        padding: 10px;
        font-size: 14px;

    }

    .user-menu {
        margin-right: auto;
        top: -81px;
        display: inline-block;
    }

    #footer ul.footer-links2 {
        width: 44% !important;
    }

    .chosen-container-single .chosen-single span {
        margin-right: 0px !important;
    }

    .main-search-input-item .chosen-container-single .chosen-single span {
        width: 100% !important;
        line-height: 48px;
    }

    @-moz-document url-prefix() {
        .main-search-input-item.location a {
            right: 15px;
        }
    }

    .setFloat2 {
        float: none;
    }

    .tabs-nav.tabs-nav-dashboard li a {
        font-size: 12px;
        padding: 0;
    }

    .tabs-nav.tabs-nav-dashboard li {
        width: 25%;
        text-align: center;
        border-bottom: none;
        margin-right: 0;
        display: flex;
        justify-content: center;
        font-size: 10px;
        display: inline;
    }

    .edit-profile-photo .col-md-3 {
        display: flex;
        justify-content: center;
    }

    .change-photo-btn {
        padding: 2px 6px;
        font-size: 12px;
        left: unset;
    }

    .add_sponsor_item {
        width: 130px !important;
        height: 120px !important;
    }

    .add-listing-section {
        padding: 0 25px 3px;
    }

    .uploadButton .uploadButton-button {
        margin: 0;
    }

    .uploadButton.margin-top-15 {
        padding-left: 12px;
    }

    .uploadButton.margin-top-15 .add_sponsor_item {
        margin-left: 8px;
    }

    .add_sponsor_box.add_sponsor_box2 .add_sponsor_item {
        width: 100% !important;
        height: 100% !important;
    }

    .add_sponsor_item .sponsor_img {
        width: 55px;
    }

    .checkboxes.in-row {
        margin-bottom: 10px;
    }

    .active-span span {
        margin-bottom: 10px !important;
    }

    .dashboard-list-box ul li {
        padding: 16px 16px;
    }

    .buttons-to-right .button {
        margin-left: 0;
    }

    .dashboard-list-box .button {
        padding: 4px 10px;
        line-height: 19px;
        font-size: 10px;
        font-weight: 600;
        margin: 0;
    }

    .dashboard-list-box.margin-top-0 > a {
        margin-right: 15px;
    }

    .promotion_p img {
        width: 65%;
        height: 180px;
        object-fit: cover;
        margin: auto;
        display: table;
    }

    .done {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

    .selected123 {
        left: auto;
    }
}



/*hhh3*/

@media only screen and (min-device-width : 576px) and (max-device-width : 768px) {
    #logo a {
        margin-right: 52px;
    }

    #logo {
        text-align: center !important;
    }

    .header-widget .sign-in {
        top: 0px !important;
        left: 18px;
    }

    .transparent-header div#header:not(.cloned) .header-widget .button,
    .transparent-header div#header:not(.cloned) .header-widget .button.border {
        margin-right: 0px !important;
        margin-left: 0 !important;
    }

    a.button.border.with-icon.popup-with-zoom-anim.clearRec.before12 {
        left: -8px;
    }



    .breadcrumbsRes {
        display: block;
        float: left;
        font-size: 18px !important;
    }

    .typed-words {
        display: inline;
    }


    .books_1 {
        position: relative;
        text-align: center;
    }

    /*
        .testimonial-box {
    height: 327px;
    }
*/
    .cust_ttl {
        bottom: 0;
    }

    .headline span {
        font-size: 18px;
    }

    h3.headline {
        font-size: 20px;
        line-height: 30px;

    }

    .icn_line:before {
        height: 0;
    }

    .icn_line:after {
        height: 0;
    }

    .set_res {
        display: table;
        margin: auto;
    }

    .event_plan {
        transform: translate(0, 0);
        z-index: 1;
        position: relative;
        margin-bottom: 10px;
    }

    .long_txt ul {
        font-size: 15px;
        padding: 18px 30px;
    }

    .padd {
        margin-left: 0;
    }

    .user-menu {
        margin-right: auto;
        top: -81px;
        display: inline-block;
    }


}

@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
    .mmenu-trigger {
        position: absolute;
        left: 0;
    }

    #logo {
        margin-bottom: 18px !important;
        text-align: center !important;
    }

    .icn_line:before {
        height: 0;
    }

    .icn_line:after {
        height: 0;
    }

    .set_res {
        display: table;
        margin: auto;
    }

    .event_plan {
        transform: translate(0, 0);
        z-index: 1;
        position: relative;
        margin-bottom: 10px;
    }

    .long_txt ul {
        font-size: 15px;
        padding: 18px 30px;
    }

    .new_cust {
        padding: 41px 20px 25px 25px;
        height: auto;
        min-height: 300px;
    }

    .padd {
        margin: 0;
    }

    .user-menu {
        margin-right: auto;
        top: -81px;
        display: inline-block;
    }

}

@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {

    .mmenu-trigger {
        position: absolute;
        left: 0;
    }

    #logo {
        margin-bottom: 18px !important;
        text-align: center !important;
    }

    .user-menu {
        margin-right: auto;
        top: -81px;
        display: inline-block;
    }

}

@media only screen and (min-device-width : 992px) and (max-device-width : 1200px) {
    .box {
        height: auto;
        padding-bottom: 23px;
        min-height: 301px;
    }

    .new_cust {
        padding: 41px 20px 25px 25px;
        height: auto;
        min-height: 360px;
    }

    .event_plan {
        transform: translate(-12px, 110%);
        z-index: 1;
        position: absolute;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1240px) {
    #navigation.style-1:before {
        width: 0 !important;
    }

    .header-widget .button,
    .header-widget .button.border {
        min-width: 137px !important;
    }

    .user-name p {
        font-size: 14px !important;
    }

}

/*simple2*/
.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.round1 {
    height: 65px;
    width: 65px;
    border: 2px solid #000;
    border-radius: 50%;


}

.img_w {
    padding: 14px;
    width: 20%;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
}

.img_w:hover {
    animation: anim12 3s infinite;
    /*    transition: .3s;*/
    /*      animation-direction: alternate;*/
}

@keyframes anim12 {
    from {
        border-color: #fff;

    }

    to {
        border-color: #f91942;
    }
}

.ttl_event {
    font-size: 40px;
}

.mobile_img,
.mobile_img2,
.mobile_img3 {
    height: 500px;
}

.mobile_img {
    z-index: 2;
    position: relative;
}

.mobiles {
    position: relative;
}

.mobile_img2 {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 3;
}

.mobile_img3 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
}

.msg-bdg {
    background-color: rgba(255, 255, 255, .2);
    font-family: open sans;
    font-weight: 600;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    /* padding: 0; */
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-width: 16px;
    height: 16px;
    letter-spacing: -0.5px;
    text-align: center;
    border-radius: 50px;
    margin-left: 4px;
    background: #64bc36;
    margin: -4px -7px !important;
    position: absolute;
}

.active-span span {
    float: right !important;
    background-color: rgba(255, 255, 255, .2);
    font-family: open sans !important;
    font-weight: 600 !important;
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 20px !important;
    color: #fff !important;
    padding: 0 !important;
    padding: 0 7px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: center !important;
    min-width: 20px !important;
    height: 20px !important;
    letter-spacing: -.5px !important;
    text-align: center !important;
    border-radius: 50px !important;
    margin-left: 4px !important;
    background: #f30c0c !important;
}

span.errorInquiryValidation {
    font-size: 15px;
    line-height: 27px;
    color: red;
}

.pkgcolor {
    color: green !important;
}

.pkgupgcolor {
    color: red !important;
}

.or-seperator {
    margin: 30px 0 0px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    padding: 0 10px;
    color: #000;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
}


/*custom cover spin css*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9999;
    display: none
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #000;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite
}

input.minimal {
    width: 24px;
}

ul.token-input-list {
    display: inline-block;
    width: 50%;
}

.error {
    color: red;
    font-size: 12px;

}

div#personnelTable_wrapper {
    overflow-x: hidden;
}

.dataTables_wrapper table tbody td,
.dataTables_wrapper table thead th {
    padding: 8px 10px;
    white-space: nowrap;
}

/*custom cover spin css End*/

/*Navidation Menu custom*/
#navigation.style-1 ul li a {
    font-size: 14px !important;
}

#navigation.style-1 ul a {
    padding: 2px 13px !important;
}

/*Navidation Menu custom End*/
.con-popup {
    display: none
}

@media(max-width:768px) {
    .mm-listview li:last-child {
        display: none
    }

    .con-popup {
        display: inline-block;
        color: #fff;
        -- float: right;
        margin-top: 10px;
        font-size: 22px;
    }
}

.con-popup1 {
    display: none
}

@media(max-width:768px) {
    .mm-listview li:last-child {
        display: none
    }

    .con-popup1 {
        display: inline-block;
        color: #fff;
        float: right;
        margin-top: 10px;
        font-size: 22px;
    }
}

.dashboard-list-box.margin-top-0 .medium {
    margin-right: 17px;
}

/*========== DESIGNER 6 FEB 2020 ==============*/
.create-event-gallery #multiimg > div > a > img {
    object-fit: contain;
}

.pricing-list-tbl .fm-input {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.seticoon-div {
    position: absolute;
    right: 0;
    top: 19px;
}

.new-selectgroup .chosen-single {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 45px;
    margin-top: 8px;
}

.custom-set-dropdown ul li a {
    padding: 5px 12px !important;
}

.userprofile-tabs {
    margin-left: 15px;

}

.mw-40per {
    max-width: 40%;
}

.chosen-custm + .chosen-container > .chosen-single {
    height: 42px !important;
    line-height: 42px;
}

.messages-container-custm #personnelTable_wrapper .row:first-child > .col-xs-12.col-sm-12.col-sm-12.col-md-6:first-child {
    width: 30% !important;
}

.listing-label {
    position: relative !important;
    top: 4px !important;
}

.pricing-list-item.pricing-list-custm td .setTop-filter .fm-input {
    flex: .4;
}

.setTop-filter {
    display: inline-flex;
}

.setTop-btn.setTop-btn-custm {
    margin-right: 15px;
    margin-top: 2px;
}

.datatbl-design th {
    background-color: #fff !important;
    color: #f91942 !important;
    border-bottom: 1px solid;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-color: #f3103c !important;
}

.datatbl-design tr {
    background-color: #fff;

}

.fm-input.pricing-price.filterdiv button {
    font-size: 12px;
}

table.basic-table.basic-table2.datatbl-design th,
table.basic-table.basic-table2.datatbl-design td {

    padding: 3px 10px !important;
    font-size: 11px !important;
    border-bottom: 1px solid #ccc;
}

table.basic-table.datatbl-design th,
table.basic-table.datatbl-design td {
    padding: 3px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

div#personnelTable_wrapper .row:nth-child(2) .col-xs-12.col-sm-12 {
    overflow: auto;
    padding: 0;
    margin-left: 15px;
    width: calc(100% - 30px);
}

.fm-input.pricing-price.pricing-price-custm.filterdiv {
    margin-top: 2px;
}

.fm-input.pricing-price.pricing-price-custm.filterdiv button {
    padding: 4px 20px;
}

.user-menu.filter-drop-icon.filter-drop-icon-custm .user-name i {
    position: relative;
    bottom: 3px;
}

.filter-drop-icon-custm .user-name:after {
    margin-bottom: 6px !important;
    margin-top: 0;
}

.chosen-container .chosen-results li {
    font-size: 12px;
}

.mb-7 {
    margin-bottom: 7px;
}

/*
.messages-headline-booking-custm {
display: none;
}
*/
button.custm-filter-btn {
    line-height: 18px;
}

.pricing-list-item.pricing-list-custm td .fm-input.pricing-price {
    margin-top: 2px !important;
}

div#filter {
    display: none;
}

.pricing-list-item.pricing-list-custm td .fm-input.pricing-price button {
    font-size: 12px;
}

.chosen-container .chosen-results li.active-result {
    font-size: 12px;
}

.pt_5 {
    padding-top: 5px;
}

.add-listing-custm {
    padding-left: 0;
    padding-right: 0;
}

.button.border.filterBtn {
    padding: 4px 20px;
}

.pricing-list-item.pricing-list-cstm2 td .fm-input.fm-input2 {
    flex: 0.2 !important;
}

.register-button {
    float: right;
}

.user-name-cstm i {
    margin-top: -6px;
}

.pricing-list-new .filterdiv input {
    margin-bottom: 0;
}

.custom-filter-new {
    display: none;
}

.pricing-list-new {
    margin-top: 0px !important;
}

/*.messages-headline-booking-custm{ padding: 20px 22px; }*/

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.add-listing-headline-custm h3 {
    font-size: 15px;
}

.row.with-forms.with-forms-custm select,
.row.with-forms.with-forms-custm input {
    height: 35px;
}

.row.with-forms.with-forms-custm ul.chosen-choices {
    height: 53px;
    display: flex;
    overflow-x: scroll;
}

.with-forms-custm .chosen-choices li.search-field input[type=text] {
    height: 33px;
}

.mr-0 {
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.filter-drop-icon-custm2 {
    margin-top: 3px;
}

.filter-drop-icon-custm2 .user-name:after {
    margin-top: 0px;
}

.button.border.setTop-btn2.setTop-btn3 {
    top: 5px !important;
    margin: 12px 40px;
    float: right;
    padding: 0 23px;
    background-color: #f91943;
    color: #fff;
    font-size: 12px;
}

@media (min-width:1200px) {
    .setTop-btn {
        float: right;
        margin-bottom: -41px;
        margin-top: 9px;
        margin-right: 15px !important;
        z-index: 9;

    }

    .pricing-list-item.pricing-list-custm td .fm-input {
        flex: .2;
    }

    .setTop-btn2 {
        margin-bottom: -30px !important;
        margin-top: 3px !important;
        z-index: 9;
    }

}


@media (max-width:991px) {
    .setFooter {
        margin-left: 0;
    }

}

@media (max-width:767px) {

    .new-header-section {}

    .new-header-section .for-header-grid {
        padding-top: 0;
        display: grid;
        grid-template-areas: 'hg1 hg2 hg3';
        grid-auto-columns: 41% 15% 44%;
        padding-bottom: 5px;
    }

    .new-header-section .for-header-grid .create_event_btn {
        grid-area: hg1;
        padding: 3px 0px;
        max-width: 120px;
        text-align: center;
    }

    .new-header-section .for-header-grid .grd-1 {
        grid-area: hg2;
    }

    .new-header-section .for-header-grid .grd-2 {
        grid-area: hg3;
        margin: 0;
    }


    .new-header-section .for-header-grid .user-menu {
        top: 0;
    }

    .new-header-section .left-side {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .new-header-section .mmenu-trigger {
        margin-top: 6px;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .add_more {
        right: 0;
        font-size: 10px;
    }

    .add_more i {
        font-size: 13px;
        top: 1px;
    }

    .create-event-gallery #multiimg {
        margin-left: 0px !important;
    }

    .create-event-gallery #multiimg .add-img-cls {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
        display: inline-block;
        float: left;
    }

    .create-event-gallery #multiimg .add-img-cls:nth-child(3n + 3) {
        margin-right: 0;
    }

    .create-event-gallery #multiimg > .add-img-cls > img {
        width: 100%;
        object-fit: contain;
    }

    .dashboard-content {
        width: 100%;
    }

    .event-image-sect .uploadButton.margin-top-15 .add_sponsor_item {
        margin-left: 8px !important;
    }

    .#dashboard {
        min-height: auto;
    }

    .dashboard-content {
        padding: 20px 5%;
    }

    .addsponsor-div .add_sponsor_item,
    .addspeaker-div .add_sponsor_item {
        width: 100% !important;
        margin-bottom: 15px;
        height: auto !important;
    }

    #add-listing .uploadButton .uploadButton-button {
        font-size: 9px;
    }

    .addspeaker-div .add_sponsor_item {}

    .xs-mb-15 {
        margin-bottom: 15px;
    }

    .filter-drop-icon {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .seticoon-div {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 10px;
        float: right;
    }

    .seticoon-div i {
        font-size: 20px !important;
    }

    .seticoon-div .user-menu {
        top: -8px;
    }

    .addressbook-modal .small-dialog-header.sm,
    .import-csv-dialog .small-dialog-header.sm {
        width: 100%;
        margin-left: 0;
        width: calc(100% + 30px) !important;
    }

    .messages-headline-booking .fm-input {
        margin-bottom: 15px;
    }

    .set-input-margin .filter-drop-icon {
        margin-top: -44px;
        margin-bottom: 10px;
        top: 0;
    }

    .set-input-margin .fm-input {
        margin-bottom: 15px;
    }

    .register-button {
        z-index: 1;
        margin-top: 5px;
        margin-right: 17px !important;
    }

    .xs-mb-20 {
        margin-bottom: 20px !important;
    }

    .messages-container-custm #personnelTable_wrapper .row:first-child > .col-xs-12.col-sm-12.col-sm-12.col-md-6:first-child {
        width: 40% !important;
    }

    .xs-mtb-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .xs-mr-10 {
        margin-right: 10px !important;
    }

    .setTop-filter {
        display: block;
    }

    .set-top-usr {
        top: -46px;
    }

    .button.border.setTop-btn2.setTop-btn3 {
        margin: 12px 20px;
    }

    .mw-40per {
        max-width: 100%;
    }

    .tabs-nav.tabs-nav-dashboard.tabs-nav-dashboard2 li {
        width: 30% !important;
        margin-bottom: 10px;
    }

    .dashboard-list-box.margin-top-0 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .new-sponser {
        margin-left: 0 !important;
    }

    .new-sponser2 {
        margin-right: 10px !important;
    }

    .user-name.user-name-custm span {
        margin-right: 0;
    }

    .user-menu .user-name.user-name-custm:after {
        margin-top: 0;
    }

    .not-sticky-custm {
        height: auto;
    }

    .dashboard-plan:before {
        background-color: transparent !important;
    }

    .list-box-listing-img {
        height: auto;
        width: auto;
    }

    .list-box-listing-img img {
        height: 200px !important;
        width: auto;
    }

    .col-flex {
        display: initial;
    }

    .note-btn {
        margin-bottom: 10px !important;
    }

    .uploadButton-badge {
        width: auto;
        margin-right: 15px;
    }

    .select-badge {
        margin-right: 0;
    }

    .event-main-info {
        display: grid !important;
        grid-template-areas:
            'a b'
            'c c';
    }

    .event-top-label {
        width: 100% !important;
        grid-area: c;
    }

    .single-event-detail {
        width: 100% !important;
        padding: 0 12px;
        grid-area: b;
    }

    .single-event-image {
        width: 100% !important;
        grid-area: a;
    }

    .tool-buy {
        width: 30%;
        margin-left: auto;
        text-align: center;
    }

    .billing.billing1 .col-md-5:first-child input {
        margin-bottom: 0;
    }

    .box1 {
        padding-top: 16px !important;
        height: auto !important;
    }

    .pr-custm {
        padding-right: 15px !important;
    }

    .pl-custm {
        padding-left: 15px !important;
    }

    .r-pl-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .col-md-12.pb-4.pl-0.r-pl-15,
    .col-md-12.pl-0.r-pl-15.resMb15 {
        padding-left: 15px !important;
    }

    .col-md-4.pr-0.padding-bottom-10.ticket-sec {
        padding-right: 15px !important;
    }

    .pl-30 {
        padding-left: 30px !important;
    }

    .pr-30 {
        padding-right: 30px !important;
    }

    .pricing-nav {
        margin-top: 0 !important;
    }

    .event-wrapper {
        display: flex;
        text-align: center;
    }

    .info-div {
        width: calc(100% / 3);
        margin-right: 10px;
    }

    .event-info {
        align-items: flex-start !important;
    }

    .info-content {
        font-size: 12px;
    }

    .event-wrapper .info-div:nth-child(3) {
        margin-right: 0;
    }

    .evnt-tabs {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .evnt-tabs ul li {
        margin-right: 22px !important;
        font-size: 10px;
        line-height: normal;
    }

    .event-info {
        padding: 0 !important;
    }

    .single-evnt-name .evnt-name1 {
        font-size: 18px !important;
    }

    .sign-in-form label i.sl.sl-icon-phone {
        bottom: 8px !important;
    }

    .search-breadcrumbs {
        margin-top: 31px !important;
    }

    .search-top {
        background-attachment: initial !important;
        background-size: cover !important;
        background-position: initial !important;
    }

    select#fees {
        display: block !important;
        font-size: 12px;
        visibility: hidden;
    }

    .bg-svg {
        padding-top: 30px !important;
    }

    .row.with-forms.with-custm {
        margin-left: 0px;
        margin-right: 0px;
    }

    .title_category {
        font-size: 22px;
    }

    /*    zzz*/
}


@media screen and (min-width: 576px) and (max-width:767px) {

    .new-header-section .right-side,
    .new-header-section .left-side {
        width: 50% !important;
    }

    .new-header-section #logo a {
        margin: 5px 0px 0 0px;
    }

    .new-header-section .mmenu-trigger {
        margin-left: 0;
    }

    .create-event-gallery #multiimg .add-img-cls,
    .create-event-gallery #multiimg .add-img-cls:nth-child(3n + 3) {
        width: 18%;
        margin-right: 2.5%;
        margin-bottom: 0;
    }

    .create-event-gallery #multiimg .add-img-cls:nth-child(5n + 5) {
        margin-right: 0;
    }

}

@media (max-width:374px) {
    .for-header-grid .user-menu ul {
        right: 0;
        left: auto;
    }

    .basic-informations-div .add_sponsor_item {
        width: 80px !important;
        height: 80px !important;
    }



}



/*home page redesign*/
.event-bg {
    background-image: url(https://eventrrworld.com/public/users/images/event1.png);
    border: 3px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.event-box {
    padding: 20px;
}

.event-box-ttl {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    margin-top: 0;
}

.event-box-p {
    width: 50%;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
}

.info-div p {
    margin-bottom: 0;
}

.info-ttl {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px !important;
}

.info-content {
    line-height: normal;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.event-info {
    display: flex;
    align-items: flex-end;
    padding: 20px;
    flex-direction: column;
}

.buy-ticket {
    border: none;
    background-color: #f91942;
    color: #fff;
    padding: 3px 22px;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 12px;
}

.info-div {
    margin-bottom: 10px;
}

.event-wrapper .info-div:last-child {
    margin-bottom: 0;
}

.all-event-content {
    display: flex;
    width: 100%;
    padding: 8px 3px 8px 3px;
    background-color: #fff;
    text-align: center;
}

.all-event-content p {
    color: #000;
}

.all-event-content .info-ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px !important;
}

.all-event-content .info-content {
    font-size: 12px;
    font-weight: normal;
}

.all-event-content .info-div {
    width: Calc(100% / 3);
    margin-bottom: 0;
}

.all-event-icn {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 8px;
    display: flex;
    text-align: center;
}

.label-div1.label-div1-buy {
    background: #f91942;
    padding: 8px 14px;
}

.label-div1 {
    cursor: pointer;
    margin-bottom: 0;
    background: #ff9800;
    text-align: center;
    border-radius: 15px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 8px 30px;
}

.icn-div1 i {
    color: #b9b9b9;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.icn-div1 span {
    color: #000;
}

.row-custm {
    margin-left: -13px;
    margin-right: -13px;
}

.load-more {
    background-color: #f91942;
    box-shadow: 0 0 30px #fff;
    text-align: center;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.label-div1:hover,
.label-div1:focus {
    color: #fff;
}

.load-more:hover {
    background-color: #f91942e0;
}

.events-section .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
    min-height: 180px;
}

.all-event-icn-inner1 {
    width: 60%;
    display: flex;
}

.all-event-icn-inner2 {
    width: 40%;
}

.all-event-icn-inner1 .icn-div1 {
    width: calc(100% / 3);
    text-align: right;
    cursor: pointer;
}

.all-event-icn-inner2 .icn-div1 {
    margin-right: 8px;
}

.events-section .card:hover {
    box-shadow: 0 0 16px #5347472e;
    transition: all .3s;
}

.events-section .card {
    transition: all .3s;
    transition-timing-function: ease-in-out;
}

.row.row-custm .col-md-4 {
    margin-bottom: 20px;
}

.event-label {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    padding: 6px 15px;
    margin-bottom: 0;
    z-index: 1;
}

.card-img-sec {
    position: relative;
}
.card-img-sec span.pull-right{
       position: absolute;
    right: 10px;
    background: red;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 1.8;
    margin-top: 10px;
}

.card-img-sec:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /*    background-color: #0000006e;*/
    background-color: #0000002b;
    height: 100%;
    width: 100%;
}

.booking-ttl {
    font-size: 20px;
}

.booking-form .form-control,
.booking-form input {
    margin-bottom: 5px;
}

.booking-sidebar .listing-item {
    height: 228px !important;
}

.all-event-icn-inner1 .icn-div1:last-child i {
    margin-right: 20px;
}

.pr-5-custm {
    padding-right: 5px !important;
}

.pl-5-custm {
    padding-left: 5px !important;
}

.boxed-widget.opening-hours-custm {
    padding: 12px;
}

.opening-hr-li {
    line-height: normal;
}

.opening-hr-ul li {
    font-size: 13px;
    line-height: 20px;
}

.booking-submit .booking-confirmation-btn {
    padding: 10px 50px;
}

.booking-submit {
    margin-top: 24px;
}

.booking-form {
    /*    box-shadow: 0 0 10px #ddd;*/
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 5px;
}

.booking-form select,
.booking-form input {
    height: 35px;
    font-size: 12px;
}

.booking-sidebar,
.opening-hours-custm {
    /*    box-shadow: 0 0 10px #ddd;*/
    border: none !important;
}

.booking-form h5 {
    margin-bottom: 5px;
}

.mt-5-custm {
    margin-top: 5px !important;
}

/*event_detail css*/
.category_bg.category_bg_custm {
    height: 150px;
}

.category_bg.category_bg_custm img {
    left: 0;
    top: 0;
}

.event-main-info {
    display: flex;
}

.event-main-info {
    width: 100%;
}

.single-event-detail {
    width: 60%;
    padding: 0 12px;
}

.single-event-image {
    width: 20%;
}

.event-top-label {
    width: 20%;
}

.event-time {
    width: 100%;
}

.single-event-image .event_img {
    height: 130px;
    width: 130px;
}

.listing-nav.listing-nav-custm {
    margin-bottom: 10px;
}

.listing-nav.listing-nav-custm li a {
    padding-bottom: 5px;
}

.listing-nav.listing-nav-custm li {
    font-size: 15px;
}

.detail_max p {
    font-size: 14px;
    line-height: 25px;
    min-height: 20px;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.rating-overview.rating-overview-custm {
    padding: 10px;
}

.rating-overview-custm .rating-overview-box {
    padding: 0;
}

.rating-overview-custm .rating-bars-item {
    margin: 5px 15px;
}

.single-event-login .comment-notes {
    font-size: 14px;
    margin-bottom: 0;
}

.single-event-login .sub-ratings-container {
    margin: 10px 0 10px;
    padding-top: 5px;
    padding-bottom: 0;
}

.sub-ratings-container p {
    font-size: 15px;
}

.single-event-login input {
    height: 35px;
    margin-bottom: 5px;
    padding-bottom: 3px;

}

.single-event-login .leave-rating {
    margin-top: 1px;
}

.single-event-login .sub-ratings-container .leave-rating label {
    font-size: 16px;
}

.add-sub-rating.service-value {
    margin-bottom: 0;
}

.event-form label {
    margin-bottom: 0;
}

.listing-section {
    margin-bottom: 22px;
}

.single-evnt-sidebar .favorite_btn .like-button .like-icon {
    line-height: 24px;
    font-size: 19px;
}

.single-evnt-sidebar .book_fav .favorite_btn .like-button {
    padding: 9px 6px;
    min-width: auto;
}

.single-evnt-sidebar .book-now.button i {
    font-size: 22px;
}

.single-evnt-sidebar .book-now.button {
    padding: 5px;
    font-size: 14px;
    line-height: 30px;
}

.single-evnt-sidebar .boxed-widget {
    padding: 18px;
}

.single-evnt-sidebar .hosted-by-title {
    padding: 0 70px 5px 0;
    margin-bottom: 10px;
}

.single-evnt-sidebar .hosted-by-avatar {
    max-width: 45px;
    top: 0;
}

a.send-message-to-owner.button {
    margin-top: 0;
}

.map_detail {
    padding-top: 0;
    background-color: whitesmoke;
    margin-top: -9px;
    padding: 10px 10px 5px;
}

.map_detail p {
    margin: 0;
}

.listing-nav-container.cloned.stick {
    padding-left: 165px;
    padding-right: 165px;
    transition: 0s;
}

a.tool-buy-btn:hover {
    color: #fff;
    text-decoration: none;
}


.tool-buy-btn:active .tool-buy-btn:visited {
    color: #fff !important;
}

/*17-2-2020*/
.single-evnt-name .evnt-name1 {
    margin: 0;
    position: relative;
    font-size: 20px;
}

.single-follow-btn a {
    background-color: transparent;
    padding: 6px 14px;
    color: #f91942;
    border-radius: 8px;
    border: 1px solid #f91942;
    font-size: 14px;
}

.evnt-view-all {
    display: flex;
    justify-content: space-between;
}

.evnt-view-all p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
}

.set-flex {
    display: flex;
}

.single-evnt-detail {
    display: flex;
    margin-bottom: 15px;
    align-items: center;

}

.evnt-view-all {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0px 0px 0px 15px;
    border-radius: 33px;
    box-shadow: 0 0 6px #5347473d;
    width: 100px;
    transition: .3s;
}

/*
.evnt-name1:before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -6px;
    background-color: red;
    height: 2px;
    width: 30px;
}
*/
.evnt-view-all span {
    display: block;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    border-radius: 50%;
    background-color: #f91942;
    font-size: 12px;
}

.evnt-view-all:hover {
    background: #f91942;
    transition: .3s;
}

.evnt-view-all:hover {
    background: #f91942;
    transition: .3s;
}

.evnt-view-all:hover p {
    color: #fff;
}

.evnt-view-all:hover span {
    color: #f91942;
    background: #fff;
    transition: .3s;
}

.payment-tab-content p {
    font-size: 13px;
    margin: 0;
}

.evnt-tabs ul {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
}

.evnt-tabs {
    margin-bottom: 10px;
}

.evnt-tabs ul li {
    margin-right: 30px;
}

.evnt-tabs ul li.active {
    color: #f91942;
    border-bottom: 1px solid #f91942;
    font-weight: bold;
}

.evnt-tabs ul li.active a {
    color: #f91942;
}

.evnt-name1 span {
    font-size: 12px;
}

.opening-hours-custm h3 {
    margin-bottom: 0;
    padding-bottom: 10px !important;
    font-size: 16px;
}

.mb_0 {
    margin-bottom: 0;
}

.refund-cls h5 {
    margin: 0 0 5px 0;
}

.refund-cls p {
    line-height: normal;
}

.medium-icons-custm input {
    padding: 0 20px !important;
}

.my-profile input,
.my-profile select {
    height: 35px;
}

.my-profile label {
    line-height: normal;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 3px;
}

.row-custm-left {
    margin-left: -15px;
}

.row-custm-right {
    margin-right: -15px;
}

.list-box-dt .dashboard-list-box-static div#personnelTable_wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.main-search-input.main-searchfield {
    margin-top: -32px !important;
    border-radius: 0;
}

.main-search-input.main-searchfield button {
    border-radius: 0;
    margin-right: 0;
    height: 47px;
    font-size: 16px;
}

.main-search-input.main-searchfield .main-search-input-item {
    margin-top: 0;
}

.main-search-input.main-searchfield .main-search-input-item .chosen-single:after {
    content: none;
}

.main-search-input.main-searchfield .main-search-input-item .chosen-container-single .chosen-single,
.main-search-input.main-searchfield .main-search-input-item .chosen-single.chosen-container-active,
.main-search-input input,
.main-search-input.main-searchfield .main-search-input input:focus {
    height: 47px;
    line-height: 48px;
}

a.label-green {
    background: #5cb85c;
    padding: 2px 6px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
}

a.label-green span {
    color: #fff;
    margin-left: 3px;
}

a.label-green i {
    color: #fff;
    font-size: 10px;
    position: initial;
    /*
    position: relative;
    top: 1px;
*/
}

.heart-active {
    color: #f91942 !important;
}

div#industry_id_chosen .chosen-single span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
}

.signin-title {
    color: #666;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: normal;
}

.signin-title + span + .input-text {
    margin-top: 5px;
}

.e-book-title {
    color: #666;
    margin-bottom: 0;
    font-size: 15px;
    line-height: normal;
}

/*.............................13-3-2020................................*/
.video--event {
    margin-bottom: 0;
    padding: 8px 10px 3px 10px;
    font-size: 13px;
    color: #000;
    line-height: normal;
}
.all-event-content.all-event-video{
    padding: 5px 10px 5px 10px;
    text-align: left;
    
}
.live--stream {
    position: absolute;
    right: 0;
    background: #da2129;
    color: #fff;
    font-size: 9px;
    padding: 4px 8px;
    display: flex;
    line-height: normal;
    align-items: center;
    font-weight: bold;
    z-index: 1;
}

.live--stream i {
    font-size: 8px;
    margin-right: 4px;
}
.all-event-content.all-event-video .info-div {
    line-height: normal;
    width: Calc(100% / 2);
}
.all-event-content.all-event-video .info-div--wrapper .info-div {
    width: auto;
        margin-right: 12px;
}
.all-event-content.all-event-video .info-div--wrapper .info-div p{
        color: #ababab;
    font-size: 10px;
}
.info-div--wrapper {
    width:85%;
    display: flex;
}
.info-icn--wrapper{
        width: 15%;
    display: flex;
}
.info-icn--wrapper .icn-div1 i{
    top: -2px;
    font-size: 13px;
    text-align: right;
}
.video-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content__ttl {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;    
}
.video__info {
    margin-bottom: 0;
    font-size: 12px;
    line-height: normal;
}
.video__info span {
    margin-right: 10px;
}
.video__info span i {
    margin-right: 5px;
}
.video__share{
    float: right;
    cursor: pointer;
}
.Video-item {
    margin-bottom: 10px;
}
.Video-item .content__ttl {
    font-size: 12px;
    line-height: normal;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
     -webkit-box-orient: vertical;
    height: 43px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.Video-item .video__date {
    display: block;
    margin-bottom: 2px;
}
.Video-item .video__info span{
    font-size: 10px;
}
.video-view-more{
    display: block;
    border: 1px solid #f91942;
    color: #f91942;
    line-height: normal;
    padding: 5px;
}
/*.............................13-3-2020 end................................*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
    .dashboard #logo {
        margin: 0 !important;
        text-align: left !important;
        margin-left: -36px !important;
        top: 2px;
    }

    .mmenu-trigger {
        margin: 0 !important;
        display: none !important;
    }

    .header-widget {
        padding: 0 !important;
    }

    .left-side {
        width: 63%;
    }

    .right-side {
        width: 37%;
    }

    .user-menu {
        top: 0;
    }

    .dashboard #logo a img {
        top: 5px;
        position: relative;
        max-height: 36px;
    }

    .dashboard-nav ul li a:after {
        right: 33px;
    }

    #result .success,
    .notification {
        padding: 8px 26px;
    }

    .cust-mb {
        margin-bottom: 15px;
    }
}


/*css for firefox......................*/
@-moz-document url-prefix() {
    div#industry_id_chosen {
        width: 230px !important;
    }

    @media (max-width:767px) {
        .hamburger-box {
            position: relative;
            bottom: 4px;

        }

    }
}

@media (min-width:768px) and (max-width:1023px) {
    .not-sticky-custm {
        height: auto;
        display: initial;
        align-items: center;
    }

    #header-container.header-style-2 .left-side,
    #header-container.header-style-2 .right-side,
    .right-side,
    .left-side {
        width: 50%;
    }

    .user-menu {
        margin-right: 18px !important;
        top: 0;
    }

    .header-widget {
        padding: 0;
        top: 0;
        justify-content: flex-end !important;
    }

    .mmenu-trigger {
        margin-top: 8px;
    }

    margin-bottom: 0;
}

.dashboard #logo {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

@media (min-width:1025px) and (max-width:1200px) {
    .dashboard #logo {
        margin-top: -12px !important;
    }

}

/*...........................29-2-2020................................*/
a.sign-in.button.border.with-icon.user-profile-login:hover {
    text-decoration: none;
}

.list-box-listing-content .inner .numerical-rating,
.list-box-listing-content .inner .star-rating {
    margin: 0 !important;
    display: inline-block !important;
}

.setTop-filter .chosen-container-single .chosen-single div:after {
    right: 20px !important;
}

ul.pagination li.page-item.disabled span {
    margin-right: 15px;
    margin-left: 15px;
}

#moneytotal {
    font-family: sans-serif;
}

form#send_message_id + button.mfp-close {
    top: 7px !important;
}

div#drift-widget-container {
    z-index: 99 !important;
}

iframe#drift-widget {
    z-index: 99 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.7px 12px !important;
}
.button.medium.listing-label{
    cursor: auto;
}
.post-img.post-img-custm{
    cursor: auto;
}
.post-img.post-img-custm:after , .post-img.post-img-custm:before {
    content: none;
}

/*==== DESIGNER 6 MARCH ===*/
.all-event-content .info-div:nth-child(2) .info-content{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
/*    width: 145px;*/
}
.trial-expiresp{
    position: absolute;font-weight: bold;
        margin: 0;
    font-size: 12px;
    background: #efefef;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 30px;
    
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .mmenu-trigger{
        display: none !important;
    }
    .main-search-input-item, .main-search-input .main-search-input-item:nth-last-child(2) {
        padding: 0;
        width: calc(100% / 3 - 3px) !important;
        display: inline-block;
    }
    #autocomplete-container, #autocomplete-input {
        min-height: 57px;
    }
    .email_t {
        transform: translate(16px, -70px);
    }
    .serviceBox .service-content{
        height: auto;
    }
    .email_div {
        padding-bottom: 35px;
    }
    #titlebar {
        padding: 5px 0;
        margin-bottom: 30px;
    }
    #breadcrumbs {
        top: 6px;
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
    }
    .listing-item-container.list-layout .listing-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .listing-item-container.list-layout .listing-item-image {
        overflow: initial;
    }
    .mb-md-15{
        margin-bottom: 15px !important;
    }
    .dashboard-content #breadcrumbs {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    .dashboard-content {
        width: 100%;
    }
    .top-filter-td{
            display: block !important;
    }
    .top-filter-td .setTop-filter {
        margin-bottom: 15px;
        width: 100%;
        padding-right: 0;
    }
    .minus-mb-md-15{
        margin-bottom: -15px !important;
    }
    .trial-expiresp {
        position: relative;
        float: right;
        top: 6px;
        width: 50%;
        padding: 3px 15px;
    }
}
@media (max-width: 767px){
    .serviceBox .service-content{
        height: auto;
    }
    .trial-expiresp {
        position: initial;
        clear: both;
    }

}
/*==== END DESIGNER 6 MARCH ===*/
.lplaybtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #00000052;
    color: #fff;
}
.lplaybtn i{
    font-size: 25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 11px 5px 5px 11px;
}
.livespan{
    position: absolute;
    right: 10px;
    background: red;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: 700;
}
.c-item-content {
    background: whitesmoke;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}
.c-item-container {
    margin: 20px 0;
}
.c-item-container .listing-item{
    z-index: 1;
}
.dattime {
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dattime i{
    margin-right: 4px;
}
.video-modal{
    background: #0000007a;
}
.video-modal .close{
    z-index: 9999;
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.video-modal .close:hover{
    opacity: 1;
    color: #fff;
}
/*======== MODAL =========*/
.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{--webkit-transition:-webkit-transform .3s ease-out;--o-transition:-o-transform .3s ease-out;--transition:transform .3s ease-out;--webkit-transform:translate(0,-25%);--ms-transform:translate(0,-25%);--o-transform:translate(0,-25%);--transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;opacity: 0.5;}.modal-backdrop.fade{}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.close{margin-top:-2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.modal .close {right: 15px;}
/*========= END MODAL ======*/