.float-right.mt-2.ml-4 {
    background-color: #c0c7f8;
}

.section.category-markad.text-center {
    padding-top: 0px;
}



#product-carousel .carousel-indicators li img:hover, #product-carousel .carousel-indicators li.active img {
    opacity: 1;
    padding: 2px;
    border: 2px solid black;
}

.section.slider {
    margin-top: -30px;
}

.pam.fbPageBanner.uiBoxYellow.noborder {
    margin-top: 70px;
    margin-bottom: -70px;
}

.banner {
    margin-left: -19px;
    margin-right: -19px;
}

a.hidden-xs.button.border.with-icon.text-center {
    background-color: #878ba01f;
    border-radius: unset;
    width: 230px;
}

.carousel-image {
    background-color: black;
}

.banner-form.banner-form-full {
    background-color: #eff1fd;
}

div#header {
    background: linear-gradient(30deg, white 40%, #5063ec 130%);
}

span.category-title {
    width: auto;
    margin-right: 5px;
    font-weight: bold;
}

span.category-title:hover {
    color: #2955cf;
}

#navigation ul li a:only-child:after, #navigation ul ul li a:only-child:after {
    content: ''
}

#navigation ul a, .mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover, .tabs-nav li a, a, a:focus, a:hover {
    text-decoration: none
}

.ad-info .item-details li, .category-title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#navigation ul, .cg li, .cg ul, .checkboxes, .footer-section .helpMenu, .list-check > li, .mm-listview, .mm-listview > li, .pagination ul li, .pagination-next-prev ul, .tabs-nav, .tags, .user-menu ul, ul {
    list-style: none
}

#logo {
    display: inline-block;
    margin-top: 3px
}

#logo img {
    max-height: 38px;
    width: auto;
    transform: translate3d(0, 0, 0)
}

#header {
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 10px 0 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    font-size: 16px
}

#navigation ul ul, .mega-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12)
}

.header-widget {
    position: relative;
    top: -1px;
    height: 54px
}

.header-widget .button, .header-widget .button.border {
    margin-right: 0;
    min-width: 130px;
    text-align: center;
    position: relative;
    line-height: 26px;
    font-weight: 500
}

.header-widget .button.border i {
    font-size: 17px;
    padding: 0 0 0 4px;
    top: 2px;
    display: inline-block;
    position: relative
}

#header.cloned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0 4px
}

.left-side {
    width: 70%;
    display: inline-block
}

.right-side {
    width: 30%;
    display: inline-block
}

#header.cloned #logo img {
    transform: translate3d(0, 0, 0);
    max-width: 120px;
    margin-top: 1px
}

.sticky-logo {
    display: none
}

#header.cloned.unsticky {
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translate(0, -100%) scale(1);
    transition: .3s
}

#header.cloned.sticky {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transition: .3s
}

@media (max-width: 1239px) {
    #header.cloned {
        display: none
    }
}

.header-widget .sign-in {
    position: relative;
    color: #333;
    margin-right: 25px;
    top: 10px;
    display: inline-block;
    vertical-align: top
}

.left-side {
    float: left
}

.details-page .banner-form-full {
    margin-top: 30px
}
.right-side {
    float: right
}

@media (min-width: 1025px) and (max-width: 1239px) {
    .right-side {
        width: auto;
        display: inline-block;
        margin-top: -126px;
        position: relative
    }

    .left-side {
        width: 100%;
        display: inline-block
    }
}

#navigation, #navigation ul a {
    display: block
}

#logo, #navigation {
    float: left
}

#logo {
    margin-right: 50px
}

.header-widget {
    text-align: right
}

#navigation {
    position: relative
}

#navigation ul, #navigation ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#navigation ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 99999
}

#navigation ul ul li {
    float: none;
    border-radius: 4px;
    width: 180px
}

#navigation ul ul ul {
    top: 0;
    left: 100%;
    margin: 0
}

#navigation ul ul {
    margin: 10px 0 0 15px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    transform: translate3d(0, 15px, 0)
}

#navigation ul ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: 0 0;
    width: 100%;
    height: 10px
}

#navigation ul ul ul:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -10px;
    top: 0;
    opacity: 0
}

#navigation ul li a:after, #navigation ul ul li a:after {
    font-family: FontAwesome;
    opacity: .5
}

#navigation ul li a:after {
    content: '\f107';
    padding-left: 7px
}

#navigation ul li a:only-child:after {
    padding: 0
}

#navigation ul ul li:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px
}

#navigation ul li:hover ul a, #navigation ul ul a {
    padding: 5px 40px 5px 15px !important;
    line-height: 24px !important
}

body #navigation ul ul {
    padding: 12px 10px;
    box-sizing: border-box
}

#navigation ul ul li:hover {
    border-radius: 0
}

#navigation ul ul li:first-child {
    border-radius: 4px 4px 0 0
}

#navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

#navigation.style-1 .current {
    background-color: transparent;
    color: #66676b
}

#navigation.style-1 {
    margin-top: 1px
}

#navigation.style-1 .current:after {
    opacity: 1
}

#navigation.style-1 ul li {
    transition: all .25s;
    margin: 0 5px
}

#navigation.style-1 ul li a {
    color: #444;
    cursor: pointer
}

#navigation.style-1 ul li:hover a {
    color: #66676b
}

#navigation.style-1 ul ul li a {
    color: #444 !important
}

#navigation.style-1 ul ul li {
    opacity: .8;
    margin: 0;
    border-radius: 0
}

#navigation.style-1 ul ul li:hover {
    opacity: 1
}

#navigation.style-1 ul a {
    line-height: 32px;
    padding: 5px 15px
}

#navigation.style-1 ul ul li:first-child {
    border-radius: 4px 4px 0 0
}

#navigation.style-1 ul ul li:last-child {
    border-radius: 0 0 4px 4px
}

#navigation ul ul li a:after {
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: .5;
    transition: all .25s;
    transform: translateX(-5px)
}

#navigation ul ul li:hover a:after {
    opacity: 1;
    transform: translateX(0)
}

.mega-menu {
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    position: absolute;
    border-radius: 4px;
    display: flex;
    top: 100%;
    left: 0;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -2px;
    background-color: #fff;
    width: 200px;
    z-index: 99;
    transform: translate3d(-42%, 24px, 0)
}

.mega-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    opacity: 0
}

#navigation ul li .mega-menu ul {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    position: relative;
    display: inline-block;
    flex: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    top: auto;
    left: auto;
    background-color: transparent
}

#navigation ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-42%, 12px, 0)
}

#navigation ul li:hover .mega-menu ul {
    opacity: 1;
    visibility: visible
}

#navigation .mega-menu ul, #navigation .mega-menu ul li {
    width: 100%
}

.mega-menu.three-columns {
    width: 643px
}

#navigation ul .mega-menu ul a {
    color: #bbb;
    display: block;
    margin-left: 0;
    -wekkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#navigation ul .mega-menu ul a, #navigation ul li:hover .mega-menu ul a {
    padding: 6px 0 !important;
    line-height: 22px !important;
    transform: translate3d(0, 0, 0) !important
}

#navigation .mega-menu ul li {
    padding: 0 30px
}

#navigation ul li a i {
    font-size: 14px;
    position: relative;
    top: 0;
    padding-right: 5px
}

.mega-menu-section {
    display: inline-block;
    float: left;
    width: 214px;
    padding: 0;
    border-right: 1px solid #e9e9e9
}

.mega-menu .mega-menu-section:last-child {
    border: 0
}

.mega-menu-headline {
    color: #222;
    opacity: 1 !important;
    font-weight: 600;
    display: block;
    padding: 8px 30px !important;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px
}

.user-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
    top: 9px;
    vertical-align: top;
    padding-left: 25px;
    margin-left: 25px
}

.user-menu ul, .user-name span {
    position: absolute;
    display: inline-block
}

.hamburger, .hamburger-box, .user-menu ul li a i {
    position: relative
}

.user-menu .user-name {
    transition: .2s
}

.user-menu .user-name:after {
    content: "\f107";
    font-family: FontAwesome;
    transition: .2s;
    transform: rotate(0);
    /* display: inline-block; */
    display: none;
    margin-left: 6px;
    color: #aaa
}

.checkboxes label:before, .parallax-section:before, .sign-in li:last-child:before, a.button:before {
    content: ""
}

.user-menu:hover .user-name, .user-menu:hover .user-name:after {
    color: #66676b
}

.user-name span img {
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    image-rendering: -webkit-optimize-contrast
}

.user-name span {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    left: -22px;
    top: -5px
}

.user-menu.active ul {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.user-menu ul {
    float: left;
    text-align: left;
    top: 45px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    width: 180px;
    font-size: 15px;
    transform: translate3d(0, 15px, 0);
    padding: 12px 10px;
    box-sizing: border-box;
    transition: .25s;
    visibility: hidden;
    opacity: 0;
    z-index: 110
}

.flag-menu, .mmenu-trigger {
    background-color: #eee;
    border-radius: 4px;
    position: relative;
    cursor: pointer
}

.user-menu ul li a {
    padding: 6px 15px;
    line-height: 22px;
    display: inline-block;
    color: #696969;
    transition: .2s
}

.user-menu ul li a:hover {
    color: #444
}

.user-menu ul li a i {
    width: 20px;
    display: inline-block
}

.mmenu-trigger {
    height: 50px;
    width: 50px;
    margin: 0 0 20px
}

.flag-menu {
    height: 45px;
    width: 45px
}

.hamburger {
    padding: 0;
    top: 10px;
    left: 13px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.flag-menu .hamburger {
    top: 8px;
    left: 11px
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 34px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.lang-dropdown {
    margin-left: 20px;
    top: 6px
}

.mmenu-trigger {
    display: none
}

@media only screen and (max-width: 1024px) {
    .header-widget .sign-in {
        position: relative;
        color: #333;
        margin-right: 0;
        top: 10px;
        display: inline-block;
        vertical-align: top
    }

    .sign-in, .user-menu {
        flex: 1
    }

    #responsive {
        display: none
    }

    .mmenu-trigger {
        display: inline-block !important
    }

    #logo {
        position: absolute;
        margin: 5px auto 0;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0
    }

    .header-widget {
        padding: 20px 0;
        border-top: 1px solid #eee;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        text-align: left
    }

    .header-widget a.button.border {
        padding: 7px 12px;
        background-color: transparent;
        font-size: 12px;
        min-width: auto;
        float: right
    }

    .user-menu {
        flex: 1
    }

    .left-side, .right-side {
        width: 100%
    }

    #header {
        padding-bottom: 0
    }
}

a.button, a.button.border, input[type=submit] {
    background-color: #66676b;
    top: 0;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: 0;
    border-radius: 50px
}

input[type=submit] {
    line-height: 32px
}

a.button:before {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .2s
}

a.button:hover:before {
    opacity: .1
}

a.button.border:before {
    display: none
}

a.button.border {
    background-color: transparent;
    color: #66676b;
    border: 1px solid #66676b;
    padding: 9px 21px;
    font-weight: 500
}

a.button.border:hover {
    background-color: #66676b;
    color: #1d1dce;
    opacity: 1
}

.button i {
    padding-right: 4px
}

.tabs-nav {
    margin: 0;
    padding: 0;
    width: 100%
}

.tabs-nav li {
    float: left;
    line-height: 45px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12
}

.tabs-nav li a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid transparent;
    color: #333;
    display: inline-block;
    outline: 0;
    padding: 7px 15px;
    font-size: 15px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px
}

.sign-in-form input, .sign-in-form input:focus {
    transition: box-shadow .2s !important
}

.tabs-nav li a:hover {
    border-color: #66676b;
    color: #66676b;
    z-index: 11
}

.tab-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%
}

.ads-details .tab-content {
    padding: 28px 33px
}

.tabs-container {
    overflow: hidden;
    width: 100%
}

.style-1 .tabs-container .tab-content {
    border: 0;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0
}

.sign-in-form .tabs-container {
    overflow: visible
}

.sign-in-form .tabs-nav li {
    line-height: 15px
}

.sign-in-form .tabs-nav li a {
    padding: 0 15px 18px;
    color: #666
}

.sign-in-form .tabs-nav li a:hover {
    color: #66676b
}

.lost_password a {
    margin: 0;
    color: #666;
    font-size: 15px
}

.lost_password:hover a {
    color: #66676b
}

.sign-in-form label {
    position: relative;
    color: #666;
    font-size: 15px
}

.sign-in-form label input {
    margin-top: 8px;
    padding-left: 45px;
    height: 53px
}

.sign-in-form input:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.sign-in-form label i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: 15px;
    bottom: 13px
}

.sign-in-form .button {
    line-height: 26px;
    height: auto;
    min-width: 120px;
    margin-bottom: 0
}

.checkboxes {
    padding: 0
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 16px
}

