/* default */

.sw_win_wrapper .sw-hide {
    display: none;
}

.widget.side > ul,
.widget_nav_menu.side > ul,
.widget_meta.side > ul,
.widget_pages.side > ul {
    margin-bottom: -21px;
    margin-top: -11px;
}

.blog-entry .side ul li {
    margin-bottom: 0;
}

.widget a,
.widget {
    font-size: 14px;
}

.widget_archive li a, .widget_categories li a {
    padding: 11px 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
    width: 100%;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #353535;
}

.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul {
}

.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child {
    border-bottom: 0;
}

.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 11px 0;
    color: white;
}

.widgets ol ol,
.widgets ol ul,
.widgets ul ol,
.widgets ul ul {
    padding-left: 10px;
}

.widget_nav_menu li a:empty {
    display: none !important;
}

.widget_rss ul li {
    margin-bottom: 0;
    border-bottom: 1px dashed #353535;
    padding: 13px 0;
    color: #737373;
}

/* end default */


#map-geo-tooltip {
    position: fixed;
    z-index: 999999;
    color: white;
    padding: 5px 15px;
    background: #565656;
    border: 2px solid #000;
    border-radius: 3px;
}

.hidden {
    display: none !important;
}

.clearfix {
    content: '';
    clear: both;
    display: table;
}

.m15 {
    margin-bottom: 15px;
}

.m55 {
    margin-bottom: 55px;
}

.no-margin {
    margin: 0 !important;
}

/* [START] Review module 
*/
.widget-reviews {
}

.widget-reviews .blog-comment {
    margin-bottom: 16px;
}

.widget-reviews .date {
    font-size: 13px;
    font-weight: 600;
    color: #7B7B7B;
    text-transform: lowercase;
}

.widget-reviews .content-box {
}

.widget-reviews .content-box {
}

.widget-reviews .content-box .alert:last-child {
    margin-bottom: 0;
}

.form-group-rating span {
    padding-left: 5px;
}

.widget-reviews textarea.form-control {
    padding: 12px 15px;
}

.widget-reviews button.btn {
    font-size: 13px;
    margin-bottom: 5px;
}

.widget-reviews .rating {
    border: none;
    position: relative;
    float: left;
    margin-right: 5px;
    letter-spacing: 0.5px;
}

.widget-reviews .rating > input {
    display: none;
}

.widget-reviews .rating > label:before {
    margin: 2px;
    font-weight: 400;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f006";
    color: #7b7b7b;
}

