
@font-face {
    font-family: IRANSans-l;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format('embedded-opentype'),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2") format('woff2'),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff") format('woff'),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf") format('truetype');
    font-style: normal;
    font-weight: 300;
}
/* =-=-=-=-=-=-= General Styling =-=-=-=-=-=-= */
*{
    font-family: IRANSans-l;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    color: #777;
    font-size: 16px;
    line-height: 1.8em;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;

}
#tags_addTag input{
    font-family: IRANSans-l !important;
        width: 80px !important;
}
/*input direction*/
input[type="email"],
input[name="email"],
input[name="phone"],
.email-dir {
    direction: ltr;
    text-align: left;
}

::-webkit-input-placeholder {
    text-align: right;
    direction: rtl;
}

/* mozilla solution */

input:-moz-placeholder {
    text-align: right;
    direction: rtl;
}
a {
    color: #f58936;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
img {
    max-width: 100%;
}
a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
video, object {
    min-height: 100%;
    min-width: 100%;
}
/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.container.full-width {
    width: 100%!important;
}
.section-padding {
    padding: 90px 0;
}
.section-padding-140 {
    padding: 140px 0;
}
.section-padding-100 {
    padding: 100px 0;
}
.section-padding-80 {
    padding: 80px 0;
}
.section-padding-70 {
    padding: 70px 0;
}
.section-padding-60 {
    padding: 60px 0;
}
.section-padding-40 {
    padding: 40px 0;
}
.custom-padding-20 {
    padding: 20px 0;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-45 {
    padding-top: 45px
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-140 {
    padding-top: 140px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-bottom-60 {
    padding-bottom: 60px!important;
}
.padding-bottom-40 {
    padding-bottom: 40px!important;
}
.padding-bottom-20 {
    padding-bottom: 40px;
}
.custom-padding {
    padding: 20px 0 20px 0;
}
.custom-padding-2 {
    padding: 20px 0 20px 0;
}
.gray {
    background-color: #f0f0f0;
}
.white-bg {
    background-color: #fff;
}
/* =-=-=-=-=-=-= Typography  =-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
    line-height: 1.6;
}
h6 {
    font-size: 12px;
}
/*p {
    line-height: 1.6em;
    font-size: 16px;
}*/*
.header-top:after {
    content: '';
    display: block;
    clear: both;
}
.colored-header:after {
    content: '';
    display: block;
    clear: both;
}
.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: auto;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
ul {
    margin-right: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    color: #fff;
}
.btn-lg {
    padding: 12px 22px;
    letter-spacing: 1.3px;
}
.btn-md {
    padding: 10px 20px;
}
.btn-sm {
    padding: 8px 16px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-xs {
    padding: 6px 18px;
    font-size: 12px;
}
.btn-rounded {
    border-radius: 4px;
}


/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    right: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px -75px 0 0 ;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}
#loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
/* =-=-=-=-=-=-= Color Switcher =-=-=-=-=-=-= */
.color-switcher {
    width: 234px;
    position: fixed;
    left: -235px;
    top: 10%;
    background: #fff;
    z-index: 9999;
    padding: 15px 0 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #ccc
}
.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px;
    color:#232323;
}
.color-switcher p {
    padding-bottom: 7px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    padding-left: 20px;
}
.color-switcher ul {
    list-style: none;
    padding-left: 20px;
}
.color-switcher ul li {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}
.color-switcher ul li a {
    display: block;
    width: 24px;
    height: 24px;
    outline: none
}
.color-switcher ul li a.defualt {
    background: #f58936;
}
.color-switcher ul li a.green {
    background: #00a651;
}
.color-switcher ul li a.red {
    background: #e74c3c
}
.color-switcher ul li a.blue {
    background: #0083c9
}accordion-content

.color-switcher ul li a.sea-green {
    background: #7dba21;
}
.about-us-content p{
    text-align: justify;
}
.picker_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -44px;
    top: 55px;
    border: 1px solid #ccc;
    text-align: center;
    background: no-repeat center 5px #fff
}
.picker_close i {
    font-size: 22px;
    margin-top: 9px
}
.position {
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

/* =-=-=-=-=-=-= Heading Styles =-=-=-=-=-=-= */
.heading-panel {
    margin-bottom: 30px;
    overflow: hidden;
}
.heading-panel h3.main-title {
    display: inline-block;
}
.heading-panel h3 {
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}
.heading-panel h3.small-link {
    font-size: 12px;
    font-weight: normal;
}
.heading-panel h1 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.heading-panel h1::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}
.heading-panel h1::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}

.heading-text {
    display: inline-block;
    line-height: 26px;
    width: 50%;
    margin-top: 20px;
}
/* =-=-=-=-=-=-= Header Top Bar  =-=-=-=-=-=-= */
.header-top {
    background-color: #2d343d;
}
.header-right {
    padding: 0;
}
.header-top ul {
    margin-bottom: 0;
}
.header-top ul li:first-child {
    border-left: medium none;
}
.header-top ul li {
    border-right: 1px solid #555;
    display:inline-block;
    line-height: 35px;
    padding: 0 10px;
}
.header-top ul li a {
    color: Orange;
    text-transform: capitalize;
    font-size: 12px;
}
.header-top ul li i {
    margin-left: 5px;
    font-size: 14px;
}
.header-top ul li:first-child {
    border-right: medium none;
}
.header-top ul li ul.dropdown-menu li {
    display: block;
    border-right: medium none;
    padding-left: 0;
}
.header-top-left p {
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
}
.header-top-left p a {
    color: #fff;
}
.header-top-left p a:hover {
    color: #f56719;
}
.header-top-left p + p {
    margin-right: 25px;
}
.header-top-left p i {
    font-size: 14px;
    line-height: 49px;
    margin-left: 10px;
}
.header-top ul.dropdown-menu li:first-child {
    padding-right: 0;
}
.header-top .dropdown-menu li:last-child {
    border-bottom: medium none;
}
.header-top ul li ul.dropdown-menu li {
    border-left: medium none;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.header-top ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.header-top ul.dropdown-menu li a {
    color: #232323;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

.header-top  .dropdown-menu > li > a:hover, .header-top .dropdown-menu > li > a:focus {
    color:#fff !important ;	
}

.header-top .dropdown-menu > li > a {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: capitalize;
    width: 100%;
}
.header-top ul.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    z-index: 999;
    padding:0;
}
.header-social a {
    border-left: 1px solid #374553;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    width: 40px;
}
.header-social a:last-child {
    border-right: 1px solid #374553;
}
.header-social a i {
    line-height: 50px;
}
.header-social a:hover {
    color: #ffffff;
}
.header-social a.facebook:hover {
    background-color: #3e57c2;
}
.header-social a.twitter:hover {
    background-color: #00aced;
}
.header-social a.dribbble:hover {
    background-color: #ea4c89;
}
.header-social a.vimeo:hover {
    background-color: #00b3ec;
}
.header-social a.google:hover {
    background-color: #ea4335;
}
.header-social a.pinterest:hover {
    background-color: #c92327;
}
.header-social a.instagram:hover {
    background-color: #375989;
}
/* =-=-=-=-=-=-= Main Header  =-=-=-=-=-=-= */


.colored-header #menu-1 .menu-list-items .menu-links li a.btn-light {
    color: #fff;
    padding-right: 15px;
}

.colored-header #menu-1 .menu-list-items .menu-links li a.btn-light i{
    margin-left:10px;
}

#search-section {
    background: #363c48 none repeat scroll 0 0;
    padding: 20px 0;
}
#search-section .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 52px;
}
#search-section .btn-light {
    color: #fff;
    padding: 15px;
}
/* =-=-=-=-=-=-= Transparent Header  =-=-=-=-=-=-= */
.transparent-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0;
}
.transparent-header .header-top {
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    width: 100%;
}
.transparent-header .header-top .header-social a {
    border-left: 1px solid #fff;
}
.transparent-header .header-top .header-social a:last-child {
    border-right: 1px solid #fff;
}
.transparent-header .mega-menu > section.menu-list-items .menu-links > li > a {
    color: #fff;
}
.transparent-header .mega-menu.desktopTopFixed .menu-list-items {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
/* =-=-=-=-=-=-=  Header Style 2  =-=-=-=-=-=-= */
.header {
    padding: 30px 0;
}
.header .logo {
    margin-top: 5px;
}
.header .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 52px;
}
.header .input-group-btn .btn {
    padding: 15px 35px;
}
.btn-orange {
    color: #fff;
    font-weight: 600;
    padding: 15px 35px !important;
}
.free-flag {
    background: rgba(0, 0, 0, 0) url("../images/free.png") no-repeat scroll right top / 50px auto;
    height: 61px;
    right: 11px;
    position: absolute;
    top: -3px;
    width: 23%;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #f58936;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
}
.mega-menu > section.menu-list-items {
    background-color: transparent;
}
.main-menu {
    background: #363c48 none repeat scroll 0 0;
    position: relative;
    width: 100%;
    min-height: 50px;
    float: left;
}


.main-menu .mega-menu .menu-links > li > a {
    color: #fff;
}
.main-menu .mega-menu .menu-logo > li > a img {
    display: none;
}
.main-menu .mega-menu.desktopTopFixed .menu-list-items {
    background: #363c48 none repeat scroll 0 0;
    padding: 15px 0;
}
.main-menu .mega-menu.desktopTopFixed .menu-list-items .menu-search-bar {
    display: block !important;
}
/* =-=-=-=-=-=-= Home With Category Tabs =-=-=-=-=-=-= */
.home-tabs {
    margin-top: -58px;
    position: relative;
    z-index: 21;
}
.home-tabs .tabs-container .tab-content {
    padding: 40px 0 40px 0;
}
.home-tabs .tabs-container .nav.nav-tabs li {
    padding: 0;
    position: relative;
    text-align: center;
    width: 12.5%;
}
.home-tabs .tabs-container .nav.nav-tabs li:last-child {
    border-right: medium none;
}
.home-tabs .tabs-container .nav-tabs > li > a {
    background-color: #ffc627;
    border: 0 none;
    color: #000000;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home-tabs .tabs-container .nav-tabs > li > a i {
    color: #fff;
    font-size: 64px;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+1) a {
    background: #3498db none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) a {
    background: #2ecc71 none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+3) a {
    background: #9b59b6 none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+4) a {
    background: #D5658D none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+5) a {
    background: #B89579 none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+6) a {
    background: #53B9C5 none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) a {
    background: #757790 none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+8) a {
    background: #34495e none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav-tabs li:nth-child(9n+9) a {
    background: #F05458 none repeat scroll 0 0;
}
.home-tabs .tabs-container .nav.nav-tabs li.active a {
    border: medium none;
    border-radius: 0;
    height: 133px;
    line-height: 110px;
}
.home-tabs .tabs-container .nav.nav-tabs li.active {
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: 0 0 6px 0 #7c7c7c;
    margin-top: -10px;
    z-index: 99;
}
.home-tabs .tabs-container .nav.nav-tabs li a {
    border: medium none;
    border-radius: 0;
}
.home-tabs .tabs-container .nav.nav-tabs, .home-tabs .nav.nav-tabs li.active {
    border: medium none;
}
.home-tabs .tabs-container .nav-tabs > li > a .est-icon {
    margin-bottom: 30px;
}
.home-tabs .tabs-container .nav.nav-tabs li.active a, .home-tabs .tabs-container .nav > li > a:focus, .home-tabs .tabs-container .nav > li > a:hover {
    color: #fff;
    position: relative;
}

/*.arrow-search::before {
    background-image: url("../images/curve-arrow");
    background-repeat: no-repeat;
    content: "";
    height: 64px;
    left: -50px;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 14px;
    vertical-align: middle;
    width: 64px;
}*/
/* =-=-=-=-=-=-= Home With Main Search =-=-=-=-=-=-= */
.main-search {
    background: rgba(0, 0, 0, 0) url("../images/banner-7.jpg") no-repeat scroll center center / cover;
    height: 430px;
}
.main-search p {
    color: #fff;
    z-index: 55;
    position: relative;
}
.main-search .main-search-title {

    padding-top: 162px;
}
.main-search .main-search-title h1 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px;
}
.search-section {
    height: auto;
    outline: medium none;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}
.search-section .search-options > li {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 296px;
}
.search-section .search-options > li input {
    height: 55px;
    margin: 0;
    width: 100%;
    color: #444;
    padding-right: 10px;
}
.search-section .search-options > li .btn {
    border-radius: 0 2px 2px 0;
    height: 55px;
}
.search-section .search-options > li .btn.btn-danger {
    background-color: #2d343d;
    border-color: #2d343d;
}

.search-section .search-options > li:nth-child(4) {
    width: 200px;
}
.hero-form-sub {
    color: #fff;
    font-size: 12px;
    margin: 24px 0 0;
}
.hero-form-sub strong {
    margin: 0 20px 0 0;
    font-size: 14px;
}
.hero-form-sub ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.hero-form-sub li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.hero-form-sub li a {
    background-color: #2e2e2e;
    border-radius: 3px;
    color: #fff;
    padding: 3px 12px;
    text-transform:capitalize;
}
#form-panel {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 24px 25px;
}



/* =-=-=-=-=-=-= Home With Static Banner =-=-=-=-=-=-= */
#banner {
    background: url("../images/banner-5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
    width: 100%;
}
#banner::before {
    background-color: rgba(34, 34, 34, 0.6);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.search-container {
    display: block;
    padding: 260px 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.search-container h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}
.search-container .form-group .form-control {
    width: 100%;
    height: 69px;
    font-size: 16px;
}
.search-container .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
    height: 69px;
}
.search-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
.search-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 65px;
    font-size: 16px;
}