.checkboxes input[type=checkbox] {
    display: none
}

.checkboxes label:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .25s;
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px
}

.checkboxes input[type=checkbox]:checked + label:before {
    content: "\f00c";
    background-color: #66676b;
    border: 2px solid #66676b
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.mfp-hide {
    display: none !important
}

.small-dialog-header {
    font-size: 22px;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    top: 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 35px 40px;
    margin-bottom: 40px
}

.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 24px
}

#sign-in-dialog {
    color: #fff;
    background: #fff;
    padding: 0 40px 40px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 500px
}

body {
    font-size: 15px;
    line-height: 27px
}

body p {
    font-size: 16px;
    line-height: 29px
}

body, button, h3, input[type=password], input[type=submit], input[type=text] {
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
    text-transform: none
}

h3 {
    color: #222
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

@media only screen and (max-width: 1365px) {
    .user-menu {
        margin: 0 25px
    }

    .user-menu ul {
        left: -25px;
        right: auto
    }
}

@media (max-width: 1239px) {
    #navigation.style-1 {
        margin: 25px 0 5px -5px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 0;
        position: relative
    }

    #navigation.style-1:before {
        position: absolute;
        height: 1px;
        display: block;
        top: 0;
        left: 5px;
        content: "";
        background: #e8e8e8;
        width: 940px
    }
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
    content: '';
    bottom: 0
}

@media (max-width: 479px) {
    .breadcrumb {
        margin-top: 100px;
    }
    
    .category-columns {
        width: 20%;
        padding: 5px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .breadcrumb {
        margin-top: 125px;
    }
    
    
    .category-columns {
        width: 10%;
        padding: 5px;
    }
}

@media (max-width: 767px) {    
    .panel-user-details .section {
        margin-left: 30px;
    }
    .header-widget {
	height: 90px;
    }
    .ads-info {
        padding: 10px;
    }
    .mt-20 {
        margin-top: 90px !important;
    }
    table.manage-table {
        position: sticky;
    }
    .section.banner {
    	margin-top: -20px;
    }
    .myads-page .my-markad h2 {
        margin-top: -20px;
    }
    table.manage-table .title-container .item-title .breadcrumb {
        margin-top: 0px;
    }
    table.manage-table {
        margin-bottom: -70px;
    }
    .banner .search-banner-wrapper .search-banner .btn.btn-primary {
        margin-bottom: auto;
        line-height: unset;
    }
    .section.category-markad.text-center {
        margin-bottom: -70px !important;
    }
    section.clearfix {
	margin-top: 20px;
    }
    .ad-info .breadcrumb {
        margin-top: unset;
    }
    .banner-form.banner-form-full {
        margin-top: 10;
    }
    ol.breadcrumb {
        margin-top: 0px;
    }
    .section.recommended-ads {
        margin-top: -70px;
    }
    form#ListingForm {
        margin-top: 100px;
    }
    .user-details.section {
        margin-top: 20px;
    }
}

@media (min-width: 1025px) {
    .openbtn {
        display: none;
    }
}

@media (max-width: 1024px) {

    #navigation.style-1 {
        margin: 0;
        padding-top: 0
    }

    #navigation.style-1:before {
        display: none
    }

    .header-widget {
        height: auto
    }
}

@media (max-width: 767px) {
    .small-dialog-header {
        width: calc(100% + 60px);
        left: -30px;
        padding: 30px
    }

    #sign-in-dialog {
        background: #fff;
        padding: 0 30px 30px;
        max-width: 75vw
    }

    .header-widget {
        height: auto
    }

    .small-dialog-header h3 {
        padding: 0 80px 0 0;
        margin: 0;
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width: 480px) {
    .tabs-nav li, .tabs-nav li a {
        width: 100%;
        padding: 0;
        border-radius: 3px;
        text-align: center;
        border-bottom: 0
    }

    .user-menu {
        margin: 10px 0 -10px 25px;
        top: 0;
        display: inline-block
    }
}

.mobile-styles .mm-listview {
    margin: 0 -20px !important
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mobile-styles .mm-listview .mega-menu-headline {
    color: #fff;
    padding: 15px 20px !important;
    background: #222 !important
}

.mobile-styles .mm-listview li a i {
    padding-right: 5px
}

.mobile-styles.mm-panel:before {
    height: 10px !important
}

.mm-hidden {
    display: none !important
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-btn, .mm-menu, .mm-navbar, .mm-next:after, .mm-panels, .mm-panels > .mm-panel, .mm-prev:before {
    position: absolute;
    top: 0
}

.mm-menu {
    padding: 0
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: 0;
    border-bottom: 0;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: 0;
    border-top: 0;
    right: 25px
}

.mm-next:after, .mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    left: 0;
    right: 0
}

.mm-navbar > * {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626
}

.mm-listview, .mm-listview > li {
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
    border-color: inherit
}

.mm-listview > li {
    position: relative;
    border-bottom: 1px solid #404040
}

.mm-listview > li > a, .mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 10px 14px 20px;
    margin: 0
}

.mm-listview > li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    right: 0;
    display: none;
    left: 20px
}

.mm-listview .mm-next {
    background: 0 0;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: 0
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview, em.mm-counter {
    margin-top: -10px
}

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255, 255, 255, .1);
    color: #fff
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview > li {
    transition: .2s
}

.mm-menu .mm-listview > li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: 0 0;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-menu.mm-offcanvas.mm-opened, em.mm-counter {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter + a.mm-next {
    width: 90px
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
    margin-right: 90px
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
    padding-right: 90px
}

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px
}

.mm-nosubresults > .mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0, 0, 0, .3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 19px;
    font-size: 11px;
    font-weight: 500;
    font-family: open sans
}

body, h1, h2, h3, h4, h5, h6, html {
    font-weight: 400
}

.middle-dabba p, .middle-dabba p a {
    text-rendering: optimizelegibility
}

.ad-info .item-title, .gird-layout .breadcrumb > li, .quick-states .column li a span, .single-service li {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

body, html {
    font-family: 'Open Sans', sans-serif;
    color: #6f6f6f;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff
}

a, h1, h2, h3, h4, h5, h6 {
    font-family: Oxygen, sans-serif
}

ul {
    margin: 0;
    padding: 0
}

.banner-form input, .category-dropdown a {
    font-family: MyriadPro-Regular, sans-serif
    
}

a, a:focus, a:hover {
    outline: 0;
    color: #f26522
}

img {
    max-width: 100%
}

section {
    min-width: 100%;
    position: relative;
    width: 100%;
    padding: 50px 0
}

.btn:focus, .form-control:focus, a:active, a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important
}

.parallax-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax-section:before {
    position: absolute;
    background-color: rgba(35, 174, 121, .94);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 264px;
    display: block
}

.section {
    background-color: #fff;
    border-radius: 4px;
    padding: 35px 25px;
    margin-bottom: 25px
}

.section-title h4 {
    color: #000;
    font-weight: 500
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e3e3e3;
    height: 44px;
    color: #444
}

textarea {
    resize: none
}

.mar-bot-10 {
    margin-bottom: 10px !important
}

.pad-zero {
    padding: 0 !important
}

.mar-zero {
    margin: 0 !important
}

.btn.btn-primary {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 40px 12px;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.btn-primary:hover {
    background-color: #0578c3;
    color: #fff
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control::-moz-placeholder {
    color: #000
}

.form-control:-ms-input-placeholder {
    color: #000
}

.form-control:-moz-placeholder {
    color: #000
}

.page {
    padding-bottom: 0
}

#header .navbar-default {
    padding: 6px 0;
    background: #fff;
    border: none
}

.navbar-brand {
    padding: 0 15px
}

.navbar {
    margin: 0
}

.lang-dropdown .caret, .navbar-dropdown a i, .theme-dropdown .caret {
    margin-left: 5px
}

.nav li a, .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #0a0a0a;
    padding: 15px 12px;
    text-transform: uppercase
}

.category- a, .category-dropdown a {
    text-transform: capitalize
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .nav li a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #1c90f3
}

.dropdown-menu {
    border-radius: 0
}

.navbar-nav .dropdown-menu > li > a {
    padding: 6px 20px;
    font-size: 13px
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
    background-color: transparent
}

.nav-right {
    margin-top: 8px;
    text-align: right
}

.navbar-dropdown {
    display: inline;
    margin-right: 10px
}

.navbar-dropdown a {
    font-size: 14px;
    color: #252525;
    line-height: 23px
}

.navbar-dropdown li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #333
}

.lang-dropdown button, .lang-dropdown button:focus, .lang-dropdown button:hover, .theme-dropdown button, .theme-dropdown button:focus, .theme-dropdown button:hover {
    outline: 0;
    background-color: #ddd;
    color: #333
}

.lang-dropdown {
    float: right
}

.lang-dropdown .dropdown-menu {
    margin: 12px 0 20px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    border: transparent
}

.language-dropdown {
    display: inline;
    margin-right: 10px
}

.language-dropdown a {
    font-size: 14px;
    color: #252525;
    line-height: 23px
}

.language-dropdown a i {
    margin-left: 5px
}

.language-dropdown li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #333
}

.language-dropdown i.fa-globe, .language-dropdown i.fa-user {
    font-size: 14px;
    color: #1c90f3;
    margin-right: 5px
}

.home-two .language-dropdown {
    border-radius: 0;
    margin-left: -3px
}

#services-ad .language-dropdown {
    border-radius: 0;
    border-right: 0
}

.directory.page .banner-form-full .language-dropdown {
    margin-left: -3px
}

.category-page .language-dropdown, .details-page .language-dropdown {
    margin: 0 0 0 -4px;
    border-radius: 0;
    border-left: 1px solid #e6e6e6;
    padding: 0 0 0 17px
}

.language-dropdown i.fa-globe, .sign-in li i {
    font-size: 14px;
    color: #1c90f3;
    margin-right: 5px
}

.sign-in, .sign-out {
    display: inline;
    margin-right: 10px
}

.sign-in li, .sign-out li {
    display: inline-block;
    margin-top: 0
}

.navbar-dropdown i.fa-globe, .navbar-dropdown i.fa-user, .sign-in li i, .sign-out li i {
    font-size: 14px;
    color: #1c90f3;
    margin-right: 5px
}

.sign-in li:last-child {
    position: relative;
    padding-left: 10px
}

.sign-in li:last-child:before {
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 14px;
    margin-top: -7px
}

.nav-right .dropdown-menu {
    margin: 18px 0 20px
}

.nav-right .dropdown-menu li a:hover {
    color: #1c90f3;
    background-color: transparent
}

#header a.btn:hover, .badge, .download-button a.btn:hover {
    background-color: #1c90f3
}

.sign-in li a, .sign-out li a {
    color: #000;
    font-size: 14px
}

.sign-in li a:hover, .sign-out li a:hover {
    color: #1c90f3
}

#header a.btn, .download-button a.btn {
    padding: 13px 10px;
    background-color: #1c90f3;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-right: 20px
}

.badge {
    margin-left: 5px;
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 2px
}

.banner-section h1.title {
    font-size: 50px;
    line-height: 55px
}

.banner-section h3 {
    font-size: 22px;
    color: #FEFEFE;
    margin: 15px 0 30px;
    font-weight: 300
}

.banner-section {
    padding: 15px 0 60px
}

.banner .search-banner-wrapper {
    max-width: 900px;
    margin: 12px auto;
    border-radius: 5px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px
}

.banner-form .listing-form, .banner-form form {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    position: relative
}

.home-one .banner-form form {
    border: 0
}

.category-dropdown {
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    border-radius: 5px 0 0 5px;
    min-width: 200px;
    line-height: 45px;
    text-align: left;
    padding: 0 20px
}

.category-dropdown a i {
    margin-right: 7px;
    color: #6f6f6f;
    margin-top: 15px
}

.category-dropdown a .change-text {
    width: 91%;
    display: inline-block
}

.category-dropdown a .change-text i {
    margin-left: 5px;
    color: #6f6f6f;
    margin-top: 15px
}

.category-dropdown a {
    font-size: 16px;
    margin: 0;
    color: #6f6f6f;
    border: none;
    border-radius: 5px 0 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.category-dropdown #sort-dropdown {
    display: initial
}

.category-dropdown a#sort-dropdown .change-text {
    width: auto;
    display: inline-block;
    padding-right: 20px
}

.nav .open > a#sort-dropdown, .nav .open > a#sort-dropdown:focus, .nav .open > a#sort-dropdown:hover {
    background-color: transparent !important;
    border-color: transparent !important
}

.banner-form input {
    padding: 0 35px;
    margin: 0 0 0 -4px;
    border-radius: 0;
    border: none
}

.banner-form .banner-icon i {
    position: absolute;
    top: 8px;
    font-size: 25px;
    color: #6f6f6f;
    padding-left: 10px
}