.widget-reviews .rating > label {
    float: right;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.widget-reviews .rating > input:checked ~ label:before,

/* show gold star when clicked */

.widget-reviews .rating:not(:checked) > label:hover,

/* hover current star */

.widget-reviews .rating:not(:checked) > label:hover ~ label {
    content: "\f005";
    color: #DA3743;
}


/* hover previous stars in list */

.widget-reviews .rating > input:checked + label:hover:before ,

/* hover current star when changing rating */

.widget-reviews .rating > input:checked ~ label:hover:before,
.widget-reviews .rating > label:hover ~ input:checked ~ label:before ,

/* lighten current selection */

.widget-reviews .rating > input:checked ~ label:hover ~ label:before {
    content: "\f005";
}

.widget-reviews .rating > input ~ label:hover:before,
.widget-reviews .rating > input ~ label:hover ~ label:before {
    color: #DA3743;
}

.widget_sw_win_listingagent_widget .btn-custom-secondary i {
    margin-right: 0;
}


/* reviewer module */

.reviews-files-list li .delete {
    position: absolute;
    ;
    top: 0;
    right: 0;
}

.reviews-files-list li .delete input {
    display: none;
}

.reviews-files-list li .delete .btn {
    border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 0;
    text-align: center;
    background: transparent;
    border: 0;
}

.reviews-files-list li .delete .btn img {
    background: white;
}

.reviews-files-list li .delete {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 0;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.reviews-files-list li .delete .btn i {
    line-height: 20px;
    margin-left: 3px;
    font-size: 17px;
    color: #ea1d5e;
}

.reviews-files-list li:hover .delete {
    opacity: 1;
}

.files-list.reviews-files-list {
    margin: 0 -5px;
    width: initial;
    margin-top: 20px;
    margin-bottom: 0;
}

.files-list.reviews-files-list li {
    margin: 0 5px 20px 5px;
    padding: 1px;
    display: block;
    float: left;
    width: 98px;
    height: 80px;
    border: 1px solid #4a4a4a;
    cursor: pointer;
    position: relative;
}

.files-list.reviews-files-list li .preview {
    width: 100%;
    height: 100%;
}

.files-list.reviews-files-list li .preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.widget-review .reviews-container ul.media-list > li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.widget-review .reviews-container ul.media-list .files-list.reviews-files-list {
    margin-top: 10px;
}

.widget-review .reviews-container ul.media-list .files-list.reviews-files-list li {
    margin: 0 5px 10px 5px;
}

.widget-review .reviews-container ul.media-list .files-list.reviews-files-list li {
    width: 101px;
}

/* smiles */

.rev_smiles {
    margin: 0 -15px;
    margin-bottom: 15px;
    margin-left: 109px;
}

.rev_smiles .rev_smile {
    position: relative;
    cursor: pointer;
    margin: 0 16px;
    display: inline-block;
    white-space: nowrap;
}

.rev_smiles .rev_smile .rev_smile-name {
    background-color: rgba(0,0,0,.8);
    border-radius: 3px;
    color: #fff;
    position: absolute;
    width: 50px;
    text-align: center;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 5;
    top: -10px;
}

.rev_smiles .rev_smile:hover .rev_smile-name {
    opacity: 1;
}

.rev_smiles .rev_smile .rev_smile-count {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    line-height: 21px;
    margin-left: 5px;
}

.rev_smiles .rev_smile .icon {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.rev_smiles .rev_smile .icon {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}

.rev_smiles .rev_smile .icon:hover {
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}

.rev_smiles .rev_smile .icon.unlike:hover {
    -webkit-animation: tada2 2s linear infinite;
    animation: tada2 2s linear infinite;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80%,100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80%,100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webki-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80%,100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes tada2 {
    0% {
        -webkit-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(172deg);
        transform: scale(.9) rotate(172deg);
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(188deg);
        transform: scale(1.3) rotate(188deg);
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(172deg);
        transform: scale(1.3) rotate(172deg);
    }

    80%,100% {
        -webkit-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }
}

@keyframes tada2 {
    0% {
        -webkit-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(172deg);
        transform: scale(.9) rotate(172deg);
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(188deg);
        transform: scale(1.3) rotate(188deg);
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(172deg);
        transform: scale(1.3) rotate(172deg);
    }

    80%,100% {
        -webkit-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }
}

@-webki-keyframes tada2 {
    0% {
        -webkit-transform: scale(1) rotate(180deg);
        -ms-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(172deg);
        -ms-transform: scale(.9) rotate(172deg);
        transform: scale(.9) rotate(172deg);
    }

    30%,50%,70% {
        -webkit-transform: scale(1.3) rotate(188deg);
        -ms-transform: scale(1.3) rotate(188deg);
        transform: scale(1.3) rotate(188deg);
    }

    40%,60% {
        -webkit-transform: scale(1.3) rotate(172deg);
        -ms-transform: scale(1.3) rotate(172deg);
        transform: scale(1.3) rotate(172deg);
    }

    80%,100% {
        -webkit-transform: scale(1) rotate(180deg);
        -ms-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }
}

.rev_smiles .rev_smile .icon.unlike {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rev_smiles .rev_smile .rev_smile-name {
    display: none;
}

.rev_smiles .reviev_ajax_loader {
}

/* end smiles */

/* ratings */
.icon-star-ratings:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #fc0;
    letter-spacing: 2px;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0-5:after {
    bottom: -30px;
    content: '\f123 \f006 \f006 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1:after {
    bottom: -30px;
    content: '\f005 \f006 \f006 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1-5:after {
    bottom: -30px;
    content: '\f005 \f123 \f006 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2:after {
    bottom: -30px;
    content: '\f005 \f005 \f006 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f123 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f006 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f123 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f006';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f123';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f005';
    color: #fc0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

/* ratings */
/* end reviewer module */

/* [START] ]dropzone */

.dropzone {
    width: 100%;
    cursor: pointer;
    height: 180px;
    outline: 2px dashed #4a4a4a;
    outline-offset: -2px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    -o-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    font-size: 1.25rem;
    position: relative;
}

.dropzone:hover .dropzone-content strong {
    color: #39bfd3;
}

.dropzone .dropzone-content {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}

.dropzone .dropzone-content .dropzone-content-notice {
    width: 100%;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    color: #727476;
}

.dropzone .dropzone-content .dropzone-content-notice * {
    display: inline;
}

.dropzone .dropzone-content .dropzone_icon {
    width: 100%;
    height: 80px;
    fill: #6e6e6e;
    display: block;
    margin-bottom: 25px;
}

.dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}

.dropzone.hover {
    background: #c8dadf;
    outline-offset: -20px;
}

.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.dropzone.fade {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dropzone .loading_mask {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.66);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.dropzone .loading_mask i {
    font-size: 50px;
    color: #615f60;
}

/* [/END] dropzone */

/* [/END] Review module */

/* [START] Bootstrap */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
    background-image: -webkit-linear-gradient(top,#62c462,#57a957);
    background-image: -o-linear-gradient(top,#62c462,#57a957);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#62c462),to(#57a957));
    background-image: linear-gradient(to bottom,#62c462,#57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0e90d2;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
    background-image: -o-linear-gradient(top,#149bdf,#0480be);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#149bdf),to(#0480be));
    background-image: linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.col-xs-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-right {
    text-align: right;
}

/* [/END] Bootstrap  */

.btn.btn-primary {
    display: inline-block;
    border-radius: 0;
    padding: 12px 33px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #ea1d5e;
    border: 1px solid #ea1d5e;
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: 1.2px;
    cursor: pointer;
}

/* alerts */

.bootstrap-wrapper .bb-alert {
    top: 10%;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    position: fixed;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bb-alert {
    right: initial !important;
}

.bb-alert.alert-danger {
    padding: 20px 40px;
    background-color: #f66358;
    border-color: #f66358;
    color: white;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.alert {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 10px;
}

.alert.alert-info {
    font-size: 14px;
    background-color: #0C0C0C;
    color: #ea1d5e;
    border: 1px solid #4a4a4b;
}

.alert.alert-success {
    font-size: 14px;
    background-color: #0C0C0C;
    color: #ea1d5e;
    border-color: #0C0C0C;
}

.alert.alert-danger {
    background-color: rgba(234, 29, 94, 0.5);
    color: white;
    border-color: rgba(234, 29, 94, 0.5);
}

/* end alerts */

.post-content .model-item p {
    line-height: initial;
    margin-bottom: 10px;
}

.listings-filter {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: wrap;
    -webkit-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    margin-bottom: 35px;
}

post-content .model-item  a {
    text-decoration: none;
    color: white;
}

.model-row-wrap .model-row .is_favorite {
    position: relative;
}

.model-row-wrap .model-row .is_favorite i {
    font-size: 30px;
    color: white;
}

.model-row-wrap .model-row .is_favorite .fa-custom-ajax-indicator {
    display: none;
    position: absolute;
    top: 0px;
    left: -3px;
}

.popular-models.model-row-wrap .model-row .is_favorite .fa-custom-ajax-indicator {
    top: 4px;
}

.model-row-wrap .model-row .is_favorite.loading i {
    opacity: .1;
}

.model-row-wrap .model-row .is_favorite.loading .fa-custom-ajax-indicator {
    display: inline-block;
    opacity: 1;
}

.model-row-wrap .model-row .is_favorite a {
    display: inline-block;
}

.model-row-wrap .model-row .is_favorite .remove-favorites-action  i {
    color: #ea1d5e;
}

.agancy-prof-entry .agancy-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    color: white;
    height: 150px;
    padding: 40px;
    background-color: #222222;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.agancy-prof-entry .agancy-title {
    font-size: 28px;
}

.agancy-logo {
    display: block;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.models-counter {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.agancy-prof-entry .models-counter {
    position: relative;
    right: 40px;
}

.agancy-prof .agancy-header .agancy-logo img {
    max-height: 120px;
    max-width: 150px;
}

.agancy-prof-entry .models-counter {
    margin: 0;
}

.agancy-prof-entry .agancy-logo:hover {
    opacity: 1;
}

.post-content .agancy-prof-aside p {
    line-height: initial;
    margin-bottom: 12px;
    color: #fff;
}

.post-content .agancy-prof-aside .info {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.post-content .agancy-prof-aside a {
    text-decoration: none;
    color: white;
}

.post-content .agancy-prof-aside .agancy-email a,
.post-content .agancy-prof-aside .site a {
    color: #ea1d5e;
}

.post-content .agancy-prof-aside .info i {
    font-size: 16px;
    color: #ea1d5e;
    width: 25px;
    margin: 0;
}

.post-content .agancy-prof-aside p.soc-icons {
    margin: 50px 0 0 0;
}

.post-content .agancy-prof-aside p.soc-icons a:hover {
    color: #ea1d5e;
}

.post-content .agancy-prof-aside a {
    text-decoration: none;
    color: white;
}

.form-group {
    margin-bottom: 15px;
}

.post-content a {
    text-decoration: none;
}

.agancy-item-inner .agancy-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    color: white;
}

.agancy-item-inner .agancy-header .agancy-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.agancy-item-inner .agancy-header .models-counter {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.models-counter span {
    color: #ea1d5e;
    text-transform: none;
}

.agancy-item-inner .agancy-content {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}

.agancy-item {
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #ea1d5e;
}

.agancies-wr .agancy-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.winter_dropdown_tree_style {
    z-index: 5;
}

.winter_dropdown_tree .btn-group {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
}

.winter_dropdown_tree .btn-group .btn:first-child {
    -webkit-flex: 1 2 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
    white-space: nowrap;
}

.winter_dropdown_tree .btn-group .btn:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.winter_dropdown_tree {
    width: 100%;
    height: 100%;
    position: relative;
}

.winter_dropdown_tree > .btn-group {
    height: 100%;
}

.winter_dropdown_tree .list_container {
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
}

.winter_dropdown_tree button.btn.btn-default.dropdown-toggle {
    padding: 6px 12px 6px 12px;
}

body .winter_dropdown_tree button span.glyphicon.glyphicon-menu-down {
    font-size: 15px;
}

.winter_dropdown_tree .btn {
    border-radius: 5px;
}

.winter_dropdown_tree button span.glyphicon.glyphicon-menu-down::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: 0;
    vertical-align: 0;
}

.winter_dropdown_tree .list_scroll ul li {
    padding: 7px 15px;
    color: #423f3e;
}

.winter_dropdown_tree .btn-group > * {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.winter_dropdown_tree input.form-control.search_term {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}

.winter_dropdown_tree input.form-control.search_term {
    height: 50px;
}

div.form-group.search_field .winter_dropdown_tree button.btn.btn-default.dropdown-toggle {
    min-width: 48px;
}

.hero.over-header .searh-model {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hero.over-header .select-item {
    min-width: 130px;
}

body .hero.over-header .select-item:nth-of-type(3n),
body .hero.over-header .select-item:nth-of-type(even),
.hero.over-header .select-item:last-of-type,
.hero.over-header .select-item {
    border-right: 1px solid #ece7ea;
    border-bottom: 1px solid #ece7ea;
}

.hero.over-header .form-control:not(.winter_dropdown_tree_style),
.hero.over-header .form-group:not(.winter_dropdown_tree_style) {
    height: 100%;
}

body .hero.over-header .searh-model .submit {
    height: 68px;
}

body .hero.over-header select option {
    color: #000;
}

.hero.over-header .select-item {
    max-width: initial;
}

.hero.over-header .select-item select {
    background-position: calc(100% - 20px) 50%;
}

.hero.over-header .sw_search_primary.searh-model .winter_dropdown_tree_style {
    z-index: 10;
}

.hero.over-header .sw_search_primary.searh-model .winter_dropdown_tree_style  .search_term {
    font-size: 12px;
    padding: 10px 5px 10px 10px;
}

/* filter-models-inner */

#filter-models .filter-models-inner {
    margin: 0 -10px;
}

#filter-models .filter-models-inner .select-item {
    background: transparent;
    padding: 0 10px;
}

#filter-models .filter-models-inner .select-item  input,
#filter-models .filter-models-inner .select-item .winter_dropdown_tree {
    height: 50px;
}

#filter-models .filter-models-inner .select-item .winter_dropdown_tree .btn {
    background-color: #1E1E1E;
    color: #999999;
}

#filter-models .filter-models-inner .select-item .winter_dropdown_tree > .btn-group {
    background-color: #1E1E1E;
    color: #999999;
    font-size: 13px;
    border: 1px solid #26282b;
}

#filter-models .sort-column {
    margin-right: 0px;
    padding: 0 10px;
}

#filter-models .filter-models-inner .select-item,
#filter-models .sort-column {
    margin-bottom: 10px;
}

#filter-models .select-item {
    width: 100%;
    height: initial;
    z-index: initial;
}

#filter-models .filter-models-inner .select-item {
    color: #f5f6f7;
    display: block;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    font-weight: 400;
}

#filter-models .scale-range .scale-range-label {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#filter-models .scale-range .scale-range-value {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#filter-models .scale-range {
    height: 90px;
}

#filter-models .scale-range .scale-range-label {
    color: #f5f6f7;
    display: block;
    width: 100%;
    -webkit-flex: 1 1 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    font-weight: 400;
}

/* end filter-models-inner */

.header.fixed {
    z-index: 10001;
}

#breadcrumbs {
    margin: 0;
    margin-top: 2px;
}

.listings-filter .form-group {
    margin: 0;
}

/* leaftet map */

body .popupCustom .leaflet-popup-content-wrapper,
body .popupCustom .leaflet-popup-tip {
    background: transparent;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    margin-bottom: 20px;
}

body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    position: relative;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 4px;
    right: 3px;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #fefefe;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    opacity: 0;
}

.leaflet-container:hover a.leaflet-popup-close-button {
    opacity: 1;
}

.popupcustom-default .leaflet-popup-content-wrapper .leaflet-popup-content {
    min-width: 150px;
    text-align: center;
}

.leaflet-top,
.leaflet-bottom,
.leaflet-pane {
    z-index: 1 !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 10;
}

body:not(.boxed) .leaflet-container.map {
    left: initial !important;
}

.infobox {
    width: 205px;
}

.marker-cluster img {
    display: none !important;
}

.marker-cluster {
    background: transparent !important;
}

.marker-cluster div {
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background: #ea1d5e !important;
    border-radius: 50% !important;
    position: relative;
    text-align: center;
    font-size: 14px !important;
}

.marker-cluster div:before {
    border: 7px solid #ea1d5e;
    opacity: 0.25;
    -webkit-box-shadow: inset 0 0 0 4px #ea1d5e;
    box-shadow: inset 0 0 0 4px #ea1d5e;
    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.55) rotate(90deg);
        transform: scale(1.55) 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.55) rotate(90deg);
        transform: scale(1.55) rotate(90deg);
    }
}

body .files-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* end leaftet map */

/* modal */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

/* end modal */

/* modal devon */

.devon-modal .modal-header {
    display: none;
}

.devon-modal .modal-body {
    padding: 0;
    border: 0;
}

.devon-modal.modal.show .modal-dialog {
    margin-top: 150px;
}

/* end modal devon */

/* form devon */

input.form-control {
    border: 1px solid #26282b;
    height: 45px;
    color: #7d7d7d;
}

.devon-form .form-control,
.sign-form-inner .form-control {
    margin-bottom: 10px;
    background-color: black;
    border: 1px solid #26282b;
    height: 45px;
    color: #7d7d7d;
}

.sign-form-inner .form-control {
    border: 1px solid #4a4a4a;
}

.devon-form textarea.form-control,
.sign-form-inner textarea.form-control {
    height: initial;
}

.widget-listing-agent {
    margin-bottom: 20px;
}

.widget-listing-agent .agent-logo {
    margin-bottom: 20px;
}

.devon-form textarea.form-control {
    min-height: 100px;
}

.devon-form-secondary .winter_dropdown_tree {
    height: 45px;
}

.devon-form .winter_dropdown_tree {
    height: 50px;
}

.devon-form-secondary .winter_dropdown_tree > .btn-group {
    background-color: #2a2a2a;
    color: #999999;
    font-size: 13px;
    border: 1px solid #26282b;
}

.devon-form .winter_dropdown_tree > .btn-group {
    background-color: #1E1E1E;
    color: #999999;
    font-size: 13px;
    border: 1px solid #26282b;
}

.devon-form-secondary .winter_dropdown_tree .btn {
    background-color: #2a2a2a;
    color: #999999;
}

.devon-form-secondary .winter_dropdown_tree .btn {
    background-color: #2a2a2a;
    color: #fff;
}

.devon-form .winter_dropdown_tree .btn {
    background-color: black;
    color: #999999;
}