.search-container .col-md-4 .form-group input:focus, .search-container .col-md-4 .form-group .input.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
    outline: none;
}
.search-container button {
    background-color: #505050;
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 69px;
    position: relative;
    text-align: center;
    width: 100%;
}
.search-container button::before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 99;
}
.search-container button:hover::before {
    opacity: 1;
}
.search-container button i {
    position: relative;
    z-index: 100;
}
/* =-=-=-=-=-=-= Home With Map =-=-=-=-=-=-= */
#map {
    height: 550px;
    width: 100%;
    margin-bottom: -20px;
}
#map img {
    max-width: inherit
}
.map {
    position: relative
}
/* =-=-=-=-=-=-= Home With Hero Section =-=-=-=-=-=-= */
.hero-section {
    width: 100%;
    height: 100%;
    position: relative;
}
.hero-section::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hero {
    color: #fff;
    padding: 160px 0;
    position: relative;
    text-align: center;
    clear: both;
}
.hero::before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-img {
    background: rgba(0, 0, 0, 0.6) url("../images/home-banner.jpg") no-repeat;
    background-position: 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    clear: both;
}
.hero .content {
    margin: auto;
    max-width: 64em;
    padding: 5em;
    position: relative;
}
.hero .content p {
    color: #fff;
    position: relative;
}
.hero .content p:first-child {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.hero .content h1 {
    font-size: 1em;
    font-weight: normal;
}
.hero .content .search-holder {
    position: relative;
    width: 100%;
    margin: 32px 0 0;
}

.hero .content .search-holder input {
    border: medium none;
    color: #222;
    font-size: 1.4em;
    height: 68px;
}
.hero .content .search-holder button {
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 75px;
}
.hero .content .search-holder .input-group-btn .glyphicon {
    margin: 0;
}
/* =-=-=-=-=-=-= Home With Hero Section & Tabs =-=-=-=-=-=-= */
#hero .search-holder .nav.nav-tabs, #hero .search-holder .nav.nav-tabs li.active {
    border: medium none;
}
#hero .search-holder .nav.nav-tabs li {
    padding: 0;
    position: relative;
    text-align: center;
    width: 20%;
}
#hero .search-holder .nav.nav-tabs li:last-child {
    border-right: medium none;
}
#hero .search-holder .nav-tabs > li > a {
    background-color: #ffc627;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: medium none;
    border-radius: 0;
}
#hero .search-holder .nav-tabs > li > a i {
    color: #fff;
    font-size: 64px;
    position: relative;
    width: 100%;
    float: left;
}
#hero .search-holder .nav-tabs li:nth-child(1) a {
    background: #3498db none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(2) a {
    background: #2ecc71 none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(3) a {
    background: #9b59b6 none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(4) a {
    background: #d5658d none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(5) a {
    background: #b89579 none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(6) a {
    background: #53b9c5 none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(7) a {
    background: #757790 none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(8) a {
    background: #34495e none repeat scroll 0 0;
}
#hero .search-holder .nav-tabs li:nth-child(9) a {
    background: #f05458 none repeat scroll 0 0;
}
#hero .search-holder .nav.nav-tabs li.active a {
    border: medium none;
    border-radius: 0;
    height: 133px;
    z-index: 999;
}
/* =-=-=-=-=-=-= Home With Category Slider =-=-=-=-=-=-= */
.owl-item .item .category-grid-box-1 {
    margin-bottom: 0;
}
ul.category-list-style::after {
    clear: both;
    content: "";
    display: block;
}
ul.category-list-style li {
    list-style: outside none none;
    margin: 0;
    position: relative;
}
ul.category-list-style li a {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #232323;
    display: block;
    font-size: 18px;
    line-height: 24px;
    outline: medium none;
    padding: 10px 30px 10px 18px;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
}
ul.category-list-style li a i {
    color: #ccc;
    font-size: 45px;
    opacity: 0.5;
    position: absolute;
    left: 11px;
    top: 35%;
    font-weight: normal;
}
ul.category-list-style li a span {
    color: #999 !important;
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.category-grid-5 {
    color: #fff;
    width: 100%;
    padding: 70px 40px;
    text-align: center;
    position: relative;
    min-height: 377px;
}
.category-grid-5-icon i {
    font-size: 40px;
}
.category-grid-5 .cat-5-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    padding: 5px 0 0;
}
.category-grid-5 .cat-5-title h2 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.category-grid-5 .cat-5-title h2 a {
    color: #fff;
}
.category-grid-5 .cat-5-count {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.category-grid-5 .cat-5-popular {
    color: #fff !important;
    font-size: 13px;
    padding: 20px 0 10px;
    position: relative;
}
.category-grid-5 .cat-5-popular a {
    color: #fff;
    padding: 5px 0;
    text-transform: capitalize;
    width: 100%;
}
.home-category-slider .owl-item:nth-child(9n+1) .category-grid-5 {
    background: #3498db none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+2) .category-grid-5 {
    background: #2ecc71 none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+3) .category-grid-5 {
    background: #9b59b6 none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+4) .category-grid-5 {
    background: #D5658D none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+5) .category-grid-5 {
    background: #B89579 none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+6) .category-grid-5 {
    background: #53B9C5 none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+7) .category-grid-5 {
    background: #757790 none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+8) .category-grid-5 {
    background: #34495e none repeat scroll 0 0;
}
.home-category-slider .owl-item:nth-child(9n+9) .category-grid-5 {
    background: #F05458 none repeat scroll 0 0;
}
.home-category-slider .category-slider .owl-controls .owl-nav .owl-next, .home-category-slider .category-slider .owl-controls .owl-nav .owl-prev {
    background-color: #363c48;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.home-category-slider .category-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
}
.home-category-slider .category-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}
.home-category-slider .category-slider .owl-controls {
    margin-top: 0;
}
/* =-=-=-=-=-=-= Home With Background Rotator Slider =-=-=-=-=-=-= */
.background-rotator-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.background-rotator {
    background: #eee none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
}
.linear-overlay img, .slider-shade img {
    position: relative;
    z-index: -1;
}
.linear-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.54) 100%) repeat scroll 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.background-rotator .owl-carousel .owl-item {
    height: 690px;
    width: 100%;
}
.background-rotator .search-section {
    color: #fff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 330px;
    z-index: 1;
}
.background-rotator .content {
    padding:0 70px;
}
.background-rotator .heading-caption {
    margin-bottom: 20px;
    text-align: center;
}
.background-rotator .search-form input.form-control {
    height: 55px;
}
.background-rotator .heading-caption h1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
}
.background-rotator .heading-caption h1, .background-rotator .heading-caption p {
    color: #fff;
    margin-bottom: 20px;
}
.background-rotator .heading-caption p {
    font-size: 18px;
}
.background-rotator .search-form {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
}
.background-rotator .search-form .btn {
    padding: 16px 15px;
}
.background-rotator .search-form .btn i {
    margin-left: 10px;
}
/* =-=-=-=-=-=-= Grid Listing 1 =-=-=-=-=-=-= */
.category-grid-box-1 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    display: block;
    width:100%;
}
.category-grid-box-1:after {
    content: '';
    clear: both;
    display: block;
}
.category-grid-box-1 .category-title {
    color: #a0a0a0;
    font-size: 14px;
}
.category-grid-box-1 .category-title a {
    color: #a0a0a0;
}
.category-title a {
    color: #a0a0a0;
    font-size: 14px;
}
.category-grid-box-1 h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.category-grid-box-1:hover {
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.4);
}
.category-grid-box-1 .price-tag .price span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 30px;
    text-transform: capitalize;
}
.category-grid-box-1 a {
    color: #fff;
    font-weight: 400;
}
.category-grid-box-1 a h6 {
    color: #333;
    margin: 0 0 10px;
}
.category-grid-box-1 a h4 {
    color: #242424;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.category-grid-box-1 a h4:hover {
    color: #3c92ca;
}
.category-grid-box-1 .short-description-1 {
    padding: 15px 15px 15px 15px;
    position: relative;
    background: #243136 none repeat scroll 0 0;
}
.white.category-grid-box-1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: transparent #e9e6e0 #e9e6e0;
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: none;
    width:100%;
}
.white.category-grid-box-1 .short-description-1 {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
}
.white.category-grid-box-1 h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.white.category-grid-box-1 h3 a {
    color: #232323;
}
.white.category-grid-box-1 h3 a:hover {
    color: #f58936;
}
.white.category-grid-box-1 .ad-info-1 {
    border-top: 1px solid #e9e6e0;
    background: #fcfbf9 none repeat scroll 0 0;
}
.location {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 20px;
}

.location i{
    padding-right:5px;	
}

.category-grid-box-1 .price-tag{
    bottom: 3px;
    position: absolute;
    right: 0;
}
.category-grid-box-1 .image {
    overflow: hidden;
    position:relative;
}
.map #map .category-grid-box-1 .image {
    overflow: hidden;
    position:relative;
}

.category-grid-box-1 .image img {
    width:100%;	
}

.special-label-small {
    width: 249px !important;
}
.special-label {
    background: #df1d1d none repeat scroll 0 0;
}
.special-label {
    text-align: center !important;
    color: #fff !important;
    height: 49px;
    left: -81px;
    line-height: 49px;
    position: absolute;
    text-transform: uppercase;
    top: 27px;
    -ms-transform: rotate(-45deg) translateZ(0px);
    -webkit-transform: rotate(-45deg) translateZ(0px);
    transform: rotate(-45deg) translateZ(0px);
    transform-origin: 50% 50% 0;
    z-index: 10;
    font-size: 14px;
}
.special-label-small {
    height: 32px;
    line-height: 32px;
    top: 20px;
}
.ad-info-1 {
    background: #1d282c none repeat scroll 0 0;
    padding: 8px 18px 10px;
    overflow: hidden;
    width: 100%;
}
.ad-info-1 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ad-info-1 ul li {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 14px;
    margin-top: 4px;
    vertical-align: middle;
    font-size: 14px;
}
.ad-info-1 ul li span {
    color: #fff;
    font-size: 12px;
}
.ad-info-1 ul li i {
    margin-left: 10px;
}
.white.category-grid-box-1 .ad-info-1 ul li, .white.category-grid-box-1 .ad-info-1 ul li a {
    color: #a0a0a0;
    font-weight: 400;
}
.white.category-grid-box-1 img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width:100%;
}
.white.category-grid-box-1 .image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*.featured-slider-1 .item .white.category-grid-box-1 .short-description-1 .ad-price {
        margin-bottom:0;
}*/

.short-description-1 .rating {
    margin: 0;
    float: right;
}
.rating .rating-count {
    color: #706a68;
    font-size: 14px;
    padding-left: 5px;
}
.ad-price {
    font-size: 25px;
    font-weight: 600;
    float: left;
    margin-bottom: 15px;
    color:#232323;
}
/* =-=-=-=-=-=-= Grid Listing 2 =-=-=-=-=-=-= */
.category-grid-box {
    float: right;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.category-grid-box:after {
    content: "";
    display: block;
    clear: both;
}
.category-grid-box .category-grid-img {
    float: right;
    position: relative;
    width: 100%;
}
.category-grid-box .category-grid-img::before {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.category-grid-box .category-grid-img > img {
    float: right;
    width: 100%;
}
.category-grid-box .category-grid-img .ad-status {
    background-color: rgba(245, 137, 54, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    right: 0;
}
.category-grid-box > h3 {
    color: #1b1d21;
    float: right;
    font-size: 19px;
    font-weight: bold;
    margin: 22px 0 7px;
    width: 100%;
}
.category-grid-box > h3 a {
    color: #1b1d21;
}
.category-grid-box .additional-information p {
    margin-bottom: 0;
    line-height: 25px;
    padding-right: 30px;
    text-transform: capitalize;
}
.category-grid-box span.price {
    float: right;
    font-size: 22px;
}
.category-grid-box .category-grid-img::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    /* IE 9 */

    -webkit-transform: scale(0.9);
    /* Chrome, Safari, Opera */

    transform: scale(0.9);
    width: 100%;
}
.category-grid-box:hover .category-grid-img::before {
    opacity: 0.7;
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */

    transform: scale(1);
}
.category-grid-box .user-preview {
    position: absolute;
    left: 15px;
    top: 20px;
}
.category-grid-box .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
.category-grid-box .view-details {
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 1em;
    position: absolute;
    left: 25px;
    text-align: left;
    width: 100%;
}



.category-grid-box:hover .view-details {
    display: block;
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */

    transform: scale(1);
}
.category-grid-box .additional-information {
    display: none;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    width: 100%;
    left: 25px;
    bottom: 45px;
    text-align: right;
}
.category-grid-box:hover .additional-information {
    display: block;
}
.category-grid-box .short-description {
    padding: 20px 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.category-grid-box .short-description h3 {
    font-size: 18px;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.category-grid-box .short-description .btn {
    padding: 3px 10px;
}
.category-grid-box .short-description .btn i {
    margin-left:5px;	
}
.category-grid-box .short-description h3 a {
    color: #232323;
}
.category-grid-box .short-description .price {
    font-weight: 600;
    font-size: 24px;
}
.category-grid-box span.negotiable {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 17px;
}
.category-grid-box .short-description .category-title {
    color: #a0a0a0;
    font-size: 14px;
}
.category-grid-box .category-title a {
    color: #a0a0a0;
}
.category-grid-box .ad-info {
    border-top: 1px solid #eeeeee;
}
.category-grid-box .ad-info ul {
    list-style: outside none none;
    margin: 0 15px;
    padding: 0;
}
.category-grid-box .ad-info ul li:first-child {
    float: right;
    text-align: left;
}
.category-grid-box .ad-info ul li {
    color: #888888;
    display: inline-block;
    font-size: 14px;
    padding: 5px 7px;
    text-align: right;
    float: left;
}
.category-grid-box .ad-info ul li i {
    color: #a0a0a0;
    margin-left: 5px;
}
/* =-=-=-=-=-=-= Listing View 1 =-=-=-=-=-=-= */
.well {
    background-color: #fff;
    border: 1px solid #eaedef;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom:30px;
    box-shadow:none;
}
.ad-listing {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}
.ad-listing .col-md-3.grid-style {
    padding-left: 0;
}
.ad-listing .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ad-listing .img-box::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    /* IE 9 */

    -webkit-transform: scale(0.9);
    /* Chrome, Safari, Opera */

    transform: scale(0.9);
    width: 100%;
}
.ad-listing:hover .img-box::before {
    opacity: 0.7;
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */

    transform: scale(1);
}
.ad-listing .ad-status {
    background-color: rgba(245, 137, 54, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    right: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.ad-listing:hover .view-button {
    opacity: 1;
}
.ad-listing .img-box img {
    max-width: 100%;
}
.ad-listing .total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    right: 0;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
}
.ad-listing .total-images {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}
.content-zone .img-zone {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.content-zone .img-zone::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    /* IE 9 */

    -webkit-transform: scale(0.9);
    /* Chrome, Safari, Opera */

    transform: scale(0.9);
    width: 100%;
}
.content-zone:hover .img-zone::before {
    opacity: 0.7;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
}
.content-zone:hover .view-button {
    opacity: 1;
}
.quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999;
}
.view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px;
}
.ad-listing .quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999;
}
.ad-listing .view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px;
}
.ad-listing .content-area {
    padding: 25px 0 0;
    overflow: hidden;
    position: relative;
}

.ad-listing .content-area .ad-details {
    margin-top:10px;
}