.banner-form .category-dropdown, .banner-form .form-control {
    display: block;
    height: 46px;
    font-size: 16px
}

.category-change > li > ul {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 100%;
    z-index: -1;
    width: 300px;
    top: 0;
    bottom: -1px;
    overflow-y: hidden;
    background: #999;
    padding: 13px 0
}

.category-change:hover {
    border-left-color: #999
}

.category-change > li:hover > a {
    background: #999;
    border-radius: 0 !important;
    color: #fff !important
}

.category-change > li:hover > a i {
    color: #fff
}

.category-change > li > a {
    display: block;
    padding: 12px 30px 12px 50px;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    position: relative
}

.category-change > li > a i, .category-change > li > a img {
    position: absolute;
    left: 10px;
    width: 20px;
    text-align: center;
    line-height: 0;
    font-size: 20px
}

.category-change > li > a i {
    top: 17%;
}

.category-change > li > a img {
    top: 25%;
}

.category-change > li > a i:hover {
    color: #fff
}

.category-change > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    line-height: 1.5
}

.category-change > li:first-child > a:after, .owl-carousel .owl-prev:before {
    content: ""
}

.category-change > li:hover > ul {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1
}

.category-change > li > ul li {
    display: block
}

.category-change > li > ul li a {
    color: #fff;
    display: block;
    padding: 0 30px;
    font-size: 14px;
    text-decoration: none
}

.category-change > li > ul li a:hover {
    background: rgba(0, 0, 0, .05);
    color: #fff
}

.banner-form button.form-control {
    position: relative;
    right: -2px;
    bottom: 0;
    background-color: #1c90f3;
    border-radius: 0 5px 5px 0;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 46px;
    font-size: 12px
}

.category-markad {
    background-color: #fff;
    display: inline-block;
    padding: 40px 0 10px;
    border-radius: 3px;
    width: 100%
}

.category-list .category-item {
    width: 25%;
    float: left;
    margin-bottom: 30px
}

.category-list .category-item:nth-child(4n+1) {
    clear: left
}

.category a {
    color: #505050;
    display: block
}

.banner-form .dropdown-menu {
    min-width: 100%;
    padding: 15px 0
}

.category-icon {
    min-height: 37px;
    width: 100%
}

.category-icon i {
    font-size: 40px;
    color: #6f6f6f
}

.category-title {
    color: #505050;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden
}

.category-quantity {
    color: #b5b5b5
}

.browse-categories .section-title, .featured-top {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 0
}

.markad-section {
    margin: 40px 0
}

#ad-post .markad-section {
    margin-bottom: 20px
}

.ad-info {
    padding: 16px
}

.ad-info .item-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    width: 95%
}

.ad-info .item-title a {
    color: #000
}

.featured-slide .ad-info {
    min-height: 140px
}

.ad-info .item-title a:hover {
    text-decoration: underline
}

.category-page .banner-form-full {
    margin-bottom: 25px;
    margin-top: 30px
}

.featured-slider .col-sm-4 {
    width: 100%
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    position: absolute;
    top: -65px;
    font-size: 24px;
    color: #2650c3
}

.owl-carousel .owl-next {
    right: 15px
}

.owl-carousel .owl-prev {
    right: 55px
}

.owl-carousel .owl-prev:before {
    position: absolute;
    top: 6px;
    right: 50%;
    margin-right: -20px;
    width: 1px;
    height: 16px;
    background-color: #f2f2f2
}

.ad-info .breadcrumb > li + li:before, .breadcrumb > li + li:before {
    content: "\f101";
    font-family: FontAwesome
}

.markad-section img {
    display: inline
}

.gird-layout .quick-item {
    width: 32.3333334%;
    margin: 18px 2px;
    float: left;
    height: auto;
    padding: 0;
    max-height: none !important
}

.gird-layout .item-image-box {
    overflow: hidden
}

.gird-layout.my-profile .ad-info .item-price {
    font-size: 14px
}

.quick-item {
    border: 2px solid #f3f3f3;
    margin: 18px 0;
    min-height: 153px;
    border-radius: 2px;
    max-height: 153px
}

.quick-item.highlight {
    border-radius: 8px;
    border: 3px solid #efa02a !important;
    background: #ffedc0 !important
}

.quick-item:hover .item-image img {
    -moz-transform: scale(1.05) rotate(2deg);
    -webkit-transform: scale(1.05) rotate(2deg);
    -o-transform: scale(1.05) rotate(2deg);
    -ms-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg)
}

.item-image-box {
    max-height: 200px;
    overflow: hidden
}

.item-image-box, .item-info {
    padding: 0;
    margin: 0;
    position: relative
}

.item-info {
    min-height: 152px
}

.item-image {
    position: relative
}

.item-image img {
    width: 100%;
    min-height: 200px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.gird-layout .breadcrumb > li {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    line-height: 14px
}

.item-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px
}

.item-badges .featured {
    background-color: #43a047 !important;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0
}

.item-badges span {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: #F1B500;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute
}

.quick-item .ad-info {
    overflow: hidden
}

.ad-info {
    min-height: 140px;
    overflow: hidden
}

.ad-info .contact-options {
    margin: -25px;
    padding: 0 10px
}

.ad-info .contact-options li {
    display: inline-block;
    margin: 0 2px
}

.ad-info .contact-options li a {
    display: block;
    text-decoration: none;
    margin-right: 2px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #b7b7b7;
    font-size: 12px;
    position: relative;
    background: #f4f4f4
}

.ad-info .contact-options li a.fa-heart:hover {
    background: #f02929
}

.ad-info .contact-options li a.fa-heart:active, .ad-info .contact-options li a.fa-heart:focus {
    color: #b7b7b7
}

.ad-info .contact-options li a:active, .ad-info .contact-options li a:focus, .ad-info .contact-options li a:hover {
    color: #fff
}

.ad-info .contact-options li a.fa-heart.active {
    background: #f02929;
    color: #fff
}

.ad-info .breadcrumb {
    margin-bottom: 0;
    color: #909090 !important;
    font-size: 13px;
    padding: 0
}

.ad-info .breadcrumb > li + li:before {
    color: #909090
}

.ad-info .breadcrumb a {
    color: inherit
}

.ad-info .item-details {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px
}

.ad-info .item-details li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px
}

.gird-layout .ad-info .item-details li, .owl-item .ad-info .item-details li {
    width: 100%;
    padding: 4px 0
}

.ad-info .item-details li a {
    font-weight: 300;
    color: #6f6f6f
}

.ad-info .item-details li i {
    margin-right: 5px;
    color: #1c90f3
}

.ad-info .breadcrumb li a:focus, .ad-info .breadcrumb li a:hover, .ad-info .item-details li a:focus, .ad-info .item-details li a:hover {
    color: #1c90f3;
    font-weight: 300
}

.ad-info .item-price {
    display: inline-block;
    background: #f0f0f0;
    color: #888;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 9px;
    padding: 0 5px
}

.ad-info .view-btn {
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 18px;
    text-decoration: none;
    border: 2px solid #e0e0e0;
    color: inherit
}

.ad-info a.view-btn:hover {
    border-color: #1c90f3;
    color: #fff !important
}

.well {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background: 0 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px
}

select {
    padding: 6px 12px;
    border: 1px solid #E7E7E7;
    line-height: 26px
}

.btn-orange {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.btn, .form-control, .img-thumbnail, .nav-pills > li > a, .thumbnail {
    border-radius: 3px
}

.btn-group-vertical > .btn, .btn-group > .btn {
    float: none
}

.btn-orange.active, .btn-orange.disabled, .btn-orange:active, .btn-orange:focus, .btn-orange:hover, .btn-orange[disabled] {
    color: #fff;
    background-color: #f02929
}

.sort-by .chosen-single {
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding-left: 10px
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0
}

.breadcrumb li a {
    color: #1c90f3;
    font-weight: 300
}

.breadcrumb li a:focus, .breadcrumb li a:hover {
    color: #f26522;
    font-weight: 300
}

.breadcrumb > li + li:before {
    color: #1c90f3
}

.back-result {
    padding: 0
}

.featured-slider, .recommended-slider {
    margin-right: -15px
}

.recommended-ads {
    margin-bottom: 0;
    margin-top: 20px;
    position: sticky;
}

.recommended-ads .quick-item {
    border: 2px solid #f3f3f3;
    margin: 0;
    min-height: 152px;
    border-radius: 2px;
    max-height: none
}

.recommended-ads .ad-info .contact-options {
    padding: 25px;
    margin-top: -16px
}

.recommended-ads .ad-meta {
    margin-top: 15px;
}

.recommended-ads h4 {
    font-weight: 500;
    color: #000;
    margin: 0
}

.recommended-ads h5 {
    display: inline;
    margin-right: 9px
}

.recommended-ads .featured-top {
    padding-bottom: 20px
}

#home-one-info {
    background-color: #f7f7f7;
    padding: 0 0 70px
}

.home-one .category {
    margin-bottom: 6px
}

.featured-slider-two .col-sm-3 {
    width: 100%
}

#banner-two {
    background-repeat: no-repeat;
    background-position: center top
}

#banner-two .overlay {
    background-color: rgba(45, 48, 58, .8)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner h1.title {
    font-size: 51px;
    color: #d6d6d6
}

.banner h3 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin: 27px 0 32px
}

.home-one .banner-form {
    border-radius: 10px
}

.home-one .banner-form input[type=text] {
    max-width: 402px
}

.home-one .banner-form input[type=submit] {
    background-color: #005821
}

.home-one .banner-form input[type=submit]:hover {
    background-color: #0578c3;
    color: #fff
}

.home-one .trending-ads {
    margin-bottom: 20px
}

.services {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
    border-radius: 4px
}

.single-service {
    display: inline-block;
    width: 24.5%;
    padding: 15px;
    margin-bottom: 25px
}

.single-service h5 > a {
    color: #505050 !important
}

.services-icon {
    min-height: 30px
}

.services-icon i {
    font-size: 40px
}

.single-service h5 {
    font-size: 16px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 13px
}

.single-service li {
    margin-bottom: 5px;
    overflow: hidden
}

.single-service li a {
    color: #b5b5b5
}

.single-service li a:hover {
    color: #1c90f3
}

#main.home-two {
    padding-top: 0;
    padding-bottom: 35px
}

#road_map {
    height: 550px;
    position: relative;
    border: 0
}

.home-two .banner-form input[type=text] {
    margin-left: 0;
    max-width: 544px;
    border-right: 0
}

.home-two .banner-form input[type=submit] {
    margin-left: -2px;
    font-size: 16px
}

.home-two .navbar-dropdown {
    border-radius: 0;
    margin-left: -3px
}

.home-two .banner-form {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px
}

.home-two .featured img {
    width: 100%
}

.home-two .featured {
    margin-right: 0
}

.home-two .featured-slide {
    margin-top: 30px;
    border-radius: 4px;
    padding: 10px 25px 20px
}

.home-one .featured-slide .featured-top h4, .home-three .featured-slide .featured-top h4, .home-two .featured-slide .featured-top h4 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.home-one .ad-info .item-title a, .home-three .ad-info .item-title a, .home-two .ad-info .item-title a {
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.home-one .ad-info .item-title a:hover, .home-three .ad-info .item-title a:hover, .home-two .ad-info .item-title a:hover {
    text-decoration: none
}

.home-two .featured-slide .pagination {
    margin-bottom: 50px
}

.featured-slide .quick-item {
    border: 2px solid #f3f3f3;
    margin: 0 12px 0 0;
    min-height: 152px;
    border-radius: 2px;
    max-height: none
}

.featured-slide .ad-info .contact-options {
    padding: 25px;
    margin-top: -16px
}

.featured-slide .ad-meta {
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5
}

.recommended-ads .allAd .quick-item {
    border: 1px solid #f3f3f3;
    margin: 18px 0;
    min-height: 154px;
    border-radius: 2px;
    max-height: 153px
}

.recommended-ads .allAd .gird-layout .quick-item {
    margin: 0 15px 20px 0;
    width: 23.333333%
}

.recommended-ads .allAd .ad-info .contact-options {
    padding: 25px;
    margin-top: -16px
}

.recommended-ads .allAd .list .ad-info .contact-options {
    padding: 0;
    margin: -16px 0 0
}

.recommended-ads .filter-section h2 {
    font-size: 18px;
    float: left;
    color: #000;
    margin-left: 10px;
    margin-top: 10px
}

.my-details .filter-section h2 {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    margin-top: 20px !important;
    margin-bottom: 15px !important
}

.my-details .category-dropdown, .recommended-ads .category-dropdown {
    background-color: #fff;
    border-right: none
}

.my-details .dropdown h5 {
    display: inline;
    margin-right: 9px
}

.my-details .category-change > li > a, .recommended-ads .category-change > li > a {
    display: block;
    padding: 6px 20px
}

.ad-details span.icon, .pagination ul li, .ribbon-inner, .slider {
    display: inline-block
}

.my-details .category-change > li > a:after, .recommended-ads .category-change > li > a:after {
    content: none
}

#something-sell h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 28px
}