.devon-form-secondary .winter_dropdown_tree > .btn-group {
    background-color: #2a2a2a;
    color: #999999;
    font-size: 13px;
    border: 1px solid #26282b;
}

.devon-form-secondary select,
.devon-form-secondary input {
    background-color: #2a2a2a;
}

.devon-form-secondary .form-control::-webkit-input-placeholder {
    color: #fff;
}

.devon-form-secondary .form-control::-moz-placeholder {
    color: #fff;
}

.devon-form .winter_dropdown_tree > .btn-group {
    background-color: black;
    color: #999999;
    font-size: 13px;
    border: 1px solid #26282b;
}

.devon-form .presuf,
.devon-form .control-label {
    padding-top: 11px;
}

.devon-form .btn {
    display: inline-block;
    height: 52px;
    width: auto;
    padding: 0 43px;
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1.2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: color .3s, background-color .3s, opacity .3s;
    -o-transition: color .3s, background-color .3s, opacity .3s;
    transition: color .3s, background-color .3s, opacity .3s;
}

.btn.btn-primary {
    background-color: #ea1d5e;
    border: 1px solid #ea1d5e;
}

.btn.btn-primary:hover {
    background-color: rgba(234, 29, 94, 0.5);
}

.devon-form .btn.btn-success {
    background-color: #56CC9D;
    border: 1px solid #56CC9D;
}

.btn.btn-success:hover {
    background-color: rgba(86, 204, 157, 0.56);
}