.ad-listing .content-area .btn{
    padding: 3px 10px !important;
}
.ad-listing .content-area .price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
}
.short-info {
    overflow: hidden;
}
.ad-listing .content-area .category-title {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 3px;
}
.ad-listing .content-area .category-title a {
    color: #a0a0a0;
}
.ad-listing .content-area h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
    width: 80%;
}
.ad-listing .content-area h3 a {
    color: #232323;
}
.ad-meta-info {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.ad-meta-info li {
    display: inline-block;
    margin-right: 15px;
}
.ad-meta-info li i {
    margin-left: 5px;
    color: #a0a0a0;
}
.ad-meta-info li a {
    color: inherit;
}
.ad-listing .content-area .ad-stats {
    float: right;
    padding-right: 10px;
    padding-top: 0;
    width: 100%;
    color: #a0a0a0;
    font-size: 14px;
}
.ad-listing .content-area .ad-stats span {
    font-weight: 600;
    color: #232323;
}
.ad-listing .user-preview {
    position: absolute;
    left: 25px;
    top: 10px;
}
.ad-listing .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
.ad-listing .content-area .additional-info {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 16px;
    top: 24px;
}
.ad-listing .content-area .additional-info li {
    display: inline-block;
    margin: 0 2px;
}
.ad-listing .content-area .additional-info li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #b7b7b7;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.ad-listing .content-area .additional-info li a:hover {
    color: #fff;
}
.ad-listing .content-area .col-md-9 {
    padding: 0 20px;
}
.ad-listing .content-area .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 164px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}
/* =-=-=-=-=-=-= Listing View Switch  =-=-=-=-=-=-= */
.glyphicon {
    margin-right: 5px;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 h3 {
    font-size: 18px !important;
}
.mid-container.list-group .item.list-group-items .ad-meta-info {
    font-size: 16px;
}
.mid-container.list-group .item.list-group-items {
    float: none;
    width: 100%;
    background-color: transparent;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .image {
    float: right;
    position: relative;
    width: 45%;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .image img {
    min-height: 259px;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .short-description-1 {
    float: left;
    min-height: 255px;
    overflow: hidden;
    padding: 20px;
    width: 55%;
}
.item.list-group-items {
    float: none;
    width: 100%;
    background-color: #fff;
}
.list-group-items .category-grid-box-1 .image {
    float: right;
    position: relative;
    width: 30%;
}
.list-group-items .category-grid-box-1 .short-description-1 {
    overflow: hidden;
    float: left;
    width: 70%;
    min-height: 256px;
    padding: 30px;
}
.list-group-items .ad-info-1 {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.list-group-items .ad-info-1 ul {
    float: right;
}
#products .ad-meta-info {
    display: none;
}
#products .list-group-items .category-grid-box-1 h3 {
    font-size: 20px;
}
#products .list-group-items .ad-meta-info {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    float: right;
}
#products .list-group-items .ad-meta-info li i {
    margin-right: 10px;
}
#products .list-group-items .ad-meta-info li i {
    font-size: 20px;
    float: right;
}
#products .ad-info-1 .detail-button {
    display: none;
}
#products .list-group-items .ad-info-1 .detail-button {
    display: inline-block;
    float: left;
    margin-top: 3px;
    font-size: 14px;
}
.ad-info-1 ul li.views {
    display: none;
}
.list-group-items .ad-info-1 ul li.views {
    display: inline-block;
}
.list-group-item-text {
    display: none;
}
.list-group-items .list-group-item-text {
    display: block;
    margin-top: 15px;
}
/* =-=-=-=-=-=-= Listing View 3 =-=-=-=-=-=-= */
.ads-list-archive {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    color: #777;
    display: block;
    margin-bottom: 30px;
    position: relative;
    float: right;
    width: 100%;
}
.ads-list-archive .archive-history {
    margin-top: 15px;
}
.ad-archive-img {
    overflow: hidden;
    position: relative;
}
.ribbon.popular {
    background: rgba(0, 0, 0, 0) url("../images/featured.png") no-repeat scroll 0 0;
}
.ribbon.expired {
    background: #000000;
    /* fallback for old browsers */

    background: -webkit-linear-gradient(to left, #000000, #434343);
    /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(to left, #000000, #434343);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: #fff;
}
.ribbon {
    height: 28px;
    position: absolute;
    top: 0;
    width: 78px;
    z-index: 1;
    padding: 0 12px;
}
.ad-archive-img a img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.ad-archive-img img {
    width: 100%;/* height: 232px;*/
}
.ad-archive-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ad-archive-desc {
    border-right: medium none;
    /*line-height: 17px;*/

    padding: 10px 20px;
}
.ad-archive-desc .rating {
    font-size: 15px;
    margin: 15px 0 3px -3px;
}
.ad-archive-desc h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #232323;
}
.ad-archive-desc h3 a {
    color: #232323;
}
.ad-archive-desc h3:hover, .ad-archive-desc h3 a:hover {
    cursor: pointer;
}
.ad-archive-desc p {
    font-size: 14px;
    margin-bottom: 0;
}
ul.add_info {
    margin: 0;
    padding: 0;
}
.ad-archive-desc ul.add_info {
    margin-top: 10px;
}
ul.add_info li {
    border: 1px solid #ededed;
    border-radius: 3px;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}
.custom-tooltip {
    display: inline;
    position: relative;
    z-index: 9;
}
.tooltip-item {
    cursor: pointer;
    display: inline-block;
}
ul.add_info li i {
    display: inline-block;
    top: 2px;
}
.tooltip-content, .tooltip-content-flip {
    bottom: 100%;
    cursor: default;
    z-index: 9999;
}
.tooltip-content, .tooltip-item::after {
    left: 50%;
    position: absolute;
    width: 300px;
}
.tooltip-content h4 {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.tooltip-content .label {
    margin-left: 10px;
}
.label-danger {
    background-color: #d9534f;
}
.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.custom-tooltip:hover .tooltip-content {
    text-align: right;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
}
.tooltip-content {
    background: #333 none repeat scroll 0 0;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px -150px;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    text-align: left;
}
.tooltip-effect-4 .tooltip-content {
    transform: scale3d(0.7, 0.3, 1);
    transform-origin: 50% 100% 0;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
}
.tooltip-content::after, .tooltip_flip::after {
    content: "";
    pointer-events: none;
}
.tooltip-content::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}
ul.add_info li i {
    font-size: 14px;
    position: relative;
    color: #a0a0a0;
}
.ad-archive-desc .ad-price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
}
.ad-archive-desc .category-title {
    margin-bottom: 2px;
}
.ad-archive-desc .ad-meta .btn {
    padding: 3px 10px;
    text-transform: capitalize;
}
.ad-archive-desc .ad-meta .btn i {
    padding-right: 5px;
}
.ad-archive-desc .ad-meta .save-ad {
    background-color: #fcfcfc;
    border-color: #eaedef;
    border: 1px solid #eaedef;
    color: #464e60;
    font-size: 14px;
}
.ad-archive-desc .pull-right .btn i {
    padding-right: 5px;
}
.ad-archive-desc .last-updated {
    font-size: 12px;
    position: relative;
    float: right;
    line-height: 30px;
}
.ad-archive-desc .ad-meta {
    position: relative;
    float: left;
}
/* =-=-=-=-=-=-= Listing View 4 =-=-=-=-=-=-= */
.ad {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    position: relative;
    overflow: hidden;
}
.ad:first-child {
    border-top: 1px solid #ededed;
}
.content-zone {
    background-color: #fff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 0 10px;
    overflow: hidden;
}
.ad .content-zone .short-description-1 h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.ad .content-zone .short-description-1 h3 a {
    color: #232323;
}
/* =-=-=-=-=-=-= ÙˆØ§Ø­Ø¯ Ø§Ù„ØªÙ?Ø§ØµÙŠÙ„ Ø§Ù„Ø¥Ø¹Ù„Ø§Ù†s =-=-=-=-=-=-= */
.single-ad .image-box p b {
    color: #232323;
}
.single-ad .flexslider {
    border: medium none;
}
.single-ad .flexslider .slide-main img {
    border: 1px solid #e4e4e4;
}
.single-ad .flexslider .slides {
    background-color: #fff;
}
.single-ad .ad-share .ad-box span {
    color: #232323;
}
.single-ad .flexslider .slide-thumbnail li {
    cursor: pointer;
    margin-right: 18px;
}
.single-ad .ad-box .short-features {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 25px;
}
.single-ad .heading-panel h3 {
    font-size: 20px;
}
.single-ad .heading-panel {
    text-align: justify;
}
.single-ad .heading-panel h3.main-title {
    border-bottom: medium none;
    display: inline-block;
}
.single-ad .heading-panel {
    margin-bottom: 10px;
}
.single-ad .ad-share {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.single-ad .ad-box .short-features span strong {
    color: #232323;
}
.single-ad .ad-box .ad-related-img {
    overflow: hidden;
    margin-bottom: 30px;
}
.single-ad .ad-box .specification p:first-letter {
    text-transform: capitalize
}
.ad-box h1 {
    color: #232323;
    font-size: 22px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.ad-share .ad-box {
    cursor: pointer;
}
.ad-box {
    border: 1px solid #e7e7e7;
    border-radius: 1px;
    background: #fff;
    padding: 20px 30px;
}
.ad-box i {
    font-size: 20px;
    padding-left: 5px;
    vertical-align: middle;
}
.btn-fb {
    background: #3b5998 none repeat scroll 0 0;
}
.btn-sharp {
    border-radius: 1px;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.btn-twitter {
    background: #00aced none repeat scroll 0 0;
}
.btn-gplus {
    background: #d14433 none repeat scroll 0 0;
}
.price-quote .recent-ads .recent-ads-list, .contact-seller .recent-ads .recent-ads-list {
    border-bottom: 1px solid #e2e2e2 !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
}
.price-quote .recent-ads .recent-ads-list-image-inner, .contact-seller .recent-ads .recent-ads-list-image-inner {
    background-color: transparent;
    width: auto;
    height: auto;
}
.price-quote .recent-ads .recent-ads-list-image, .contact-seller .recent-ads .recent-ads-list-image {
    width: 50%;
}
.price-quote .recent-ads .recent-ads-list-title a, .contact-seller .recent-ads .recent-ads-list-title a {
    font-size: 18px;
}
.price-quote .recent-ads .recent-ads-list-price, .contact-seller .recent-ads .recent-ads-list-price {
    font-size: 16px;
}
.share-ad .recent-ads .recent-ads-list {
    border-bottom: 1px solid #e2e2e2 !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
}
.share-ad .recent-ads .recent-ads-list-image-inner {
    background-color: transparent;
    width: auto;
    height: auto;
}
.share-ad .recent-ads .recent-ads-list-image {
    width: 50%;
}
.share-ad .recent-ads .recent-ads-list-title a {
    font-size: 18px;
}
.share-ad .recent-ads .recent-ads-list-price {
    font-size: 16px;
}
.share-ad .modal-body p {
    font-size: 14px;
}
.share-ad .modal-body h3 {
    font-size: 18px;
    color: #232323;
    margin-bottom: 5px;
    font-weight: 500;
}
.share-ad .modal-footer {
    padding: 10px;
}
.show-sticky-ad-detail {
    display: block !important;
}
.sticky-ad-detail {
    background-color: #363c48;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 0 15px;
    position: fixed;
    right: 0;
    z-index: 10;
    display: none;
}
.sticky-ad-detail .btn {
    border: medium none;
    color: #fff;
    font-size: 14px !important;
    margin: 10px 20px 0 0 !important;
    padding: 10px 20px;
}
.sticky-ad-detail .btn i {
    margin-right: 5px;
}
.sticky-ad-detail .btn .icon-phone {
    vertical-align: -1px;
}
.sticky-ad-detail .btn-phone {
    background: #15a949 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #087a30;
}
.sticky-ad-detail .btn-phone.active {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #15a949;
    box-shadow: none;
    color: #15a949;
    padding: 9px 20px;
}
.sticky-ad-detail .btn-message {
    background: #4691e1 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #367bc4;
}
.single-ad .ad-box .short-history li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    padding-right: 10px;
    padding-left: 10px;
}
.single-ad .ad-box .short-history li:first-child {
    padding-right: 0;
    border-right: medium none;
}

.single-ad .ad-box .short-history li:last-child {
    border-left: medium none;
}
.single-ad .ad-box .short-history li b {
    font-weight: 600;
}
.short-history li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
}
.short-history li:first-child {
    padding-left: 0;
    border-right: medium none;
}
.short-history li:last-child {
    border-left: medium none;
}
.short-history li b {
    font-weight: 600;
}
.sticky-ad-detail .short-history li b a {
    color: #fff;
}
.adz-detail strong {
    color: #232323;
}
.single-ad .adz-head h4 {
    color: #232323;
    font-size: 24px;
}
.adz-detail, .top-sellers {
    padding: 25px 0;
}
.adz-detail .short-features {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.adz-detail .heading-panel h3 {
    color: #232323;
    font-size: 22px;
}
.adz-detail .heading-panel {
    margin-bottom: 30px;
}
.adz-detail .heading-panel h3.main-title {
    border-bottom: 2px solid #f58936;
    display: block;
}
.desc-points {
    margin-bottom: 50px;
}
.desc-points ul {
    counter-reset: item;
}
.desc-points li {
    line-height: 40px;
}
.desc-points li:before {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #232323;
    content: counter(item, decimal) "";
    counter-increment: item;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    opacity: 0.7;
    text-align: center;
    width: 25px;
    margin-right: 10px;
}
.desc-points li i {
    color: #6bc242;
    margin-right: 15px;
}
.single-details .owl-controls .owl-nav .owl-next, .single-details .owl-controls .owl-nav .owl-prev {
    background-color: #f58936;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-details .owl-prev {
    left: -5px;
    position: absolute;
    top: 40%;
}
.single-details .owl-next {
    position: absolute;
    right: -5px;
    top: 40%;
}
.single-details .owl-controls .owl-nav div {
    padding: 30px 10px !important;
}
.single-details .owl-controls .owl-nav {
    display: none;
}
.single-ad .single-details:hover .owl-controls .owl-nav {
    display: block;
}
.single-ad .ad-box .ad-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.single-ad .ad-box .ad-title h2 {
    color: #232323;
    font-size: 22px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.single-ad .ad-box .ad-title h2 a {
    color: #232323;
}
#itemMap {
    width: 100%;
    height: 370px;
    margin-bottom: 5px;
}
.ad-box .ad-closed img {
    left: 42px;
    position: absolute;
    top: 107px;
}
/* =-=-=-=-=-=-= Listing Sidebar & Blog Sidebar =-=-=-=-=-=-= */
.panel {
    overflow: hidden;
    border-radius: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #232323;
    background-color: #fff;
    border-color: #fff;
}
.panel-title {
    font-size: 16px;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: left;
    color: #f1f1f1;
    top: 5px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
#accordion .panel-body ul li {
    padding: 5px 0;
}
#accordion .panel-body.categories ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
}
#accordion .panel-body.categories ul li a:hover {
    text-decoration: none;
    color: #f58936;
}
#accordion .panel-body a i {
    color: #8e8b8b;
    font-size: 22px;
    margin-left: 10px;
}
#accordion .panel-body ul li a span {
    color: #9e9e9e;
    margin-right: 5px;
}
.panel-body {
    background-color: #fff;
    padding: 20px 25px;
}
.search-widget {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.search-widget input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 40px;
    width: 100%;
}
.search-widget button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #bdbdbd;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}
.skin-minimal .list li label {
    padding-right: 10px;
    font-weight: 500;
    color: #232323;
    font-size: 16px;
}
.side-menu {
    background:#fff;	
}
.skin-minimal .list li label:hover {
    text-decoration: none;
}
.recent-ads .recent-ads-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.recent-ads .recent-ads-list:last-child {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.recent-ads .recent-ads-container {
    display: table;
    width: 100%;
}
.recent-ads .recent-ads-list-image {
    display: table-cell;
    width: 96px;
}
.recent-ads .recent-ads-list-image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}
.recent-ads .recent-ads-list-image-inner {
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    height: 60px;
    margin: 0 0 0 16px;
    position: relative;
    width: 100px;
}
.recent-ads .recent-ads-list-content {
    display: table-cell;
    vertical-align: top;
}
.recent-ads .recent-ads-list-content h3 {
    color: #232323;
    font-size: 16px;
}
.recent-ads .recent-ads-list-title {
    margin: 0;
}
.recent-ads .recent-ads-list-title a {
    color: #232323;
    font-size: 15px;
    font-weight: 500;
}

.recent-ads .recent-ads-list-location {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.recent-ads .recent-ads-list-location li {
    display: inline !important;
    border-bottom: medium none !important;
}
.recent-ads .recent-ads-list-location li::before {
    display: none !important;
}
.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
    color: #a0a0a0;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.recent-ads .recent-ads-list-price {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.sidebar .widget + .widget {
    margin-top: 5px;
}
.sidebar .widget {
    overflow: hidden;
    position: relative;
    border-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #eeeeee;
}
.sidebar .widget .widget-heading {
    background-color: #fff;
    border-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    color: #232323;
    padding: 0;
}
.sidebar .widget .widget-content {
    border-top-color: #eeeeee;
    background-color: #fff;
    padding: 20px 25px;
}
.sidebar .widget .widget-content ul li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
}
.sidebar .widget .widget-content ul li a {
    color: #232323;
}
.sidebar .widget .widget-content ul li::before {
    color: #ddd;
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 5px;
}

.sidebar .widget .widget-content .category-grid-box .ad-info ul li::before {
    display:none;
}

.sidebar .widget .widget-content .category-grid-box .ad-info ul li{
    padding: 10px 20px !important;
    font-size:14px;
    line-height:normal;
}