#something-sell .btn.btn-primary {
    margin-top: 15px
}

#something-sell a.btn:hover {
    background-color: transparent
}

#something-sell h2.title {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 14px
}

.pagination {
    margin-top: 25px;
    margin-bottom: 10px
}

.pagination > li > a {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 700;
    background-color: #e7e8e9;
    margin: 3px;
    border: 1px solid #e2e3e3;
    border-radius: 5px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > li > a:hover {
    color: #fff;
    background-color: #1c90f3;
    border: 1px solid #1c90f3
}

.pagination > li:nth-child(7) a, .pagination > li:nth-child(7) a:hover {
    background-color: transparent;
    border: none;
    color: #9a9a99
}

.pagination > li:nth-child(7) a {
    padding: 4px 9px;
    line-height: 25px
}

.pagination ul, .pagination ul li {
    padding: 0;
    margin: 0
}

.pagination ul li a, .pagination-next-prev ul li a {
    padding: 10px 0;
    border-bottom: none;
    display: inline-block;
    color: #888;
    background-color: #f2f2f2;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 4px;
    line-height: 20px
}

.pagination ul li a {
    width: 42px
}

.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px
}

.pagination .current, .pagination ul li a.current-page, .pagination ul li a:hover, .pagination-next-prev ul li a:hover {
    color: #fff;
    background-color: #1c90f3
}

.pagination-next-prev a.next, .pagination-next-prev a.prev {
    position: absolute;
    top: 0
}

.pagination-next-prev ul li a {
    color: #888;
    padding: 10px 16px
}

.pagination-container {
    position: relative;
    margin-top: 40px;
    text-align: right
}

#main.details-page {
    padding-bottom: 50px
}

.details-page .banner {
    padding: 0
}


.banner-form-full {
    max-width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-top: -40px
}

.banner-form .location {
    border-left: 1px solid #e0e0e0
}

.home-two .banner-form-full.banner-form input {
    min-width: 434px
}

.category-page .navbar-dropdown, .details-page .navbar-dropdown {
    margin: 0 0 0 -4px;
    border-radius: 0;
    border-left: 1px solid #e0e0e0
}

.banner-form-full.banner-form input::-webkit-input-placeholder {
    color: #000
}

.banner-form-full.banner-form input:-moz-placeholder {
    color: #000
}

.banner-form-full.banner-form input::-moz-placeholder {
    color: #000
}

.banner-form-full.banner-form input:-ms-input-placeholder {
    color: #000
}

.slider {
    background-color: #fff;
    padding: 33px 30px 51px;
    border-radius: 4px;
    width: 100%
}

.carousel-indicators {
    position: initial;
    width: 100%;
    left: 0;
    bottom: -129px;
    margin-left: 0;
    border: none;
    text-align: center
}

.details-page figure.ad-detail-page {
    height: auto;
    float: none !important;
    background-color: #f9f9f9
}

.details-page > figure {
    margin: 0 0 30px
}

.details-page figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    height: 200px;
    border-radius: 5px
}

.featured-img, .ribbon, .ribbon-inner {
    position: absolute
}

.featured-img {
    top: 0;
    border: 0
}

.price-range .category-dropdown {
    border-right: 0;
    min-width: inherit;
    line-height: inherit;
    padding: 0;
    height: 0
}

.price-range .category-dropdown a {
    font-weight: 700
}

.price-range .dropdown-menu {
    margin-top: 25px;
    min-width: 110px
}

#product-carousel .carousel-control.left, .featured-img, .pagination-next-prev a.prev {
    left: 0
}

#product-carousel .carousel-control.right, .pagination-next-prev a.next {
    right: 0
}

.fa-chevron-left:before {
    font-size: xx-large;
    opacity: 0.5;
}

.fa-chevron-right:before {
    font-size: xx-large;
    opacity: 0.5;
}

#product-carousel .carousel-indicators li, #product-carousel .carousel-indicators li.active {
    height: 100px;
    width: 105px;
    text-indent: inherit;
    border: none !important;
    border-radius: 0;
    margin: 0 0 0 17px;
    overflow: hidden;
    background: 0 0
}

#product-carousel .carousel-indicators li:first-child {
    margin-left: 0 !important
}

#product-carousel .carousel-indicators li img {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .7
}

#product-carousel .carousel-indicators li img:hover, #product-carousel .carousel-indicators li.active img {
    opacity: 1
}

#product-carousel .carousel-control {
    background: 0 0 !important;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    opacity: 0
}

#product-carousel:hover .carousel-control {
    opacity: 1
}

.carousel-inner > .item {
    width: 100%;
    height: 390px;
    line-height: 390px;
    text-align: center
}

.aside {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ebebeb
}

.ad-details .aside-header {
    background: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 22px
}

.ad-details .aside-body {
    padding: 10px 15px
}

#main .ad-details h1.title {
    font-size: 24px;
    font-weight: 400;
    color: #1c90f3;
    margin: 0
}

.ad-details h4 {
    font-weight: 500;
    color: #272727;
    margin-bottom: 19px
}

.ad-details span {
    color: #9fa4a4;
    font-size: 14px
}

.ad-details span a {
    font-weight: 500;
    color: #000;
    margin-right: 10px
}

.ad-details span a.time {
    color: #4a4b4b;
    font-weight: 400
}

.ad-details span i {
    margin-right: 10px
}

.ad-details span.icon {
    margin: 11px 0 16px
}

.ad-details span.icon a, .user-info a {
    color: #9fa4a4;
    font-weight: 400
}

.ad-details span.icon a strong {
    font-weight: 400;
    color: #1c90f3
}

.ribbon {
    top: -3px;
    left: -3px;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: transparent;
    z-index: 100
}

.ribbon-clip {
    left: -14px
}

.ribbon-clip.ribbon-reverse {
    right: -13px;
    left: auto
}

.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto
}

.ribbon-clip.ribbon-reverse .ribbon-inner {
    padding-right: 23px;
    padding-left: 15px;
    border-radius: 5px 0 0 5px
}

.ribbon-clip.ribbon-reverse .ribbon-inner:after {
    right: 0;
    left: auto;
    border-right-color: transparent;
    border-left-color: #2b842f
}

.ribbon-clip .ribbon-inner:after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-color: #2b842f;
    border-right-color: #2b842f
}

.ribbon-clip .ribbon-inner {
    background-color: #4caf50
}

.ribbon-inner {
    top: 16px;
    left: 0;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    background-color: #616161
}

.user-info h4 {
    margin-bottom: 12px
}

.user-info strong {
    color: #272727;
    margin-right: 5px
}

.user-info a {
    color: #272727
}

.contact-advertiser span {
    color: inherit
}

.contact-advertiser .btn, .contact-advertiser .btn-info {
    background-color: #0578c3;
    color: #fff
}

.contact-advertiser h4 {
    margin-top: 32px
}

.contact-advertiser .btn {
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid transparent;
    margin-bottom: 20px
}

.contact-advertiser .btn-warning {
    background-color: #ff9800;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.contact-advertiser .btn i {
    font-size: 18px;
    vertical-align: top;
    margin-right: 10px
}

.contact-advertiser a.btn-info:hover {
    color: #0578c3;
    background-color: transparent;
    border: 1px solid #0578c3
}

.contact-advertiser .btn-warning:hover {
    color: #ff9800;
    background-color: transparent;
    border: 1px solid #ff9800
}

.social-links li a {
    font-size: 20px
}

.social-links li {
    margin-right: 10px
}

.social-links li:last-child {
    margin-right: 0
}

.ad-details .jssocials-share-link:active, .ad-details .jssocials-share-link:focus, .ad-details .jssocials-share-link:hover {
    color: #fff
}

.quick-info {
    padding: 30px 0 0;
    font-size: 14px;
    background-color: #fff
}

.detail-title {
    padding-bottom: 40px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #272727
}

.detail-title .title-left {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
    float: left
}

.quick-info ul {
    margin: -5px;
    padding: 0
}

.quick-info ul li {
    float: left;
    width: 50%;
    display: block;
    padding: 5px
}

.quick-info ul li > .inner {
    background: #f4f4f4;
    padding: 10px 15px
}

.quick-info ul li > .inner span.label {
    color: #151515;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    box-shadow: none;
    text-transform: none
}

.description-info {
    margin-top: 30px
}

.description-info .nav h4 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.description-info .nav .active h4 {
    font-weight: 700
}

.description, .text-widget {
    line-height: 22px;
    padding: 30px 0 0;
    color: #272727
}

.description, .more-info {
    background-color: #fff;
    border-radius: 3px
}

.quick-info ul li > .inner > span {
    float: left;
    width: 50%;
    text-align: right
}

.text-widget {
    background-color: #fff
}

.description {
    margin-bottom: 25px
}

.description h4, .more-info h4 {
    font-weight: 500;
    color: #272727;
    margin-bottom: 18px
}

.more-info li .fa-heart:before, .more-info li .fa-spinner:before, .more-info li i {
    font-size: 18px;
    color: #000;
    margin-right: 28px
}

.adpost-details h4, .description h4, .more-info, .more-info li {
    margin-bottom: 20px
}

.more-info {
    padding: 0 30px
}

.more-info li .fa-heart:before {
    content: "\f08a"
}

.more-info li .fa-heart.active:before {
    content: "\f004";
    color: #f02929
}

.more-info li a {
    font-size: 16px;
    color: #707070
}

.more-info li a:hover {
    color: #1c90f3
}

.more-info li a span {
    color: #1c90f3;
    font-weight: 400
}

.details-page .recommended-ads {
    padding-top: 20px
}

.adpost-details h4 {
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    margin-top: 0
}

.adpost-details .seller-info h4 {
    margin-bottom: 35px
}

.adpost-details .form-group {
    position: relative;
    margin-bottom: 40px
}

.postdetails li a {
    color: #838383;
    font-size: 16px
}

.postdetails .edit:hover, .postdetails li a:hover, .postdetails li.active a {
    color: #1c90f3
}

.selected-product {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 20px
}

.selected-product .select-category li {
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.selected-product .select-category li:before {
    top: -8px;
    right: -10px;
    opacity: 1
}

.selected-product .select-category li.active:before {
    opacity: 0
}

.selected-product .select-category span.select {
    margin-right: 15px
}

.selected-product .edit {
    color: #0578c3;
    position: absolute;
    right: 0;
    top: 14px
}

.selected-product .edit i {
    margin-right: 8px
}

.adpost-details label {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.adpost-details label.label-title {
    padding-top: 10px
}

.adpost-details input[type=radio] + label {
    cursor: pointer;
    margin-right: 20px;
    padding-left: 25px;
    vertical-align: sub !important;
    position: relative;
    color: #838383;
    margin-bottom: 0
}

.adpost-details input[type=radio] {
    display: none
}

.adpost-details input[type=radio] + label:after, .adpost-details input[type=radio] + label:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent
}

.adpost-details input[type=radio] + label:before {
    border: 2px solid #0578c3
}

.adpost-details input[type=radio]:checked + label:after {
    border: 5px solid #0578c3
}

.adpost-details .form-control::-webkit-input-placeholder {
    color: #6f6f6f
}

.adpost-details .form-control::-moz-placeholder {
    color: #6f6f6f
}

.adpost-details .form-control:-ms-input-placeholder {
    color: #6f6f6f
}

.adpost-details .form-control:-moz-placeholder {
    color: #6f6f6f
}

.uplomarkad-section {
    overflow: hidden
}

.add-image label.upload-image {
    width: 20%;
    height: 80px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0;
    margin-left: 20px;
    cursor: pointer
}

.add-image label.upload-image span {
    font-size: 11px;
    color: #666;
    display: block;
    font-weight: 300;
    margin-top: 52px;
    text-align: center
}

.add-image label.upload-image:first-child {
    margin-left: 0
}

.add-image label.upload-image:before {
    position: absolute;
    content: "\e66f";
    font-family: Pe-icon-7-stroke;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #c2c2c2;
    cursor: pointer;
    margin-top: -20px;
    margin-left: -14px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.add-image label.upload-image.moreImage:before {
    position: absolute;
    content: "\e623";
    font-family: Pe-icon-7-stroke
}

.add-image label.upload-image:hover:before {
    color: #0578c3
}

.add-image label.upload-image input {
    display: none
}

.select-price input[type=text] {
    display: inline-block;
    width: initial
}

.postdetails .select-price {
    margin-bottom: 40px
}

.checkbox label input[type=checkbox] {
    width: 0;
    height: 0;
    display: none
}

.checkbox label {
    position: relative;
    padding-left: 22px;
    color: #000;
    font-weight: 400;
    margin-right: 35px;
    text-align: left
}

.checkbox label:last-child {
    margin-right: 0
}

.postdetails .model-name {
    margin-bottom: 45px
}

.postdetails .item-description {
    margin-bottom: 15px
}

.adpost-details .premium .table > tbody > tr > td {
    border-top: transparent
}

.adpost-details .premium-options {
    margin-top: 30px;
    max-width: 360px
}

.adpost-details .premium-options li {
    margin-bottom: 25px;
    color: #000
}

.adpost-details .premium-options li span {
    float: right
}

.adpost-details .premium-options input[type=radio] + label {
    color: #000
}

.termStatement span {
    padding-left: 10px
}

.termStatement .link {
    font-size: 16px
}

.promo-text-box {
    padding: 15px 20px
}

.promo-text-box .fa {
    color: #1c90f3
}

.promo-text-box h3 {
    margin-top: 10px;
    padding-bottom: 15px;
    color: #1c90f3
}

.list-check > li:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f058";
    left: 0;
    top: 0
}

ul.list-check {
    padding-left: 0 !important
}

.list-check > li {
    margin-bottom: 3px;
    padding-left: 20px;
    position: relative;
    font-size: 14px
}

#main.published-page {
    padding: 64px 0 79px
}