.devon-form .btn.btn-danger {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.devon-form .btn.btn-danger:hover {
    background-color: rgba(220, 53, 69, 0.55);
}

.fileinput-button input {
    cursor: pointer;
}

.devon-form .btn.btn-success {
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.devon-form .upload-files-widget input[type="checkbox"] {
    width: 30px;
    display: inline-block;
}

.fileinput-button {
    cursor: pointer;
}

.fileinput-button input {
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    height: 100%;
}

.devon-form .fileupload-buttonbar .col-md-7 {
    padding-left: 15px;
}

.files-list li .filename code {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.devon-form .files-list li .preview {
    height: 110px;
}

.devon-form .files-list li .options-container .btn {
    vertical-align: top;
    line-height: initial;
    padding: 5px 5px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.devon-form .upload-files-widget  .options-container input[type="checkbox"] {
    vertical-align: top;
    margin-top: 7px;
    width: 15px;
}

.devon-form .upload-files-widget i {
    margin: 0 2px;
}

.devon-form-secondary .select-item,
.devon-form .select-item {
    width: 100%;
}

.devon-form-secondary .winter_dropdown_tree_style {
    z-index: initial;
}

.devon-form-secondary .select-item {
    background: transparent;
}

.btn-classic {
    width: auto;
}

input, textarea {
    padding: 9px 18px;
}

.form-group.checkbox label {
    display: block;
}

.form-group.checkbox input {
    width: auto;
    display: inline-block;
    top: 2px;
    position: relative;
}

.side-search-form .form-group {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 100%;
}

select[multiple="multiple"] {
    padding: 7px 10px;
    font-size: 15px;
    min-height: 70px;
}

.checkbox-styles {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-styles input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

/* Create a custom checkbox */

.checkbox-styles input {
    display: none !important;
}

.checkbox-styles .checkmark {
    width: 21px;
    height: 21px;
    display: inline-block;
    border: 1px solid #4a4a4a;
    text-align: center;
    line-height: 20px;
    margin-right: 6px;
    border-radius: 0;
    cursor: pointer;
    background: #2a2a2a;
    vertical-align: top;
}

.checkbox-styles * {
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}

/* On mouse-over, add a grey background color */
.checkbox-styles:hover input ~ .checkmark {
    border-color: rgba(234, 29, 94, 0.5);
}

/* When the checkbox is checked, add a blue background */
.checkbox-styles input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-styles:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-styles input:checked ~ .checkmark:after {
    opacity: 1;
}

/* Style the checkmark/indicator */
.checkbox-styles input:checked ~ .checkmark:after {
    content: "\f00c";
    color: #ea1d5e;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .winter_dropdown_tree input.form-control.search_term,
body .winter_dropdown_tree .list_container {
    background: #2a2a2a;
    color: white;
}

body .winter_dropdown_tree .list_scroll ul li {
    color: #fff;
    padding-left: 10px;
}

body .winter_dropdown_tree .list_scroll ul li:hover {
    background: rgba(234, 29, 94, 0.5);
}

body .winter_dropdown_tree .list_scroll {
    border-left: 1px solid #4a4a4b;
}

body .winter_dropdown_tree input.form-control.search_term {
    border: 1px solid #4a4a4b;
}

body .winter_dropdown_tree .input-group-addon {
    background-color: #ea1d5e;
    border: 1px solid #ea1d5e;
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: 1.2px;
    cursor: pointer;
    color: #fff;
}

body .winter_dropdown_tree .input-group-addon.btn-classic:hover {
    color: white;
    background-color: rgba(234, 29, 94, 0.5);
}

body .over-header .winter_dropdown_tree {
    height: 100%;
}

body .over-header .winter_dropdown_tree .btn {
    color: #000;
}

body .over-header .winter_dropdown_tree > .btn-group {
    background-color: #fffffe;
    color: #2a2a2a;
    font-size: 13px;
    border: 1px solid #fffffe;
}

body .over-header .winter_dropdown_tree .btn {
    background-color: #fffffe;
}

body .over-header .winter_dropdown_tree input.form-control.search_term,
body .over-header .winter_dropdown_tree .list_container {
    background: #2a2a2a;
    color: white;
}

body .over-header .winter_dropdown_tree .list_scroll ul li {
    color: #fff;
    padding-left: 10px;
}

body .over-header .winter_dropdown_tree .list_scroll ul li:hover {
    background: rgba(234, 29, 94, 0.5);
}

body .over-header .winter_dropdown_tree .list_scroll {
    border-left: 1px solid #4a4a4b;
}

body .over-header .winter_dropdown_tree input.form-control.search_term {
    border: 1px solid #4a4a4b;
}

body .over-header .winter_dropdown_tree .input-group-addon {
    background-color: #ea1d5e;
    border: 1px solid #ea1d5e;
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: 1.2px;
    cursor: pointer;
    color: #fff;
}

body .winter_dropdown_tree .input-group-addon.btn-classic:hover {
    color: white;
    background-color: rgba(234, 29, 94, 0.5);
}

select option {
    font-size: 15px;
    color: #fff;
    background: #2a2a2a;
    padding: 5px 10px;
}

select:focus > option:checked { 
    background: #ea1d5e;
    color: #fff;
}

.over-header select option {
    color: #000;
    background: #fff;
}

.over-header select:focus > option:checked { 
    background: #ea1d5e;
    color: #fff;
}

/* end form devon */

.widgets .widget_sw_win_secondarysearch_widget .widget-header {
    display: none;
}

.widgets .widget_sw_win_primarysearch_widget .select-item,
.widgets .widget_sw_win_secondarysearch_widget .select-item {
    padding: 0;
}

/* [START] Search form Edit Control */

.section-widget-control {
    position: absolute;
    right: 15px;
    bottom: calc(100% + 10px);
    z-index: 100;
}

.section-widget-control .sw-c-btn {
    display: inline-block;
    padding: 5px 10px;
    color: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-widget-control .sw-c-edit {
    background-color: #F9B418;
    border-color: #F9B418;
}

.section-widget-control .sw-c-edit:hover {
    background-color: #e78800;
    border-color: #e78800;
}

.widget-with-control .section-widget-control {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.widget-with-control:hover .section-widget-control {
    opacity: 1;
}

.widget-with-control .form-horisontal.sw_search_primary {
    position: relative;
}

.widget-with-control .form-horisontal.sw_search_primary .section-widget-control {
    right: 20px;
    bottom: calc(100% - 27px);
}

.side-search-form.widget-with-control {
    position: relative;
}

.side-search-form.widget-with-control .section-widget-control {
    right: 0;
    top: 0;
}

/* [End] Search form Edit Control */

/* scale-range */

.sw_scale_range .scale-range-value {
    margin-bottom: 7px;
}

.sw_scale_range .noUi-target {
    margin: 0 15px;
}

.scale-range {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
}

.scale-range .scale-range-value {
    -webkit-flex: 1 2 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.scale-range .noUi-horizontal {
    -webkit-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.scale-range .scale-range-value {
    font-size: 14px;
    font-weight: 600;
    color: #cbd1d9;
    padding-top: 5px;
}

.scale-range .scale-range-label {
    color: #f5f6f7;
}

.scale-range .noUi-connect {
    background: #4a4a4b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.scale-range .noUi-target {
    background: #fff;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 16px;
}

.scale-range .noUi-horizontal {
    height: 5px;
}

.scale-range .noUi-handle:before, 
.scale-range .noUi-handle:after {
    display: none;
}

.scale-range .noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -15px;
    top: -9px;
}

.scale-range .noUi-horizontal .noUi-handle[data-handle="1"] {
    left: -6px;
}

.scale-range .noUi-handle {
    border: 7px solid #2a2a2a;
    border-radius: 50%;
    background: #ea1d5e;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* end scale-range */

.widget .widget-title {
    margin-bottom: 33px;
}

.widget .currency_widget {
    margin-top: -17px;
}

.g-recaptcha iframe {
    max-height: 135px;
}

.widget.widget_sw_win_latestlisting_widget .profile-reviews,
.widget.widget_sw_win_latestlisting_widget .profile-reviews .another-top-models {
    margin-top: 0;
}

.models-map-view .map-wrapper .sw_wrap .map {
    right: 0;
    left: initial;
    width: calc(41.666667vw - 8px);
    position: fixed !important;
    bottom: 0;
    top: 125px;
    right: 1px;
    height: auto;
    z-index: 50;
}

.admin-bar .models-map-view .map-wrapper .sw_wrap .map {
    top: 155px;
}

@media (max-width: 991px) {
    .swap-md {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap
    }

    .swap-md  .swap-top {
        -webkit-box-ordinal-group: 1;     
        -webkit-order: 1;  
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .swap-md  .swap-bottom {
        -webkit-box-ordinal-group: 2;     
        -ms-flex-order: 2;     
        -webkit-order: 2;  
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

/* end swap */
/* swap */

@media (max-width: 767px) {
    .swap-sm {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap
    }

    .swap-sm  .swap-top {
        -webkit-box-ordinal-group: 1;     
        -webkit-order: 1;  
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .swap-sm  .swap-bottom {
        -webkit-box-ordinal-group: 2;     
        -ms-flex-order: 2;     
        -webkit-order: 2;  
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

/* end swap */

.leaflet-container a {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #cbcbcb;
    -webkit-transition: color .3s, background-color .3s, opacity .3s;
    -o-transition: color .3s, background-color .3s, opacity .3s;
    transition: color .3s, background-color .3s, opacity .3s;
}

.fade.show {
    opacity: 1;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.g-recaptcha[data-size="compact"] {
    margin-bottom: 5px;
}

.devon-modal .g-recaptcha {
    margin-bottom: 15px;
}

.model-row-wrap .model-row .img-wr img {
    height: 100%;
}

.single-post-entry .post-content {
    border-bottom: 0;
}

.rewiew-section .form {
    margin-top: 40px;
}

rewiew-section .form textarea {
    padding: 0 28px;
    padding-top: 21px;
    height: 152px;
}

.btn.btn-listing-edit {
    padding: 1px 7px;
}

/* Visua form helpers classes */

.hide_on_all {
    display: none !important;
}

#filter-models .hide_on_filters {
    display: none !important;
}

.over-header-inner .hide_on_header,
.over-header .hide_on_header {
    display: none !important;
}

/* end Visua form helpers classes */

.widget_sw_win_addlisting_widget {
    margin-bottom: 50px;
}

.search-widget  {
    margin-bottom: 50px;
}

#search-save,
.search-widget .btn {
    float: none !important;
}

.profile-reviews.widget-last_li {
    padding: 0;
    margin-top: 0;
}

.profile-reviews.widget-last_li  .another-top-models {
    margin-top: 0;
}

.widget_sw_win_latestlisting_widget .profile-reviews {
    padding-bottom: 1px;
}

.widget-agents .place .fa, 
.widget-agents .phone .fa, 
.widget-agents .info .fa {
    font-size: 16px;
    color: #ea1d5e;
    width: 25px;
    margin: 0;
}

.page-template-template-results-half-map .site-footer .container {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.hero.over-header .searh-model .submit:hover ,
.header-search-button:hover {
    background-color: rgba(234, 29, 94, 0.5);
}

.pagination:empty {
    display: none;
}

.page-template-template-results-half-map .sort-models-wrapper  .sort-models {
    margin-bottom: -20px;
}

/* Start space issues */ 

#comments,
.form {
    margin-top: 50px;
}

.profile-reviews {
    margin-top: 50px;
    padding-bottom: 0;
}

#comments #respond {
    padding: 0;
    margin-bottom: 32px;
}

.geo-hero {
    padding: 30px 0;
}

.geo-hero  .geo-hero-text-wr {
    height: initial;
}

.geo-hero  > .container >  .row > *:first-child {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-post-entry {
    margin-bottom: 65px;
}

.agancy {
    padding: 90px 0 90px;
}

.blog-grid {
    padding-bottom: 90px;
}

.contact-entry,
.faq-entry,
.pricing-entry {
    margin-bottom: 90px;
}

.blog-entry.blog-standart .recent-posts-item {
    margin-bottom: 80px;
}

.sign-form-wr {
    margin-bottom: 120px;
}

.popular-models.model-section {
    padding-bottom: 50px;
}

.agancy-prof-entry .popular-models.model-section {
    padding-bottom: 0;
}

/* End space issues */ 

.page-header .soc-icons {
    margin: 0;
}

.winter_dropdown_tree button {
    cursor: pointer;
}
body .site-footer .soc-icons-wrap {
    margin-bottom: 25px;
}

.select-small {
    background-image: url(../img/icon/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    padding-right: 40px;
}

.side .btn-classic,
.agancy-prof-aside .btn-classic {
    width: 100%;
}

.view-type.active {
    color: #ea1d5e;
}

.model-row-wrap .model-row .img-wr img {
    height: 100%;
    -webkit-object-position: center center;
    -o-object-position: center center;
    object-position: center center;
}

.properties-rows .h-side.top-pad {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: wrap;
    -webkit-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    margin-bottom: 35px;
}

.properties-rows .h-side.top-pad .page-title {
    margin-bottom: 0;
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.properties-rows .h-side.top-pad .page-title .h-side-additional {
    margin-right: 3px;
}

body .model-row-wrap .model-row .img-wr img {
    height: 100%;
}

.page-template-template-results-half-map .header.full-width.fixed > .container-fluid {
    padding-right: 45px;
    padding-left: 45px;
}

.post-item .post-title {
    display: block;
}

.site-footer .copyright {
    color: #696c6e;
    margin: 0;
}

.navigation > ul#top-menu .sub-menu a,
.navigation > ul .sub-menu a {
    letter-spacing: 1px;
    font-weight: 400;
}

.header .site-logo-text {
    margin-bottom: 0;
}

.blog-entry .excerpt, 
.blog-entry .post-content p {
    line-height: 1.8;
}

.single-post-content .post-title {
    margin: 0 0;
    margin-top: -6px;
    margin-bottom: 12px;
}

.blog-entry .publish-age {
    margin-bottom: 38px;
    text-transform: initial;
}

.profile-reviews {
    margin-top: 40px;
}

.single-post-content .post-title {
    display: block;
}

#listing-preview .widget {
    margin-bottom: 30px;
}

/* global margin/padding fix */

#listing-preview .widget {
    margin-bottom: 45px;
}

.post-content .agancy-prof-aside .info {
    margin: 50px 0;
}

.main {
    margin-top: 0;
}

.agancy ,
.site-footer {
    padding: 90px 0 90px;
}

.post-content .info p {
    margin-bottom: 15px;
}

.sort-models-wrapper .pagination {
    margin-top: 0px;
    margin-bottom: 20px;
}

.model-row-wrap .model-row {
    padding: 0;
}

main.main div.container div.wrapper-breadcrumbs #breadcrumbs {
    line-height: 1;
}

.profile-reviews,
.sign-form-wr,
main .services,
.widgets,
.hero.over-header .title,
.testimonials,
.profile-entry .soc-icons,
.site-footer,
#comments, .form,
.post-content .agancy-prof-aside p.soc-icons,
.post-content {
    margin-top: 90px;
}

.blog-grid .post-wrap,
.col-lg-3.widgets,
.sign-form-wr,
.blog-entry.blog-standart .recent-posts-item:last-of-type,
.contact-entry, .faq-entry, .pricing-entry,
.agancy-item-inner .agancy-content,
.widgets,
.last-posts.small,
.widget,
.single-post-entry,
.section-title {
    margin-bottom: 50px;
}

.services-item-wr{
    margin-bottom: 50px;
}

.col-lg-3.widgets,
.post-content,
.profile-reviews {
    margin-top: 0;
}

.col-lg-3.widgets,
.single-post-entry .post-content {
    padding-bottom: 0;
}

.model-attr {
    margin-bottom: -10px;
}

.profile-entry .profile-header {
    margin-top: 85px;
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.slick-dots {
    bottom: -15px;
}

.blog-grid,
.popular-models.model-section {
    padding-bottom: 90px;
}

.team,
.popular-models.model-section,
.last-posts,
.categories,
.recently-featured,
.popular-models.model-section {
    padding-top: 93px;
}

.section-title {
    line-height: 1;
}

.hero.over-header {
    padding-bottom: 45px;
}

.full-screen-quote .full-screen-quote-text {
    padding: 60px 30px;
}

.full-screen-quote .quotes {
    margin: -90px 0 -90px;
}

main .services,
.wrapper-breadcrumbs,
.model-row-wrap.popular-models {
    padding-top: 47px;
    padding-bottom: 51px;
    padding-top: 53px;
    padding-bottom: 50px;
}

.full-width-bg .full-width-bg-inner {
    padding: 50px 0 !important;
}

.testimonials .quotes {
    margin-bottom: -65px;
    margin-top: -55px;
}

.profile-entry .model-description {
    margin-top: 50px;
}

.alert {
    margin-bottom: 15px;
    margin-top: 15px;
}

.agancy-logo {
    margin-bottom: 35px;
}

.single-post-entry .agentsresults-pagin-parent:empty {
    margin-bottom: -60px
}

.slick-slider .agancy-logo {
    margin-bottom: 0;
}

.sort-models-wrapper {
    margin-bottom: 60px;
}

.navigation.pagination .nav-links {
    margin-bottom: -10px;
}

.page-header {
    margin-bottom: 90px;
    margin-top: 90px;
}

.blog-entry-wr .page-header {
    margin-top: 0;
}

.blog-entry-wr .page-header .page-title {
    margin-top: -18px;
}

.post-content p:last-child,
.single-post-entry .post-content p:last-child {
    margin-bottom: 0;
}

.wrapper-breadcrumbs .soc-icons {
    line-height: 1;
}

.col-lg-9 > .alert:last-child {
    margin-bottom: 90px;
}

.blog-entry.blog-standart .navigation.pagination {
    margin-bottom: 0;
}

.blog-entry.blog-standart {
    margin-bottom: 0;
    margin-top: 50px;
}

.faq-entry,
.sign-form-inner {
    margin-bottom: 90px;
}

.post-content .gallery-container {
    margin-top: 31px;
}

#comments {
    margin-top: 83px;
}

.single-post-entry {
    margin-bottom: 53px;
}

.profile-reviews .sidebar .model-contacts {
    margin-bottom: 50px;
}

.post-content .agancy-prof-aside p.soc-icons,
.agancy-prof-aside .form {
    margin-top: 50px;
}

section.last-posts.small {
    margin-bottom: 90px;
}

.agancies-wr .agancy-item:last-child {
    margin-bottom: 25px;
}

/* end global margin/padding fix */

.contact-entry ,
#listing-preview > .widget {
    margin-bottom: 90px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 69px;
    font-size: 35px;
    font-weight: 700;
}

.agancy-header .agancy-logo {
    margin-bottom: 0;
}

.profile-entry .profile-header {
    margin-top: 50px;
    margin-bottom: 25px;
}

main.main div.container div.wrapper-breadcrumbs {
    margin-bottom: 90px;
    margin-top: 90px;
}

.popular-models.model-section .no-margin-bottom .button {
    margin-top: 10px;
}

.rewiew-section .form {
    margin-top: 78px;
}

.rewiew-section .form .dropzone {
    margin-bottom: 15px;
}


.rewiew-section .form .btn-classic-alt {
    margin-top: 12px;
}


.post-content .agancy-prof-aside > div:first-child {
    margin-top: 0;
}

#listing-preview.bootstrap-wrapper > div:last-child {
    margin-bottom: 0;
}

main .services {
    padding-bottom: 0;
}

.blog-entry.blog-standart .recent-posts-item {
    margin-bottom: 60px;
}

.blog-entry.blog-standart .post-footer {
    margin-top: 0;
}

body .sort-models-wrapper {
    margin-bottom: 80px;
}

body .site-footer {
    padding: 98px 0 90px;
    text-align: center;
    background-color: #111113;
}

.pricing-entry {
    margin-top: 54px;
    margin-bottom: 0;
    padding-bottom: 77px;
}

.navigation.post-navigation {
    margin-top: 50px;
}

body .sort-models-wrapper .pagination {
    margin-top: 0;
}

.form.box-form {
    margin-top: 15px;
    background-color: #1E1E1E;
    padding: 25px 25px;
}

.form.box-form input:not([type="submit"]), 
.form.box-form textarea {
    background-color: #111111;
}

.block-header.agencies-block-header {
    margin-top: -30px;
    margin-bottom: 20px;
    background: #1E1E1E;
    padding: 10px 15px;
}

.agancy-prof-aside .form {
    margin-bottom: -15px;
}

.blog-grid .navigation.pagination {
    margin-top: -5px;
}

.page-template-template-listing-preview .profile-entry.container {
    margin-bottom: 50px;
    padding-top: 47px;
    margin-top: 40px;
    padding-bottom: 109px;
    margin-bottom: 95px !important;
}

.sw-listing-results.model-row-wrap.models-list {
    margin-bottom: 15px;
}

.profile-reviews .sidebar .model-contacts {
    margin-top: 50px;
}

#listing-preview .widget.widget-overview {
    margin-top: 0;
}

#listing-preview .widget.widget-overview .widget-header h2 {
    margin-bottom: 41px;
    font-size: 16px;
    text-align: center;
}

.profile-entry .profile-header {
    margin-top: 90px;
}

.listing-preview-wp .profile-entry .profile-header {
    margin-top: -15px;
}

.listing-preview-wp .sidebar .soc-icons {
    margin-top: 0;
}

.profile-entry-images.profile-entry.container {
    margin-bottom: 90px;
    padding-top: 14px;
}

.load_ind .fa-custom-ajax-indicator {
    position: absolute;
    margin-left: 3px;
    margin-top: 3px;
}

.block-header.agencies-block-header p {
    margin: 0;
}

.sw_search_primary.searh-model input::-webkit-input-placeholder  {
    color: #565555;
}

.sw_search_primary.searh-model input:-ms-input-placeholder  {
    color: #565555;
}

.sw_search_primary.searh-model input::-ms-input-placeholder  {
    color: #565555;
}

.sw_search_primary.searh-model input::placeholder  {
    color: #565555;
}

.sw_search_primary.searh-model input::-webkit-input-placeholder  {
    color: #565555;
}

.hero.over-header .sw_search_primary.searh-model .form-group {
    margin: 0;
}

.hero.over-header .sw_search_primary.searh-model .checkbox-md {
    width: auto;
    max-width: initial;
    white-space: nowrap;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #26282b;
    background: white;
    border-right: 1px solid #ece7ea;
    border-bottom: 1px solid #ece7ea;
    padding-left: 10px;
    padding-right: 10px;
}

.hero.over-header .sw_search_primary.searh-model .checkbox-md input,
.hero.over-header .sw_search_primary.searh-model .checkbox-md .checkbox-styles {
    padding: 0;
    margin: 0;
}

.hero.over-header .sw_search_primary.searh-model .checkbox-md .count {
    display: none;
}

.hero.over-header .sw_search_primary.searh-model .checkbox-md .checkmark {
    background: transparent;
}

.hero.over-header .sw_search_primary.searh-model .select-item select[multiple="multiple"] {
    min-height: initial;
    background-image: initial;
}

#filter-models .checkbox-styles {
    font-size: 12px;
    font-family: 'Open Sans';
    color: #999;
    cursor: pointer;
}

#filter-models .checkbox-md {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#filter-models .checkbox-styles .checkmark {
    width: 14px;
    height: 14px;
    margin-top: 1.5px;
    margin-right: 3px;
    line-height: 14px;
}

.page-template-template-results-half-map .sort-models-wrapper .pagination {
    margin-left: -10px;
}


.widget.widget_search .search-wr {
    height: 67px;
    font-size: 15px;
}

.widget_search .search-wr .input {
    border: 1px solid #26282b;
    background-color: #26282b;
}

.widget_search .search-wr input:placeholder {
    color: #727476 !important;
}

.widget_search .search-wr input::-webkit-input-placeholder {
    color: #727476 !important;
}

.widget.widget_search .search-wr button {
    background-color: #26282b;
    border: 1px solid #26282b;
    padding-right: 33px;
}

.widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

.widget .widget-title:after {
    content: '';
    display: block;
    height: 1px;
    background: #ea1d5e;
    width: 100%;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
    display: none;
}

.widget .widget-title span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #676c72;
    text-align: center;
}

.post-footer-alt,
.blog-entry.blog-standart .post-footer-alt {
    margin-top: 42px;
    padding-bottom: 53px;
    border-bottom: 1px dashed #353535;
}

.blog-entry.blog-standart .title-wr + .publish-age {
    text-transform: initial;
    margin-bottom: 38px;
    text-align: center;
}

#breadcrumbs a, main.main div.container div.wrapper-breadcrumbs #breadcrumbs a, main.main div.container div.wrapper-breadcrumbs #breadcrumbs {
    font-size: 14px;
}

#breadcrumbs .separator {
    margin: 0 4px;
}

.blog-entry .title-wr {
    margin-top: -9px;
    text-align: center;
}

.blog-entry.blog-standart .title-wr .title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 11px;
}

.blog-entry ol li,
.blog-entry ul li  {
    margin-bottom: 10px;
}

.post-content ol li, 
.post-content ul li,
.author-content ol li, 
.author-content ul li,
.blog-entry ol li, 
.blog-entry ul li {
    margin-bottom: 10px;
}

.post-content ol ol,
.post-content ol ul,
.post-content ul ol,
.post-content ul ul,
.author-content ol ol,
.author-content ol ul,
.author-content ul ol,
.author-content ul ul,
.blog-entry ol ol,
.blog-entry ol ul,
.blog-entry ul ol,
.blog-entry ul ul {
    margin-top: 5px;
}

.blog-entry .btn-classic {
    padding: 13.5px 34px;
}

.blog-entry.blog-standart .recent-posts-item {
    margin-bottom: 76px;
}

.col-lg-3 .widgets, 
.widget.side {
    margin-bottom: 67px;
}

.col-lg-3.widgets:last-child , 
.col-lg-3 .widgets:last-child , 
.widget.side:last-child {
    margin-bottom: 0;
}

.wp-caption {
    padding: 0;
}

.wp-caption img {
    max-width: 100%;
}

.wp-caption-text {
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
}

.rsswidget img {
    margin-top: 0px;
    position: relative;
    top: -1px;
}

.faq-entry .accordion-item .title {
    padding: 0;
    margin: 0;
}

#popup_form_message {
    margin-top: 0;
}

.devon-modal .sign-form-inner {
    margin-bottom: 0;
}

.blog-entry .publish-age {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
}

.post-content>p,
.blog-entry.blog-standart .excerpt > p {
    color: #a2a2a2;
}

.author-content,
.blog-entry.blog-standart .excerpt,
.blog-entry.blog-standart .excerpt > p * {
    color: #727476;
}

/* result list */

.models-list-item {

}

.models-list-item .row-models-list-item {
    margin: 0 0;
    padding: 0 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.models-list-item .column.column-preview {
    width: 140px;
    -webkit-flex: 0 0 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.models-list-item .column.column-caption {
    -webkit-flex: 1 2 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.models-list-item .column {
    margin: 0 10px;
}

.models-list-item .column.column-preview {
    margin-left: -10px;
}

/* end result list */

#comments .comment-list {
    margin-bottom: 80px;
    padding-bottom: 22px;
    position: relative;
}

#comments .comment-list:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: url(../img/bottom-line.png) repeat;
}

.wr-ads {
    background-color: transparent;
}

.blog-entry.blog-standart .recent-posts-item:last-child {
    margin-bottom: 0
}

.modal-open .header.fixed {
    z-index: 10;
}

.quick-submission .post-content ul {
    list-style: none;
    margin: 30px 0;
}

.quick-submission h4 {
    margin-bottom: 0;
}

.quick-submission .nav.nav-tabs {
    padding: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid #edeeee;
    height: initial;
}

.quick-submission .nav.nav-tabs li {
    display: inline-block;
}

.quick-submission .nav.nav-tabs li a {
    font-size: 14px;
    background-color: #0C0C0C;
    border: 1px solid #4a4a4b;
    display: inline-block;
    padding: 10px 15px;
}

.quick-submission input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: initial;
    line-height: 25px;
    margin: 15px 0;
}

.page-template-template-blog-grid .site-footer {
    margin-top: 0;
}

.model-row-wrap.models-list .model-row {
    padding: 0;
}

.model-row-wrap.models-list-item .title,
.model-row-wrap.models-list  .title {
    margin-top: -12px;
}

.lang-menu-wr .btn {
    text-transform: uppercase;
}

.header .lang_multi #search-smart {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.header.full-width:not(.white) .lang_multi .login {
    margin-left: 33px;
}

.header-inner .navigation-wr {
    -webkit-flex: 1 2 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container-wide {
    padding-left: 95px;
    padding-right: 95px;
}

.sbg-image {
    position: relative;
}

.sbg-image > * {
    position: relative;
    z-index: 2;
}

.sbg-image > .bg-image {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

/* section-promo */

.section-promo {
    overflow: hidden;
    background: #26282b;
}

.section-promo-container {
    padding-top: 134px;
    padding-bottom: 179px;
}

.section-promo .container-bg  {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    height: 100%;
}

.section-promo .container-bg .slick-slider .slick-list .slick-track,
.section-promo .container-bg .slick-slider .slick-list,
.section-promo .container-bg .slick-slider {
    height: 100% !important;
}

.section-promo .sbg-image {
    position: relative;
    width: 100%;
    height: 100%;
    background: #26282b;
    z-index: 1;
}

.section-promo .sbg-image > .bg-image {
    width: calc(100% + 800px);
    left: 0;
    margin-right: -800px;
    max-width: initial;
}

.section-promo .line-item {
    font-size: 75px;
    font-weight: 600;
    margin: 13px 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2.00px;
    color: transparent;
    letter-spacing: 1px;
}

.section-promo .line-item:hover,
.section-promo .line-item.featured {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.section-promo .line-item span {
    cursor: pointer;
}

.slider-promo {
    width: calc(1200px + (100vw - 1190px)/2);
    left: 0;
    margin-right:  calc((100vw - 1190px)/2);
    max-width: initial;
}

/* end section-promo */

/* section-history-article */

.section-history-article {
    padding: 70px 0;
    padding-bottom: 63px;
}

.section-history-article .his-art-header {
    text-align: center;
    margin-bottom: 45px;
}

.section-history-article .his-art-header .title {
    font-size: 65px;
    font-weight: 700;
    margin: 0;
}

.section-history-article .his-art-box {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #727476;
    line-height: 2;
}

.section-history-article .his-art-signature {
    font-family: "Quentin", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

/* end section-history-article */

.section-line {
    position: relative;
}


.section-line:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/bottom-line.png) repeat;
    max-width: 1170px;

}

@media (max-width: 991px){
    .container {
        max-width: 930px;
    }
}

@media (max-width: 767px){
    .container {
        max-width: 690px;
    }
}

@media (max-width: 575px){
    .container {
        max-width: 510px;
    }
}


/* models-carousel-featured */

.models-carousel-featured {
    padding: 93px 0;
    padding-bottom: 78px;
}

.models-carousel-slider .item-wr .title {
    color: #191a1b;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    display: block;
    background: #fff;
    padding: 10px 10px;
    min-height: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.models-carousel-slider .item-wr:hover .title{
    color: #fff;
    background: #ea1d5e;
}

.models-carousel-slider .model-item .model-info {
    padding-bottom: 80px;
}

.models-carousel-slider  .model-item {
    height: 450px;
}

.models-carousel-slider.slick-slider {
    padding-bottom: 70px;
}

.models-carousel-slider.slick-slider .slick-next,
.models-carousel-slider.slick-slider .slick-prev {
    left: 50%;
    bottom: 26px;
    top: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.models-carousel-slider.slick-slider .slick-prev {
    margin-left: -39px;
}

.models-carousel-slider.slick-slider .slick-next {
    margin-left: 39px;
}

/* end models-carousel-featured */

/* section-excerption */

.section-excerption {

    padding: 72px 0;

    padding-bottom: 100px;
}

.excerption-box {
    position: relative;
    padding: 135px 15px 15px 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


.excerption-box.excerption-post {
    position: relative;
    padding: 99px 15px 15px 15px;
    text-align: center;
    max-width: initial;
    margin: 0 auto;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 32px;
}

.excerption-box:after {
    content: "“";
    color: #fff;
    font-size: 130px;
    position: absolute;
    text-align: center;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
}

.excerption-box.excerption-post:after {
    top: -28px;
}


.excerption-box .text {
    font-size: 50px;
    font-weight: 400;
}


.excerption-box.excerption-post .text {
    font-size: 26px;
    font-weight: 400;
}

.excerption-box .excerption-sugnature {
    font-size: 14px;
    font-weight: 600;
    margin-top: 49px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.excerption-box.excerption-post .excerption-sugnature {
    font-weight: 500;
    margin-top: 38px;
}


.excerption-box .excerption-sugnature.color {
    color:#ea1d5e;
}

/* end section-excerption */

/*  section-latest-categories */

.section-latest-categories {
    padding: 115px 0;
    padding-bottom: 111px;
}

.card.card-latest-categories {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 309px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
}

.card.card-latest-categories:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ea1d5e;
    opacity: .7;
}

.card.card-latest-categories:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 39px;
    width: 1px;
    height: 27px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.card.card-latest-categories .caption {
    padding: 36px 15px;
    text-align: center;
    color: #fff;
}

.card.card-latest-categories .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 9px;
}

.card.card-latest-categories .count {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.card.card-latest-categories {
    overflow: hidden;
}

.card.card-latest-categories .bg-image {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.card.card-latest-categories:hover .bg-image {
    -webkit-transform:scale(1.2) rotate(3deg);
    -ms-transform:scale(1.2) rotate(3deg);
    transform:scale(1.2) rotate(3deg);
}

/*  end section-latest-categories */

/* section-sw_video */

.section-sw_video {
    padding: 0;
}

.section-sw_video .elementor-fit-aspect-ratio {
    border: 2px solid #fff;
}

.section-sw_video .elementor-video-iframe,
.section-sw_video .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 13px !important;
    left: 13px !important;
    right: 13px !important;
    bottom: 13px !important;
    width: calc(100% - 26px) !important;
    height: calc(100% - 26px) !important;
}

body .section-sw_video .elementor-fit-aspect-ratio {
    padding-bottom: initial;
    height: 570px;
}

/* end section-sw_video */

/* section-cloud-carousel */

.section-cloud-carousel {
    padding: 150px 0;
    padding-bottom: 35px;
}

.section-cloud-carousel {

}

.cloud-carousel {
    display:  -webkit-flex;
    display: flex;
    position: relative;
    padding-bottom: 46px;
}

.cloud-carousel > .side {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 41px 0;
    width: 50%;
}

.cloud-carousel > .side.cloud-body {
    width: 50%;
}

.cloud-carousel .slick-slider {
    width: 90%;
}


.cloud-slider.slick-slider img.slick-slide  {
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    -o-object-position: center;
    object-position: center;
}

.cloud-slider.slick-slider .slick-next,
.cloud-slider.slick-slider .slick-prev {
    left: -6px;
    bottom: -44px;
    top: initial;
    font-size: 30px;
    position: absolute;
    font-size: 33px;
}

.cloud-slider.slick-slider .slick-prev {
}

.cloud-slider.slick-slider .slick-next {
    margin-left: 73px;
}

.cloud-slider.slick-slider .slick-prev:before {
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.cloud-slider.slick-slider .slick-next:before {
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.cloud-carousel .cloud-body .slide-item .header {
    background: transparent;
}

.cloud-carousel .cloud-body .slide-item .header .title {
    color: #ea1d5e;
    font-weight: 700;
    font-size: 45px;
    margin: 0;
    padding-bottom: 24px;
    margin-bottom: 59px;
    position: relative;
    display: inline-block;
}

.cloud-carousel .cloud-body .slide-item .header .title a {
    font-weight: 700;
    font-size: 45px;
    color: #ea1d5e;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ea1d5e;
    -webkit-text-stroke-width: 2.00px;
    color: transparent;
}

.cloud-carousel .cloud-body .slide-item .header .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    width: 100%;
}

.cloud-carousel .cloud-body .slide-item .text {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0;
    line-height: 1.3;
    margin-bottom: 46px;
}

.cloud-carousel .control {
    position: absolute;
    bottom: 0;
    width: 50%;
}

.cloud-carousel .control .ctrl::before {
    font-family: "Ionicons";
    font-size: 50px;
    opacity: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    line-height: 20px;
}

.cloud-carousel .control .ctrl.slide-prev::before {
    content: "\f3d5";
    left: 0;
}

.cloud-carousel .control .ctrl.slide-next::before {
    content: "\f3d6";
    right: 0;
}



.cloud-carousel > .cloud-images  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    display:  -webkit-flex;
    padding: 0;
}

.cloud-carousel .cloud-images .cloud-container  {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    height: 100%;
    padding: 0 95px;
}

.cloud-carousel .cloud-images .slide-item  {
    -webkit-box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.5);
}

.cloud-carousel .cloud-images .slide-item:not(.active)  {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: calc(100% - 100px);
    height: calc(100% - 90px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.cloud-carousel .cloud-images .slide-item:not(.active) img {
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.cloud-carousel .cloud-images .slide-item.active  {
    height: 395px;
    position: relative;
}

.cloud-carousel .cloud-images .slide-item.active img {
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.cloud-carousel .btn-register {
    background: #fff;
    color: #191a1b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px;
    position: absolute;
    right: 0;
    bottom: 65px;
    min-width: 198px;
    min-height: 64px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    letter-spacing: 1.5px;
}

.cloud-carousel .btn-register:hover {
    background: #ea1d5e;
    color: #fff;
}

.cloud-carousel .btn-like {
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px;
    position: absolute;
    right: 20px;
    bottom: 164px;
    width: 57px;
    height: 57px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #27292a;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.cloud-carousel .btn-like:hover {
    background: #ea1d5e2b;
    color: #ea1d5e;
}

.cloud-carousel .btn-like .corners {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
}


.cloud-carousel .btn-like .corners.bottom {
    top: initial;
    bottom: 2px;
}


.cloud-carousel .btn-like .corners:before,
.cloud-carousel .btn-like .corners:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #e3e3e3;
    border-radius: 50%;
}

.cloud-carousel .btn-like .corners.top:before,
.cloud-carousel .btn-like .corners.bottom:before {
    left: 0
}

.cloud-carousel .btn-like .corners.top:after,
.cloud-carousel .btn-like .corners.bottom:after {
    right: 0
}


/* end section-cloud-carousel */

/* section-featured-items */

.section-featured-items {
    padding: 93px 0;
    padding-bottom: 98px;
}

.section-featured-items.alt {
    padding-bottom: 85px;
}

.featured-items-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 1px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.sfi-item {
    display: block;
    background: #26282b;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    margin: 0 15px;
    margin-bottom: 0;
    -webkit-box-flex: 2 1 25%;
    -webkit-flex: 2 1 25%;
    -ms-flex: 2 1 25%;
    flex: 2 1 calc((100% / 4) - 150px);
    min-height: 132px;
    margin-bottom: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

body a.sfi-item {
    -webkit-box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

body a.sfi-item:hover {
    background: #ea1d5e;
    color: #fff;
}

body a.sfi-item:hover .description {
    color: #fff;
}

.sfi-item .sfi-header {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sfi-item.alt .sfi-header {
    height: 104px;
}

.sfi-item.alt .sfi-caption {
    margin-top: -5px;
}

.sfi-item .sfi-header i {
    font-size: 37px;
}

.sfi-item .sfi-caption .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

/* sfi-item alt */

.sfi-item.alt {
    padding: 15px 15px;
}


.sfi-item.alt .sfi-header i {
    font-size: 50px;
}

.sfi-item .description {
    color:#727476;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
}

.sfi-item.alt .description {
    padding-top: 11px;
    line-height: 1.8;
    padding-bottom: 31px;
}

/* end section-featured-items */

/* listing-overview */

.listing-overview {

    padding: 0 10px;

    padding-top: 5px;
}

.listing-slider .slick-arrow {
    background: #fff;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-slider .slick-arrow:before {
    color: #191a1b;
    position: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;

    font: normal normal normal 16px/1 LineAwesome;
    font-size: 25px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.slick-arrow:before {
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 25px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.listing-slider .slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    width: 36px;
    font-size: 30px;
}

.listing-slider .slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f112";
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    width: 36px;
    font-size: 30px;
}

.listing-overview .lv-header {
    margin-bottom: 43px;
}

.listing-slider .slick-arrow:hover {
    background: #26282b;
}

.listing-slider .slick-arrow:hover:before {
    color: #fff;
}

.listing-overview .lv-header .title {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-top: -10px;
}

.listing-overview .options-list {
    margin-bottom: 45px;
}

.listing-overview  .item {
    margin-bottom: 30px;
}

.listing-overview .options-list .attr-item {
    margin: 23px 0;
    color: #727476;
    font-size: 14px;
    font-weigth: 700;
}

.listing-overview .options-list .attr-item .attr-name {
    color: #727476;
    font-size: 14x;
    font-weight: 700;
    text-transform: uppercase;
}

.listing-overview .options-list .attr-item .attr-value {
    margin-bottom: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.listing-overview .lv-description {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #727476;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.8;
}

.listing-overview .btn-classic {
    width: initial;
    display: inline-block;
    height: initial;
    padding: 25px 40px;
    text-align: center;
    min-width: 279px;
    font-weight: 700;
    margin-top: 24px;
}

/* end listing-overview */

/* section-images-carousel */

.section-images-carousel {
    padding: 0 0;
    padding-top: 5px;
}

.ic-slider-box { 
    position: relative;
}

.ic-slider-box .slick-slider > * { 
    position: relative;
    z-index: 2;
}

.ic-slider-box .slick-slider:after{
    content: '';
    width: calc(100% + 110px);
    bottom: 258px;
    top: -95px;
    left: -55px;
    background: #26282b;
    position: absolute;
    z-index: -1;
}

.ic-slider-box .ic-header { 
    text-align: center;
    position: relative;
    z-index: 10;
}

.ic-slider-box .ic-header .title {
    font-size: 109px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2.00px;
    color: transparent;
    margine: 0;
    margin-bottom: 42px;
}

.ic-slider.slick-slider {
    padding-bottom: 187px;
    height: 819px;
    max-width: 1060px;
    margin: 0 auto;
}

.ic-slider.slick-slider .slick-list,
.ic-slider.slick-slider .slick-slide,
.ic-slider.slick-slider .slick-track {
    height: 100% !important;
}

.ic-slider.slick-slider img.slick-slide  {
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    -o-object-position: center;
    object-position: center;
}

.ic-slider.slick-slider .slick-next,
.ic-slider.slick-slider .slick-prev {
    left: 50%;
    bottom: 105px;
    top: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
    position: absolute;
    font-size: 27px;
}

.ic-slider.slick-slider .slick-prev {
    margin-left: -34px;
}

.ic-slider.slick-slider .slick-next {
    margin-left: 33px;
}

.ic-slider.slick-slider .slick-prev:before {
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.ic-slider.slick-slider .slick-next:before {
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* end section-images-carousel */

/* section-text-box */

.section-text-box {
    padding: 88px 0;
    padding-bottom: 101px;
    text-align: center;
}

.section-text-box .tb-header {
    text-align: center;
    margin-bottom: 54px;
}

.section-text-box .tb-header h2.title {
    font-size: 35px;
    font-weight: 700;
}

.section-text-box .tb-description {
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    color: #787a7e;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.8;
}

.section-text-box .tb-footer {
    margin-top: 41px;
}

.section-text-box .tb-footer .tb-author {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.section-text-box .tb-footer .tb-type {
    color: #ea1d5e;
    font-size: 13px;
    margin-top: 12px;
}

/* end section-text-box */

/* contact-us */

.contact-us {
    padding: 141px 0;
    padding-bottom: 155px;
}

.contact-us-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    margin: 0 auto;
} 

.contact-us-row > * {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 50%;
    -ms-flex: 2 1 50%;
    flex: 2 1 50%;
    padding: 0 20px;
} 

.contact-us-row .cus-body {
    padding: 83px 20px;
} 

.contact-us-row .cus-body .cus-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 38px;
    color: #fff;
    line-height: 1.4;
} 

.contact-us-row .cus-body .cus-mail {
    font-size: 35px;
    font-weight: 700;
    color: #ea1d5e;
} 

.contact-us-row .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}


.contact-us-row .preview:before {
    content: '';
    position: absolute;
    left: -20px;
    width: calc( 100% - 68px);
    top: -44px;
    bottom: -35px;
    background: url(../img/bg-workbench.png) repeat;
    z-index: -1;
}

.contact-us-row .preview div {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    min-width: 100%;
    min-height: 357px;
}

/* end contact-us */

.team-item.alt {

    margin-bottom: 25px;

    padding-bottom: 15px;
}

.team .team-item.alt .img-holder {
    height: 411px;
}

.section-title-alt {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 68px;
    text-align: center;
}

.btn-read {
    backgroun: #fff;
    color: #191a1b;
    text-transform: uppercase;
    font-size:14px; 
    padding: 25px 25px;
}

.blog-entry .post-footer .f-author,
.blog-entry.blog-standart .post-footer .f-author {
    margin-top: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 auto;
    -ms-flex: 2 2 auto;
    flex: 0 0 calc((100% - 200px) / 2);
    color: #fff;
    letter-spacing: 0.5px;
}

.blog-entry.blog-standart .post-footer .share {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 calc((100% - 200px) / 2);
    -ms-flex: 0 0 calc((100% - 200px) / 2);
    flex: 0 0 calc((100% - 200px) / 2);
    text-align: right;
}

.blog-entry .post-footer .share >span,
.blog-entry.blog-standart .post-footer .share >span {
    display: none;
}

.blog-entry.blog-standart .post-footer .read-more,
.blog-entry .read-more.btn-read {
    background: #fff;
    color: #191a1b;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 700;
    padding: 24px 36px;
    text-decoration: none;
}

.blog-entry.blog-standart .post-footer .read-more:hover, .blog-entry .read-more.btn-read:hover {
    background: #ea1d5e;
    color: #fff;
}


/* widget-right-posts */

.widget-right-posts {

}

.widget-right-posts .right-posts-list {

}

.widget-right-posts .right-posts-list .rp-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
}

.widget-right-posts .right-posts-list .rp-item .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 25px;
}

.widget-right-posts .right-posts-list .rp-item .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-right-posts .right-posts-list .item-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 auto;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.right-posts-list .item-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.right-posts-list .item-title a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.right-posts-list .item-title a:hover {
    color: #ea1d5e;
}

.right-posts-list .item-meta {
    font-size: 11px;
    color: #b6b8ba;
}

/* end widget-right-posts */

.post_count {
    color: #ea1d5e;
    position: relative;
    width: 25px;
    text-align: right;
}

.fiedt_error iframe {
    border: 1px solid #cd0a0a;
    background: #b81900; 
}

body.cke_show_borders {
    background: transparent; 
}

.wrapper-breadcrumbs .spage-title {
    margin-right: 39px;
    font-size: 18px;
    font-weight: 700;
    color: #ea1d5e;
}

.bottom-line {
    border-bottom: 2px solid #fff;
}


ul.blog-list {
    list-style: none;
    padding: 0;
    padding: 1px 0;
    margin: 0;
    padding-left: 57px;
    margin-top: -7px !important;
}


.single-post-content .post-content ul.blog-list li,
ul.blog-list li {
    list-style: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin: 23px 0;
}

ul.blog-list li:before {
    content: '';
    width: 15px;
    background: #fff;
    left: -41px;
    top: 12px;
    height: 1px;
    position: absolute;
}


.widget-styles.center {
    padding-top: 35px;
}

.widget-users-card {}

.widget-styles.widget-users-card {
    padding: 10px 0;
    margin-top: 50px;
    padding-bottom: 44px;
    margin-bottom: 40px;
}

.widget-users-card .users-card {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-users-card .users-card .users-card-preview {
    width: 96px;
    -webkit-flex: 0 0 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.widget-users-card .users-card .users-card-preview  img {
    border-radius: 50%;
}

.widget-users-card .users-card .users-card-content {
    padding: 4px 0;
    padding-left: 30px;
}

.widget-users-card .users-card .users-card-content .usr-header {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

.widget-users-card .users-card .users-card-content .usr-header {
    -webkit-flex: 1 2 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    color: #fff;
}

.widget-users-card .users-card .users-card-content .usr-header a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}
ul.list-social-line {
    list-style: none;
    padding: 0;
    margin: 0px -8px;
}

ul.list-social-line li {
    list-style: none;
    display: inline-block;
}

.list-social-line li a {
    color: #878c91;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    font-size: 15px;
}

.list-social-line li a:hover {
    color: #fd4956;
}

.widget-users-card .users-card .users-card-content .text {
    line-height: 1.8;
    margin-bottom: 21px;
}

.widget-users-card .users-card .list-social-line li {
    padding-left: 8px;
    padding-right: 8px;
}

/* end widget-user-card */

.page-links {
    clear: both;
}

.recentcomments a {
    color: #fff;
}
.widget_rss li .rsswidget a:hover, 
.widget_archive li a:hover, 
.widget_categories li a:hover,
.recentcomments a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover,
.widget_meta li a:hover, 
.widget_pages li a:hover {
    color: #ea1d5e;
    text-decoration: none;
}

.single-post-content {
    margin-bottom: 75px;
}

#listing-preview .section-title {
    margin-top: 0;
    margin-bottom: 23px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.form.rate-form.title {
    margin-bottom: 17px;
    font-size: 16px;
    color: white;
    text-align: center;
}

.rewiew-section .all-review.list-reviews {
    position: relative;
    padding-bottom: 12px;
}

.rewiew-section .all-review.list-reviews:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: url(../img/bottom-line.png) repeat;
}

.btn-classic-alt {
    background: #fff;
    color: #191a1b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 23px 36px;
    text-decoration: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    min-width: 200px;
    display: inline-block;
}

.btn-classic-alt:hover {
    background: #ea1d5e;
    color: #fff;
}

.single-post-content .widget-gallery h2.widget-title {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#comments input {
    height: 67px;
    font-size: 13px;
}

#comments input,
#comments textarea {
    background-color: #26282b;
    border: 1px solid transparent;
    color: #999999;
}

#comments input, 
#comments textarea {
    padding: 9px 29px;
}

#comments textarea {
    resize: none;
    height: 135px;
    padding-top: 23px;
}

.section-sw_video .eicon-play:before {
    content: "\e624";
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.widget-reviews .blog-comment .comment-header {
    margin-bottom: 23px;
}

.publish-age a:hover {
    color: #ea1d5e;
}

.profile-reviews {
    margin-top: 90px;
}

.box-empty-space {
    height: 90px;
}

.section-contact {
    margin-top: 50px;
}

.navigation > ul#top-menu > li {
    position: relative;
}

.navigation > ul#top-menu > li:hover:after,
.navigation > ul#top-menu > li.current-menu-parent:after,
.navigation > ul#top-menu > li.current-menu-item:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #fff;
    bottom: -5px;
    left: 0;
}

.agancy {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.agancy-logo-wr .slick-arrow {
    display: none !important;
}

.agancy-logo-wr .slick-slide {
    margin: 0 31px;
}

.agancy-logo-wr .slick-slide img {
    display: inline-block;
}

.agancy-logo-wr .slick-list {
    margin: 0 -31px;
    width: initial;
}

.header.transparent .navigation-wr {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.widget.widget-right-posts h2 {
    margin-top: -1px;
    font-weight: 700;
}

.section-promo .slick-slide img {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.section-promo .slick-slide.slick-active img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sign-form-inner .form-wr {
    text-align: left;
}

.wrapper-breadcrumbs .ion-android-arrow-forward:before {
    content: "-";
}

.right-sec-nav a {
    font-size: 24px;
    color: #fff;
}

.right-sec-nav a:hover {
    color: #ea1d5e;
}

.elementor-editor-active .models-carousel-featured .slick-slide article {
    width: 100%;
    max-width: 100%;
}

.widget.side {
    margin-bottom: 72px;
}

.post_count:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    bottom: 0;
    left: -60px;
    top: 50%;
    margin-top: -1px;
    background: url(../img/bottom-line.png) repeat;
}

body .cld-like-wrap .fas.fa-heart, 
body .cld-dislike-wrap .fas.fa-thumbs-down, 
body .cld-like-wrap .fas.fa-thumbs-up {
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 16px;
}

.cld-like-dislike-wrap a,
.cld-like-dislike-wrap {
    color: #fff;
}

.cld-like-dislike-wrap a:hover {
    color: #ea1d5e;
}

.cld-like-wrap .fas.fa-heart:before {
    content: "\f234";
}

.cld-like-wrap .fas.fa-thumbs-up:before {
    content: "\f33f";
}

.cld-dislike-wrap .fas.fa-thumbs-down:before {
    content: "\f33e";
}

.cld-like-dislike-wrap {
    margin-bottom: 0;
    margin-top: 15px;
}

.cld-like-dislike-wrap .cld-common-wrap {
    margin-right: 25px;
}

.blog-comment-wrap {
    padding: 10px 0 0px 0;
    margin-bottom: 18px;
}

.listing-overview .lv-description {
    word-break: break-word;
}

.search-date-group.date {
    width: 100%;
    border-radius: 0;
    height: 100%;
    position: relative;
}

.search-date-group.input-group.date .form-control:first-child {
    border-radius: 0;
}

.search-date-group.input-group.date .input-group-addon {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #7b7b7b;
    z-index: 100;
    border: 0;
    background: transparent;
}

.container-wide .search-date-group .form-control {
    border: 0;
}

.search-date-group.input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#listing-preview .widget-styles .content-box {
    overflow: hidden;
}

.break_search_f {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 !important;
}


/* datepicker */

.bootstrap-datetimepicker-widget .datepicker-days table td {
    border: 1px solid #efefef;
}

td.day.disabled {
    background: #fbfbfb !important;
}

.bootstrap-datetimepicker-widget table th.dow {
    height: 33px;
    line-height: initial;
    background: #242424;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    padding: 11px 5px !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    background: #ea1d5e;
    border-radius: 0;
    height: 20px;
    line-height: 11px;
    width: 20px;
    padding: 11px 5px !important;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    color: #fff;
}

.bootstrap-datetimepicker-widget tr {
    border-bottom: 0;
}

body .bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    background: #fff;
}

body .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
    padding: 0;
}

.bootstrap-datetimepicker-widget table tbody td {
    font-size: 10px;
    font-weight: 600;
}

.bootstrap-datetimepicker-widget .timepicker .btn {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget .timepicker-hour {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.day {
    background: #fbfbfb;
}

.list-unstyled .collapse {
    display: none !important;
}

.list-unstyled .collapse.show {
    display: block !important;
    color: #242526;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.bootstrap-datetimepicker-widget ul.list-unstyled .timepicker {
    margin-bottom: -24px;
}

.bootstrap-datetimepicker-widget .glyphicon-time:before {
    content: "Hourly Booking";
    margin-right: 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open sans";
}

.bootstrap-datetimepicker-widget .glyphicon-time:after {
    content: "\e023";
    top: 1px;
    position: relative;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
    content: "Switch to dates";
    margin-right: 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open sans";
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:after {
    content: "\e023";
    top: 1px;
    position: relative;
}

.bootstrap-datetimepicker-widget .picker-switch a[data-action] {
    padding: 7px 0;
    background: #ea1d5e;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget .picker-switch a[data-action]:hover {
    padding: 7px 0;
    background: #c41a50;
}

body .bootstrap-datetimepicker-widget table td span:hover {
    background: transparent;
}

.bootstrap-datetimepicker-widget ul.collapse.in + .picker-switch a[data-action] {
    background: transparent;
}

body .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #ea1d5e;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 11px;
    width: 20px;
    padding: 11px 5px !important;
}

.bootstrap-datetimepicker-widget table:not(#wp-calendar) tr {
    border-bottom: 0;
}

.bootstrap-datetimepicker-widget .picker-switch .table-condensed:not(#wp-calendar) {
    margin-bottom: 0;
}

.bootstrap-datetimepicker-widget .picker-switch .table-condensed td {
    padding: 0;
}

.bootstrap-datetimepicker-widget table td {
    height: 35px;
    line-height: 35px;
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar,
.bootstrap-datetimepicker-widget .glyphicon-time,
.glyphicon {
    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;
}

.glyphicon.glyphicon-chevron-left:before {
    content: "\f053";
}

.glyphicon.glyphicon-chevron-right:before {
    content: "\f054";
}

.glyphicon.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon.glyphicon-chevron-down:before {
    content: "\f078";
}

.bootstrap-datetimepicker-widget .glyphicon-time:after {
    content: "\f017";
    top: 1px;
    position: relative;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:after {
    content: "\f073"
}

/* end datepicker */

.hero.over-header .sw_search_primary.searh-model .select-item.select-item-date {
    z-index: 100;
}

body .bootstrap-datetimepicker-widget.dropdown-menu {
    top: 100% !important;
    z-index: 100;
    position: absolute !important;
}

.ads-link {
    text-align: center;
    display: block;
}

.publish-age .meta-categories a {
    color: #ea1d5e;
}

.publish-age .meta-categories a:hover {
    color: rgba(234, 29, 94, 0.5);
}

.devon-row-team {
    margin-left: -20px;
    margin-right: -20px;
}

.devon-row-team > *[class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
}

.clearfix .alignleft {
    margin: 8px 30px 35px 0 !important;
}

.ign-empty p:empty {
    display: none;
}

.full-screen-quote .full-screen-quote-text {
    height: 100%;
}

.pagin_line.second-page .navigation.pagination .nav-links> *:nth-child(3):before,
.pagin_line:not(.second-page) .navigation.pagination .nav-links> *:nth-child(2):before {
    content: '';
    width: 43px;
    height: 1px;
    background: #fff;
    color: #fff;
    margin-right: 24px;
    opacity: 1;
    margin-left: -15px;
    z-index: 5;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke-color: initial;
    -webkit-text-stroke-width: initial;
    position: absolute;
    left: -42px;
}

.pagin_line.second-page .navigation.pagination .nav-links > *:nth-child(3),
.pagin_line:not(.second-page) .navigation.pagination .nav-links > *:nth-child(2) {
    margin-left: 54px;
}

.full_widget {
    width: 100% !important;
}

.vis-hid {
    display: none !important;
}

.elementor-custom-embed-image-overlay {
    background-image: url(../img/bg_video_over.jpg) !important;
}

#comments li {
    list-style: none;
}

#comments .author-content ul li {
    list-style-type: initial;
}

#comments .author-content ol li {
    list-style-type: decimal;
}

#comments .author-content ol,
#comments .author-content ul {
    color: #c2c4c5;
}

.ping-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ping-list li:not(:last-child) {
    margin-bottom: 15px;
}

.ping-list li .comment-body {
    display: -wbkit-flex;
    display: flex;
    -wbkit-flex-direction: column;
    flex-direction: column;
}

.ping-list li .comment-body .url {
    color: #ea1d5e;
    font-weight: 600;
    text-decoration: none;
}

.ping-list li .comment-body .url:hover {
    color: rgba(234, 29, 94, 0.5);
}

.post-content h2 {
    font-size: 40px;
}

ul ul {
    list-style-type: circle;
}

.comment-section [id*="comment"] ul:not([class]) ul > li,
.blog-posts ul:not([class]) ul > li,
.blog-single-post ul:not([class]) ul > li {
    list-style: circle;
}

.excerpt h2 {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.faq-entry .accordion-item .description {
    padding-top: 25px;
}

.wp-block-archives-list li a,
.wp-block-categories-list li a {
    color: #f1f1f1;
    font-weight: 600;
    text-decoration: none;
}

.wp-block-archives-list li a:hover,
.wp-block-categories-list li a:hover {
    color: #ea1d5e;
}

.excerpt .wp-block-archives-list, 
.excerpt .wp-block-categories-list, 
.excerpt .wp-block-archives-dropdown {
    margin-bottom: 24px;
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}

select {
    background-image: url(../img/icon/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
}

.btn-ind.btn-classic.sw-search-start i {
    position: absolute;
    margin-top: 2.5px;
    margin-left: 4px;
}

.navigation > ul#top-menu > li {
    margin-top: 8px;
    margin-bottom: 8px;
}

.header-inner {
    height: auto;
    min-height: 125px;
    padding: 20px 0;
}


/* multi level menu */

.navbar-nav .dropdown-menu li {
    position: relative;
}

@media(min-width: 768px) {
    .navbar-nav .dropdown-menu li.show-m > .dropdown-menu {
        display: block !important;
    }
}

.navigation > ul#top-menu > li.menu-item-has-children .toleft .menu-item-has-children:hover > .sub-menu {
    left: initial !important;
    right: calc(100%) !important;
    border-right: 1px solid #232323;
}

/* end multi level menu */

.sect-pings .thumbnail-title {
    text-align: center;
    margin-bottom: 39px;
}

.listing-slider > .main-photo:not(:last-child) {
    display: none;
}

.ping-list li .comment-body {
    margin-bottom: 27px;
}

@media (max-width: 1380px) {
    .container-wide {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1228px) {
    .container-wide {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .container-wide {
        max-width: 930px;
    }
}

@media (max-width: 767px) {
    .container-wide {
        max-width: 690px;
    }
}

@media (max-width: 575px) {
    .container-wide {
        max-width: 510px;
    }
}

.listing-slider .slick-arrow {
    z-index: 1 !important;
}