.sidebar .widget .widget-content ul li:first-child {
    padding-top: 0;
}
.sidebar .widget .widget-content ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.sidebar .widget .widget-content .tagcloud {
    margin-top: 7px;
    overflow: hidden;
}
.sidebar .widget .widget-content .tagcloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 4px 8px 0;
    padding: 0 17px;
    color: #232323;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.blog-sidebar .widget + .widget {
    margin-top: 5px;
}
.blog-sidebar .widget {
    overflow: hidden;
    position: relative;
    border-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #eeeeee;
}
.blog-sidebar .widget .widget-heading {
    background-color: #fff;
    border-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    color: #232323;
    padding: 0;
}
.blog-sidebar .widget .widget-content {
    border-top-color: #eeeeee;
    background-color: #fff;
    padding: 20px 25px;
    overflow: hidden;
}
.blog-sidebar .widget .widget-content ul li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
}
.blog-sidebar .widget .widget-content ul li a {
    color: #232323;
}
.blog-sidebar .widget .widget-content ul li a span {
    color: #ddd;
    float: left;
}
.blog-sidebar .widget .widget-content ul li::before {
    color: #ddd;
    content: "\f104";
    font-family: FontAwesome;
    padding: 0 5px;
}
.blog-sidebar .widget .widget-content ul li:first-child {
    padding-top: 0;
}
.blog-sidebar .widget .widget-content ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.blog-sidebar .widget .widget-content .tagcloud {
    margin-top: 7px;
    overflow: hidden;
}
.blog-sidebar .widget .widget-content .tagcloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 4px 8px 0;
    padding: 0 17px;
    color: #232323;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.blog-sidebar .widget .widget-content .gallery-image img {
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
}
.blog-sidebar .widget .widget-content .gallery-image img:hover {
    background: #000;
    opacity: 0.7;
}
.blog-sidebar .widget .widget-content .gallery-image {
    margin-top: 10px;
    overflow: hidden;
}
.blog-sidebar .widget .widget-content .gallery-image a {
    float: right;
    margin-bottom: 10px;
    margin-right: 3px;
    max-width: 24%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.sidebar .widget-title {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
.sidebar .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar .widget ul li {
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}
.btn-contact, .btn-contact:hover, .btn-contact:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #232323;
    font-size: 20px;
    height: 90px;
    padding-left: 90px;
    padding-right: 10px;
    text-align: right;
}
.contactEmail, .contactEmail:hover {
    background-color: transparent;
    background-image: url(../images/email.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    outline: none;
}
.contactPhone, .contactPhone:hover, .contactPhone:active, .contactPhone:visited {
    background-color: transparent;
    background-image: url(../images/phone.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 2em;
    outline: none;
}
.ad-listing-price {
    display: block;
    position: relative;
    width: 100%;
    outline: none;
}
.ad-listing-price p {
    color: #fff;
    font-size: 1.8em;
    padding: 5%;
    text-align: center;
    margin-bottom: 0;
}
.user-photo img {
    border-radius: 5px;
    height: auto;
    width: 90px;
}
.user-information .user-name {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}
.user-information .user-name a {
    color: #232323;
}
.user-info-card {
    padding-bottom: 15px;
    padding-top: 25px;
}
.ad-listing-meta > ul {
    padding: 0;
}
.ad-listing-meta ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
}
.ad-listing-meta ul li:last-child {
    border-bottom: medium none;
}
.ad-listing-meta ul li span {
    float: left;
    font-weight: 600;
}
.widget-content ol {
    padding-left: 15px;
}
.widget-content ol li {
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}
.widget-content.saftey ol li {
    margin-bottom: 0;
    padding-left: 2px;
    position: relative;
}
.widget .widget-content .featured-slider-3 .item .category-grid-box {
    margin-bottom: 0;
}
/* =-=-=-=-=-=-= Single Blog Post =-=-=-=-=-=-= */
.blog-post:after {
    content: '';
    display: block;
    clear: both;
}
.blog-post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #162532;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-post a {
    color: inherit;
    text-decoration: none;
}
.post-info a {
    margin-left: 20px;
}
.post-img {
    margin-bottom: 25px;
    overflow: hidden;
}
.post-img img {
    height: auto;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    width: 100%;
}
.post-info {
    font-size: 12px;
    padding: 0 20px;
    color: #999;
    text-transform: capitalize;
}
.post-title {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-excerpt {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #999;
}
.post-excerpt p{
    text-align: justify;
    line-height: 30px;
}

.blog-detial .blog-post .post-img .large-img {
    width: 100%;
    height: 400px;
}
.blog-detial .alignleft {
    float: right;
    margin: 7px 0 7px 24px;
}
.blog-detial .alignright {
    float: left;
    margin: 7px 24px 7px 0;
}
.blog-detial .aligncenter {
    display: block;
    margin: 7px auto;
}
.tags-share {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
}
.tags-share h3 {
    color: #1b1313;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    padding-top: 3px;
}
.tags-share .tags ul, .tags-share .share ul {
    display: inline-block;
    list-style-type: none;
}
.tags-share .tags ul li, .tags-share .share ul li {
    display: inline-block;
}

.tags-share .tags ul li a:hover {
    text-decoration: underline;
}
.tags-share .share h3 {
    font-weight: 700;
}
.tags-share .share ul li a {
    color: #1b1313;
}
.tags-share .share ul li a:hover {
    text-decoration: underline;
}
.blog-detial .blog-section .blog-heading h2 {
    color: #232323;
    font-size: 20px;
    margin: 40px 0 15px;
    padding: 13px 18px 0 0;
    text-transform: capitalize;
}
.blog-detial .comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-detial .comment li {
    border-right: 2px solid #000;
    padding-right: 10px;
}
.blog-detial .comment li:last-child {
    border-right: 0 none;
}
.blog-detial .comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 30px 0;
    overflow: hidden;
}
.blog-detial .comment-info p {
    margin-bottom: 40px;
}
.blog-detial .comment-info img {
    max-width: 90px;
}
.blog-detial .comment-info .author-desc {
    margin-right: 115px;
}
.blog-detial .comment-info .author-title {
    color: #323232;
    line-height: 16px;
    margin-bottom: 22px;
}
.blog-detial .author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-detial .comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px;
}
.blog-detial .comment-list .children {
    list-style: outside none none;
    padding-right: 67px;
}
.blog-detial .comment-info img {
    max-width: 90px;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment li {
    border-left: 2px solid #000;
    padding-left: 10px;
}
.comment li:last-child {
    border-left: 0 none;
}
.comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 30px 0;
    overflow: hidden;
}
.comment-info p {
    margin-bottom: 40px;
}
.comment-info img {
    max-width: 90px;
}
.comment-info .author-desc {
    margin-right: 130px;
}
.comment-info .author-title {
    color: #323232;
    line-height: 16px;
    margin-bottom: 22px;
}
.author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
}
.comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px;
}
.comment-list .children {
    list-style: outside none none;
    padding-right: 67px;
}
.comment-info img {
    max-width: 90px;
}
.comment-list .comment .comment-info .author-desc .author-title li a {
    color: #232323;
}
.user-contact-info {
    margin-bottom: 5px;
}
.blog-detial .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.blog-detial .page-numbers.current, a.page-numbers:hover {
    background: #f9f9f9;
}
.blog-detial .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
    color: #fff;
    text-decoration: none;
}
.blog-detial .navigation li {
    display: inline;
}
.blog-detial .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
.blog-detial .navigation li a:hover, .blog-detial .navigation li.active a {
    background-color: #3C8DC5;
}
span.required {
    color: #f00;
    font-size: 18px;
    line-height: 10px;
}
label {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}
/* =-=-=-=-=-=-= Featured Sliders =-=-=-=-=-=-= */
.featured-slider-1 .owl-item .category-grid-box {
    margin-top: 0;
    margin-bottom: 30px;
}
.featured-slider-1 .owl-controls .owl-nav .owl-next, .featured-slider-1 .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-slider-1 .owl-prev {
    left: 10px;
    position: absolute;
    top: 49.4%;
}
.featured-slider-1 .owl-next {
    position: absolute;
    right: 10px;
    top: 49.4%;
}
.featured-slider-1 .owl-item .item .category-grid-box-1 {
    margin-bottom: 30px;
}
.grid-panel .featured-slider-1 .owl-prev , .grid-card .featured-slider-1 .owl-prev  {
    right: auto !important;
    position: absolute;
    top: -15%;
    left: 10px !important;
}
.grid-panel .featured-slider-1 .owl-next , .grid-card .featured-slider-1 .owl-next {
    right: auto !important;
    position: absolute;
    top: -15%;
    left: 40px !important;
}
.grid-panel .featured-slider-1 .owl-item .item .category-grid-box-1 , .grid-card .featured-slider-1 .owl-item .item .category-grid-box-1{
    margin-bottom: 30px;
}
.featured-slider-3 .owl-controls .owl-nav .owl-next, .featured-slider-3 .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-slider-3 .owl-prev {
    left: -6px;
    position: absolute;
    top: -70px;
}
.featured-slider-3 .owl-next {
    position: absolute;
    left: 24px;
    top: -70px;
}
/* =-=-=-=-=-=-= Featured Slider 2 =-=-=-=-=-=-= */
.featured-slider .owl-item .category-grid-box {
    margin-top: 0;
    margin-bottom: 30px;
}
.featured-slider .owl-controls .owl-nav .owl-next, .featured-slider .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-slider .owl-prev {
    left: -40px;
    position: absolute;
    top: 45%;
}
.featured-slider .owl-next {
    position: absolute;
    right: -40px;
    top: 45%;
}
/* =-=-=-=-=-=-= price Range Slider =-=-=-=-=-=-= */
.search-2 .noUi-background, .sidebar #accordion .panel .panel-body .noUi-background {
    background: #44728e;
    box-shadow: none;
}
.search-2 .noUi-target, .sidebar #accordion .panel .panel-body .noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.search-2 .noUi-horizontal, .sidebar #accordion .panel .panel-body .noUi-horizontal {
    height: 6px;
}
.search-2 .noUi-origin, .sidebar #accordion .panel .panel-body .noUi-origin {
    border-radius: 0;
}
.noUi-connect {
    background: #224357;
    box-shadow: none;
}
.search-2 .noUi-horizontal .noUi-handle, .sidebar #accordion .panel .panel-body .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -4px;
}
.search-2 .noUi-handle:after, .sidebar #accordion .panel .panel-body .noUi-handle:after, .search-2 .noUi-handle:before, .sidebar #accordion .panel .panel-body .noUi-handle:before {
    content: none;
}
.search-2 .noUi-handle, .sidebar #accordion .panel .panel-body .noUi-handle {
    border-radius: 100%;
    border: 2px solid #2e566e;
    background: #94b9d0;
    box-shadow: none;
    cursor: pointer;
}
.search-form .price-slider-value, .price-slider-value {
    display: block;
    margin-bottom: 11px;
    margin-top: 3px;
}
.search-2 .form-control {
    border: medium none;
}
/* =-=-=-=-=-=-= Ø§Ù„Ù?Ø¦Ø§Øª =-=-=-=-=-=-= */
.category-list {
    background: #fff none repeat scroll 0 0;
    float: right;
    min-height: 360px;
    overflow: hidden;
    padding: 20px 20px 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease- 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.category-list:after {
    content: '';
    display: block;
    clear: both;
}
.view-more {
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    clear: both;
}
.view-more a {
    color: #232323;
}
.category-list-icon {
    border-bottom: 1px solid #f1f1f1;
    float: right;
    margin: 0 0 10px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.category-list-icon i {
    color: #5a5550;
    float: right;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
}
.category-list-title {
    float: none;
    padding: 15px 65px 0 0;
    width: auto;
}
.category-list-title h5 > a {
    color: #232323;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
ul.category-list-data {
    border-bottom: 1px solid #f1f1f1;
    float: right;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
ul.category-list-data li::before {
    content: "\f104";
    font-family: fontawesome;
    height: 100%;
    right: 0;
    position: absolute;
    top: 10px;
    width: 20px;
    color: #999;
    font-size: 14px;
}
ul.category-list-data li {
    display: inline-block;
    position: relative;
    width: 100%;
}
ul.category-list-data li a {
    color: #5b5b5b;
    display: block;
    padding: 10px 15px 10px 0;
    text-align: right;
}
ul.category-list-data li a span {
    border-radius: 100%;
    color: #999999;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
}
.category-list:hover {
    box-shadow: 0 6px 20px 4px rgba(0, 0, 0, 0.13);
}

.category-list:hover .category-list-icon i {
    color: #232323;
}
ul.category-list-data li:hover a span {
    color: #fff;
}
/* =-=-=-=-=-=-= Minimal Ø§Ù„Ù?Ø¦Ø§Øª =-=-=-=-=-=-= */
.minimal-category {
    display: none;
}
.minimal-category {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    overflow: hidden;
}
.minimal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}
.minimal-category .description {
    z-index: 20;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 100%;
}
.minimal-category .description span {
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 20px;
}
.minimal-category .description .ads-count {
    color: #fff;
    font-weight: 400;
}
.minimal-img {
    position: relative;
    width: 100%;
}
.minimal-img img {
    width: 100%;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.minimal-category:hover .minimal-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/* =-=-=-=-=-=-= Fancy Ø§Ù„Ù?Ø¦Ø§Øª =-=-=-=-=-=-= */
.box {
    background: #fff none repeat scroll 0 0;
    color: #666;
    float: right;
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.gray .box::after {
    border-bottom: 50px solid #ccc;
    border-right: 50px solid #f0f0f0;
    box-shadow: -8px 9px 9px -8px rgba(0, 0, 0, 0.9);
    content: "";
    height: 0;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 0;
    width: 0;
    z-index: 9;
}
.gray .box:hover::after{
   border-bottom: 50px solid #888;
    border-right: 50px solid #f0f0f0;
    box-shadow: -8px 9px 9px -8px rgba(0, 0, 0, 1.0);
    content: "";
    height: 0;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 0;
    width: 0;
    z-index: 9;
}
.box::after {
    border-bottom: 50px solid #f9f9f9;
    border-right: 50px solid #fff;
    box-shadow: -8px 3px 9px -8px rgba(0, 0, 0, 0.1);
    content: "";
    height: 0;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 0;
    width: 0;
    z-index: 9;
}
.box img {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.box h4 {
    color: #232323;
    font-size:18px;
}
.box h4 a {
    color: #232323;
}
.box strong {
    display: block;
    font-size: 12px;
    padding: 5px;
    color: #fff;
}
.load-more-btn {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.load-more-btn .btn-theme {
    margin: 0 0 30px;
    padding: 15px 50px;
    text-transform: uppercase;
}
.load-more-btn i {
    margin-left: 10px;
}
/* =-=-=-=-=-=-= Category Grid 4 =-=-=-=-=-=-= */
.category-grid a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #7e8890;
    display: inline-block;
    float: right;
    margin-bottom: 30px;
    margin-left: 39px;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 31%;
}
.category-grid a:nth-child(3n+3) {
    margin-left: 0;
}
.category-grid a:hover {
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}
.category-grid i {
    background-color: #f1f1f1;
    border-radius: 100%;
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    text-align: center;
    width: 80px;
}
.category-grid h6 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.category-grid h6::after {
    background-color: #c8d0d7;
    border-radius: 2px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}
.category-grid p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.category-grid a:hover h6, .category-grid a:hover p {
    color: #fff;
}
.category-grid a:hover i {
    background-color: #fff;
    color: #232323;
}
.category-grid a:hover h6::after {
    background-color: #fff;
}

@media (max-width: 991px) {
    .category-grid a {
        margin-bottom: 4%;
        margin-right: 0;
        width: 48%;
    }
    .category-grid a:nth-child(2n+1) {
        margin-right: 4%;
    }
}

@media (max-width: 480px) {
    .category-grid a {
        margin-bottom: 5%;
        margin-right: 0;
        width: 100%;
    }
}
/* =-=-=-=-=-=-= Category Grid 5 =-=-=-=-=-=-= */
.popular-categories {
    display: block;
    margin: 0;
}
.popular-categories li a {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #232323;
    float: right;
    font-size: 18px;
    padding: 60px 15px 50px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20%;
}
.popular-categories li a i {
    color: #222;
    display: block;
    font-size: 50px;
    padding: 0 0 30px;
}
.popular-categories li a .count {
    color: #999;
    display: block;
}
/* =-=-=-=-=-=-= Breadcrumbs =-=-=-=-=-=-= */
.page-header-area {
    background: rgba(0, 0, 0, 0) url("../images/breadcrumb.jpg") no-repeat scroll center center / cover;
    padding: 50px 0;
    text-align: right;
    position: relative;
}
.page-header-area::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-header-area h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.page-header-area span {
    color: #888;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 6px;
}
.bread-2.page-header-area .small-breadcrumb .breadcrumb-link ul li:first-child {
    padding-right: 15px;
}
.bread-3.page-header-area {
    text-align: left;
    background: rgba(0, 0, 0, 0) url("../images/darkgrain.png") repeat;
    padding: 35px 0;
}
.bread-3.page-header-area::before {
    display: none;
}
.bread-3.page-header-area .small-breadcrumb {
    background: transparent;
}
.bread-3.page-header-area .small-breadcrumb .breadcrumb-link ul li a.active {
    border-bottom: medium none;
}
.bread-3.page-header-area .small-breadcrumb .breadcrumb-link ul li a {
    color: #232323;
}
.bread-3.page-header-area h1 {
    color: #232323;
}
.bread-3.page-header-area .small-breadcrumb .breadcrumb-link ul li::after {
    color: #232323;
}
.small-breadcrumb {
    background: #ccc none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom:30px;
}
.small-breadcrumb.type-2 {
    background: transparent;
    margin-top: 10px;
}
.small-breadcrumb .breadcrumb-link {
    overflow: hidden;
}
.small-breadcrumb .breadcrumb-link ul li {
    float: right;
    padding: 0 15px;
}
.small-breadcrumb .breadcrumb-link ul li:first-child {
    padding-right: 0;
}
.small-breadcrumb .breadcrumb-link ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}
.small-breadcrumb .breadcrumb-link ul li a .icon {
    margin-right: 5px;
}
.small-breadcrumb .breadcrumb-link ul li a .icon {
    display: inline-block;
    width: auto;
}
.small-breadcrumb .breadcrumb-link ul li a::after {
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.small-breadcrumb .breadcrumb-link ul li a:hover::after {
    bottom: -4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.small-breadcrumb .breadcrumb-link ul li a:first-child {
    padding-left: 0;
}
.small-breadcrumb .breadcrumb-link ul li {
    position: relative;
}
.small-breadcrumb .breadcrumb-link ul li::after {
    color: #fff;
    content: "\f104 ";
    font-family: "FontAwesome";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 0;
    text-decoration: inherit;
    top: 10px;
}
.small-breadcrumb .breadcrumb-link ul li:last-child::after {
    display: none;
}
.breadcrumb-1 {
    background: rgba(0, 0, 0, 0) url("../images/breadcrumb-2.jpg") center top no-repeat;
    background-color: #6c6e73;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.breadcrumb-1 .container {
    padding-top: 0;
    height: 320px
}

@media (min-width: 768px) {
    .breadcrumb-1 .container {
        padding-top: 43%;
        height: 640px
    }
}
.small-hero.breadcrumb-1 .container {
    max-height: 320px;
    padding-top: 0
}

@media (min-width: 768px) {
    .small-hero.breadcrumb-1 .container {
        max-height: 445px
    }
}
.breadcrumb-1 .content-section {
    position: absolute;
    bottom: 3rem;
    max-width: 711px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .breadcrumb-1 .content-section {
        max-width: 934px
    }
}

@media (min-width: 1300px) {
    .breadcrumb-1 .content-section {
        max-width: 1240px
    }
}

@media (min-width: 768px) {
    .breadcrumb-1 .content-section {
        bottom: 5rem;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .breadcrumb-1.hero-overlap .content-section {
        bottom: 18rem
    }
}
.breadcrumb-1 .content-section h1 {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    font-size: 40px
}
.bg-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#99000000', GradientType=0)
}
/* =-=-=-=-=-=-= Carousel Slider  =-=-=-=-=-=-= */
.carousel-row {
    margin-bottom: 10px;
}
.slide-row {
    padding: 0;
    background-color: #ffffff;
    min-height: 150px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: auto;
    position: relative;
}
.slide-carousel {
    width: 100%;
    float: right;
    display: inline-block;
}
.slide-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 20px;
    height: 6px;
}
.slide-carousel .carousel-indicators .active {
    margin: 1px;
}
/* =-=-=-=-=-=-= Parallex Overlays  =-=-=-=-=-=-= */
.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex h2 {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallex-small {
    background: #363c48 none repeat scroll 0 0;
    color: #fff;
    padding: 40px 0;
}
.parallex-text h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.parallex-text p {
    color: #fff !important;
    position: relative;
    z-index: 44;
}
.parallex-small .btn {
    margin-top: 10px;
}
.parallex-button {
    text-align: left;
    margin: 20px 0;
}
.parallex-button .btn {
    padding: 15px 35px;
}
.btn-clean {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
/* =-=-=-=-=-=-= Countries Ads Section  =-=-=-=-=-=-= */

.country-box {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.country-box img {
    position: relative;
    transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
    padding: 25px;
}
.country-box .country-description {
    height: 100%;
    padding: 70px 30px;
    position: absolute;
    top: 0;
    width: 100%;
}
.country-box .country-name, .country-box .category-name, .country-box .country-ads {
    color: #fff;
    display: block;
    font-weight: 400;
    -webkit-transform: translate3d(-360px, 0px, 0px);
    -moz-transform: translate3d(-360px, 0px, 0px);
    -o-transform: translate3d(-360px, 0px, 0px);
    -ms-transform: translate3d(-360px, 0px, 0px);
    transform: translate3d(-360px, 0px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.country-box .country-name {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    transition-delay: 0.15s;
    transition-delay: 0.05s;
}
.country-box .country-ads {
    bottom: 0;
    display: block;
    font-size: 24px;
    transition-delay: 0.05s;
    transition-delay: 0.1s;
    font-weight: 600;
}
.country-box:hover {
    -moz-user-select: none;
}
.country-box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.country-box:hover .country-name, .country-box:hover .category-name, .country-box:hover .country-ads {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: stranslate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/* =-=-=-=-=-=-= Template Common Styling =-=-=-=-=-=-= */



.btn-light i {
    font-size: 14px;
    padding-right: 5px;
}

.grid-panel {
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 20px 5px 10px;
}
.grid-panel .heading-panel {
    margin-bottom: 20px;
}
.grid-panel .heading-panel h3.main-title {
    border-bottom: medium none;
    display: inline-block;
}
.grid-panel .ad-location-gird {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.grid-panel .ad-location-gird .location-icon i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.usefull-info {
    background: #fff none repeat scroll 0 0;
    padding:15px 0;
    text-align: center;
}
.usefull-info .icon-info {
    font-size: 20px;
    margin: 0 0 18px;
}
.usefull-info .icon-info {
    position: relative;
    z-index: 10;
}
.usefull-info .info-content {
    overflow: hidden;
}
.usefull-info .info-content h3:hover {
    cursor: pointer;
}
.usefull-info .description {
    margin: 0 0 15px;
}
.usefull-info h3 {
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 20px;
    color: #232323;
}
.rating {
    font-size: 14px;
}
.rating i {
    color: #ffc513;
}
.alert-box-container h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #232323;
}
.alert-box-container p {
    margin: 0 0 10px;
}
.alert-box-container form {
    margin: 0 0 5px;
}
.alert-box-container .form-control {
    padding: 12px;
}
.alert-box-container .select2-container--default .select2-selection--single {
    height: 46px;
    font-size: 14px;
}
.alert-box-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 42px;
}
.alert-box-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}
.alert-box-container .btn {
    padding: 12px 15px;
}
.sec-padding {
    padding: 90px 0;
}
.font-white {
    color: #FFF !important;
}
.font-uppercase {
    text-transform: uppercase;
}
.font-thin-xs {
    font-weight: 200 !important;
}
.font-bold {
    font-weight: 600 !important;
}
.font-white {
    color: #FFF !important;
}
.text-right {
    text-align: right !important;
    float: left;
}
.text-right  .help-block{
    font-size: .8em;
}
.call-action {
    position: relative;
    width: 100%;
}
.call-action i {
    float: right;
    font-size: 70px;
    height: 70px;
    margin-top: 25px;
    margin-left: 20px;
    width: 70px;
}
.call-action h4 {
    font-size: 30px;
    text-transform: capitalize;
}
.icon-box::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.icon_box_88638::after, .icon_box_88638::before {
    background-color: #fab637;
}
.icon-box::after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.icon-box {
    padding: 25px 20px 15px 20px;
    position: relative;
    z-index: 10;
}
.yellow::after, .yellow::before {
    background-color: #fab637;
}
.red::after, .red::before {
    background-color: #ff4848;
}
.icon-box .icon {
    float: right;
    margin-left: 27px;
    margin-top: 11px;
    font-size: 54px;
    color: #fff;
}
.icon-box .icon-text {
    overflow: hidden;
}
.icon-box .icon-text h3.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}
.icon-box .icon-text .content {
    font-size: 13px;
}
.icon-box .icon-text .content p, .icon-box .icon-text .content span {
    line-height: 18px;
    color: #ffffff;
}
.icon_box_56989::after, .icon_box_56989::before {
    background-color: #ff4848;
}
.advertizing-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-top: -0.5em;
    padding: 4px;
}
.advertizing-box > img {
    display: block;
    width: 100%;
}
.advertizing {
    padding: 45px 0;
}
.banner {
    display: block !important;
    max-width: 100%;
    overflow: hidden;
}
.banner {
    text-align: center;
}
.banner img {
    max-width: 100%;
}
.advertising {
    margin-bottom: 30px;
}
.advertising .banner {
    border: 2px solid #f1f1f1;
    display: table;
    height: 100%;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    background: #fff none repeat scroll 0 0;
}
.advertising .banner:hover {
    border-color: #d9d9d9;
}
.advertising .banner .title, .advertising .banner .submit {
    display: table-cell;
    vertical-align: middle;
}
.advertising .banner .title {
    color: #232323;
    font-size: 24px;
    font-weight: lighter;
    width: 70%;
}
.advertising .banner .submit {
    font-size: 18px;
    text-align: left;
    width: 30%;
}
.advertising .banner .submit i {
    color: #073855;
    margin-right: 10px;
}
.grid-card {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #666;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 0;
    width: 100%;
    margin-bottom: 30px;
}
.why-us.border-box {
    border: 1px solid #f2f2f2;
    padding: 70px 70px 60px;
}
.why-us i {
    color: #232323;
    display: inline-block;
    font-size: 42px;
    padding-bottom: 20px;
}
.why-us h5 {
    color: #232323;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
}

.heading-title h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.custom-modal.modal-backdrop.in {
    opacity: 0.8;
}
.custom-modal .modal-content {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.custom-modal .modal-body {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 30px;
}
.custom-modal .modal-header {
    border: 0 none;
    padding: 30px;
    position: relative;
    box-shadow: none;
}
.custom-modal .modal-header .modal-title {
    color: #232323;
    margin: 0;
}
.custom-modal .modal-header .close {
    margin: 0;
    outline: 0 none;
    position: absolute;
    right: 30px;
    top: 40px;
}
.custom-modal .modal-footer {
    border: 0 none;
    padding: 10px 30px 30px;
}
.accordion {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.accordion > li {
    border-bottom: 1px solid #f3f3f3;
    padding: 18px 0;
}
.accordion > li:first-child {
    padding-top: 0;
}
.accordion-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.accordion-title a {
    display: block;
    color: #232323;
}
.accordion-title a::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
}
.accordion li.open .accordion-title a::before {
    background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll center center;
}
.accordion-content {
    display: none;
    padding-top: 10px;
}
.accordion-content p {
    margin-bottom: 15px;
    text-align: justify;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
.accordion.first-open li:first-child .accordion-content {
    display: block;
}
.card .nav-tabs {
    border-bottom: 2px solid #DDD;
}
.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus, .card .nav-tabs > li.active > a:hover {
    border-width: 0;
}
.card .nav-tabs > li > a {
    border: none;
    color: #666;
}
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover {
    border: none;
    background: transparent;
}
.card .nav-tabs > li > a::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.card .nav-tabs > li.active > a::after, .card .nav-tabs > li:hover > a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.card .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.card .tab-pane {
    padding: 15px 0;
}
.card .tab-content {
    padding: 20px
}
.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.commentForm h2 {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.singleContadds {
    margin-bottom: 15px;
    padding-right: 30px;
    position: relative;
}
.singleContadds i {
    color: #ffa60a;
    font-size: 16px;
    right: 0;
    position: absolute;
    top: 6px;
}

.template-icons {
    border: 1px solid #e5e5e5;
    display: block;
    float: right;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33%;
}
.template-icons > .icon-box-icon {
    border-left: 1px solid #f1f1f1;
    color: #231f20;
    display: inline-block;
    font-size: 45px;
    line-height: 80px;
    margin-left: 5px;
    min-height: 80px;
    min-width: 80px;
    padding-left: 0;
    text-align: center;
}
.icon-box-icon {
    float: right;
    font-size: 64px;
    margin-left: 0;
    padding-left: 20px;
}
.class-name {
    color: #777;
    font-size: 18px;
    padding: 1.5em;
}
.heading-panel .switcher {
    margin: 15px 0 0;
}
.heading-panel .switcher .btn {
    padding: 10px 30px;
}
.heading-panel .switcher .btn i {
    margin-right: 5px;
}
.info-panel {
    background: #ffffff none repeat scroll 0 0;
}
.icon-heading {
    padding: 5px 0;
}
.icon-heading h1, .icon-heading h2, .icon-heading h3, .icon-heading h4 {
    padding-left: 50px;
    position: relative;
}
.custom-links img {
    float: right;
    padding-right: 35px;
}
.custom-links a {
    color: #252320;
    display: block;
    line-height: 14px;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
}

/* =-=-=-=-=-=-= Bootstrap Clearfix =-=-=-=-=-=-= */
/*  Tablet  */
@media (min-width:767px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
        clear: none;
    }
    .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Medium Desktop  */
@media (min-width:992px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: none;
    }
    .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Large Desktop  */
@media (min-width:1200px) {
    /* Column clear fix */
    .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
        clear: none;
    }
    .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}
/* =-=-=-=-=-=-= Backgrounds =-=-=-=-=-=-= */
.bg-img-3 {
    background: rgba(0, 0, 0, 0) url("../images/banner-6.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-img-4 {
    background: rgba(0, 0, 0, 0) url("../images/banner-5.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-img-5 {
    background: rgba(0, 0, 0, 0) url("../images/banner-5.jpg") 0 0 repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-img-6 {
    background: rgba(0, 0, 0, 0) url("../images/banner-8.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-3 {
    background: rgba(255, 255, 255, 0.9) url("../images/skyline.jpg") repeat scroll 0 0 ;

}
.pattern-bg {
    background: #fff url("../images/footer-bg1.jpg") repeat-x scroll center bottom;
}
.pattern_dots {
    background: #fff url("../images/pattern.png") repeat-x scroll 0 0;
}
/* =-=-=-=-=-=-= Login & ØªØ³Ø¬ÙŠÙ„ Page =-=-=-=-=-=-= */
.features {
    float: right;
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
}
.features .features-icons {
    float: right;
    height: 80px;
    line-height: 74px;
    margin-left: 25px;
    text-align: center;
    width: 80px;
}
.features .features-text h3 {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px;
    text-align: right;
    text-transform: capitalize;
}
.about-img {
    float: left;
    margin-top: 7px;
}
.about-img img {
    float: left;
}
.arrowsign {
    bottom: 170px;
    left: 500px;
    position: relative;
}
.form-grid {
    box-shadow: 0 1px 2px #ccc;
    padding: 30px;
}
.form-grid .skin-minimal .list li label {
    padding-left: 10px;
}
.form-grid .skin-minimal .list li label a {
    color: #777;
}
/* =-=-=-=-=-=-= Ads Tabs =-=-=-=-=-=-= */
.latest-ads {
    position: relative;
}
.latest-ads .panel .panel-heading .nav > li > a {
    display: block;
    padding: 5px 50px;
    position: relative;
    color: #232323;
}
.latest-ads .panel .panel-heading .nav > li.active > a {
    color: #fff;
}
.latest-ads .panel .panel-heading .nav > li > a h6 {
    color: #232323;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.latest-ads .panel .panel-body {
    padding: 60px 0 30px 0;
}
.latest-ads .panel {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 0;
}
.latest-ads .panel-heading {
    background-color: #fd4d40;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.latest-ads .panel-default > .panel-heading {
    border-color: transparent;
    color: #333;
    border: 1px solid #f1f1f1;
    border: medium none;
}
.latest-ads .panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}
.latest-ads .panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
.latest-ads .panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
.latest-ads .panel .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    background-color: #fff;
}
.latest-ads .panel .nav-tabs > li.active > a, .latest-ads .panel .nav-tabs > li.active > a:hover, .latest-ads .panel .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/* =-=-=-=-=-=-= Ø®Ø±ÙŠØ·Ø© Ø§Ù„Ù…ÙˆÙ‚Ø¹ =-=-=-=-=-=-= */

.site-map {
    margin-bottom: 30px;
    overflow: hidden;
}
.site-map-list li {
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    padding: 15px 0;
}
.site-map-list li:last-child {
    border-bottom: medium none;
}
.site-map-list li a {
    display: inline-block;
    vertical-align: top;
    color: #232323;
}
.site-map-list li a::before {
    color: #999;
    content: "\f104";
    float: right;
    font-family: fontawesome;
    margin-left: 10px;
}
.site-map h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}
/* =-=-=-=-=-=-= Ù‚Ø±ÙŠØ¨Ø§ =-=-=-=-=-=-= */
.comming-soon-grid {
    text-align: center;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1;
}
.comming-soon {
    position: absolute !important;
    top: 20%;
    left: 0;
    right: 0;
}
.theme-logo {
    margin-bottom: 50px;
}
.comming-soon-grid .count-down #clock {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 50px;
}
.comming-soon-grid .count-down #clock > span {
    font-size: 50px;
    font-weight: 700;
}
.subscribe {
    margin-bottom: 50px;
}
.subscribe > p {
    font-size: 18px;
    color: #2c3e50;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 30px;
}
.subscribe input, .subscribe button {
    border: 1px solid #ddd;
    height: 50px;
    width: 30%;
    padding: 5px 15px;
}
.subscribe button {
    width: 15%;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.subscribe button > i {
    padding-left: 5px;
}
.social-area-share > a {
    background-color: #2c3e50;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.social-area-share > a:hover {
    color: #fff !important;
}
.btn-theme.btn-outline {
    background: transparent none repeat scroll 0 0;
    border-color: #2854a1;
    color: #2854a1;
}
/* =-=-=-=-=-=-= 404 ØµÙ?Ø­Ø© =-=-=-=-=-=-= */
.error-page .error-container {
    margin-bottom: 40px;
}
.error-page .error-container > .error-text {
    color: #232323;
    font-size: 270px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
.error-page .error-container > .error-info {
    color: #050709;
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
}
/* =-=-=-=-=-=-= Sidebar Category  =-=-=-=-=-=-= */
.sidebar .side-menu nav .nav > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.sidebar .side-menu nav .nav > li:last-child {
    border-bottom: medium none;
}
.sidebar .side-menu nav .nav > li > a {
    color: #232323;
    padding: 15.7px 15px;
}
.sidebar .side-menu nav .nav > li > a i {
    font-size: 42px;
    margin-right: 10px;
}
.sidebar .side-menu nav .nav > li > a::after {
    color: #bababa;
    content: "\f104";
    float: left;
    font-family: FontAwesome;
    font-size: 12px;
    height: 28px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
}
.sidebar .side-menu nav .nav > li > a .icon {
    font-size: 16px;
    margin-left: 12px;
    color: #999;
}
.sidebar .side-menu nav .nav > li > a:hover, .sidebar .side-menu nav .nav > li > a:focus {
    background: #fff none repeat scroll 0 0;
}
.sidebar .side-menu nav .nav > li > a:hover .icon, .sidebar .side-menu nav .nav > li > a:focus .icon {
    color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu-left {
    border-radius: 0;
    right: 100%;
    margin: 0;
    min-width: 330%;
    overflow: hidden;
    padding: 3px 0;
    position: absolute;
    top: 0 !important;
}
.sidebar .side-menu nav .nav > li > .dropdown-menu {
    z-index: 44;
}
.sidebar .side-menu nav .nav > li > .mega-menu-left .yamm-content {
    padding: 15px 40px;
}
.sidebar .side-menu nav .nav > li > .mega-menu-left .yamm-content ul > li {
    padding: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu-left .yamm-content ul > li:last-child {
    border-bottom: medium none;
}
.sidebar .side-menu nav .nav > li > .mega-menu-left .yamm-content ul > li > a {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    color: #565656;
}
.sidebar .side-menu2 nav .nav li a {
    padding: 14.3px 15px;
}
.yamm .dropdown-menu .yamm-content .links li a {
    color: #565656;
    letter-spacing: 0.2px;
}
/* =-=-=-=-=-=-= Post Ad =-=-=-=-=-=-= */

.post-ad-form {
    background-color: #ffffff;
    display: block;
    padding: 30px;
    overflow: hidden;
    position: relative;
}
.post-ad-form.extra-padding {
    padding: 30px 110px;
}
.submit-form label {
    color: #18293b;
}
.submit-form .row {
    margin-top: 25px;
    margin-bottom: 25px;
}
.submit-form .skin-minimal ul.list li {
    margin-top: 10px;
}
.submit-form label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 16px;
}
.submit-form small {
    color: gray;
    padding-left: 10px;
}
.submit-form .form-control {
    background-image: none;
    border: 1px solid #eceff2;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #656565;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%;
}
.pricing-list {
    background-color: #ffffff;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #eceff2;
    border-radius: 0;
    margin-bottom: 20px;
}
.pricing-list h3 {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
    color: #232323;
}
.pricing-list h4 {
    padding: 10px 0;
}
.pricing-list h4 {
    line-height: 1;
    margin: 10px 0 0;
    font-size: 24px;
    color: #232323;
}
.select-package .row {
    margin: 0;
}
.select-package h3 {
    color: #232323;
    font-weight: 600;
}
.pricing-list-price .btn {
    font-size: 13px;
    line-height: 1;
    padding: 6px;
    text-transform: capitalize;
}
.submit-form .select-package p {
    font-size: 14px;
}
.postdetails .form-group {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.selected-product {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 20px;
}
.postdetails label {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
}
.postdetails label span {
    font-size: 14px;
    color: #777;
}
.postdetails .skin-minimal ul.list li {
    float: right;
    padding-left: 30px;
}
.required {
    color: #ed1c24;
}
/* =-=-=-=-=-=-=  Search Layout  =-=-=-=-=-=-= */

.search-2 {
    background: #363c48 none repeat scroll 0 0 !important;
    color: #fff;
    position: relative;
    padding: 30px 0;
}
.search-2 .btn {
    padding: 15px 65px;
}
.search-2 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    height: 51px;
}
.search-form .price-slider-value, .price-slider-value {
    display: block;
    margin-bottom: 11px;
    margin-top: 3px;
}
.search-2 .form-control {
    border: medium none;
}
.search-title {
    background-color: #363c48;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    right: 50px;
    padding: 16px 20px;
    position: absolute;
    text-transform: uppercase;
    top: -87px;
    z-index: 100;
    width: 20%;
    text-align: center;
}
.search-title::after {
    border-color: transparent transparent #363c48 #363c48;
    border-style: solid;
    border-width: 6px 52px 53px 7px;
    bottom: 0;
    content: "";
    height: 50px;
    position: absolute;
    right: -58px;
    width: 58px;
}
.search-title::before {
    border-color: transparent #363c48 #363c48 transparent;
    border-style: solid;
    border-width: 54px 45px 5px 6px;
    bottom: 0;
    content: "";
    height: 40px;
    left: -51px;
    position: absolute;
    width: 51px;
}
.filter-brudcrums {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 30px;
}
.white-bg .filter-brudcrums {
    border-top: medium none;
}
.filter-brudcrums:after {
    content: '';
    clear: both;
    display: block;
}
.dark-listing .filter-brudcrums span {
    font-size: 20px;
    line-height: 45px;
}
.filter-brudcrums span {
    color: #232323;
    font-size: 16px;
}
.filter-brudcrums-sort {
    float: left;
    width: auto;
}
.filter-brudcrums-sort ul {
    list-style: outside none none;
}
.filter-brudcrums-sort ul li {
    float: right;
}
.filter-brudcrums-sort ul li.active-sorted-by a {
    color: #878787;
}
.filter-brudcrums-sort ul li span {
    color: #232323;
    margin-right: 5px;
}
.filter-brudcrums span .showed {
    font-weight: 600;
}
.filter-brudcrums-sort ul li a {
    border-left: 1px solid #d2d2d2;
    color: #a0a0a0;
    padding: 0 9px;
    font-weight: 600;
}
.filter-brudcrums-sort ul li a:hover {
    text-decoration: none;
}
.filter-brudcrums-sort ul li:last-child a {
    border: medium none;
    padding-left: 0;
}
/* =-=-=-=-=-=-= Ad Location Grid =-=-=-=-=-=-= */

.ads-location {
    background: rgba(240, 240, 240, 240) url("../images/background-with-dots.png") repeat scroll 0 0;
    background-size: cover;
}
.ad-location-gird {
    background: #fff;
    padding: 10px 20px;
    position: realtive;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.location-icon {
    border-left: 1px solid #d3d3d3;
    float: right;
    line-height: 50px;
    min-height: 50px;
    padding-left: 15px;
}
.location-icon i {
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #fff;
    background: #363c48 none repeat scroll 0 0;
}
.location-title-disc {
    float: right;
    padding-right: 20px;
}
.ad-location-gird .location-title-disc h5 {
    color: #232323;
    font-size: 16px;
    cursor:pointer;
}
.ad-location-gird .location-title-disc h5 a {
    color: #232323;
}
.location-title-disc h5 {
    font-weight: normal;
    text-align: right;
}
.ad-location-gird .location-title-disc a {
    color: #a0a0a0;
}
.location-title-disc a {
    text-align: right;
}
/* =-=-=-=-=-=-= Theme Buttons & Panels =-=-=-=-=-=-= */

.btn-blue {
    color: #ffffff;
    background-color: #02A8F3;
    border-color: #1BB0F4;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    color: #ffffff;
    background-color: #0197da;
    border-color: #1BB0F4;
}
.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-image: none;
}
.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
    background-color: #02A8F3;
    border-color: #1BB0F4;
}
.btn-blue .badge {
    color: #02A8F3;
    background-color: #ffffff;
}
.btn-purple {
    color: #ffffff;
    background-color: #611BBD;
    border-color: #130269;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
    color: #ffffff;
    background-color: #49247A;
    border-color: #130269;
}
.btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
    background-image: none;
}
.btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple, .btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover, .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active, .btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active {
    background-color: #611BBD;
    border-color: #130269;
}
.btn-purple .badge {
    color: #611BBD;
    background-color: #ffffff;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a, .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover, .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a, .with-nav-tabs.panel-success .nav-tabs > li > a:hover, .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a, .with-nav-tabs.panel-success .nav-tabs > .open > a:hover, .with-nav-tabs.panel-success .nav-tabs > .open > a:focus, .with-nav-tabs.panel-success .nav-tabs > li > a:hover, .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a, .with-nav-tabs.panel-success .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a, .with-nav-tabs.panel-info .nav-tabs > li > a:hover, .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a, .with-nav-tabs.panel-info .nav-tabs > .open > a:hover, .with-nav-tabs.panel-info .nav-tabs > .open > a:focus, .with-nav-tabs.panel-info .nav-tabs > li > a:hover, .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a, .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a, .with-nav-tabs.panel-warning .nav-tabs > li > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a, .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover, .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus, .with-nav-tabs.panel-warning .nav-tabs > li > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a, .with-nav-tabs.panel-danger .nav-tabs > li > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a, .with-nav-tabs.panel-danger .nav-tabs > .open > a:hover, .with-nav-tabs.panel-danger .nav-tabs > .open > a:focus, .with-nav-tabs.panel-danger .nav-tabs > li > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a, .with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}
.hr {
    border-top: 1px solid #ebebeb;
    margin: 30px 0;
}
/* =-=-=-=-=-=-= Page Components  =-=-=-=-=-=-= */

.components .nav > li {
    float: right;
}
.btn-outline {
    background-color: transparent !important;
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-outline.btn-success {
    background-color: transparent !important;
}
.alert-outline {
    background-color: transparent;
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-rounded {
    border-radius: 60px;
}
.alert {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 10px;
    padding: 19px 65px 19px 19px ;
    position: relative;
}
.alert::after {
    content: "";
    font-family: FontAwesome;
    font-size: 1.6rem;
    right: 23px;
    position: absolute;
    top: 17px;
}
.alert.alert-success {
    background: #8ac249 none repeat scroll 0 0;
    border: 1px solid #8ac249;
}
.alert.alert-success::after {
    content: "ï€Œ";
}
.alert.alert-info {
    background: #02a8f3 none repeat scroll 0 0;
    border: 1px solid #02a8f3;
}
.alert.alert-info::after {
    content: "ï?š";
}
.alert.alert-warning {
    background: #fe9700 none repeat scroll 0 0;
    border: 1px solid #fe9700;
}
.alert.alert-warning::after {
    content: "ï?±";
}
.alert.alert-danger {
    background: #f34235 none repeat scroll 0 0;
    border: 1px solid #f34235;
}
.alert.alert-danger::after {
    content: "ï?ª";
}
.alert.alert-success.alert-outline {
    background: transparent;
    border: 1px solid #8ac249;
    color: #232323;
}
.alert.alert-success::after {
    content: "ï€Œ";
}
.alert.alert-info.alert-outline {
    background: transparent;
    border: 1px solid #02a8f3;
    color: #232323;
}
.alert.alert-info::after {
    content: "ï?š";
}
.alert.alert-warning.alert-outline {
    background: transparent;
    border: 1px solid #fe9700;
    color: #232323;
}
.alert.alert-warning::after {
    content: "ï?±";
}
.alert.alert-danger.alert-outline {
    background: transparent;
    border: 1px solid #f34235;
    color: #232323;
}
.alert.alert-danger::after {
    content: "ï?ª";
}
.alert.alert-outline .close {
    color: #232323;
    opacity: 0.5;
    outline: 0 none;
    right: 5px;
}
.alert.alert-file-upload {
    background: #4bae4f none repeat scroll 0 0;
    padding: 19px;
}
.alert .close {
    color: #fff;
    opacity: 0.5;
    outline: 0 none;
    right: 5px;
}
.alert .close:hover {
    opacity: 1;
}
.label.label-success {
    background: #8ac249 none repeat scroll 0 0;
}
.label.label-info {
    background: #02a8f3 none repeat scroll 0 0;
}
.label.label-warning {
    background: #fe9700 none repeat scroll 0 0;
}
.label.label-danger {
    background: #f34235 none repeat scroll 0 0;
}
.popover {
    background-clip: padding-box;
    border-radius: 5px;
    box-shadow: none;
}
/* =-=-=-=-=-=-= Scroll Back To Top =-=-=-=-=-=-= */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    left: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */

    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
/* =-=-=-=-=-=-= Sticky Post Ad Button  =-=-=-=-=-=-= */

.sticky-post-button {
    border-radius: 50%;
    bottom: 50px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 80px;
    left: 90px;
    position: fixed;
    text-align: center;
    width: 80px;
    z-index: 999;
}
.sticky-post-button:focus {
    color:#fff !important;	
}
.sticky-post-button .sell-icons {
    display: inline-block;
    margin: 17px 0 0 0;
    width: 100%;
}
.sticky-post-button .sell-icons i {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0;
}
.sticky-post-button:hover {
    color: #fff !important;
}
.sticky-post-button h4 {
    font-size: 14px;
    margin-top: -5px;
}
/* =-=-=-=-=-=-= Happy Clients =-=-=-=-=-=-= */
.happy-clients-area {
    padding: 90px 0 60px;
}
.client-brand-list {
    margin-left: -30px;
    overflow: hidden;
}
.sigle-clients-brand {
    float: right;
    padding-left: 30px;
    width: 20%;
    margin-bottom: 30px;
}
.sigle-clients-brand a {
    border: 1px solid #ddd;
    display: block;
    opacity: 0.5;
    padding: 20px;
}
.sigle-clients-brand a:hover {
    opacity: 1;
}
.sigle-clients-brand a img {
    width: 100%;
}
.client-2 {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.client-2:nth-child(4), .client-2:nth-child(8), .client-2:nth-child(12) {
    border-left: 0 none;
}
.client-2:nth-child(9), .client-2:nth-child(10), .client-2:nth-child(11), .client-2:nth-child(12) {
    border-bottom: 0 none;
}

@media only screen and (max-width: 767px) {
    .client-2:nth-child(9), .client-2:nth-child(10) {
        border-bottom: 1px solid #ededed;
    }
}
.client-2 {
    padding: 38px;
    display: block;
    position: relative;
}
.client-2 a {
    opacity: 0.5;
    display: block;
}
.client-2 a:hover {
    opacity: 1;
}
.client-2 a img {
    width: 100%;
}

@media (max-width: 991px) {
    .client-2 {
        padding: 30px 0;
    }
}
/* =-=-=-=-=-=-= Funfacts  =-=-=-=-=-=-= */

.funfacts {
    background: rgba(0, 0, 0, 0) url("../images/banner-8.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.funfacts {
    height: 100%;
    text-align: center;
}
.funfacts .number {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.funfacts h4 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px;
}
.funfacts .icons {
    position: relative;
    width: 100%;
    text-align: center;
    clear: both;
    display: table;
    margin-bottom: 25px;
}
.funfacts .icons i {
    font-size: 60px;
}
/* =-=-=-=-=-=-= App Download Section 2 =-=-=-=-=-=-= */
.mobile-image-content {
    margin: -30px auto;
    max-width: 420px;
    position: relative;
}
.mobile-image-content img {
    position: absolute;
    width: 100%;
}
.featured-ads .app-text-section {
    padding-top: 90px;
    position: relative;
}

.featured-ads .pricing-fancy {
    margin-bottom:0;
    min-height: 506px;
    padding: 100px 32px;	
}

.featured-ads .app-text-section h3 {
    font-weight: 600;
}
.featured-ads .app-text-section h5 {
    opacity: 1;
}
.app-text-section {
    padding-bottom: 112px;
    padding-top: 50px;
    position: relative;
}
.app-text-section h5 {
    color: #fff;
    margin-bottom: 5px;
    opacity: 0.8;
    text-transform: uppercase;
}
.app-text-section h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
.app-text-section ul {
    list-style: outside none none;
    margin: 15px 0 30px;
    padding: 0;
}
.app-text-section ul li::before {
    content: "\f0a5";
    font-family: "fontawesome";
    right: 0;
    position: absolute;
}
.app-text-section ul li {
    color: #fff;
    font-size: 14px;
    padding: 3px 20px 3px 0;
}
.app-text-section .app-download-btn {
    position: relative;
}
.app-download-button, .btn.app-download-button {
    -moz-user-select: none;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}
.btn.app-download-button i {
    display: block;
    font-size: 50px;
    float: right;
    padding: 0  0 0 20px;
}
.btn.app-download-button span.app-store-btn span {
    display: block;
    overflow: hidden;
    text-align: right;
    vertical-align: bottom;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.btn.app-download-button span.app-store-btn span span {
    display: block;
    overflow: hidden;
    width: 100%;
}
.btn.app-download-button span.app-store-btn span span:first-child {
    font-size: 14px;
}
.btn.app-download-button span.app-store-btn span span:last-child {
    font-size: 20px;
    font-weight: 600;
}
.app-download-section.style-2 .btn.app-download-button span.app-store-btn span span:last-child {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
}
span.app-store-btn {
    display: block;
    padding: 12px 15px;
    position: relative;
    border: 1px solid #fff;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
/* =-=-=-=-=-=-= App Download Section 3 =-=-=-=-=-=-= */

.app-download-section {
    background: rgba(0, 0, 0, 0) url("../images/back-about.jpg") no-repeat fixed center center / cover;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.app-download-section.style-2 {
    background: rgba(0, 0, 0, 0) url("../images/banner-4.jpg") no-repeat fixed center center / cover;
}
.parallex .app-download-section-wrapper {
    background-color: transparent;
    content: "";
    height: 100%;
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 3;
}
.parallex .app-download-section-container {
    padding: 120px 0;
}
.app-download-section-wrapper {
    background-color: #363c48;
    content: "";
    height: 100%;
    opacity: 0.95;
    position: relative;
    width: 100%;
    z-index: 3;
}
.parallex .section-title {
    color: #fff;
}
.app-download-section.style-2 .app-download-section-container {
    padding: 90px 0 0 0;
}
.app-download-section-container {
    overflow: hidden;
    padding: 180px 0 150px;
    position: relative;
    width: 100%;
    z-index: 4;
}
.section-title {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 75px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    word-spacing: 5px;
}
/* =-=-=-=-=-=-= Overview Modal =-=-=-=-=-=-= */
.quick-view-modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}
.modalopen {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modalopen.in {
    opacity: 1;
    z-index: 99999;
}
.ad-modal {
    width: 1090px;
    background: #fff;
}
.ad-modal .single-product {
    padding: 30px 15px;
}
.diblock {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
.ad-modal .single-product .diblock .title h3 {
    background-color: #fff;
    border-bottom: 0 none;
    border-radius: 5px 5px 0 0;
    color: #121212;
    font-size: 25px;
    line-height: 26px;
    padding: 18px 0px 18px;
}
.ad-modal .single-product .diblock .flexslider .slide-main img {
    border: medium none;
    margin: 0;
    max-width: 100%;
}
.ad-preview-details {
    text-align: right;
}
.ad-preview-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}
.ad-preview-details h4 a {
    color: #232323;
}
.ad-preview-details .overview-price {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: right;
}
.ad-preview-details .overview-price span {
    font-size: 26px;
    font-weight: 700;
    display: block;
}
.ad-preview-details p:after {
    content: '';
    display: block;
    clear: both;
}
.ad-preview-info {
    overflow: hidden;
}
.ad-preview-details p {
    margin-top: 15px;
}
.ad-preview-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px 0 30px;
}
.ad-preview-details ul li {
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.ad-preview-details ul li span {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}
.ad-preview-details ul li p {
    color: #232323;
    display: inline;
    font-size: 14px;
    font-weight: 700;
}
.ad-preview-details ul li:first-child {
    border-top: 1px solid #eeeeee;
}
.popup-cls:hover {
    opacity: 0.7;
}
.popup-cls.close {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
    padding: 7px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
}

.quick-view-modal .ad-modal .single-product .single-page-slider .flex-direction-nav .flex-prev, .quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav .flex-prev {
    background-image: url("../images/back.png");
    height: 32px;
    left: 0;
    margin-left: 20px;
    text-align: right;
    width: 32px;
}
.quick-view-modal .ad-modal .single-product .single-page-slider .flex-direction-nav .flex-next, .quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav .flex-next {
    background-image: url("../images/next.png");
    height: 32px;
    margin-right: 20px;
    right: 0;
    text-align: right;
    width: 32px;
}
.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav a {
    top: 28% !important;
}
/* =-=-=-=-=-=-= Modal Popup =-=-=-=-=-=-= */


.center {
    margin-top: 50px;
}
.modal-header h3 {
    font-weight: 700;
    color: #232323;
    overflow: hidden;
    font-size: 16px;
}
.modal-body {
    overflow: hidden;
}
.modal-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 4px 4px 0 0;
    min-height: 16.43px;
    padding: 15px 20px;
}
.modal-body .btn {
    padding: 10px 20px;
}
.modal-footer {
    padding: 0;
}
.modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
}
.modal-footer .btn-group:last-child > button {
    border-right: 0;
}
.ad-share .box i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
}
.ad-share .box {
    cursor: pointer;
}
.btn-fb, .btn-gplus, .btn-twitter {
    color: #fff !important;
}
.btn-fb {
    background: #3b5998 none repeat scroll 0 0;
}
.btn-gplus {
    background: #d14433 none repeat scroll 0 0;
}
.btn-twitter {
    background: #00aced none repeat scroll 0 0;
}
/* =-=-=-=-=-=-= How It Works =-=-=-=-=-=-= */

.how-it-work {
    float: right;
    padding: 0 15px;
    width: 33.2%;
}
.how-it-work p {
    padding: 0 10px;
}
.how-it-work:first-of-type .how-it-work-icon::before {
    width: 0;
}
.how-it-work:last-of-type .how-it-work-icon::after {
    width: 0;
}
.how-it-work-icon::after {
    background: rgba(0, 0, 0, 0) url("../images/dashed-line.jpg") repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -125px;
    top: 50%;
    width: 125px;
    z-index: 2;
}
.how-it-work-icon::before {
    background: rgba(0, 0, 0, 0) url("../images/dashed-line.jpg") repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -125px;
    position: absolute;
    top: 50%;
    width: 125px;
    z-index: 2;
}
.how-it-work-icon {
    background: rgba(0, 0, 0, 0) url("../images/border-dashed.png") no-repeat scroll left top / 100% auto;
    display: inline-block;
    height: 150px;
    padding: 14px;
    position: relative;
    width: 150px;
}
.how-it-work i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
    color: #233141;
    font-size: 50px;
    height: 120px;
    left: 15px;
    padding: 45px 0;
    position: absolute;
    text-align: center;
    top: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 120px;
}
.how-it-work h4 {
    margin: 35px 0 20px;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
/* =-=-=-=-=-=-= Pagination =-=-=-=-=-=-= */
.pagination {
    border-radius: 0;
    margin: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px;
}

.pagination li > a {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
}
/* =-=-=-=-=-=-= Ø§Ù„Ù…Ù„Ù? Ø§Ù„Ø´Ø®ØµÙŠ & Ù„ÙˆØ­Ø© Ø§Ù„Ù‚ÙŠØ§Ø¯Ø© =-=-=-=-=-=-= */
.user-profile, .user-profile figure, .user-profile ul, .user-profile ul li, .user-profile ul li a {
    float: right;
    width: 100%;
}
.user-profile {
    background-color: #fff;
    margin-bottom: 5px;
}
.user-profile .profile-detail {
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
}
.user-profile .profile-detail h6 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #232323;
}
.user-profile .profile-detail .contact-details {
    font-size: 14px;
    margin: 0;
    padding: 4px 0 0;
}
.user-profile .profile-detail .contact-details li {
    padding: 3px 0;
}
.user-profile .profile-detail .contact-details li i {
    color: #999;
    font-size: 15px;
    margin-left: 10px;
    text-align: center;
    width: 15px;
}
.user-profile ul li {
    list-style: outside none none;
}
.user-profile ul li span {
    float: left;
}
.user-profile .badge {
    border-radius: 20px;
    padding: 7px;
}
.user-profile ul li a {
    border-top: 1px solid #f4f4f4;
    box-shadow: 0 -1px 0 #ffffff;
    color: #232323;
    padding: 10px 28px 12px;
    position: relative;
}

.user-profile ul li.active a::before {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    content: "";
    right: 0;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
}

#user-profile {
    background-image: url("../images/banner-3.jpg");
    min-height: 226px;
    overflow: hidden;
    position: relative;
}
.profile-sec {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}
.profile-avatar {
    padding-left: 160px;
    overflow: hidden;
}
.profile-avatar > span {
    left: 0;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    top: 0;
}
.profile-avatar > span img {
    height: 130px;
    width: 130px;
}
.profile-name {
    width: 100%;
}
.profile-name > h3 {
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    width: 100%;
}
.profile-name > i {
    color: #d7d7d7;
    float: right;
    font-size: 14px;
    font-style: normal;
    width: 100%;
}
.profile-name .social-btns {
    float: right;
    margin: 20px 0 0;
    width: 100%;
}
.profile-name .social-btns > li {
    float: right;
}
.profile-name .social-btns > li:first-child {
    margin: 0;
}
.profile-count {
    position: relative;
    margin-top: 70px;
}
.profile-count > li {
    color: #ffffff;
    float: right;
    font-size: 31px;
    font-weight: 600;
    list-style: outside none none;
    text-align: center;
    width: auto;
}
.profile-count > li > i {
    color: #d4d4d4;
    float: right;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.profile-connect {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.profile-connect > li {
    float: right;
    margin-left: 20px;
}
.profile-connect > li > a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 11px 22px;
}
.profile-connect > li > a:hover {
    background: #be161e;
    border: 2px solid #be161e;
}
.social-btns > li {
    float: left;
    list-style: outside none none;
    margin-left: 6px;
}
.social-btns > li > a {
    float: right;
}
.social-btns > li > a > i {
    border-radius: 1px;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 31px;
}
.social-btns > li > a > i:hover {
    opacity: 0.7;
}
.social-btns > li > a > i.fa-facebook {
    background: #3b5998 none repeat scroll 0 0;
}
.social-btns > li > a > i.fa-twitter {
    background: #439ed6 none repeat scroll 0 0;
}
.social-btns > li > a > i.fa-google-plus {
    background: #dd4b39 none repeat scroll 0 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
    padding: 15px 30px !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#img-upload {
    width: 100%;
}
.item-date {
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 8px;
}
.profile-section {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}
.profile-edit {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.profile-edit h2 {
    font-weight: 200;
}
.profile-edit dt {
    text-align: inherit;
}
.profile-edit dt strong {
    color: #232323;
    font-weight: 600;
}
.profile-edit hr {
    margin: 17px 0 15px;
}
.tab-content {
    padding: 0;
}
.profile-edit h2 {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize;
}
.profile-edit .dl-horizontal i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .profile-tabs .nav-tabs {
        border-bottom: medium none;
    }
}
.nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;
}
.profile-tabs .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
}
.profile-tabs .nav-tabs a {
    color: #232323 !important;
    font-size: 16px;
    padding: 16px 15px;
}
.profile-tabs .nav-tabs > .active > a, .profile-tabs .nav-tabs > .active > a:hover, .profile-tabs .nav-tabs > .active > a:focus {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #232323 !important;
}
.profile-tabs .nav-tabs > li > a {
    border: medium none;
}
.profile-tabs .nav-tabs > li > a:hover {
    background: #fff none repeat scroll 0 0;
    color: #232323;
}
.profile-tabs .tab-content img {
    margin-bottom: 15px;
    margin-top: 4px;
}
.profile-tabs .tab-content img.img-tab-space {
    margin-top: 7px;
}
.block-content {
    float: right;
    width: 100%;
}
.profile-section .skin-minimal .list li label {
    color: #777;
}
.profile-section .skin-minimal ul.list li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.user-profile .btn-group .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    min-width: 46px;
    padding: 4px 14px;
    border: 1px solid #ddd;
    margin-right: 6px;
    margin-top: 8px;
}
.user-profile .btn-group .tooltip-content span {
    color: #fff !important;
    font-size: 14px !important;
}
.user-profile .btn-group .btn-xs i {
    color: #999999;
}
.user-profile .btn-group span, .user-profile .btn-group a {
    color: #232323;
}
.ad-history {
    margin: 30px 0 0 0;
}
.user-stats {
    border-radius: 2px;
    padding: 15px;
}
.col-md-4:nth-child(1) .user-stats {
    background: #34495e;
}
.col-md-4:nth-child(2) .user-stats {
    background: #3498db;
}
.col-md-4:nth-child(3) .user-stats {
    background: #1abc9c;
}
.user-stats > h2 {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.user-stats > small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 1px;
    text-transform: uppercase;
}
.dashboard-menu-container {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}
.dashboard-menu-container ul {
    margin-bottom: 0;
}
.dashboard-menu-container ul li {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    text-align: center;
    width: 14%;
}
.dashboard-menu-container ul li .icon i {
    color: #ddd;
    font-size: 30px;
    padding-top: 10px;
    text-align: center;
}
.dashboard-menu-container ul li:last-child {
    border-right: medium none;
}
.dashboard-menu-container ul li .menu-name {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dl-horizontal dd {
    border-bottom: 1px solid #f4f4f4;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 0;
}
.dl-horizontal dt {
    padding: 10px 0;
}
.ad-row {
    margin-bottom: 30px;
}
.search-result-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px
}
.search-result-item:after, .search-result-item:before {
    content: " ";
    display: table
}
.search-result-item:after {
    clear: both
}
.search-result-item .image-link {
    display: block;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width:768px) {
    .search-result-item .image-link {
        display: inline-block;
        margin: -20px -20px -20px 0;
        float: right;
        width: 200px
    }
}

@media (max-width:767px) {
    .search-result-item .image-link {
        max-height: 200px
    }
}
.search-result-item .image {
    max-width: 100%
}
.search-result-item .info {
    margin-top: 2px;
    font-size: 14px;
}
.search-result-item .description {
    font-size: 14px
}
.search-result-item+.search-result-item {
    margin-top: 20px
}

@media (min-width:768px) {
    .search-result-item-body {
        margin-left: 200px
    }
}
.search-result-item-heading {
    color: #323232;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize;
}
.search-result-item-heading a {
    color: #323232;
}

@media (min-width:768px) {
    .search-result-item-heading {
        margin: 0
    }
}
.sold img {
    position: absolute;
    top: 10px;
    left: 0;
}
a.delete i {
    color: #ed1c24;
}
.user-profile ul li.active span {
    background-color: #f58936;
}
.ad-info-1 ul li i.delete {
    color: #ed1c24 !important;
    font-size: 20px;
}
.ad-info-1 ul li i.edit {
    color: #999 !important;
    font-size: 20px;
}
.heading .search-widget {
    margin-bottom: 0;
    margin-top: 17px;
}
.heading .panel-title > a {
    padding: 30px;
}
/* =-=-=-=-=-=-= Ù„ÙˆØ­Ø© Ø±Ø³Ø§Ù„Ø© =-=-=-=-=-=-= */
.message-body {
    background-color: #fff;
    overflow: hidden;
}
.message-inbox {
    border-left: 4px solid #eee;
}
.message-inbox .list-wrap {
    position: relative;
    height: 590px;
    overflow: hidden;
}
.message-details .list-wraps {
    position: relative;
    height: 590px;
    overflow: hidden;
}
.message-header {
    padding: 15px 20px;
}
.message-header h4 {
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin: 0;
}
.message-header .new-message {
    float: left;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.message-header .new-message .icon, .message-header .new-message .fa {
    color: #f58936;
    margin-right: 10px;
}
.message-header .new-message:hover {
    color: #f58936;
}
.message-history {
    border-top: 1px solid #d4d4d4;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.message-history li {
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.message-history li a {
    display: block;
    overflow: hidden;
    padding: 25px 20px;
}
.message-history li .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: right;
}
.message-history li .image img {
    width: 100%;
}
.message-history li .user-name {
    position: relative;
    margin-right: 70px;
}
.message-history li .user-name .author {
    margin-top: 5px;
}
.message-history li .user-name .author span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.message-history li .user-name .author .user-status {
    display: none;
}
.message-history li .user-name p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin-top: 5px;
}
.message-history li .user-name .time {
    position: absolute;
    top: 2px;
    left: 0;
}
.message-history li .user-name .time span {
    font-size: 12px;
    font-style: italic;
    color: #666;
}
.message-history li:hover {
    background-color: #f8f8f8;
}
.message-history .message-grid .user-name .author span {
    color: #232323;
}
.message-history .message-grid .user-name .author .user-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2db82d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.message-history .active {
    background-color: #f8f8f8;
}
.message-details {
    position: relative;
    padding: 30px 44px 30px 14px;
    overflow: hidden;
}
.message-details .author {
    overflow: hidden;
}
.message-details .author .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: right;
    margin-left: 18px;
}
.message-details .author .author-name {
    display: block;
    font-size: 16px;
    color: #232323;
    line-height: 1.5em;
    font-weight: 600;
}
.message-details .author em {
    font-size: 14px;
    font-style: italic;
    color: #666;
}
.message-details p {
    margin-top: 20px;
}
/* CSS SCROLL PLUGIN */

.ps-scrollbar-x-rail {
    display: none;
}
.ps-container > .ps-scrollbar-y-rail {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 3px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform .3s ease;
}
.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y, .ps-container:active > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    opacity: 1;
}
.messages {
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
.messages > li {
    margin-bottom: 10px;
}
.messages > li:last-child {
    margin-bottom: 0;
}
.messages .profile-picture {
    height: 40px;
    margin: 0;
    width: 40px;
}
.messages .profile-picture img {
    border: medium none;
}
.friend-message .profile-picture {
    float: right;
}
.my-message .profile-picture {
    float: left;
}
.friend-message .message {
    margin-left: 50px;
}
.my-message .message {
    margin-right: 50px;
}
.messages .message {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 15px 20px;
    position: relative;
}
.messages .message .time {
    font-size: 14px;
    line-height: 10px;
    margin-top: 0;
    text-align: right;
}
.friend-message .message::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 0;
}
.my-message .message::before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0;
}
.messenger-footer .form-control {
    height: 54px;
    overflow: hidden;
    padding: 5px;
    resize: none;
}
.friend-message .message::before {
    border-right-color: #e9e9e9;
}
.my-message .message::before {
    border-left-color: #f6f6f6;
}
.friend-message .message {
    background-color: #e9e9e9;
}
.my-message .message {
    background-color: #1f364f;
    color: #fff;
}
.message-details h2 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}
.chat-form {
    background-color: #eff0f4;
    clear: both;
    margin-top: 15px;
    padding: 20px;
}
.chat-form .form-group {
    float: right;
    margin-right: 2%;
    width: 80%;
}
.chat-form .btn {
    padding: 15px 25px;
}
/* =-=-=-=-=-=-= Ø§Ù„ØªØ³Ø¹ÙŠØ±  =-=-=-=-=-=-= */
.pricing-fancy {
    padding: 60px 32px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.pricing-fancy h3 {
    color: #232323;
    font-size: 30px;
    text-transform: uppercase;
}
.pricing-fancy h3 span {
    font-weight: 300;
}
.pricing-fancy .icon-bg {
    bottom: 0;
    position: absolute;
    right: -30px;
    z-index: 1;
}
.pricing-fancy .icon-bg i {
    color: #f1f1f1;
    font-size: 170px;
}
.pricing-fancy .price-box {
    position: relative;
    z-index: 10;
}
.pricing-fancy .price-large {
    font-size: 72px;
    font-weight: 500;
    line-height: 82px;
    color: #232323;
    margin-bottom: 15px;
}
.pricing-fancy .dollartext, .monthtext {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}
.pricing-fancy .price-box p {
    color: #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.pricing {
    text-align: center;
}
.pricing h2 {
    color: #294661;
}
.pricing p {
    margin-bottom: 100px;
}
.pricing .block {
    border: 1px solid #d4dadf;
    padding: 60px 10px;
    margin-bottom: 30px;
}
.pricing.style-3 .selection {
    overflow: hidden;
    margin-bottom: 30px;
}
.pricing.style-3 .block {
    margin-bottom: 0;
}
.pricing .block.featured {
    background: #363c48 none repeat scroll 0 0;
    border: 1px solid #363c48;
    color: #fff;
}
.pricing span {
    display: block;
}
.pricing h3 {
    color: #294661;
    font-size: 30px;
    font-weight: 600;
}
.pricing .featured .name {
    color: #fff;
}
.pricing .type {
    font-size: 16px;
}
.pricing .price {
    color: #294661;
    font-size: 54px;
    margin-bottom: 15px;
    margin-top: 40px;
}
.pricing .featured .price {
    color: #fff;
}
.pricing .featured h3 {
    color: #fff;
}
.pricing .time {
    font-size: 14px;
}
.pricing ul {
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin: 50px 0 30px;
    padding: 0;
}
.pricing li {
    line-height: 2.2em;
}
.pricing a.btn {
    padding: 15px 35px;
}
.pricing a.btn i {
    margin-left: 10px;
}
.pricing .featured a.btn-theme {
    background-color: transparent;
    border-color: #fff;
}

.pricing .featured a.button > i {
    color: #fff;
}
.pricing a.button:hover > i {
    margin-left: 10px;
    opacity: 1;
}
.pricing a.solid {
    background: #d4dadf none repeat scroll 0 0;
    border: 1px solid #d4dadf;
}
.pricing .featured a.solid {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid #fff;
}
.pricing a.solid:hover {
    background: #f2f4f6 none repeat scroll 0 0;
    border: 1px solid #f2f4f6;
}
.pricing .featured a.solid:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}
/* =-=-=-=-=-=-= Ø§Ù„ØªØ³Ø¹ÙŠØ± Style 1  =-=-=-=-=-=-= */

.pricing-item {
    border: 7px solid #f1f1f1;
    color: #232323;
    padding: 15px 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.pricing-item .price {
    font-size: 4.3em;
    font-weight: 900;
    letter-spacing: 3px;
    position: relative;
    float: right;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 10px;
}
.pricing-item .price small {
    font-size: 0.6em;
    position: relative;
    top: -25px;
}
.pricing-item strong {
    display: block;
    font-size: 1.2em;
    margin: 10px 0;
}
.pricing-item p {
    color: #999;
}
.pricing-item .btn {
    margin: 15px 0;
}
/* =-=-=-=-=-=-= Footer =-=-=-=-=-=-= */

footer {
    background: #fff none repeat scroll 0 0;
}
.footer-top {
    background-color: #202020;
    padding: 70px 0 30px;
}
.footer-top .widget .logo {
    margin: 0 0 10px;
}
.footer-top .widget p {
    margin-bottom: 20px;
}
.footer-top .widget h5 {
    font-size: 18px;
    display: block;
    margin: 0 0 18px;
    color: #fff;
}
.footer-top .widget ul li {
    display: inline-block;
    margin: 0 4px 4px 0;
}
.footer-top .widgettext address {
    font-style: normal;
    line-height: 30px;
}
.footer-top .widgettext address span {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.footer-top .widget.socail-icons ul li {
    display: block;
    margin-right: 3px;
    margin-bottom: 10px;
}
.footer-top .widget.socail-icons li:hover {
    color: #fff;
}
.footer-top .widget.socail-icons ul li a {
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    margin-left: 8px;
    padding: 0;
    text-align: center;
    width: 28px;
}
.footer-top .widget.socail-icons li a i {
    font-size: 12px;
    color: #fff;
}
.footer-top .widget.socail-icons li a.fb {
    background-color: #2b4a8b;
}
.footer-top .widget.socail-icons li a.twitter {
    background-color: #1f94d9;
}
.footer-top .widget.socail-icons li a.linkedin {
    background-color: #10598c;
}
.footer-top .widget.socail-icons li a.googleplus {
    background-color: #d83936;
}
.footer-top .widget-newsletter .fieldset form input[type="text"] {
    background-color: #f5f5f5;
    border: medium none;
    color: #999;
    font-size: 12px;
    height: 48px;
    padding: 0 80px 0 15px;
    width: 100%;
}
.footer-v1 .widget-newsletter .fieldset form input[type="text"] {
    padding: 0 102px 0 15px;
}
footer#footer .widget-newsletter .fieldset P {
    color: #999 !important;
}
.widget-newsletter .fieldset P {
    line-height: 27.8px;
    margin-bottom: 20px;
}
.widget-newsletter .fieldset form {
    position: relative;
}
.widget-newsletter .fieldset form .submit-btn {
    border: medium none;
    color: #fff;
    display: block;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.widget-newsletter .fieldset.has-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f8f8f8 #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: solid;
    border-width: 2px 1px 1px;
    padding: 15px 15px 20px;
}
.copyrights {
    background-color: #202020;
    overflow: hidden;
}
.copyright-content {
    padding: 25px 0;
}
.copyright-content p a {
    color:#fff;	
}
.copyright-content, .footer-top {
    border-top: 1px solid #343434;
}

.footer-area {
    background-color: #232323;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #c9c9c9;
    background-image: url(../images/footer.jpg);
    position: relative;
}
.footer-area::before {
    background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-area.no-bg {
    background-image: none;
    background-color: #fff;
    border-top: 1px dashed #f1f1f1;
    color: #808080;
}
.footer-area.no-bg .footer-content .links-widget li a {
    color: #808080;
}
.footer-area.no-bg .social-links-two a {
    border: 1px solid #808080;
    color: #808080;
}
.footer-area.no-bg .footer-content .column .heading-panel h3 {
    color: #232323;
}
.footer-area.no-bg .footer-content .news-widget .news-post a {
    color: #808080;
}
.footer-area.no-bg .footer-content .news-widget .news-post .time {
    color: #808080;
}
.footer-area.no-bg .footer-copyright {
    border-top: 1px solid #f1f1f1;
}
.footer-area.no-bg::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dark::before {
    background: rgba(25, 25, 25, 1) none repeat scroll 0 0;
}
.footer-area p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-area .footer-content {
    padding: 70px 0 30px;
    position: relative;
    z-index: 1;
}
.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative;
}
.footer-content .column h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.footer-content .column .heading-panel {
    margin-bottom: 30px;
    overflow: hidden;
}
.footer-content .column .heading-panel h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}
.footer-area .footer-content a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative;
}
.footer-content .links-widget li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 32px;
}
.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #ffffff;
}
.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
    direction:ltr;
}
.footer-area .contact-info li {
    text-align:right;
    line-height: 30px;
    margin: 0 0 7px;
    padding-right: 30px;
    position: relative;
}
.footer-area .contact-info li .icon {
    font-size: 16px;
    right: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}
.footer-content .column h2:hover {
    color: #f58936;
    cursor: pointer;
}

.social-links-two {
    position: relative;
}
.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc;
    display: block;
    float: right;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 28px;
    padding-top:5px;
}
.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social-links-two.alt a {
    border: 1px solid #cccccc;
    color: #cccccc;
    font-size: 12px;
}
.social-links-two a:hover {
    background: #f58936 none repeat scroll 0 0;
    color: #fff !important;
}
.footer-content .news-widget .news-post {
    color: #c9c9c9;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 80px 0 0 ;
    position: relative;
}
.footer-content .news-widget .news-post .news-content {
    margin-bottom: 5px;
    text-align: justify;
}
.footer-content .news-widget .news-post a {
    color: #c9c9c9;
    position: relative;
    font-size: 14px;
}
.footer-content .news-widget .news-post .time {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    position: relative;
}
.footer-content .news-widget .news-post .image-thumb {
    height: 65px;
    right: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.footer-content .news-widget .news-post .image-thumb img {
    display: block;
    width: 65px;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #808080;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center;
}
.footer-copyright .copyright {
    line-height: 20px;
    padding: 5px 0;
    position: relative;
}

.footer-copyright .copyright a:hover {
    color: #fff;
}
/* =-=-=-=-=-=-= Minimal Footer =-=-=-=-=-=-= */

.minimal-footer-1 {
    background-color: #313131;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    overflow: hidden;
    padding-top: 76px;
    position: relative;
}
.minimal-footer-1 .sub-footer {
    background-color: #363636;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}
.minimal-footer-1 .sub-footer .entry-footer {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
}
.minimal-footer-1 .sub-footer .entry-footer a {
    color: #ffffff;
}
.minimal-footer-1 .widget {
    font-size: 14px;
    margin-bottom: 45px;
    line-height: 28px;
}

.minimal-footer-1 .widget img{
    margin-bottom:30px;
}

.minimal-footer-1 .widget .widget-title {
    border: 0 none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.minimal-footer-1 .widget .subscribe-form {
    margin-top: 10px;
    position: relative;
}
.minimal-footer-1 .widget .subscribe-form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.1);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 8px 50px 8px 8px;
    text-transform: none;
    width: 100%;
}
.minimal-footer-1 .widget .subscribe-form input[type="text"]:focus {
    outline: medium none;
}
.minimal-footer-1 .widget .subscribe-form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.minimal-footer-1 .widget .subscribe-form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.minimal-footer-1 .widget .subscribe-form button {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    line-height: 1em;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.minimal-footer-1 .widget .social-links a {
    background-color: #414141;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 37px;
}
/* =-=-=-=-=-=-= Minimal Footer Version 2 =-=-=-=-=-=-= */
.minimal-footer {
    padding: 80px 0;
}
.minimal-footer p a {
    color: #6e7882;
}
.minimal-footer .address-info {
    padding-bottom: 50px;
}
.minimal-footer .footer-widget h2 {
    color: #232323;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.minimal-footer .footer-widget + .footer-widget {
    border-right: 1px dotted #cccccc;
}
.minimal-footer .footer-social {
    padding-bottom: 30px;
    padding-top: 30px;
}
.minimal-footer .footer-social > li {
    display: inline-block;
    margin: 15px 26px;
    text-align: center;
}
.minimal-footer .footer-social a {
    font-size: 42px;
    color: #6e7882;
}
.minimal-footer .copy-rights, .footer-social {
    margin: 0;
    text-align: center;
}
.space-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.space-bottom-50 {
    padding-bottom: 50px;
}
.listingTopFilterBar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(206, 206, 206, 0.36);
    min-height: 60px;
    border-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    margin-bottom:30px;
}
ul.filterAdType {
    margin: 0 0 0 3px;
    padding: 0;
}
ul.filterAdType li {
    display: inline-block;
    list-style: outside none none;
    margin-left: -3px;
}
ul.filterAdType li a {
    color: #232323;
    display: block;
    line-height: 60px;
    padding: 0 20px;
}
ul.filterAdType li.active a, ul.filterAdType li a:hover {
    background: #f58936 none repeat scroll 0 0;
    color: #fff;
}
ul.listingViewIcon li {
    display: inline-block;
    list-style: outside none none;
}
ul.listingViewIcon li a {
    color: #232323;
    line-height: 60px;
    padding: 0 10px;
}
ul.listingViewIcon li a:hover {
    color: #000000;
}
ul.listingViewIcon li.shortByListingLi ul li {
    display: block;
}
ul.listingViewIcon li.shortByListingLi ul li a {
    line-height: 30px;
}


.header-listing h6 {
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    text-transform:capitalize;
    vertical-align: top;
    color:#232323;
}
.header-listing .custom-select-box {
    display: inline-block;
    width: 190px;
}

.header-listing .custom-select-box  .select2-selection--single {
    height: 34px;
}

.header-listing .custom-select-box  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}

.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.header-listing {
    display: inline-block;
    padding: 13px 20px;
    width: 100%;
}
.featured-ribbon{
    height: 80px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    text-align: left;
    top: -5px;
    width: 80px;
    z-index: 1;
}
.featured-ribbon span::before {
    border-color: #5a3331 transparent transparent #5a3331;
    border-style: solid;
    border-width: 3px;
    content: "";
    right: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}

.featured-ribbon span::after {
    border-color: #5a3331 #5a3331 transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
}

.featured-ribbon span {
    background: #d2281e none repeat scroll 0 0;
    box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
    color: #fff;
    display: block;
    font: 600 12px/30px "Source Sans Pro",sans-serif;
    position: absolute;
    left: -25px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(-45deg);
    width: 100px;
}
.search-block .text-box {
    position: relative;
    background: #f3f3f3;
}

.icon-search {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 34px;
    color: #ccc;
}
.search-modal .modal-body {
    position: relative;
    padding-top:0;
}
.search-modal .modal-header {
    background: #202020 none repeat scroll 0 0;
}
.search-modal .modal-header h3{
    color:#fff;
}
.search-modal .form-control {
    background-color:transparent !important;
    border:none !important;
    padding-left:40px;
}

.search-modal  .search-block .popular-search
{
    padding-top:15px; 
}

.search-modal  .search-block .popular-search label
{
    font-size:16px;
}

.search-modal  .search-block .popular-search ul li a {
    color:#232323; 
}

.search-modal .form-control:focus {
    box-shadow:none; 
}
.search-modal .close {
    color: #fff !important;
}
.search-modal .close:hover, .search-modal .close:focus {
    color: #fff !important;
}
.label.label-info {
    background: #02a8f3 none repeat scroll 0 0;
}
.drop-down-multilevel .hoverTrigger .label {
    margin-right:10px;
    color:#fff;	
}
.single-ad  .featured-border {
    border-top: 4px solid #b63339;
    position: realtive;
    width: 100%;
}
.fa-eye:before{
    margin-left: 5px;
}
.background1
{
    background-color:#16c3b0 !important;
}
.background2
{
    background-color:#b129db !important;
}
.background3
{
    background-color:#f1c22e !important;
}
.background4
{
    background-color:#fd4d40 !important;
}
.colortitlenews
{
    color: #000 !important;
}
.minh
{
    min-height:400px !important;
    line-height:27px !important;
    text-align:justify !important;
    direction:rtl !important;
    font-size:13px !important;
}
.style150
{
    font-size: 13px !important; font-weight:bold !important; margin-top:20px !important; text-align:center !important; margin-bottom:20px !important;
}