.congratulations {
    background-color: #fff;
    padding: 100px 100px 115px;
    border-radius: 4px
}

.congratulations i {
    font-size: 72px;
    color: #1c90f3;
    margin-bottom: 18px
}

.congratulations h2 {
    font-weight: 700;
    color: #1c90f3;
    margin: 0 0 4px
}

.congratulations h4 {
    color: #b0b0b0;
    font-size: 24px;
    margin: 0;
    padding: 0
}

#main.user-page {
    padding: 60px 0 80px
}

.user-account {
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 50px
}

.user-account h2 {
    color: #1c90f3;
    font-weight: 700;
    margin-bottom: 25px
}

.user-account input, .user-account select {
    height: 44px;
    margin-top: 30px;
    font-size: 16px
}

.user-account .btn {
    background-color: #1c90f3;
    color: #fff;
    padding: 5px 32px 7px;
    margin-top: 10px
}

.user-account select {
    color: #000
}

.forgot-password a, .user-account .checkbox label {
    color: #b9b9b9
}

.forgot-password a:hover, .user-account .checkbox label:hover {
    color: #1c90f3
}

.user-account .user-option {
    overflow: hidden;
    margin-top: 55px
}

.user-option .forgot-password {
    margin-top: 10px
}

.user-page .btn-primary {
    padding: 15px 30px;
    display: block;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 25px;
    background-color: #0578c3
}

.user-page .btn-primary:hover {
    background-color: #1c90f3
}

.post-option {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px
}

.post-option h4 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 20px
}

.post-option li {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0 20px;
    position: relative
}

.select-category li:before {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 30px;
    content: "\f105";
    font-family: FontAwesome;
    color: #1c90f3;
    opacity: 0
}

.select-category li.active:before, .select-category li:hover:before {
    opacity: 1
}

.select-category span.select {
    display: inline-block;
    margin-right: 25px
}

.select-category span.select i {
    font-size: 30px;
    vertical-align: middle
}

.post-option li a:hover, .post-option li.active a, .post-option li.link-active a, .post-option li:hover a {
    color: #1c90f3
}

.post-option #sub_category li.link-active, .post-option #sub_category li:hover {
    background-color: #1c90f3
}

.post-option #sub_category li a:hover, .post-option #sub_category li.active a, .post-option #sub_category li.link-active a, .post-option #sub_category li:hover a {
    color: #fff;
    padding-left: 10px
}

.select-category li a img {
    display: inline-block
}

.post-option li a {
    font-size: 16px;
    color: #505050
}

.post-option.next-stap {
    padding: 50px
}

.next-stap h2 {
    font-size: 29px;
    margin-bottom: 20px
}

.next-stap h2 span {
    color: #1c90f3
}

.next-stap .btn-section {
    margin: 25px 0
}

.next-stap .btn {
    padding: 5px 50px 7px;
    color: #fff;
    border: 1px solid #dadada;
    margin-right: 5px
}

.next-stap .btn:disabled {
    background-color: #dadada
}

.next-stap .btn-info {
    background-color: transparent;
    color: #d2d2d2
}

.next-stap .btn:hover {
    border: 1px solid #1c90f3;
    background-color: transparent
}

.next-stap .btn-info:hover, .next-stap .btn:hover {
    color: #1c90f3
}

.no-border {
    border: none !important
}

.collapse-title {
    /* border-top: 1px solid #e0e0e0; */
    color: #2a3744;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

a.nav-link.collapse-title {
    color: black;
    font-size: 10px;
    font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: blue;
}

div#navbarNav {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.collapse-box {
    margin-bottom: 15px
}

.collapse.in {
    display: block
}

.page-sidebar .section {
    padding: 0px 20px
}

.user-panel-sidebar ul li a {
    background: #fff;
    display: block;
    color: #2a3744;
    font-size: 12px;
    height: auto;
    letter-spacing: .5px;
    line-height: 26px;
    padding: 5px 15px;
    margin-bottom: 1px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase
}

.user-img, ul.social_share, ul.social_share li {
    display: inline-block
}

.user-panel-sidebar ul li a:active, .user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li.active a {
    background-color: #1c90f3;
    color: #FFF
}

.user-panel-sidebar ul li a .badge {
    display: inline-block;
    font-size: 10px;
    float: right;
    top: 5px;
    position: relative
}

.user-details .user-admin, .user-img {
    float: left
}

.user-panel-sidebar ul li a:hover > .badge, .user-panel-sidebar ul li.active a .badge {
    background-color: #FFF;
    color: #1c90f3
}

.myads-page .my-markad {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 4px
}

.myads-page .my-markad h2 {
    font-weight: 300;
    color: #2a2a2a;
    margin-top: 10px;
    margin-bottom: 30px
}

.user-details {
    background-color: #fff;
    overflow: hidden;
    padding: 0
}

.user-img {
    border: 1px solid #eee;
    width: 80px;
    padding: 3px;
    margin-right: 5px
}

.user-img.profile-img {
    max-width: 150px;
    min-width: 140px
}

.user-ads-details {
    float: left;
    margin-top: 15px;
}

.user-details .favourites, .user-details .my-markad, .user-details .site-visit {
    float: left;
    padding: 0 28px;
    text-align: center;
    border-left: 1px solid #f5f5f5
}

.user-details .favourites small, .user-details .my-markad small, .user-details .site-visit small {
    font-size: 14px
}

.user-details .user-admin small {
    font-size: 13px
}

.panel-user-details .section {
    background-color: #fff;
    padding: 15px 35px;
    margin-right: 30px;
}

.my-details .checkbox label {
    width: 100%
}

.user-admin section {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0
}

.user-admin .contacts .social-links {
    padding: 5px 0
}

.user-admin .contacts i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px
}

.social_share.margin-top-100 {
    margin-top: 100px
}

.social_share.margin-top-170 {
    margin-top: 170px
}

ul.social_share li a {
    background: #fff;
    color: #666;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #6f6f6f;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin-right: 5px;
    position: relative
}

.toggle_share ul li a.facebook:focus, .toggle_share ul li a.facebook:hover, ul.social_share li a.facebook:focus, ul.social_share li a.facebook:hover {
    background: #3b5998;
    color: #fff
}

.toggle_share ul li a.twitter:focus, .toggle_share ul li a.twitter:hover, ul.social_share li a.twitter:focus, ul.social_share li a.twitter:hover {
    background: #55acee;
    color: #fff
}

.toggle_share ul li a.google:focus, .toggle_share ul li a.google:hover, ul.social_share li a.google:focus, ul.social_share li a.google:hover {
    background: #dd4b39;
    color: #fff
}

.toggle_share ul li a.linkden:focus, .toggle_share ul li a.linkden:hover, ul.social_share li a.linkden:focus, ul.social_share li a.linkden:hover {
    background: #0077B5;
    color: #fff
}

.toggle_share ul li a.instagram:focus, .toggle_share ul li a.instagram:hover, ul.social_share li a.instagram:focus, ul.social_share li a.instagram:hover {
    background: #3f729b;
    color: #fff
}

.toggle_share ul li a.youtube:focus, .toggle_share ul li a.youtube:hover, ul.social_share li a.youtube:focus, ul.social_share li a.youtube:hover {
    background: #b00;
    color: #fff
}

.panel-user-details .form-group, .panel-user-details .input-field {
    display: inline-table;
    margin-bottom: 18px;
    width: 100%
}

.panel-user-details .form-group .btn-upload {
    padding: 11px 12px;
    margin: 0
}

.panel-user-details .control-label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0
}

.required {
    color: #f95858
}

.radio.radio-inline {
    margin-top: 0
}

.checkbox-inline, .radio-inline {
    display: inline
}

.radio {
    padding-left: 20px
}

.panel-user-details h2 {
    font-weight: 300;
    color: #333
}

.panel-user-details .my-details h2 {
    margin-top: 10px;
    margin-bottom: 30px
}

.btn.btn-outline {
    background-color: #1c90f3;
    color: #fff;
    padding: 6px 26px 7px;
    margin: 9px 0 0
}

.ad-profile-page .buttons a.btn {
    margin-bottom: 0
}

.btn.btn-outline.cancel {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    margin-left: 10px
}

.btn.btn-outline:hover {
    background-color: transparent;
    color: #1c90f3
}

table.manage-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none
}

table.manage-table th {
    border: none;
    text-align: left;
    padding: 17px 20px;
    color: #fff;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 9;
    line-height: 22px;
    margin-left: 33px !important
}

table.manage-table td:first-child {
    padding-left: 0;
    line-height: 25px
}

table.manage-table th:first-child {
    width: 50%;
    border-radius: 3px 0 0 3px
}

table.manage-table th:last-child {
    border-radius: 0 3px 3px 0
}

table.manage-table th:first-child i {
    left: 35px
}

table.manage-table td.action a.delete:hover {
    color: #f02929
}

table.manage-table th i {
    margin-right: 3px;
    font-size: 14px
}

mark.color, table.manage-table th {
    background-color: #1c90f3
}

table.manage-table .title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

table.manage-table td.action a {
    display: block;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px
}

table.manage-table td.action a i {
    position: absolute;
    left: -21px;
    top: 5px
}

table.manage-table td {
    padding: 35px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4
}

table.manage-table .title-container img {
    width: 30%;
    border-radius: 3px;
    flex: 1.1;
    margin-right: 26px
}

table.manage-table .action a, table.manage-table .title-container .item-title a {
    color: #333
}

table.manage-table .title-container .item-title {
    flex: 2
}

table.manage-table .title-container .item-title h4 {
    margin-bottom: 4px;
    margin-top: 2px;
    display: block
}

table.manage-table .title-container .item-title span {
    font-weight: 500;
    color: #999;
    display: block
}

table.manage-table .title-container .item-title .table-item-price {
    display: inline-block;
    background: #f0f0f0;
    color: #888;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 9px;
    padding: 2px 5px
}

table.manage-table .title-container .item-title .breadcrumb {
    margin-bottom: 0;
    color: #909090 !important;
    font-size: 13px
}

table.manage-table .title-container .item-title .breadcrumb > li + li:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #909090
}

table.manage-table .title-container .item-title .breadcrumb a {
    color: inherit
}

table.manage-table .title-container .item-details {
    margin: 0;
    padding: 0;
    font-size: 14px
}

table.manage-table .title-container .item-details li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    padding-bottom: 5px
}

table.manage-table .title-container .item-details li a {
    font-weight: 300;
    color: #6f6f6f
}

table.manage-table .title-container li i {
    margin-right: 5px;
    color: #1c90f3
}

.delete-account {
    background-color: #fff;
    border-radius: 4px;
    padding: 48px 0 84px
}

.delete-account h2, .delete-account h4 {
    color: #2a2a2a;
    font-weight: 300
}

.delete-account h4 {
    margin-bottom: 28px
}

.delete-account .btn {
    background-color: #f26522;
    color: #fff;
    padding: 6px 26px 7px;
    border: 1px solid #f26522
}

.delete-account .btn:hover, .delete-account a.btn.cancle:hover {
    background-color: transparent;
    color: #f26522;
    border: 1px solid #f26522
}

.delete-account a.btn.cancle {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    margin-left: 10px
}

.faq-page {
    margin-bottom: 60px
}

.faq-list_h {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    background: 0 0;
    font-weight: 400
}

.faq-list .marker, .faq-list .marker1 {
    display: block;
    font-weight: 700;
    margin: 0;
    color: #000;
    left: 0;
    top: 0
}

.faq-list .marker {
    position: absolute
}

h5.marker_head {
    color: #000;
    font-size: 19px
}

.faq-list dd {
    position: relative
}

.faq-list .marker1 {
    position: absolute
}

.faq-list .m_13 {
    padding-left: 40px;
    font-size: 13.5px;
    line-height: 28px;
    color: #9C9C9C;
    margin-bottom: 50px
}

#main.contact-us {
    padding-bottom: 80px
}

.contact-us h2.title {
    margin-top: 0;
    margin-bottom: 31px
}

.contact-us ol.breadcrumb {
    margin-bottom: 0
}

#gmap {
    width: 100%;
    height: 370px;
    margin-bottom: 30px
}

.contactUs-detail {
    background-color: #FFF;
    overflow: hidden;
    padding: 35px;
    border-radius: 4px
}

.contactUs-detail .heading {
    color: #4caf50 !important;
    margin-top: 20px
}

.contactUs-detail p {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0
}

.contactUs-detail .list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
    padding-top: 5px;
    margin-top: 30px
}

.contactUs-detail .list-icons li {
    margin-bottom: 13px;
    position: relative
}

.contactUs-detail .list-icons li > .fa {
    background-color: #4caf50;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-color: #4caf50;
    margin-right: 10px
}

.contactUs {
    background-color: #fff;
    color: #000;
    overflow: hidden;
    padding: 35px;
    border-radius: 4px
}

.contactUs h2 {
    color: #000;
    font-weight: 500;
    margin-bottom: 33px;
    margin-left: 12px
}

.contactUs input, .contactUs textarea {
    height: 44px;
    margin-bottom: 11px
}

.contactUs textarea {
    min-height: 100px;
    margin-bottom: 30px;
    font-weight: 300;
    resize: none
}

.contactUs .form-group {
    margin-bottom: 25px
}

.contact-info, .contactUs {
    min-height: 482px
}

.work-section-head p {
    color: #000;
    font-size: 24px;
    padding: 30px 0 10px
}

.work-section-grid {
    margin-top: 8em;
    position: relative
}

.work-section-grid i {
    font-size: 70px;
    color: #4caf50
}

.work-section-grid h4 {
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 50px
}

.work-section-grid p {
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 100px
}

a.work {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #ff9800;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 23px
}

a.work:hover {
    background: #4caf50
}

.sitemap-h2 {
    font-size: 24px;
    margin-top: 0;
    color: #333
}

.sitemap-region-grid {
    width: 33.33%;
    float: left
}

.sitemap-region {
    padding: 10px 30px
}

.sitemap-region h4 {
    color: #1c90f3;
    font-size: 20px;
    margin-bottom: 5px
}

.sitemap-region ul {
    margin-left: 10px
}

.sitemap-region ul li {
    list-style-type: none;
    margin: 0 0 5px
}

.sitemap-region ul li a {
    color: #6f6f6f;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize
}

.sitemap-region ul li.left-gap {
    margin: -2px 0 0 15px
}

.feed-back h3 {
    font-weight: 400;
    font-size: 25px;
    color: #000
}

.feed-back p {
    font-size: 14px;
    line-height: 27px;
    margin: 16px 0;
    font-weight: 300
}

.feed-back-form span {
    color: #333;
    font-weight: 500;
    font-size: 18px
}

.feed-back-form input[type=text], .feed-back-form textarea {
    width: 50%;
    display: BLOCK;
    padding: 7px;
    color: #A8A8A8;
    border: 1px solid #e3e3e3;
    outline: 0
}

.feed-back-form input[type=text] {
    margin: 10px 0 25px;
    font-size: 14px;
    font-weight: 400
}

.feed-back-form textarea {
    margin: 20px 0;
    height: 150px
}

.feed-back-form .form-control:focus {
    border-color: #1c90f3
}

.accordion a h4 {
    color: #000;
    font-weight: 500;
    margin: 3px 0
}

#accordion .panel-default {
    margin-bottom: 20px
}

#accordion .panel-default > .panel-heading {
    background-color: #ededed;
    border: none
}

#accordion .panel-body {
    padding: 20px 25px;
    background-color: #fff
}

#accordion .panel-body h5 {
    font-size: 16px;
    color: #000;
    margin-top: 0
}

#accordion .panel-body h5 i {
    color: #1c90f3
}

#accordion .panel-body a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px
}

#accordion .panel-body .posted-by {
    margin: 0
}

#accordion .panel-body ul li a {
    font-weight: 400;
    line-height: 30px;
    font-size: 14px
}

#accordion .panel-body a:hover, #accordion .panel-body a:hover i {
    color: #1c90f3
}

#accordion .panel-body ul li a span {
    color: #9e9e9e;
    margin-left: 5px
}

#accordion .panel-body a i {
    font-size: 18px;
    color: #8E8B8B;
    margin-right: 10px
}

#accordion input[type=text] {
    margin: 8px 0 16px
}

#accordion .panel-body label {
    position: relative;
    padding-left: 25px;
    display: block;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px
}

#accordion .panel-body label input[type=checkbox] {
    width: 0;
    height: 0;
    display: none
}

.checkbox label:after {
    padding-right: 3px
}

.checkbox label::after, .checkbox label::before, .radio label::after, .radio label::before {
    margin-right: -20px
}

#accordion .panel-body .category-change li a, #accordion .panel-body .category-dropdown a, #accordion .panel-body .category-dropdown a i {
    font-size: 14px;
    line-height: 20px
}

#accordion .panel-body label.checked:before, .checkbox label.checked:before {
    content: "\f046";
    color: #1c90f3
}

#accordion span.border {
    border-bottom: 1px dashed #d1d1d1;
    display: block;
    margin: 10px
}

#accordion a.see-more {
    color: #a0a0a0
}

#accordion a.see-more:hover {
    color: #1c90f3
}

#accordion .panel-body .category-change {
    min-width: 70px
}

#accordion .panel-body label:before {
    position: absolute;
    color: #9e9e9e;
    font-size: 16px;
    content: "\f096";
    font-family: FontAwesome;
    left: 0;
    top: 0
}

.panel-body p {
    color: #9A9A9A;
    font-size: 13.5px;
    margin-left: 17px;
    padding: 0 15px 20px;
    line-height: 30px
}

.skills .checkbox {
    margin-bottom: 0 !important
}

.html-pages {
    margin-bottom: 60px
}

.html-pages .panel-group .panel {
    margin-bottom: 5px
}

.html-pages .panel-group .panel + .panel {
    margin-top: 0
}

.html-pages .panel-default > .panel-heading {
    color: #222;
    background-color: #FFF !important;
    border-color: #FFF;
    cursor: pointer;
    text-transform: capitalize
}

.loginBtn, .tags li {
    text-transform: uppercase
}

.html-pages .panel-default {
    border-color: #FFF
}

.html-pages .panel-title {
    font-size: 19px
}

.html-pages .panel h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.html-pages .panel h4.collapsed {
    color: #000
}

.html-pages .heading-active.panel-heading .panel-title, .html-pages .panel-heading .panel-title:hover, .html-pages .panel-title span {
    color: #1c90f3
}

.html-pages .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FFF
}

.html-pages p {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 2em;
    padding: 0 0 16px
}

.html-pages h4 {
    font-size: 25px;
    color: #1c90f3;
    margin-top: 25px
}

.html-pages p.para {
    padding: 15px 0 7px
}

.html-pages ol.start li a, ul.start li a {
    display: block;
    text-decoration: none;
    color: #a3a3a3;
    margin: 8px 0;
    font-size: 13px;
    line-height: 30px
}

.footer-section .ft-logo, .footer-section h5 {
    margin-bottom: 15px
}

.html-pages ul.start li a i {
    color: #333;
    margin-right: 5px
}

.html-pages ul.start {
    padding-left: 45px
}

.footer-section {
    background:  top repeat-x #ffffff;
    padding: 170px 0 0
}

.footer-section h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.footer-section p {
    line-height: 22px;
    color: #333
}

.social {
    margin-top: 20px
}

.social a {
    color: #666;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px
}

.social a:hover .fa-facebook {
    color: #405D9B
}

.social a:hover .fa-twitter {
    color: #29C5F6
}

.social a:hover .fa-google-plus {
    color: #CA3E27
}

.social a:hover .fa-linkedin {
    color: #0077B5
}

.social a:hover .fa-instagram {
    color: #3f729b
}

.social a:hover .fa-youtube {
    color: #EB2429
}

.sidebar .social a {
    color: #444
}

.footer-section .helpMenu li a {
    display: block;
    color: #333;
    padding: 8px 0;
    font-size: 14px
}

.footer-section .helpMenu li a:before {
    content: '\f101';
    font-family: FontAwesome;
    margin-right: 7px
}

.footer-section .helpMenu li a:hover {
    color: #1c90f3;
    text-decoration: none
}

.footer-section .media a {
    color: #333;
    text-decoration: none
}

.footer-section .media a.read, .footer-section .media a:hover {
    color: #1c90f3;
    text-decoration: none
}

.footer-section .address {
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 30px;
    line-height: 25px
}

.footer-section .address:before, .footer-section .email:before {
    font-size: 18px;
    font-family: FontAwesome;
    left: 0
}

.footer-section .address:before {
    content: "\f041";
    position: absolute;
    top: 2px
}

.footer-section .email {
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
    color: #333
}

.footer-section .email:before {
    content: "\f0e0";
    position: absolute;
    top: 0
}

.footer-section .email a, .footer-section .phone a {
    color: #333
}

.footer-section .phone {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    color: #333;
    font-size: 15px
}

.footer-section .phone:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #333
}

.copyright a:hover {
    color: #000
}

.copyright {
    padding: 20px 0
}

.found-section {
    color: #b0b0b0;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 65px;
    padding-bottom: 105px
}

.found-section h1 {
    font-size: 112px;
    color: #1c90f3;
    font-weight: 700;
    margin-bottom: 0
}

.found-section h2 {
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px
}

.loginBtn, a.loginBtn {
    color: #fff
}

.found-section .btn.btn-primary {
    padding: 6px 30px;
    font-size: 14px;
    margin-top: 30px
}

#scrollUp {
    background-image: url(../images/top.png);
    bottom: 40px;
    right: 20px;
    width: 38px;
    height: 38px;
    text-indent: -9999px
}

.loginBtn, .loginBtn i {
    height: 44px;
    line-height: 44px
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.socialLoginHere {
    margin-bottom: 25px
}

.loginBtn {
    display: block;
    font-size: 10px;
    padding-left: 48px;
    text-align: center;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.loginBtn i {
    font-size: 16px;
    display: block;
    width: 48px;
    position: absolute;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

span.status-available, span.status-not-available {
    display: block;
    top: 0;
    color: #f5f5f5;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 25px
}

.byMsg, .show-more, .show-more-button {
    position: relative
}

.loginBtn:focus {
    outline: 0
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, .1)
}

.loginBtn--facebook {
    background-color: #3b579d
}

.loginBtn--facebook:focus, .loginBtn--facebook:hover {
    background-color: #1f3c9d;
    background-image: linear-gradient(#1f3c9d, #39559d)
}

.loginBtn--google {
    background: #DD4B39
}

.loginBtn--google:focus, .loginBtn--google:hover {
    background: #E74B37
}

span.status-not-available {
    background-color: #df1919
}

span.status-available {
    background-color: #0e9725
}

.label-wrap, .label-wrap .label, .show-more-button, .tags li {
    display: inline-block
}

.byMsgError {
    border: 2px solid #d50000 !important;
    color: #d50000
}

.byMsg {
    border: 2px solid #7d7d7d;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 25px;
    font-size: 13px;
    text-align: left
}

.alert-success, .bg-green, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important
}

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header {
    color: #fff !important
}

.alert-danger {
    background-color: #a94442;
    border-color: #a94442
}

.callout.callout-success {
    border-color: #00733e
}

.callout {
    border-left: 5px solid #eee;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px
}

.middle-container {
    clear: both;
    padding: 50px 0
}

.middle-dabba {
    margin: 20px auto;
    border-radius: 5px;
    background: #FFF;
    border-top: 5px solid #1c90f3;
    padding: 10%;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .11)
}

.middle-dabba h1 {
    font: 45px/45px clan-thinthin, Helvetica, sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #1c90f3;
    text-align: left;
    margin-top: 0
}

.middle-dabba p {
    margin: 0 0 24px;
    color: #7D7D7D;
    letter-spacing: .03em;
    font: 18px/30px bentonsanslight, Helvetica, sans-serif
}

.middle-dabba p a {
    color: #202020;
    font: 18px/24px bentonsanslight, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale
}

.middle-dabba p a:hover {
    color: #1c90f3
}

.middle-dabba .forgotlink {
    font-size: 12px;
    font-weight: 600;
    color: #1c90f3
}

.show-more {
    height: 100px;
    overflow: hidden;
    transition: margin .4s
}

.show-more-button {
    font-weight: 600;
    font-size: 15px;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    padding: 8px 20px;
    color: #666;
    background-color: #f2f2f2;
    border-radius: 50px;
    top: 10px;
    min-width: 140px
}

.show-more-button:before {
    content: attr(data-more-title)
}

.show-more-button i {
    margin-left: 6px;
    color: #66676b;
    font-weight: 500;
    transition: .2s
}

.show-more-button.active i {
    transform: rotate(180deg)
}

.tags {
    padding-left: 0
}

.tags li {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: #fafafa;
    font-size: 10px;
    font-weight: 600;
    margin-right: 5px;
    color: rgba(0, 0, 0, .8);
    padding: 0 10px;
    margin-bottom: 5px
}

.tags li:before {
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: fontawesome;
    font-weight: 400;
    line-height: 1;
    content: "\f00c";
    color: #1c90f3;
    margin-right: 3px
}

.tags li a {
    color: rgba(0, 0, 0, .8)
}

.label-wrap {
    font-size: 0;
    vertical-align: middle;
    line-height: normal
}

.label-wrap .label:last-child {
    margin: 0
}

.label-wrap .label {
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    padding: 3px 6px;
    margin-bottom: 0;
    line-height: 11px;
    vertical-align: top
}

.label.urgent {
    background-color: #098b0c
}

.label.featured {
    background-color: #e96b1f
}

.label.highlight {
    background-color: #1c90f3
}

.item-image > a .image {
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    position: absolute;
    width: 100%;
    height: 100%
}

.item-image > a .image:after {
    filter: alpha(Opacity=70);
    opacity: .7;
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.bg-transfer img {
    display: none !important
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 390px;
    text-align: center;
    top: 50%
}

.advertisement, .advertisement .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center;
    max-height: inherit
}

.opapcityLight {
    opacity: .5 !important
}

.quick-item .ad-listing {
    position: relative;
    overflow: hidden;
    height: 152px;
    width: 100%;
    padding-left: 260px
}

.quick-item .ad-listing .image {
    width: 260px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01)
}

.quick-item .ad-listing figure {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    z-index: 1
}

.bg-transfer {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    width: 100%
}

#change-city, #change-country {
    background: 0 0;
    border: none;
    color: #515151;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 2px 10px 20px;
    margin-left: 15px
}

#change-city:hover, #change-country:hover {
    color: #515151
}

.quick-states {
    -webkit-box-shadow: 0 0 0 2000px rgba(102, 102, 102, .4);
    box-shadow: 0 0 0 2000px rgba(102, 102, 102, .4);
    border: 1px solid #ccc;
    top: 0;
    z-index: 13;
    background: #fff;
    font-size: 14px;
    line-height: 18px
}

.quick-states > .title {
    padding: 14px 0;
    margin: 0 12px;
    position: relative;
    font-size: larger;
}

.quick-states > .title .icon.close {
    position: absolute;
    right: -20px;
    margin-top: -25px;
    font-size: 12px;
    background: #fff;
    opacity: .8;
    border-radius: 50%;
    padding: 5px
}

.quick-states .locationrequest.smallBox {
    padding: 8px 6px;
    background: #ffffffd1;
    margin-left: 15px;
    margin-right: 15px
}

.br5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.rel {
    position: relative
}

.clr:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.locationrequest.smallBox .cityfield {
    font-size: 15px;
    font-weight: 200;
    padding: 4px 0;
    color: #000;
    height: 22px;
    line-height: 22px;
    width: 88%
}

.locationrequest .cityfield {
    margin: 0 15px 0 26px;
    height: 24px;
    line-height: 24px;
    padding: 7px 0;
    border: none;
    width: 189px;
    position: relative;
    background: 0 0 !important
}

.locationrequest.smallBox .icon.locmarker2 {
    left: 8px;
    top: 0;
    font-size: 22px
}

.abs {
    position: absolute
}

div.suggest.error {
    background-color: #c91414 !important;
    color: #fff !important;
    padding-left: 10px
}

div.suggest.bottom {
    top: 100%;
    left: 0;
    margin: 10px 0 0
}

div.suggest {
    background: #f1f5fc;
    padding: 8px 10px 8px 40px;
    top: -3px;
    left: 100%;
    width: 250px;
    min-height: 20px;
    margin-left: 20px
}

.small {
    font-size: 13px !important;
    font-weight: 200
}

div.suggest.error.bottom .target {
    background-position: -199px -282px !important
}

div.suggest.bottom .target {
    width: 11px;
    height: 9px;
    background-position: -177px -282px;
    left: 13px;
    top: -9px
}

.quick-states .popular-cities {
    background: #f3f3f3;
    padding: 12px;
    font-size: 11px;
    line-height: 16px
}

.quick-states .popular-cities p {
    margin-bottom: 5px;
    margin-top: -2px
}

.quick-states .popular-cities ul li {
    cursor: pointer
}

.quick-states .popular-cities ul:first-child li {
    margin-left: 0
}

.quick-states .popular-cities ul li:first-child {
    margin-top: 0
}

#selectCountry .cities li {
    padding: 2px
}

#selectCountry li a {
    border-radius: 2px;
    font-style: normal;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    font-size: 12px;
    color: #4e575d
}

#selectCountry li a:hover {
    text-decoration: underline;
    color: #345676
}

#selectCountry .modal-header {
    border-bottom: solid 1px #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    padding: 8px;
    position: relative
}

#selectCountry .modal-body {
    min-height: 115px;
    max-height: 400px;
    overflow-y: auto
}

a, a:visited {
    text-decoration: none
}

.link {
    color: #2965be
}

.link:hover, a.tdnone:hover .link {
    color: #f70;
    text-decoration: none
}

.link:hover > *, a.tdnone:hover .link > * {
    color: #f70
}

.quick-states .viewport {
    border-top: 1px solid #ccc;
    height: 290px;
    overflow: auto
}

.quick-states .viewport > .table {
    height: 100%;
    table-layout: fixed
}

.table {
    display: table
}

.quick-states .column:first-child {
    border-left: none
}

.quick-states .column {
    vertical-align: top;
    border-left: 1px solid #ccc
}

.quick-states .column li:hover {
    background-color: #f3f3f3
}

.part25 {
    width: 25%
}

.quick-states .column li a:hover, .quick-states .column li.selected a {
    background: 0 0;
    color: #f70;
    text-decoration: none
}

.quick-states .column li a {
    position: relative;
    padding: 6px 5px 6px 0;
    display: block;
    cursor: pointer
}

.quick-states .column li a:hover > *, .quick-states .column li.selected a > * {
    color: #f70
}

.quick-states .column li a span {
    display: block;
    overflow: hidden
}

.quick-states .column li a span i {
    right: 9px;
    top: 9px;
    position: absolute
}

.flag-list li span {
    margin-right: 7px
}

.flag-list li a, .flag-list ul li a {
    border-radius: 2px;
    font-style: normal;
    transition: all .1s ease 0s;
    font-size: 12px;
    color: #4e575d
}

.flag-list a:hover, .flag-list ul li a:hover {
    text-decoration: underline;
    color: #345676
}

.modal-open .modal, body.modal-open {
    padding-right: 0 !important
}

.searchResgeo li a.title, .searchResgeo li span.noresult {
    padding: 7px 25px 7px 10px;
    display: block
}

.searchResgeo li a.title:hover {
    background-color: #f7f7f7
}

#getCities {
    margin: 0 !important
}

.searchResgeo {
    margin-top: 0;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    max-height: 280px;
    overflow: auto;
    text-shadow: 0 0 0 transparent;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    position: absolute
}

.searchResgeo li:first-child > a {
    border-top: none
}

.searchResgeo li a.title {
    font-weight: 400;
    border-top: 1px solid #ccc;
    white-space: nowrap;
    color: #000;
    overflow: hidden
}

.color-9 {
    color: #b4b4b4
}

.modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, .8)
}

.modal-container.active {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible
}

.modal-container a.modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: block;
    text-indent: -9999px;
    cursor: pointer
}

.modal-container > .inner {
    position: absolute;
    left: 50%;
    margin-left: -205px;
    top: 20px;
    z-index: 100;
    background: #f4f4f4;
    width: 410px;
    -webkit-box-shadow: 0 0 25px 25px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 25px 25px rgba(0, 0, 0, .14);
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, .14)
}

.modal-container > .inner .close_modal {
    border: none;
    background: 0 0;
    text-align: center;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #b7b7b7
}

.modal-container .socialLoginDiv {
    padding: 50px
}

.socialLoginDiv {
    background: #fff;
    position: relative
}

.socialLoginDiv .socialLoginHere {
    margin-bottom: 0
}

.socialLoginDiv .opt-navigator {
    position: absolute;
    right: 0;
    top: 0
}

.socialLoginDiv .split-opt {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    background: #fff;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -19px
}

#loginPopUp .modal-content {
    padding: 50px;
    background-color: transparent;
    border: none;
    box-shadow: none
}

.modal-content header {
    text-align: center;
    margin-bottom: 20px
}

.modal-content header h1, .modal-content header h2, .modal-content header h3, .modal-content header h4, .modal-content header h5 {
    margin: 0 0 10px
}

.modal-content header p {
    margin: 0
}

.field-block, .file-upload {
    margin-bottom: 20px
}

.labeled-input {
    position: relative
}

.modal-container input[type=email], .modal-container input[type=password], .modal-container input[type=text], .modal-container input[type=url], input[type=tel], textarea {
    width: 100%;
    max-width: 570px;
    border: 1px solid #e0e0e0;
    outline: 0;
    box-shadow: none;
    height: 42px;
    padding: 0 15px
}

.login-actions a, .login-cta a {
    text-decoration: underline;
    line-height: 24px
}

.detail-corner-icon li a, .uiButton {
    text-decoration: none;
    text-align: center
}

.signin .btn {
    background-color: #1c90f3;
    color: #fff;
    padding: 5px 32px 7px;
    margin-top: 10px
}

.success {
    color: green
}

.error {
    color: red
}

.info-notice {
    background-color: #009cde;
    color: #fff
}

#failure, .error-notice {
    background-color: #d35351;
    color: #fff
}

.success-notice {
    background-color: #67ba5b;
    color: #fff
}

#login-status.error-notice .login-status-icon {
    background-image: url(../images/notice-error.png)
}

#login-status.info-notice .login-status-icon {
    background-image: url(../images/notice-info.png)
}

#login-status.success-notice .login-status-icon {
    background-image: url(../images/notice-success.png)
}

#login-status .login-status-icon {
    display: block;
    width: 27px;
    height: 27px
}

#login-status.answers-notice, #login-status.error-notice, #login-status.info-notice, #login-status.success-notice, #login-status.warn-notice {
    padding: 0
}

#login-status {
    display: table;
    width: 100%
}

#failure, .answers-notice, .error-notice, .info-notice, .success-notice, .warn-notice {
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    min-height: 27px;
    padding: 5px 10px 5px 5px
}

#login-status.answers-notice > .content-wrapper, #login-status.error-notice > .content-wrapper, #login-status.info-notice > .content-wrapper, #login-status.success-notice > .content-wrapper, #login-status.warn-notice > .content-wrapper {
    padding: 5px 10px 5px 5px
}

#login-detail, .message-detail {
    display: table-row;
    height: 40px
}

#login-status-icon-container {
    padding-left: 5px;
    padding-right: 5px;
    width: 27px
}

#login-status-message, .login-status-message {
    padding: 5px
}

#login-status-icon-container, #login-status-message, .login-status-message {
    display: table-cell;
    vertical-align: middle
}

.detail-corner-icon {
    position: absolute;
    top: 10px;
    right: 40px;
    margin-top: -15px;
    padding: 0
}

.detail-corner-icon li {
    position: relative;
    display: inline-block
}

.detail-corner-icon li a.fa-envelope {
    background: #77c04b
}

.detail-corner-icon li a.fa-phone {
    background: #0083c9
}

.detail-corner-icon li a.fa-heart {
    background: #f95858
}

.detail-corner-icon li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-size: 11px
}

.detail-corner-icon li a:hover {
    color: #fff
}

.field-tip {
    position: relative;
    cursor: help
}

.field-tip .tip-content {
    position: absolute;
    top: -7px;
    right: 9999px;
    width: 125px;
    margin-right: -138px;
    padding: 5px;
    color: #fff;
    background: #333;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    z-index: 99
}

.field-tip .tip-content:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -16px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #333
}

.field-tip:hover .tip-content {
    right: 0;
    opacity: 1
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    top: 50px;
    left: 48%
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.tokenfield.focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#select-post-ad-city .searchResgeo {
    margin: 0 15px;
    width: 95%
}

::-webkit-input-placeholder {
    color: #9e9e9e
}

:-moz-placeholder {
    color: #9e9e9e
}

::-moz-placeholder {
    color: #9e9e9e
}

:-ms-input-placeholder {
    color: #9e9e9e
}

.input-field label {
    color: #1f1f1f
}

.mar-bottom-0 {
    margin-bottom: 0 !important
}

.height-250px {
    height: 250px
}

.white-box {
    background-color: #fff;
    padding: 15px 35px
}

.sub-category-container {
    margin-bottom: 5px
}

.sub-category-container .sub-category {
    padding: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sub-category {
    border-bottom: 1px solid #ddd
}

.tg-btn {
    cursor: pointer;
    padding: 0 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 23px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font: 500 16px/46px Quicksand, Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #1c90f3
}

.tg-btn:active, .tg-btn:focus, .tg-btn:hover {
    opacity: .8;
    color: #fff
}

.file-upload-previews .MultiFile-remove, .file-upload-previews span.MultiFile-label {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.file-upload-previews .MultiFile-remove:after, .tags li:before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-variant: normal;
    text-transform: none
}

.file-upload span, .label-wrap .label {
    text-transform: uppercase;
    font-weight: 500
}

.file-upload {
    position: relative;
    height: 70px;
    margin-top: 10px
}

.file-upload .file-upload-input {
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .03);
    border: 2px dashed rgba(0, 0, 0, .1);
    height: 70px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 70px 0 0;
    overflow: hidden;
    z-index: 1
}

.file-upload .file-upload-input:hover {
    background-color: rgba(0, 0, 0, .02)
}

.file-upload span {
    position: absolute;
    top: -10px;
    bottom: 0;
    line-height: 120px;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    color: #6f6f6f;
    font-size: 12px
}

.file-upload span:before {
    position: absolute;
    content: "\e66f";
    font-family: Pe-icon-7-stroke;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #c2c2c2;
    cursor: pointer;
    margin-top: -20px;
    margin-left: -14px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.file-upload-previews > .MultiFile-label {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .03);
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 0;
    position: relative;
    margin: 10px
}

.file-upload-previews span.MultiFile-label {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 10px
}

.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 10px;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%
}

.file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 200px !important;
    max-height: 150px !important
}

.file-upload-previews .MultiFile-remove {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: #ed2a21;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    z-index: 1
}

.file-upload-previews .MultiFile-remove:after {
    font-family: fontawesome;
    font-weight: 400;
    line-height: 1;
    content: "\f00d";
    color: #fff;
    top: -2px;
    right: 1px;
    position: relative;
    font-size: 10px
}

.cg-nav-wrapper a, .chooseads li strong, .fbold, .formpanel .btn, .uiButton, .userccount h5 {
    font-weight: 700
}

.file-uploaded-images .image {
    height: 150px;
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 15px;
    position: relative
}

.file-uploaded-images .image figure {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    background-color: #ed2a21;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    content: "";
    text-align: center;
    line-height: 15px
}

.file-uploaded-images .image figure i {
    color: #fff;
    font-size: 10px
}

.file-uploaded-images .image img {
    height: 100%
}

.section.allAd {
    margin-top: -55px;
    background: transparent;
}

.tg-sidebartitle {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #363b4d;
    border-radius: 2px;
    margin-top: -20px;
}

.tg-sidebartitle h2 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.subscribe-category .checkbox label::before {
    top: 5px;
}

#ResponseCustomFields .form-group label.label-title {
    color: #363b4d;
    padding: 10px 0
}

#ResponseCustomFields .form-group, #ResponseCustomFields .form-group .radio label::before {
    top: 6px
}

#ResponseCustomFields .form-group .radio label::after {
    top: 9px
}

#ResponseCustomFields .checkbox label, #ResponseCustomFields .radio label {
    margin-top: 0
}

#ResponseCustomFields .form-group .checkbox label::after {
    top: 2px
}

#ResponseCustomFields .form-group .checkbox label::before {
    top: 6px !important
}

#ResponseCustomFields .inner {
    padding-bottom: 20px
}

.range-widget {
    position: relative;
    height: 42px
}

.range-widget .range-inputs {
    width: 80%;
    position: relative
}

.range-widget .range-inputs > input + input {
    margin-left: 2%
}

.range-widget .range-inputs > input {
    float: left;
    width: 49% !important;
    background: #f4f4f4;
    border: none
}

.range-inputs input[type=text] {
    width: 100%;
    max-width: 570px;
    border: 1px solid #e0e0e0;
    outline: 0;
    box-shadow: none;
    height: 42px;
    padding: 0 15px
}

.range-widget button {
    background-color: #1c90f3;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 19%;
    border: none
}

.uiBoxYellow {
    background-color: #FFF9D7;
    border: 1px solid #E2C822
}

.noborder {
    border: none
}

.pam {
    padding: 10px
}

.fbPageBannerInner {
    margin: auto;
    width: 1040px
}

._51mz {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0
}

._5ud_ {
    width: 100%
}

._51mx:first-child > ._51m- {
    padding-top: 0
}

._51mx:last-child > ._51m- {
    padding-bottom: 0
}

._51mz ._51m-:first-child {
    padding-left: 0
}

.phm {
    padding-left: 10px;
    padding-right: 10px
}

table.uiGrid td {
    border-top: 1px #ccc
}

.pts5 {
    padding-left: 5px
}

.fs13 {
    font-size: 13px
}

.coffel {
    color: #5bbc2e
}

.uiButton {
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 2px 6px;
    vertical-align: top;
    white-space: nowrap
}

.uiButton, .uiButtonSuppressed:active, .uiButtonSuppressed:focus, .uiButtonSuppressed:hover {
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0 -49px;
    background-color: #EEE;
    border-width: 1px;
    border-style: solid;
    border-color: #999 #999 #888;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.uiButtonLarge {
    height: 19px
}

.uiButtonLarge, .uiButtonLarge .uiButtonText, .uiButtonLarge input {
    font-size: 13px;
    line-height: 16px
}

.uiButton input, .uiButtonText {
    background: 0 0;
    border: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    margin: 0;
    padding: 1px 0 2px;
    white-space: nowrap
}

.clear-left-3:nth-child(3n+1) {
    clear: left
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #1c90f3;
    border: 1px solid #1c90f3
}

.map-widget, .spnser-widget {
    background: #fff;
    padding: 15px;
    position: relative;
    margin: 10px 0
}

.formpanel .formrow, .userccount h5 {
    margin-bottom: 15px
}

.height-200px {
    height: 200px !important
}

.userccount {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 30px
}

.userccount h5 {
    font-size: 20px;
    color: #555
}

.chooseads {
    margin: 0 -15px
}

.chooseads li {
    padding: 15px;
    float: left;
    width: 25%;
    text-align: center
}

.chooseads li input[type=radio] {
    display: none
}

.formpanel .form-control {
    height: auto;
    border-radius: 0;
    padding: 10px 13px;
    border-color: #ddd
}

.chooseads li input[type=radio] + label {
    width: 150px;
    height: 50px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
    background: #eee
}

.chooseads li span {
    display: block
}

.chooseads li strong {
    display: block;
    margin-top: 5px
}

.formpanel select.form-control {
    padding: 13px 12px;
    border-radius: 0;
    line-height: 45px
}

.formpanel textarea.form-control {
    height: 250px;
    width: 100%
}

.formpanel .btn {
    width: 100%;
    background: #0099de;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase
}

.formpanel .btn:hover {
    background: #222
}

.highlight-premium-ad {
    background: #ffedc0 !important
}

@media (max-width: 767px) {
    .left-side {
        height: 70px !important
    }
}

.popularcity {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6
}

.cities {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

#iichat {
    position: relative;
    height: 545px
}

@media (max-width: 479px) {
    #iichat {
        position: absolute;
        height: 100%
    }
}

.grid-item, .grid-sizer {
    width: 10%
}

.sitemap-region {
    height: auto;
    float: left
}

.sitemap-region ul li .count {
    opacity: .8;
    display: inline-block;
    font-size: 12px;
    float: right;
    top: 4px;
    position: relative;
    padding-left: 15px
}

.cg-nav-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.cg-nav-wrapper .selected {
    border: 2px solid #ff7419
}

.cg-nav-wrapper .anchor-wrap {
    height: 54px;
    border: 1px solid #e8e8e8;
    position: relative;
    z-index: 1
}

.cg-nav-wrapper .selected a {
    color: #ff7529
}

.cg-nav-wrapper i.caticon {
    left: 20px;
    width: 18px;
    position: absolute;
    top: 50%;
    font-size: 24px;
    transform: translateY(-50%)
}

.cg-nav-wrapper a {
    color: #333;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    display: block
}

.cg-nav-wrapper a:hover {
    text-decoration: underline;
    color: #ff8533
}

.cg-nav-wrapper .desc {
    margin-left: 70px;
    margin-right: 0;
    display: block;
    padding-top: 10px
}

.cg-main .item {
    position: relative;
    margin-top: 40px;
    box-shadow: none
}

.cg-main .cg-icon {
    width: 30px;
    height: 32px;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%
}

.cg-main .big-title {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #333;
    padding-right: 25px;
    background-color: #fff;
    margin-bottom: 0;
    padding-left: 50px;
    font-weight: 400;
    position: relative
}

.cg-main .sub-item-wrapper {
    margin-left: 35px
}

.cg-main .sub-item {
    float: left;
    width: 100%
}

.cg-main .sub-title {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin: 25px 0 17px;
    font-weight: 700
}

.cg a {
    color: #1686cc
}

.cg-main .sub-title span {
    color: #999
}

.cg-main .sub-item-cont {
    overflow: hidden
}

.cg-main .sub-item-cont li {
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    float: left;
    width: 30%;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cg li, .cg ul {
    margin: 0;
    padding: 0
}

.cg-main .sub-item-cont a {
    color: #333
}

.util-clearfix:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: '\0020';
    clear: both
}

@media (max-width: 767px) {
    .cg-nav-wrapper .desc {
        display: none !important
    }

    .cg-main .sub-item-cont li {
        width: 100% !important
    }
}


.buy_now_button{
    position: fixed;
    bottom: 40px;
    left: 0px;
    z-index: 3;
}
.buy_now_button .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.buy_now_button .btn-3 {
    background: #fcad26;
    color: #fff;
}
.buy_now_button .btn-3:hover {
    background: #f29e0d;
}
.buy_now_button .btn-3d {
    padding: 20px 35px 20px 95px;
    border-radius: 10px;
}
.buy_now_button .btn-3d i {
    background: #fff;
    color: #fcad26;
    z-index: 2;
    border-radius: 10px 0 0 10px;
}
.buy_now_button .btn-3 i {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}
.buy_now_button .btn-3d:after {
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buy_now_button .btn:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.buy_now_button .btn-3d:active {
    top: 0;
}
.buy_now_button .btn-3:active {
    background: #f58500;
    top: 2px;
}

.amenities {list-style: none; margin: 0 0 30px 0; padding: 0;}
.amenities li {float: left;padding: 8px 0;width: 20%;}
.amenities li.yes:before {color: #1c90f3; content: "\f00c";font-family: FontAwesome;}
.amenities li.no:before {color: #eeeeee;}
.amenities li:before {display: inline-block;width: 24px;}
.amenities::after {display: block;content: "";clear: both;}
.tab-pane{
width:100%;
}
.ads-details .tab-content{
padding:0px;
}
.tab-pane >div{
margin-bottom:5px;
padding:20px;
border:2px solid #f3f3f3;
    border-radius: 0 0 3px 3px;

}
 .quick-item {
    border:2px solid #f3f3f3;
}
.panel-user-details >div{
padding:20px;
border:2px solid #f3f3f3;
    border-radius: 0 0 3px 3px;

}

/* The sidepanel menu */
.sidepanel {
  margin-top: 172px;
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #ffffff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  margin-top: -7px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #11111112;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #44444469;
}

.search .d-flex.align-items-center {
    height: 45px !important;
}













.col-carousel {
	margin: 50px 0;
    position: relative;
}

/* owl nav */
/*.owl-prev span, .owl-next span {*/
/*	color: #FFF;*/
/*}*/

/*.owl-prev span:hover, */
/*.owl-next span:hover {*/
/*	color: #8199A3;*/
/*}*/

/*.owl-prev, .owl-next {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	height: 100%;*/
/*}*/

/*.owl-prev {*/
/*	left: 7px;*/
/*}*/

/*.owl-next {*/
/*	right: 7px;*/
/*}*/

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

img.catslider_img {
    border-radius: 50%;
}

.carousel-main .owl-controls {
    margin-top: -37px;
    z-index: 1;
    position: relative;
}

.home-category-wrapper {
    text-align: center;
    
}

.home-category-wrapper .image {
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 100%;
    width: 100%;
}

.home-category-wrapper h4 {
    font-size: 12px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        overflow-x: scroll !important;
    }
    .category-columns {
        width: 5%;
        padding: 5px;
    }
}