@charset "utf-8";

/*
@import url("animate.min.css");
@import url("font-awesome.css");
@import url("fontello.css");
@import url("longshadow.css");
*/

@import url("main_libs.css");

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic);
@import url(//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Roboto+Condensed:300,400,700&subset=cyrillic);


/*
Base Colors

@dividerColor:       #e6e6e6;

@linkColor:          #369;
@linkHoverColor:     #FA7722;

@primaryTextColor	 #333
@secondaryTextColor: #4e575d;

@btn-default  		 #BDC3C7;
@btn-default:hover 	 #CACFD2;

@btn-primary  		 #16A085;
@btn-primary:hover   #149078

@btn-info 			 #e4cb65
@btn-info:hover      #C1AC59;

@btn-danger 		 #E74C3C;
@btn-danger:hover	 #EC7063;

@btn-success		 #2ECC71;
@btn-success:hover	 #58D68D;


*/

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

a {
    color: #369;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #FA7722;
}

.color-danger {
    color: #E74C3C;
}

.color-success {
    color: #2ECC71;
}

.color-info {
    color: #e4cb65;
}

.color-danger {
    color: #E74C3C;
}

.link-color {
    color: #369;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 21px;
    position: relative;
}

body, html, #wrapper {
    height: 100%;
    width: 100%;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title-2 span {
    font-weight: lighter;
}

.title-5 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ebebeb;
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

/* Helper class */
.uppercase {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0;
}

.width100, .w100 {
    width: 100%;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.dtable {
    display: table;
}

.dtable-cell {
    display: table-cell;
    vertical-align: middle;
}

hr.small {
    background-color: #000;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 44px;
}

.text-hr {
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.color-white {
    color: #fff
}

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */

.form-control:focus {
    border-color: #16a085;
    box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -webkit-box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -moz--box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    outline: 0 none;
}

form input[type="text"], form input[type="email"], form input[type="password"] {
    height: 40px;
}

.form-control {
}

p.required, .required sup {
    color: #e74c3c;
}

.btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}

.btn-shaded {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
}

.btn-lg {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px;
}

.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-lg {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.btn-thin {
    border: 1px solid #BDC3C7;
    color: #BDC3C7;
    background: none;
}

.btn-default {
    background-color: #BDC3C7;
    color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #CACFD2;
    border-color: #CACFD2;
    color: #FFFFFF;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #A1A6A9;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #BDC3C7;
}

.btn-primary {
    background-color: #16A085;
    border-color: #16A085;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #149078;
    border-color: #149078;
    color: #FFFFFF;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #028c71;
    border-color: #028c71;
    color: #FFFFFF;
}

.btn-primary-dark {
    background-color: #028c71;
    border-color: #028c71;
    color: #fff;
}

.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active, .btn-primary-dark.active, .open .dropdown-toggle.btn-primary-dark {
    background-color: #008166;
    border-color: #008166;
    color: #FFFFFF;
}

.btn-info {
    background-color: #e4cb65;
    color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #C1AC59;
    border-color: #C1AC59;
    color: #FFFFFF;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background: #C1AC59;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #3498DB;
}

.btn-danger {
    background-color: #E74C3C;
    color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-post:hover, .btn-post:active {
    background-color: #EC7063;
    border-color: #EC7063;
    color: #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background: #C44133;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #E74C3C;
}

btn-post:hover, .btn-post:focus, .btn-post:active, .btn-post.active, .open .dropdown-toggle.btn-post, .btn-post:hover, .btn-post:active {
    background-color: #EC7063 !important;
    border-color: #EC7063 !important;
    color: #FFFFFF !important;
}

.btn-success {
    background-color: #2ECC71;
    color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #58D68D;
    border-color: #58D68D;
    color: #FFFFFF;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #27AD60;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #2ECC71;
}

.btn-warning {
    background-color: #F1C40F;
    color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #F5D313;
    border-color: #F5D313;
    color: #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background: #CDA70D;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #F1C40F;
}

.btn-inverse {
    background-color: #34495E;
    color: #FFFFFF;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background-color: #415B76;
    border-color: #415B76;
    color: #FFFFFF;
}

.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background: #2C3E50;
}

.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {
    background-color: #34495E;
}

.fb_button {
    background: #658AD0;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn-fb {
    background: #658AD0;
    color: #FFFFFF;
}

.fb_button:hover, .btn-fb:hover {
    background: #4E6FAE;
    color: #fff;
    text-decoration: none;
}

.btn-tw {
    background: #1DADEB;
    color: #FFFFFF;
}

.btn-tw:hover {
    background: #35C5FF;
    color: #fff;
    text-decoration: none;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 43px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn-border {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-border-thin {
    margin-bottom:5px;
    padding: 3px 4px;
    border:  1px solid #ddd;
}

.btn-post {
    font-family: roboto condensed, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* ================================================================== */
/* CUSTOMIZE NAVBAR
/* ================================================================== */

@media screen and (max-width: 767px) {
    .navbar-site {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0;
        height: auto;
        margin-bottom: 0 !important;
        min-height: 80px;
    }

    .navbar-header {
        min-height: 80px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-site .navbar-toggle {
        margin-top: 25px;
    }
}

.navbar-header img {
    max-height: 90px;
}

@media screen and (min-width: 768px) {
    .logo {
        height: 80px;
        line-height: normal;
    }

    .header {
        height: auto;
        background: #fff;
    }

    .navbar-site {
        margin-bottom: 0 !important;
        height: auto;
        background: #fff;
        border-radius: 0;
        border-bottom: solid 1px #ddd;
    }

    .navbar-right {
        margin-top: 20px;
    }

    .navbar-nav > li > a {
        border-radius: 3px;
        box-sizing: border-box;
        color: #333;
        font-size: 12px;
        height: 40px;
        line-height: normal;
        padding: 12px 10px 12px 10px;
    }

    .nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: none;
    }

    .navbar-nav > li > a:hover {
        color: #000;
    }

    .navbar-nav > li.postadd {
        padding-left: 10px;
        margin-left: 5px;
        border-left: solid 1px #ddd;
    }

    .navbar-nav > li.postadd a {
        border-radius: 3px;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        height: 40px;
        line-height: normal;
        padding: 12px 35px;
        text-transform: uppercase;
        width: 130px;
    }

    /* usermenu */
    li .user-menu {
        padding: 0;
        transition: all 0.2s linear 0s;
    }

    li.open .user-menu {
        padding: 0 0;
    }

    li .user-menu li a {
        font-size: 11px;
        letter-spacing: 0.55px;
        clear: both;
        display: block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 5px 10px;
        text-transform: inherit;
        white-space: nowrap;
    }

    li .user-menu li i {
        margin-right: 5px;
        color: #999999;
        font-size: 120%;
        transition: all 0.2s linear 0s;
    }

    li .user-menu li:hover i {
        color: #2a3744;
    }

    li .dropdown-menu.user-menu > .active > a, .dropdown-menu.user-menu > .active > a:focus {
        background: #EEEEEE;
        font-weight: bold;
        color: #2a3744;
    }

    .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
        background: none;
    }
}

/* ================================================================== */
/* HOME CONTENT START
/* ================================================================== */

body {
    background: #EEEEEE;
}

.logo, .logo-title {
    font-family: Open Sans Condensed, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #16A085;
}

.logo span, .logo-title span {
    font-weight: lighter;
}

.logo-title {
    padding-top: 20px;
}

/* INTRO SEARCH PANEL */
.intro {
    width: 100%;
    background-image: url(../../images/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.intro .container {
    max-width: 800px;
}

.intro h1, .intro-title {
    color: #fff;
    font-family:  Roboto, Helvetica, Arial, sans-serif;
    font-size: 44px;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.intro p {
    color: #e8eced;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.content-search {
    display: block;
    clear: both;
    padding: 30px 0 0;
}

.content-search input.form-control, .content-search button {
    height: 44px;
}

.search-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.search-row .search-col {
    padding: 0;
    position: relative;
}

.search-row .search-col .form-control, .search-row button.btn-search {
    border-radius: 0;
    border: 0;
    height: 48px;
    margin-bottom: 0;
}

.search-row .search-col .form-control {
    box-shadow: none !important;
}

.locinput {
    border-right: solid 1px #ddd !important;
}

button.btn-search {
    border-radius: 0 !important;
    font-size: 18px;
    height: 48px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 2px #20a759;
    -webkit-text-shadow: 0 2px 2px #20a759;
    text-transform: uppercase;
}

.has-icon {
    padding-left: 40px;
}

.icon-append {
    color: #949494;
    font-size: 18px;
    left: 8px;
    position: absolute;
    top: 12px;
}

.search-row .search-col:first-child .form-control {
    border-radius: 3px 0 0 3px;
}

.search-row .btn-search {
    border-radius: 0 3px 3px 0 !important;
}

@media screen and (max-width: 767px) {
    .locinput {
        border-right: none !important;
        border-bottom: solid 1px #ddd !important;
    }

    .intro h1 {
        font-size: 30px;
        margin-bottom: 10px;
        padding-bottom: 0;
        line-height: 34px;
    }

    .intro p {
        color: #e8eced;
        font-size: 16px;
        line-height: normal;
    }
}

.autocomplete-suggestions {
    background: #fff;
    max-height: 30px;
    overflow-y: auto;
    border: solid 1px #ddd;
    border-radius: 3px;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
    /* for global */
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 15px 10px 30px;
    /* for only icon  */
    position: relative;
}

/* for only icon  */
.autocomplete-suggestions .autocomplete-suggestion:after {
    color: #949494;
    content: "\e8d4";
    font-family: fontello;
    font-style: normal;
    font-weight: normal;
    left: 6px;
    margin: 0 0 0 10px;
    position: absolute;
    text-decoration: none;
    top: 10px;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #eeeeee;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
}

/* side bar */

.main-container {
    min-heightheight: 70%;
    /* fallback if needed */
    min-height: calc(100% - 220px);
    padding: 30px 0;
}

.inner-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    margin-bottom: 30px;
    padding: 20px 15px;
}

.inner-box.add {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 5px;
}

.inner-box.has-ad, .page-content .inner-box.has-aff {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 5px;
}

.inner-box.add img {
    width: 100%;
}

.nav-pills .name {
    display: inline-block;
}

/* cat listing */
.page-content .inner-box {
    /*overflow: auto;*/
    padding: 15px;
}

.inner-box.category-content {
    padding-bottom: 3px;
}

.cat-list {
    display: block;
    margin-bottom: 30px;
    line-height: 24px;
}

.cat-list h3, .title-3 {
    font-family: Open Sans Condensed, Helvetica Neue, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.cat-list h3 a, .cat-list h3 {
    color: #03876D;
    position: relative;
}

.cat-list-border h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.cat-title a {
    display: inline-block;
    padding-left: 48px;
    padding-top: 0;
    position: relative;
}

.cat-list h3 .count {
    clear: both;
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 3px 0;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
}

.cat-title i {
    position: absolute;
    left: 0;
    top: 0;
}

.cat-list.arrow {
    margin-bottom: 0;
}

.cat-list ul li a, .cat-list li a {
    border-radius: 2px;
    font-style: normal;
    transition: all 0.1s ease 0s;
    font-size: 12px;
    color: #4e575d;
}

.cat-list ul li a:hover, .cat-list a:hover {
    text-decoration: underline;
    color: #345676;
}

.cat-list.arrow li {
    background: url("../../images/arrow-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #ddd;
    padding: 5px 14px;
}

.cat-list.arrow li:last-child {
    border-bottom: 0;
}

.cat-list.border li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 15px;
}

.cat-list.border li.active, .cat-list.border li:hover {
    background-color: #ececec;
}

.cat-list.border li.active a {
    box-sizing: border-box;
    color: #626262;
}

.cat-list.border li:last-child {
    border-bottom: 0;
}

.last-column .cat-list {
}

/* item-carousel */

.item-carousel a {
    display: block;
}

.item-carousel-thumb {
    max-width: 100%;
}

.item-carousel .item {
    width: 128px;
    display: block;
    margin: 0 auto;
}

.item-carousel .item-carousel-thumb {
    width: 100%;
    height: 96px;
    display: block;
    overflow: hidden;
    border: solid 1px #ddd;
    margin-bottom: 7px;
}

.item-carousel .item-carousel-thumb img {
    max-width: 100%;
    padding: 1px;
    min-height: 100%;
}

.item-carousel .item {
    border-radius: 3px;
    text-align: center;
}

.item-carousel .item-name {
    clear: both;
    display: block;
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    min-height: 30px;
}

.item-carousel .price {
    clear: both;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 7px;
}

.carousel-nav {
    font-size: 18px;
}

/* =============================================================== */
/* CATEGORY INTRO
/* =============================================================== */
.search-row-wrapper {
    background: url(../../images/bg.jpg) center;
    height: auto;
    padding: 50px 0;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    /* FIXED IE OVERFLOW ISSUE */
    .search-row-wrapper {
        height: 140px;
        display: block;
    }

}

/* =============================================================== */
/* CATEGORY LIST
/* =============================================================== */

.col-thin-left {
    padding-left: 10px;
}

.col-thin-right {
    padding-right: 10px;
}

.adds-wrapper {
    background: #fff;
    clear: both;
    display: block;
    height: auto;
    overflow: auto;
    width: 100%;
}

.item-list {
    border-bottom: 1px solid #ddd;
    clear: both;
    padding: 15px;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
}

.item-list:hover {
    background: #F6F6F5;
}

.adds-wrapper .item-list:last-child {
    border-bottom: none;
}

.category-list {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px 3px;
    display: block;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
}

.add-image {
    position: relative;
}

.photo-count {
    background:  #ccc;
    border: 0 none;
    border-radius: 2px;
    font-size: 12px;
    opacity: 0.75;
    padding: 0 3px;
    position: absolute;
    right: 4px;
    top: 5px;
}

.add-image a {
    display: block;
}

.add-image a img {
    width: 100%;
}

.add-title {
    padding-bottom: 7px;
}

.add-details a {
    font-weight: bold;
}

.info-row {
    display: block;
    clear: both;
    font-size: 12px;
    color: #9a9a9a;
}

.business-ads {
    background: none repeat scroll 0 0 #dfdfdf;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 18px;
    padding: 3px;
    text-align: center;
    width: 25px;
}

.item-list .make-favorite span {
    width: 0;
    font-size: 0;
    transition: all 0.3s ease;
}

.item-list:hover .make-favorite span {
    width: auto;
    font-size: 13px;
}

.price-box {
    padding: 0;
}

@media (max-width: 991px) {
    .item-list .make-favorite {
        padding: 3px 5px;
    }

}

@media (max-width: 767px) {
    .price-box {
        clear: both;
        display: block;
        height: auto;
        padding: 10px 15px 0;
        text-align: left;
        width: 100%;
    }

    .item-list.make-list {
        text-align: left;
    }

    .item-list .add-details {
        padding: 10px 0 0;
    }

    .item-list.make-compact .make-favorite {
        float: left;
        margin-left: 10px;
    }
}

/* List View Grid View Comact View */

.item-list.make-compact .photobox, .item-list.make-compact .info-row .category {
    display: none;
}

.item-list.make-compact .add-title {
    float: left;
    clear: left;
    height: 19px;
    overflow: hidden;
    padding-bottom: 7px;
    width: 60%;
}

.item-list.make-compact .info-row {
    display: block;
    float: left;
    clear: none;
    font-size: 12px;
    width: 40%;
}

.item-list.make-compact h2.item-price {
    line-height: 20px;
}

@media (max-width: 1199px) {
    .item-list.make-compact .add-title, .item-list.make-compact .info-row {
        width: 100%;
    }

    .add-details {
        padding: 0;
    }
}

.item-list.make-compact .item-price {
    float: left;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-list.make-compact .make-favorite span {
    font-size: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}

/* LIST */
.item-list.make-list, .item-list.make-compact {
    height: auto !important;
}

/* GRID */
.item-list.make-grid {
    width: 25%;
    float: left;
    clear: none;
    border-right: solid 1px #ddd;
}
.item-list.make-grid .make-favorite {
    margin-bottom: 5px;
}
.adds-wrapper .item-list.make-grid:nth-child(4n+4) {
    border-right: none;
}

@media (max-width: 991px) {
    .item-list.make-grid {
        width: 33.33%;
    }

    .adds-wrapper .item-list.make-grid:nth-child(4n+4) {
        border-right: solid 1px #ddd;
    }

    .adds-wrapper .item-list.make-grid:nth-child(3n+3) {
        border-right: none;
    }
}

@media (max-width: 778px) {
    .item-list.make-grid {
        width: 33.33%;
    }
}

@media (max-width: 540px) {
    .item-list.make-grid {
        width: 50%;
        border-right: solid 1px #ddd !important;
    }

    .adds-wrapper .item-list.make-grid:nth-child(2n+2) {
        border-right: none !important;
    }
}

@media (max-width: 360px) {
    .item-list.make-grid {
        width: 100%;
        border-right: none;
    }
}

.item-list.make-grid .photobox, .item-list.make-grid .add-desc-box, .item-list.make-grid .price-box {
    width: 100%;
    clear: both;
}

.item-list.make-grid .add-desc-box {
    padding: 10px 0;
}

.item-list.make-grid .price-box {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

/* pagination */

.pagination-bar {
    margin-top: 35px;
    display: block;
}

.pagination-bar .pagination {
    margin-top: 0;
}

.pagination-bar .pagination li a {
    color: #9a9a9a;
    border-color: #cfcfcf;
}

.pagination-bar .pagination li a:hover {
    color: #000000;
}


.pagination-bar .pagination li.active a {
    background-color: #f8f8f8;
    color: #000000;
    border-color: #cfcfcf;
    cursor: default;
    font-weight: bold;
}

/* post-promo  */

.post-promo {
    margin-top: 15px;
}

.post-promo h2 {
    padding-bottom: 10px;
}

/* Ribbons  */
.cornerRibbons {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    left: -8%;
    overflow: hidden;
    position: absolute;
    top: 20%;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 200px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.cornerRibbons a {
    color: #fff;
    display: block;
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease 0s;
}

.cornerRibbons.topAds {
    background: #16A085;
}

.cornerRibbons.urgentAds {
    background: #CC3300;
}

.cornerRibbons.featuredAds {
    background: #FB8D17;
}

.cornerRibbons.featuredAds a {
    color: #fff;
}

.item-list.make-grid .cornerRibbons {
    left: -30%;
    top: 7%;
}

.item-list.make-compact .cornerRibbons {
    left: -15%;
    text-indent: -99999px;
    top: 18%;
}

@media (max-width: 991px) {
    .cornerRibbons {
        left: -10%;
        top: 19%;
        width: 170px;
        z-index: 2;
    }

    .cornerRibbons {
        font-size: 11px;
    }

    .item-list.make-compact .cornerRibbons {
        left: -20%;
    }
}

@media (max-width: 767px) {
    .cornerRibbons {
        left: -36px;
        top: 24px;
        width: 160px;
    }

    .item-list.make-grid .cornerRibbons {
        left: -36px;
        top: 24px;
    }

    .cornerRibbons {
        font-size: 11px;
    }

    .item-list.make-compact .cornerRibbons {
        left: -100px;
    }
}

/*************** TAB BOX ***************/

.tab-box {
    background: #f8f8f8;
    position: relative;
}

.nav-tabs.add-tabs > li:hover > a {
    background: #EDEDED;
}

.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {
    border-radius: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 0;
}

.nav-tabs.add-tabs > li.active > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
    .nav-tabs.add-tabs > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-tabs .badge {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .nav-tabs.add-tabs > li > a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .nav-tabs .badge {
        display: none;
    }

    .select-short-by .selecter-options {
        font-size: 11px !important;
    }
}

.nav-tabs.add-tabs > li:first-child > a {
    border-left: 1px solid transparent;
}

/* tab filter */

.tab-filter {
    position: absolute;
    right: 0;
    top: 0;
}

.listing-filter {
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
}

.breadcrumb-list {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.breadcrumb-list a.current {
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}

.dropdown-menu-modal {
    width: 100%;
    max-width: 400px;
}

.listing-view-action span {
    color: #888;
    cursor: pointer;
}

.listing-view-action span.active {
    color: #000;
}

/* Customize bootstrap-select plugin */

.tab-filter .select-short-by {
    margin-right: 15px;
    margin-top: 10px;
    min-width: 150px !important;
}

.tab-filter .selecter.bottom .selecter-options {
    bottom: auto !important;
    top: auto;
}

.select-short-by .selecter-selected {
    font-size: 12px;
    padding: 4.5px 15px;
}

.tab-filter .selecter-item {
    padding: 8px 15px;
    font-size: 12px;
}

/*************** Save Search ****************/

.save-search-bar {
    border-top: 1px solid #ddd;
}

.save-search-bar:hover {
    background: #EDEDED;
}

.save-search-bar a:focus {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset;
}

.save-search-bar a {
    display: block;
    font-weight: 500;
    padding: 10px 0;
}

/* =============================================================== */
/* CATEGORY SIDEBAR
/* =============================================================== */

.list-filter .count {
    color: #9a9a9a;
    font-size: 90%;
}

.list-filter ul li {
    list-style: none;
}

.list-filter ul li a {
    border-radius: 5px;
    display: block;
    padding: 2px 15px 2px 5px;
    position: relative;
    color: #4e575d;
}

.list-filter ul ul {
    padding-left: 15px;
}

@media (max-width: 991px) {
    .list-filter ul li a {
        padding-right: 0;
    }

    .list-filter ul ul {
        padding-left: 10px;
    }
}

.nav-filter a.active {
    background-color: #eaeaea;
    color: #333;
}

.list-title a, .list-title {
    color: #222;
    font-size: 18px;
}

.list-title {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}

.list-title:before {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 7px;
    bottom: -14px;
    box-sizing: border-box;
    content: " ";
    display: block;
    left: 34px;
    position: absolute;
    z-index: 2;
}

.list-title:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    box-sizing: border-box;
    content: " ";
    display: block;
    left: 35px;
    position: absolute;
    z-index: 2;
}

.list-title.gray:before {
    border-color: transparent transparent transparent;
}

.list-title.gray:after {
    border-color: transparent transparent transparent;
}

.list-filter ul li p.maxlist-more a {
    border-radius: 5px;
    display: block;
    font-size: 12px;
    padding: 2px 25px 2px 20px;
    position: relative;
    color: #369;
}

/* Price Range */

.form-inline .form-control {
    max-width: 100%;
}

.list li {
    list-style: none;
}

ul.list-link li a, ul.list-link li {
    color: #4e575d;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    padding: 3px 0;
    transition: all 0.1s ease 0s;
}

ul.list-link li a:hover, .ul.list-link li a:hover {
    text-decoration: underline;
    color: #345676;
}

ul.list-link li a.active {
    color: #345676;
    font-weight: bold;
}

hr.thin {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* =============================================================== */
/* ADS DETAILS
/* =============================================================== */

.sidebar-panel .panel-heading {
    background: #f8f8f8;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 22px;
}

.panel-contact-seller .panel-body {
    padding: 10px;
}

.seller-info {
    padding: 5px;
}

/* Ads Image Slider */

.bx-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.bx-controls-direction a:after {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: #fff;
    content: "nexts";
    font-family: fontello;
    font-size: 200%;
    line-height: 1.3;
    opacity: 1;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    opacity: 0;
    transition: all 0.15s ease-in-out 0s;
}

.bx-controls-direction a:hover:after {
    background: rgba(0, 0, 0, 0.6);
}

.bx-wrapper:hover .bx-controls-direction a:after {
    opacity: 1;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: none !important;
}

.bx-controls-direction a.bx-next:after {
    content: '\e83c';
    right: 0;
}

.bx-controls-direction a.bx-prev:after {
    content: '\e83b';
    left: 0;
}

.gal-image .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    border-radius: 3px;
}

.gal-image .bx-wrapper {
    margin-bottom: 20px;
}

#bx-pager {
    text-align: center;
}

.thumb-item-link {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    float: none;
    height: 70px;
    margin: 0 2px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.thumb-item-link img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out 0s;
}

@media (max-width: 640px) {
    .gal-image .bx-wrapper {
        margin-bottom: 10px;
    }

    .thumb-item-link {
        height: 48px;
        width: 64px;
    }
}

.thumb-item-link:focus {
    -webkit-box-shadow: 0 0 2px #369;
    -moz-box-shadow: 0 0 2px #369;
    box-shadow: 0 0 2px #369;
    outline: none;
}

.thumb-item-link.active {
    border-bottom: 4px solid #369;
}

.thumb-item-link.active img, .thumb-item-link:hover img {
    opacity: 1;
}

.ads-details-wrapper .info-row {
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    padding-top: 10px;
}

.ads-details-info ul, .ads-details-info ol {
    margin-bottom: 20px;
}

.ads-details-info h4, .ads-details-info .h4, .ads-details-info h5, .h5, .ads-details-info h6, .ads-details-info .h6 {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 5px;
}

.ads-details-info h1, .ads-details-info .h1, .ads-details-info h2, .ads-details-info .h2, .ads-details-info h3, .ads-details-info .h3 {
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 10px;
}

.pricetag {
    background: none repeat scroll 0 0 #0094af;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 20px;
    min-width: 100px;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 130px;
    z-index: 100;
}

@media (max-width: 480px) {
    .pricetag {
        font-size: 18px;
        line-height: 28px;
        min-width: 90px;
        top: 140px;
    }
}

.bltri:before, .pricetag:before, .tltri:before, .trtri:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
}

.pricetag:before {
    top: 100%;
    right: 0px;
    border-top: 10px solid #007286;
    border-right: 10px solid transparent;
}

.list-dot, .list-circle {
    margin-left: 30px;
}

.list-circle > li {
    list-style: circle;
}

.list-dot > li {
    list-style: disc;
}

.list-border > li {
    border-top: 1px solid #ebebeb;
    line-height: 36px;
    position: relative;
}

.list-border > li:first-child {
    border: none;
}

.list-check > li {
    margin-bottom: 3px;
    padding-left: 18px;
    position: relative;
}

.list-check > li:after {
    position: absolute;
    font-family: fontello;
    content: '\e80d';
    left: 0;
    top: 0;
}

.list-number > li, .list-number > li > ul > li {
    list-style: decimal;
}

.ads-action li i {
    width: 20px;
}

.panel-details {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
}

.ads-details-wrapper.inner-box {
    padding-bottom: 0;
}

.label.adlistingtype {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.8px;
    vertical-align: middle;
}

.ads-details-wrapper .content-footer, .content-footer.expand {
    margin-left: -15px;
    margin-right: -15px;
}

.content-footer {
    background: #f8f8f8;
    position: relative;
    padding: 8px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}

.panel-footer {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}

.content-footer .btn {
    margin-right: 8px;
}

@media (max-width: 360px) {
    .content-footer .btn {
        margin-bottom: 4px;
    }
}

.text-count {
    color: #9a9a9a;
    font-size: 12px;
}

.modal {
    z-index: 1100;
}

.modal-title {
    padding-bottom: 0;
}

.modal-header {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}

.modal-header {
    background: none repeat scroll 0 0 #f8f8f8;
    border-top: 1px solid #ddd;
    padding: 8px;
    position: relative;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 8px;
    padding: 8px 0;
}

.backtolist {
    padding: 8px 0;
}

.page-sidebar-right {
    padding-left: 10px;
}

.user-info h3 {
    padding-bottom: 5px;
}

.user-info p {
    margin-bottom: 0;
}

.user-ads-action {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .user-ads-action .btn:first-child {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .breadcrumb {
        float: none !important;
        text-align: center !important;
    }

    .backtolist {
        float: none !important;
        margin: 0 auto;
        padding: 0 0 10px;
        text-align: center;
    }
}

/* =============================================================== */
/* LOGIN
/* =============================================================== */

div.login-box {
    float: none;
    margin: 0 auto;
    clear: both;
}

.panel-intro {
    padding: 40px 0 25px;
}

.panel-intro h2 {
    padding: 0;
}

div.login-box .panel-body {
    padding-left: 20px;
    padding-right: 20px;
}

div.login-box .panel-footer p {
    margin-top: 10px;
}

div.login-box .panel-footer label {
    font-weight: normal;
}

.login-box-btm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-box .input-icon i {
    color: #555;
    opacity: 0.6;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.input-icon {
    position: relative;
}

.input-icon input {
    padding-left: 45px;
}

.input-icon i {
    font-size: 16px;
    left: 6px;
    line-height: 22px;
    position: absolute;

    top: 9px;

}

/* =============================================================== */
/* SIGNUP
/* =============================================================== */

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 10px;
}

.mb25 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 10px;
}

.mb40 {
    margin-bottom: 10px;
}

.mb50 {
    margin-bottom: 10px;
}

.mb60 {
    margin-bottom: 10px;
}

.promo-text-box {
    padding: 15px 20px;
}

.promo-text-box h3 {
    margin-top: 10px;
    padding-bottom: 15px;
}

.icon-color-1 {
    color: #FF9113;
}

.icon-color-2 {
    color: #E6C840;
}

.icon-color-3 {
    color: #74C29B;
}

/* =============================================================== */
/* POST ADS
/* =============================================================== */

.content-subheading {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 13px 20px;
}

.visible-lg-block {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.pgray p {
    color: #666;
    font-size: 14px;
}

.alert.pgray p {
    padding-left: 25px;
}

.alert-lg {
    font-size: 22px;
}

/* =============================================================== */
/* PAGE INTO
/* =============================================================== */

.page-info {
    width: 100%;
    min-height: 94px;

}

/* Page Info */
.page-info {
    color: #fff;
    padding: 60px 0;
}

.page-info.hasOverly {
    padding: 0;

}

.page-info.hasOverly > div {
    background: rgba(0, 0, 0, 0.4);
    padding: 60px 0;
}

.page-info i {
    color: #fff;
    font-size: 40px;
    display: block;
}

.page-info h3 {
    padding: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.iconbox-wrap {
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    height: auto;
    min-height: 40px;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.iconbox {
    display: table-row;
}

.iconbox-wrap-icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbox-wrap-icon .icon {
    height: 60px !important;
    line-height: 60px !important;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle !important;
    width: 60px !important;
    color: #2ecc71;
}

.iconbox-wrap-content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.iconbox h5 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 0;
}

.iconbox-wrap-text {
    color: #aaa;
    font-family: Roboto Condensed;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .iconbox-wrap-icon {
        display: block;
        float: left;
        max-width: 80px;
    }

    .iconbox-wrap-content {
        display: block;
        float: left;
        padding-left: 10px;
        text-align: left;
        vertical-align: middle;
    }
}

/* page-bottom-info */

.page-bottom-info {
    color: #fff;
    background: #16A085;
}

.page-bottom-info-inner {
    background-size: cover;
    padding: 75px 0;
}

.page-bottom-info-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-bottom-info-content h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}

.color50 {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .page-bottom-info-content {
        max-width: 96%;
    }
}

/* =============================================================== */
/* FOOTER
/* =============================================================== */
.footer {
    background: #fff;
    border-top: solid 1px #ddd;
    padding: 30px 0;
    font-size: 12px;
    color: #4e575d;
    letter-spacing: 0.5px;
}

.footer-nav li a {
    border-left: 1px solid #ddd;
    color: #4e575d;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}

.footer-nav li a:first-child {
    border-left: 0;
}

@media (max-width: 767px) {
    .footer ul {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .footer ul:last-child {
        margin-top: 20px;
    }
}

/* =============================================================== */
/* USER DASHBOARD
/* =============================================================== */

.userImg {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    padding: 3px;
    width: 64px;
}

.header-data {
    margin-top: 10px;
    text-align: right;
}

.header-data p {
    margin-bottom: 0;
}

.hdata {
    display: inline-block;
    margin-right: 15px;
    width: 85px;
}

.mcol-left {
    float: left;
    width: 48%;
}

.mcol-right {
    float: right;
    width: 48%;
}

.hdata i {
    border-radius: 50px;
    box-shadow: 0 0 1px #777 inset;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.hdata a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 3px;
    text-align: left;
}

.hdata em {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

/* =============================================================== */
/* USER PANEL || ACCOUNT
/* =============================================================== */
.panel-title {
    padding-bottom: 0;
}

.user-panel-sidebar ul {
    padding: 0;
}

.user-panel-sidebar ul li {
    list-style: none;
}

.user-panel-sidebar ul li a {
    background: none repeat scroll 0 0 #ffffff;
    /*border-bottom: 1px solid #e1e1e1;*/
    display: block;
    font-family: 'Roboto Condensed', Open Sans, Arial;
    color: #2a3744;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding: 5px 10px;
    margin-bottom: 1px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a {
    background-color: #2a3744;
    color: #FFFFFF;
}

li.divider {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.user-panel-sidebar ul li a.active {
    background-color: #2a3744;
    color: #FFFFFF;
}

.accountContent h3 {
    border-bottom: 1px solid #E6E6E6;
    color: #2A3744;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.25px;
    margin-top: 0;
    padding-bottom: 15px;
}

.userPicinput {
    display: inline-block;
    float: left;
    margin-top: 30px;
}

.userPic {
    display: inline-block;
}

.datepickerInput {
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    color: #666666;
    padding: 7px 12px;
}

.litedver-ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.litedver-ul li:last-child {
    border-bottom: none;
}

.welcome-msg {
    margin-bottom: 30px;
}

.collapse-box {
    margin-bottom: 15px;
}

.collapse-title {
    border-top: 1px solid #e6e6e6;
    color: #2a3744;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

.no-border {
    border: none;
}

.collapse-box .badge {
    background-color: #e3e3e3;
    color: #666;
    font-weight: normal;
}

/* statusbar */
.statusbar {
    margin-bottom: 35px;
}

.statusbar p {
    margin-bottom: 0;
}

/* ADD MANAGEMENT */

.add-manage-table {
    font-weight: normal;
}

.table-action {
    display: block;
    margin-bottom: 15px;
}

.table-search .searchpan {
    padding-right: 0;
}

.searchpan input#filter {
    font-size: 12px;
    height: 30px;
}

.table-search .control-label {
    line-height: 16px;
    padding-right: 0;
}

.clear-filter {
    font-size: 11px;
}

table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th {
    vertical-align: middle;
}

.add-img-td img {
    max-width: 100px;
}

.price-td {
    font-size: 16px;
}

.action-td .btn {
    clear: both;
    margin: 1px;
}
.action-td{
    width: 130px;
    white-space:normal !important;
}
td.ads-details-td {
    white-space: inherit !important;
    min-width: 160px;
}

/* ADD MANAGEMENT */

.list-group-unstyle .list-group-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
}

.list-group-unstyle .list-group-item.active, .list-group-unstyle .list-group-item.active:hover {
    background: #F5F5F5;
    color: #000;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}

.list-group-unstyle .list-group-item.active a {
    color: #000;
}

.delete-search-result {
    color: #555;
    cursor: pointer;
    font-size: 22px;
    font-weight: lighter;
    margin-right: 5px;
    position: absolute;
    right: 0;
}

.delete-search-result:hover {
    color: #000;
}

/* =============================================================== */
/* CONTACT
/* =============================================================== */
.intro-inner {
    width: 100%;
    clear: both;
    height: 350px;
    overflow: hidden;
}

.social-list {
    margin-top: 20px;
}

.social-list a {
    margin-right: 10px;
    display: inline-block;
}

.address p {
    margin-bottom: 0;
}

/* =============================================================== */
/* ABOUT US
/* =============================================================== */

.inner-page {
    padding-top: 60px;
}

.about-intro {
    width: 100%;
    height: 100%;
    position: relative;

}

.social-list {
    margin-top: 20px;
}

.social-list a {
    margin-right: 10px;
    display: inline-block;
}

.address p {
    margin-bottom: 0;
}

.title-1 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.has-lead-para p, .has-lead-para {

    font-size: 16px;
    font-weight: 300;

}

.about-parallax-bottom {
    background: url(../../images/bg3.jpg) center center fixed;
    background-size: cover;
    padding: 80px 0;
    display: block;
    clear: both;
}

.parallaxbox * {
    color: #fff;
}

.parallaxbox p {
    color: #e8eced;
    font-size: 13px;
    font-weight: unset;
    line-height: 18px;
}

.icon-box-wrap {
    margin-bottom: 20px;
}

.ln-shadow-box {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 64px;
    height: 80px;
    line-height: 77px;
    overflow: hidden;
    text-align: center;
}

.ln-shadow-radius {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 77px;
    overflow: hidden;
    text-align: center;
    width: 80px;
}

.title-4 {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* FAQ */

.faq-panel .panel-title a::after {
    color: inherit;
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 20px;
}

.faq-panel .panel-title a.collapsed::after {
    content: "";
}

.faq-panel .panel-heading {
    padding: 20px 25px;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.white-box {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
    background: #16A085;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

@media (max-width: 991px) {
    .list-title a {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    /* iPads (portrait and landscape) ----------- */
    .intro {
        height: 300px;

    }

    h1 {
        font-size: 24px;
        line-height: 25px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .page-sidebar {
        padding: 0 5px;
    }

    .inner-box {
        padding: 20px 10px;
    }

    .user-panel-sidebar ul li a {
        padding: 5px 4px;
        font-size: 11px;
    }

}

@media (min-width: 768px) {
    /* laptop nad pc ----------- */
    .btn-cat-collapsed {
        position: absolute;
        right: 0;
        text-indent: -9999px;
        opacity: 0;
    }

}

@media (max-width: 767px) {
    .intro {
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .hasOverly > div {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .intro.jobs-intro {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }

    .navbar-default .navbar-nav > li > a.btn-post {
        color: #fff;
    }

    h1 {
        font-size: 24px;
        line-height: 25px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .intro .col-sm-4 {
        margin-bottom: 15px;
    }

    .table-action {
        display: block;
        margin-bottom: 15px;
    }

    .search-row-wrapper .col-sm-3 {
        margin-bottom: 10px;
    }

    .search-row-wrapper .selecter {
        max-width: 100%;
    }

    .cat-list {
        margin-bottom: 15px;
    }

    .cat-list ul {
        display: none;
    }

    .btn-cat-collapsed {
        position: absolute;
        right: 0;
        top: 10px;
        text-indent: 0;
        opacity: 1;
        cursor: pointer;
    }

    .xs-gap {
        margin-bottom: 15px;

    }

    .icon-down-open-big {
        display: inherit;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(00deg);
        /* Chrome, Safari, Opera */
        transform: rotate(00deg);
        transition: all 0.3s ease-in;
    }

    .icon-down-open-big.active-panel {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
}

@media (max-width: 580px) {
    .page-content .table-bordered {
        border-top: 1px solid #ddd;
    }

    .hdata {
        display: inline-block;
        margin-right: 4px;
        width: 80px;
    }

    .useradmin {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .text-center-xxs {
        text-align: center;
    }

    .text-center-480 {
        text-align: center;
    }

    .userImg {
        width: 54px;
    }

    .table-search {

        padding: 0;
    }

    .header-data {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 10px;
    }

    .select-short-by .selecter-selected {
        font-size: 11px;
        padding: 4.5px 8px;
    }

    .tab-filter .select-short-by {
        margin-right: 10px;
        margin-top: 9px;
        min-width: 115px !important;
    }

    .tab-filter .selecter-selected:after {
        right: 4px;
    }

    .tab-filter .selecter-item {
        font-size: 11px;
        margin: 0;
        overflow: hidden;
        padding: 5px 10px;
    }
}

@media (max-width: 320px) {
    .hdata i {
        border-radius: 50px;
        box-shadow: 0 0 1px #777 inset;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

    .hdata {
        display: inline-block;
        margin-right: 2px;
        width: 70px;
    }

    .container, body, html {
        min-width: 300px;
    }

}

@media (max-width: 320px) {
    .navbar .container {
        padding-left: 5px;
    }
}

@media (max-width: 300px) {
    .container, body, html {
        width: 300px;
    }
}

/* =============================================================== */
/* ARTICLE & BLOG DETAILS
/* =============================================================== */

.blog-post-item .inner-box {
    padding: 0;
}

.blog-post-img {
    overflow: hidden;
    position: relative;
}

.blog-post-img img {
    width: 100%;
    height: auto;
}

.blog-post-content {
    padding-bottom: 30px;
}

.blog-post-content-desc {
    clear: both;
    margin-top: -1px;
    padding: 30px 0 0;
    position: relative;
    text-align: left;
}

.blog-post-content-desc .blog-post-content,
.blog-post-meta {
    padding-left: 40px;
    padding-right: 40px;
}

.blog-post-content-desc h2 {
    font-size: 30px;
    text-transform: none;
    line-height: 32px;
}

.blog-post-content-desc p {
    color: #4e575d;
    font-size: 14px;
}

.blog-post-meta {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;

}

.blog-post-meta a {
    color: #9a9a9a;
}

.blog-post-content .blog-post-bottom {
    border-top: medium none;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
}

.blog-post-bottom {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.blogRight .categories-list {
    margin-bottom: 15px;
}

.blog-popular-content .item-list {
    transition: background 0.2s ease 0s;
}

.blog-popular-content .item-list:last-child {
    border-bottom: 0;

}

.blog-popular-content .item-list:hover {
    background: #f7f7f7;
    border-radius: 3px;
}

.blog-article-text {
    color: #4e575d;
}

.blog-article-text ul, .blog-article-text ol {
    margin-bottom: 30px;
}

.image {
    margin: 0 0 15px 0;
}

.share-this-post {
    display: block;
    margin: 10px 30px;
    padding: 10px 0;
}

.share-this-post li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 10px;
}

.share-this-post li a {
    color: #999;
    cursor: pointer;
}

.share-this-post li a i {
    font-size: 16px;
    line-height: 1.3em;
    margin-right: 6px;
}

.intro-inner h2 {
    color: #ddd;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
}

.blog-post-footer {
    background: #f7f7f7;
    border-top: solid 1px #ddd;
    clear: both;

}

.blog-post-footer .inner {
    padding: 0 40px 40px;
    display: block;
}

.blogs-comments-area {
    padding-top: 20px;
}

.blogs-comment-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.blogs-comment-list > li, .blogs-comment-list > li > ul li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
}

.blogs-comment-list li:last-child {
    border-bottom: 0;
}

.blogs-comment-wrapper {
    display: table;
    margin: 0;
    width: 100%;
}

.blogs-comment-list > li > ul {
    padding: 0 0 0 120px;
}

.blogs-comment-avatar {
    display: table-cell;
    text-align: inherit;
    vertical-align: top;
    width: 90px;
}

.blogs-comment-avatar img {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 0;
    width: 70px;
}

.blogs-comment-details {
    display: table-cell;
    padding: 0 0 0 30px;
    position: relative;
    vertical-align: top;
}

.blogs-comment-description {
    margin-bottom: 20px;
}

.blogs-comment-name {
    color: #4a4a4a;
    font-weight: 600;
    margin: 0 0 15px;
}

.blogs-comment-date {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 8px;
}

.blogs-comment-reply {
    position: absolute;
    right: 0;
    top: 0;
}

.blog-post-footer .list-title::after {
    border-color: #F7F7F7 transparent transparent;
}

@media screen and (max-width: 767px) {
    .blog-post-content-desc .blog-post-content,
    .blog-post-meta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-post-meta {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .list-dot > li {
        list-style: inside none disc;
    }

    .blogs-comment-details {
        padding: 0 0 0 5px;
    }

    .blogs-comment-avatar {
        width: 70px;
    }

    .blogs-comment-avatar img {
        width: 90%;
    }

    .blogs-comment-list > li > ul {
        padding: 0 0 0 50px;
    }

    .share-this-post {
        display: block;
        margin: 10px;
        padding: 10px 0;
    }

    .share-this-post li {
        font-size: 11px;
    }

    .blog-post-content-desc p {
        font-size: 13px;
    }

    .blog-post-content-desc h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .search-row .search-col:first-child .form-control {
        border-radius: 3px 3px;
        margin-bottom: 10px;
    }

    .search-row .search-col .btn, .search-col .form-control {
        border-radius: 3px 3px !important;

    }

    .intro h1, .intro-title {
        font-size: 28px;
        line-height: 32px;
    }

    .intro-inner h2 {
        font-size: 14px;
        font-weight: 300;
        max-width: 70%;
    }
}

@media screen and (max-width: 460px) {
    .blogs-comment-avatar {
        width: 50px;
    }

    .blogs-comment-date {
        display: block;
        margin: 0;
    }

    .blog-post-content-desc h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 360px) {
    .blogs-comment-avatar {
        width: 50px;
        display: block;
    }

    .blogs-comment-details {
        display: block;
        padding: 0 0 0 5px;
    }

    .blogs-comment-list > li > ul {
        padding: 0 0 0 25px;
    }

    .blog-post-content-desc p {
        font-size: 12px;
    }
}

/* HOME v2 */
.row-featured {
    overflow: hidden;

}

.content-box {
    background: #ffffff;
    border-radius: 3px;
    display: block;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    overflow: hidden;
    margin-bottom: 30px;
}

.row-featured {
    margin-right: -16px;
}

.row-featured-category {
    margin-bottom: -1px;
}

.f-category {
    border: solid 1px #ddd;
    margin-top: -1px;
    border-left: 0;
    background: #fff;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    display: block;
}

.f-category a {
    display: block;
}

.f-category img {
    display: block;
    height: 90px;
    margin: 0 auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.f-category:hover img {
    transform: scale(1) translateY(-3px);
    opacity: .9;
}

.f-category h6 {
    color: #333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    padding-bottom: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
}

.f-category:hover h6 {
    transform: scale(1.1) translateY(2px);
    -webkit-transform: scale(1.1) translateY(2px);
}

.f-category h6 .count {
    color: #9a9a9a;
    font-size: 12px;
}

.box-title h2 {
    margin: 15px 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;

}

.sell-your-item {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.54px;
    padding: 15px;
    position: absolute;
    right: 1px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;

}

.box-title h2 span {
    font-weight: lighter;
}

.box-title {
    border-bottom: solid 1px #ddd;
}

.featured-list-slider .item {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.featured-list-slider .item .price {
    color: #888;
}

.featured-list-slider .item > a {
    display: block;
    padding: 30px;
    border: solid 1px transparent;

}

.featured-list-slider .item > a:hover {
    background: #f5f5f5;
    border: solid 1px #ddd;
}

.featured-list-slider .owl-item {
    overflow: hidden;
}

.featured-list-slider .item .item-name {
    display: block;
    line-height: normal;
    color: #333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 34px;
    margin: 10px 0;
    padding-bottom: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
}

.featured-list-slider .item:hover img {
    transform: translateY(-3px);
}

.featured-list-slider .item:hover .item-name {
    transform: scale(1) translateY(2px);
    -webkit-transform: translateY(2px);
}

.featured-list-slider span {
    display: block;
}

.featured-list-slider .item-carousel-thumb {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}

.featured-list-slider .item a img {
    width: 100%;
    transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
    -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
}

.featured-list-row {

    clear: both;
    max-width: 90%;
    float: none;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 480px) {

    div.f-category {
        width: 50%;
    }

    .f-category img {
        height: 60px;
    }

}

/* ARROW */

nav.slider-nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.slider-nav a svg {
    display: block;
    margin: 0 auto;
    padding: 0;
}

nav.slider-nav a.prev {
    left: -45px;
}

nav.slider-nav a.next {
    right: -45px;
}

.nav-narrow-svg a.next::before,
.nav-narrow-svg a.next .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-narrow-svg a.next::after,
.nav-narrow-svg a.next .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nav-narrow-svg a.next:hover::before,
.nav-narrow-svg a.next:hover .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.nav-narrow-svg a.next:hover::after,
.nav-narrow-svg a.next:hover .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.nav-narrow-svg a {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .nav-narrow-svg a {
        width: 30px;
        height: 30px;
    }
}

.nav-narrow-svg .nav-icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-narrow-svg a::before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    background: #777;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-narrow-svg a::after {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    background: #777;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-narrow-svg .nav-icon-wrap::before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    height: 0;
    background: #777;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: height 0.3s, transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-narrow-svg .nav-icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50%;
    height: 0;
    background: #777;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: height 0.3s, transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-narrow-svg a:hover .nav-icon-wrap::before {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-narrow-svg a:hover .nav-icon-wrap::after {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-narrow-svg a:hover::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-narrow-svg a:hover::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-narrow-svg.has-white-bg .nav-icon-wrap::before,
.nav-narrow-svg.has-white-bg .nav-icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #cccccc;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.nav-narrow-svg.has-white-bg a {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .nav-narrow-svg.has-white-bg a {
        width: 30px;
        height: 30px;
    }

    nav.slider-nav a.prev {
        left: -15px;
    }

    nav.slider-nav a.next {
        right: -15px;
    }

}

/* tab */

.tab-lite .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tab-lite .nav-tabs > li > a {
    border: 0 none !important;
    border-radius: 0 !important;
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    color: #333;
    text-transform: uppercase;
    border: 0 none !important;
    border-bottom: solid 1px #ddd !important;
}

.tab-lite .nav-tabs > li.active > a, .tab-lite .nav-tabs > li.active > a:focus, .tab-lite .nav-tabs > li.active > a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}

.tab-inner {
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .tab-lite .nav-tabs > li > a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .sell-your-item {
        font-size: 11px;
        padding: 2px 7px;
        right: 1px;
        top: 0;
    }

    .row-featured-category .sell-your-item {
        top: 15px;
    }

    .box-title h2, .title-2 {
        font-size: 16px;
    }

    .col-thin-right, .col-thin-left {
        padding-left: 15px;
        padding-right: 15px;
    }

}

/* BLOABL RESPONSIVE FIXED */

@media only screen and (max-width: 400px) {
    .nav-tabs.add-tabs > li > a {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab-filter {
        width: 100px;
    }

    .tab-filter .select-short-by {
        min-width: 80px !important;
        width: 100% !important;
    }

    .select-short-by .selecter-selected {
        font-size: 9px;
    }

    .tab-filter {
        right: 5px;
    }

}

/* NAVBAR FIXED */

.navbar-site {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.header {
    min-height: 80px;
}


.navbar-left {
    margin-top: 20px;
}

.jobs-intro {
    height: 450px;
}

.hasOverly > div {
    background: rgba(0, 0, 0, 0.4);
}

.resume-up {
    margin-top: 15px;

    color: #e8eced;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.resume-up a {
    color: #e8eced;
}

.resume-up a:hover {
    opacity: .8;
}

.row-featured-company .f-category h6 {
    color: #777;
    font-size: 12px;
    text-transform: none;
}

.row-featured-company .f-category h6 .company-name {
    color: #369;
}

.company-title {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #999999;
    font-size: 12px;
}

.company-title a {
    color: #999999;
}

.job-title {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.job-title a:hover {
    text-decoration: underline;
}

.jobs-desc {
    color: #4e575d;
}

.job-actions {
    clear: both;
    display: block;
    margin-top: 5px;
}


.filter-content label {
    padding-left: 5px;
}

.jobs-s-tag {
    background: #f1f1f1;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 30px;
    padding: 0 10px 0 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.jobs-s-tag:hover {
    background: #eee;
}

.jobs-s-tag:first-child {
    margin-left: 0;
}

.jobs-s-tag:after {
    display: inline-block;
    font-family: 'fontello';
    content: '\e80e';
    margin-left: 5px;

}


.jobs-details-info ul {
    margin-left: 20px;
}

.jobs-details-info ul li {
    list-style: outside none disc;
    margin-left: 14px;

}

.job-summery ul li {
    margin-bottom: 10px;

}

.company-logo-thumb {
    display: block;
}

.mobile-filter-bar {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
}

.mobile-filter-bar > ul > li {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}

.mobile-filter-bar > ul > li:first-child {
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .mobile-filter-sidebar {
        left: 0 !important;
    }
    .mobile-filter-sidebar2 {
        right: 0 !important;
    }

    .mobile-filter-bar, .closeFilter {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .jobs-s-tag {
        margin-bottom: 4px;
    }

    .hide-xs {
        display: none;
    }

    .btn-block-xs {
        display: block;
        width: 100%;
    }

    /* Mobile Filter */
    .mobile-filter-sidebar .inner-box {
        margin-bottom: 0;
        border-radius: 0 !important;
    }

    .closeFilter {
        cursor: pointer;
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding: 3px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 0;
        width: 30px;
        z-index: 2147483647;
    }

    .page-sidebar.mobile-filter-sidebar  {
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 1110;
        left: -251px;
    }
    .page-sidebar.mobile-filter-sidebar2  {
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 1112;
        right: -251px;
    }

    .page-sidebar.mobile-filter-sidebar aside {
    }

    .menu-overly-mask {
        background-color: #000;
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: fixed;
        top: 0;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        z-index: 1100;
    }

    .menu-overly-mask.is-visible {
        cursor: pointer;
        opacity: 0.5;
        visibility: visible;
        backface-visibility: visible;
    }

}

/* shop info */

.sInfo .company-logo-thumb {
    float: left;
    display: inline-block;
}

.sInfo .company-logo-thumb img {
    width: 140px;

}

.sInfo .seller-info * {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cInfo-right > div:first-child {
    margin-bottom: 15px;
}

.overly-action {
    background-color: rgba(13, 44, 59, 0.7);
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 5px 20px;
    position: absolute;
    left: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    transition: all 0.25s linear 0s;
    visibility: hidden;
    width: auto;
    z-index: 10;
}

.img-box {
    position: relative;
    display: block;
}

.overly-action a {
    color: #fff;
}

.img-box:hover .overly-action {
    color: #fff;
    opacity: 1;
    visibility: visible;
    background-color: rgba(13, 44, 59, 0.9);
}

@media only screen and (max-width: 400px) {

    .sInfo .company-logo-thumb {
        float: none;
        display: block;
        width: 100%;
    }

    .sInfo .company-logo-thumb img {
        width: auto;
        max-width: 80%;

    }
}

/* Ads details 2 */
.img-slider-box {
    position: relative;
    width: 100%;
    display: block;
}

.slider-left {
    width: 80%; /* old browsers */
    width: calc(100% - 120px);
}

.ads-img-v2 #bx-pager {
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;

    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;

}

.ads-img-v2 #bx-pager .scroller-setup .scroller-content, .scroller-active .scroller-content {
    padding: 5px;
}

.ads-img-v2 #bx-pager .thumb-item-link {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 2px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: auto;
}

@media screen and (max-width: 480px) {

    .slider-left {
        width: 80%; /* old browsers */
        width: calc(100% - 90px);
    }

    .ads-img-v2 #bx-pager {
        width: 70px;
    }

    .ads-img-v2 .thumb-item-link img {
    }
}

/* ****** USER PROFILE ******* */

.seller-profile-img {
    float: left;
    width: 100px;
}

.seller-profile-img {
    margin-right: 15px;
}

.dl-horizontal dt {
    clear: left;
    color: #777;
    float: left;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    word-wrap: normal;
    margin-top: 5px;

}

.dl-horizontal dd {
    margin-top: 5px;
}

.list-user-list li {
    float: left;
    display: inline-block;
    width: 33.33%;
    margin-bottom: 10px;
}

.list-user-list li img {
    max-width: 100%;
    max-height: 60px;
    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.list-user-list li img.img-circle {
    border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .list-user-list li {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {

    .list-user-list li {
        width: 50%;
        margin-bottom: 10px;
    }

}

/* AUTO MOBILE ADS DETAILS */

.key-features {
    margin-left: 0;
    margin-top: -5px;
}

.key-features .media {
    border-right: medium none;
    padding: 6px 0;
    margin-top: 0;
}

.key-features .media:first-child {
    margin-top: 0;
}

.key-features .media i {
    font-size: 28px;
}

.key-features .media-object {
    float: left;
    margin-right: 10px;
}

.key-features .media-heading {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0;
}

.key-features .data-type {
    color: #999;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.auto-heading {
    position: relative;
    display: block;
    padding-right: 130px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.auto-price {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    color: #FF9113;

}

.one-img {
    margin-bottom: 25px;
}

.company-logo-thumb img {
    max-width: 100%;
}

/* Validation */

label.error {
    color: #e74c3c;
    font-size: 90%;
}

/* location modal */

.locationModal a.form-control {
    display: block;
    line-height: 36px;
    padding-left: 40px;
    text-align: left;
}

.locationModal a.form-control .icon-append {
    top: 6px;
}

/* TERMS & CONDITION */

.container-content {
    display: block;
    clear: both;
}

ul.list-number li {
    list-style: unset none decimal;
}

ul.list-number {
    margin-left: 30px;
}


/* CSS ANIMATION   */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-ms-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.coming-soon-page .landing-intro {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay:  0.35s;
    -webkit-animation-duration:.35s;
    -moz-animation-duration:.35s;
    animation-duration:.35s;
}

.delay-1 {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.delay-2 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay:.7s;
    animation-delay: .7s;
}

.delay-3 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-4 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}


/* PROPERTY LIST */

.property-list .add-image a img {
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.property-list .add-title {
    padding-bottom: 5px;
}
.property-list .item-price {
    padding-bottom: 7px;
}

.property-list .info-row {
    line-height: normal;
}

.prop-info {
    padding: 15px 0 0;
}


.prop-info-block {
    border-right: 1px solid #ccc;
    color: #666;
    display: table-cell;
    margin: 0;
    min-height: 20px;
    padding: 0 10px 5px;
    float: left;
    text-align: center;
    width: 30%;
}

.prop-info-block:last-child {
    border-right: 0;
}

.prop-info-block span {
    display: block;
    line-height: 1.2;
}
.prop-info span.title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.prop-info span.text {
    font-size: 12px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.make-grid .prop-info-block span,
.make-grid .prop-info span.title
.make-grid .prop-info span.text
{
    display: inline;
}

.make-grid .prop-info-block {
    border-right:0 ;
    color: #666;
    display: inline;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.make-grid .prop-info span.title {
    font-size: 14px;
}


.make-compact .prop-info {
    display: none;
}

.property-list .make-compact .add-title {
    clear: left;
    float: left;
    height:  auto;
    overflow: hidden;
    padding-bottom: 7px;
    width: 100%;
}

.property-list .item-list.make-compact .info-row {
    width: 100%;
}
.property-list .item-list.make-compact .btn-border-thin   {
    display: none;
}
.property-list .item-list.make-compact .item-price {
    float: none;
}
.property-list .item-list .carousel-control {
    text-shadow: none;
}
.carousel-control .icon-next::before {
    content: '';
}

.carousel-control .icon-prev.icon-left-open-big:before {
    content: '\e83b';
}

/* '' */
.carousel-control .icon-next.icon-right-open-big:before {
    content: '\e83c';
}

.product-view-thumb-wrapper .bx-wrapper .bx-controls-direction a {
    height: auto;
    margin-top: -25px;
}

@media all and (max-width: 779px) {
   .property-list .make-list .prop-info-block {
       float: left;
   }
}
@media all and (max-width: 480px) {
    .auto-heading {
        display: block;
        padding-right: 0;
    }
    .auto-price {
        display: block;
        padding: 5px 0 10px;
        position: relative;
        right:  auto;
        text-align: left;
        top:  auto;
        width: 100%;
    }

    .property-list .price-box .tooltip {
        display: none !important;
    }
}

@media all and (max-width: 990px) {
    .prop-info {
        padding-top:10px;
    }
    .prop-info span.title {
        font-size: 14px;
    }
    .prop-info span.text {
        font-size: 11px;
    }
}

.navbar-brand{
    padding-top:0px;
}
.logo img {
    max-height: 80px;
}

.container {
    max-width: none;
}

.page-sidebar{
    /**
 * max-width:260px;
 */
}

.cat-title img {
    left: 0;
    position: absolute;
    top: 0;
}


.maintree{
    width: 47%;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    }
  
.Ads-options{
    list-style: none;
}  
.Ads-options li{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    }
.Ads-options strong{
    font-weight: normal;
}
.opt_name{
    color: #939DA4;
}
    

.page-sidebar, .page-content{
    padding: 5px;
}

.main-container{
    padding-top: 5px;
}


.container{
    width:100%;
    max-width:1200px;
}


.item-price i{
    font-size: 0.8em;
}
/*
.noimage{
    height: 73px;
    background: url("../../images/noimage.png") no-repeat;
    background-size: contain;
}
*/
.marked{
    background: url("../../images/bg5.png") repeat;
}

.marked:hover {
    background: url("../../images/bg6.png") repeat;
}

.navbar-nav > li.postadd a {
    padding-left: 12px;
    width: 150px;
}

.region_control div {
    font-size: 1.3em;
    text-align: center;
}

.region_control i {
    display: block;
}

#regionlist{
    margin: 10px;
}
#regionlist li {
    display: inline-block;
    margin: 2px;
    width: 32%;
}

#regionlist .active {
    font-weight: bold;
}

.editblock{
    visibility: hidden;
    margin-top:5px;
}

.job-item{
    max-height: 130px;
}

@media (max-width: 1024px) {
    .maintree{
            width: 100%;
            min-height: 0;
            margin: 0;
        }
    .Ads-options li{
        width: 100%;
        }
    #listsort_cont{
        display:none;
    }
    
    .region_control div {
        font-size: 1em;
    }
    #regionlist li {
        width: 49%;
    }
    
    .nav-tabs.add-tabs > li > a {
        font-size: 1em;
    }
    
    .navbar-nav > li.postadd a {
        width: 180px;
    }
    .editblock{
        visibility: visible;
    }
    .editblock span{
        display: none;
    }
    .job-item{
        max-height: none;
    }
    .job-item .add-desc-box{
        padding: 0;
    }
    .mobile-filter-sidebar2{
        background-color: white;
    }
}

#welcome_region .modal-dialog{
    max-width:400px;
}

.cornerRibbons.AdsRaised {
    background: #16A085;
}
.cornerRibbons.AdsMarked {
    background: #FB8D17;
}

.cornerRibbons.AdsMarked a {
    color: #fff;
}
.cornerRibbons.AdsBlock {
    background: #CC3300;
}
.cornerRibbons {
    left: -14%;
    top: 12%;
    line-height: 17px;
}

.tree1 li{
    margin-left:10px;
}
.noimg{
    padding-left: 2px !important;
}
.tree1 .badge{
    background-color: #EEEEEE;
    color: #A3A3A3;
}

.tree2 li, .tree3 li{
    display: inline;
}
    
.tree4 h3{
    padding-bottom: 0;
}
.tree4 .empty{
    color:silver;
}
.tree4 table{
    width:100%;
}


#tag_cloud
{
  list-style:none;
  width:100%;
  padding:0;
}

#tag_cloud li
{
  float:left;
  margin:0 10px;
  font-size:14px;
  line-height:30px;
}

#tag_cloud:hover li a
{
  opacity:0.3;
}

#tag_cloud li.tag1
{
  font-size:1em;
}

#tag_cloud li.tag2
{
  font-size:1.2em;
}

#tag_cloud li.tag3
{
  font-size:1.4em;
}

#tag_cloud li.tag4
{
  font-size:1.6em;
}

#tag_cloud li.tag5
{
  font-size:1.8em;
}

#tag_cloud li a
{
  text-decoration:none;
  transition:opacity 0.8s;
  -webkit-transition:opacity 0.8s;
  -moz-transition:opacity 0.8s;
  -o-transition:opacity 0.8s;
  
}

#tag_cloud li a:hover
{
  color:#0B61A4;
  opacity:1;
}

.item-carousel .item {
    width: 160px;
}

.item-carousel .item-carousel-thumb {
    width: 100%;
    height: 100px;
}

.item-carousel .item-carousel-thumb img {
    width: 100%;
}


.block_promo_h .item-carousel .item-carousel-thumb{
    height: 100px;
}
.block_promo_h .item-carousel .item{
    padding-right: 70px;
    width: 200px;
}
.block_promo_h{
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.block_h{
    margin: 10px -10px;
}
.block_f, .block_promo_f{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -40px;
}
.pricetag {
    position: absolute;
    /*left: calc(100% - 137px);*/
    right: 15px;
    width: 150px; 
    top: 20px;
}
.gal-image {
    position: relative;
}
.gal-image .bx-wrapper {
    /*margin-top: -50px;*/
}
.category-content .title-2{
    line-height: normal;
    /*margin-bottom: 0;*/
}

.ads-details-wrapper .info-row {
    padding-top: 0;
    border-top: 0;
}
.Ads-txt{
    margin-top: -10px;
    margin-bottom: 10px;
}
#contact_iframe, #premium_iframe{
    width: 100%;
    height: 500px;
    border: 0;
}
.captcha_cont img{
    height: 40px;
    margin-right:10px;
    font-size: 25px;
    float:left;
}
.captcha_cont input{
    height: 40px;
    width: 120px;
    font-size: 25px;
}
.blogs-comment-details {
  padding: 3px 3px 0 0;
}
.blogs-comment-description {
  margin-bottom: 0;
}
.blogs-comment-name {
margin: 5px 0 0;
}
.comment-block{
    padding-top: 0 !important;
}
.blogs-comment-list > li{
  margin-bottom: 0;
}
.blogs-comment-respond .alert{
    margin-top:10px;
}
.blogs-comment-form {
  margin-bottom: 10px;
}

.blogs-comment-description textarea{
    width:100%;
    height: 100px;
}
.blogs-comment-description .btn{
    margin-top: 10px;
    margin-right: 10px;
}
.select_loading{
    position: absolute;
}
#main_form .alert, #panel_reg .alert{
    margin-top: 3px;
    padding: 4px;
    text-align: center;
}
.multiselect p{
    margin-top:5px;
}
#fields_loading{
    text-align:center;
    margin:10px;
}
.price_select input {
    display: inline-block;
    width: 59%;
    border-radius: 4px 0 0 4px;
}
.price_select select {
    border-radius: 0 4px 4px 0;
    display: inline-block;
    height: 40px;
    width: 39%;
}
#fields iframe{
    width:100%;
    height: 90px;
    border: 0;
}
#fields .yandex_field iframe{
    width:100%;
    height: 400px;
    border: 0;
}
.yandex_field p, .text_field p{
    text-align: center;
}
#main_form label i{
    color: #80C080;
}
#main_form label i.fa-asterisk{
    color: #ff8080;
}
div.tooltip {
    min-width: 150px;
}
.field_label{
    font-weight: normal;
}
.bar{
    border: 1px solid #169f83;
    border-radius: 0 0 5px 5px;
    height: 5px;
    margin-top: -5px;
    width: 100%;
}
.bar div{
    background-color: #169f83;
    border-radius: 0 0 5px 5px;
    height: 4px;
}
.form-horizontal .control-label {
  padding-top: 0;
}
#main_form textarea{
    width:100%;
    height:150px;
}
#main_form .form_submit{
    text-align:center;
}
#password2{
    margin-top: 3px;
}

.ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5px;
  margin: 5px;
}

.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5px;
  margin: 5px;
}

.table-responsive{
    margin-top:10px;
}

#panel_update .alert, #panel_update .btn, .tab-content .alert{
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-tabs{
    margin-bottom: 5px;
}

#alert_region_success, #alert_region_warning, #alert_cat_success, #alert_cat_warning{
    margin-top: 3px;
    padding: 4px;
    text-align: center;
}
.multiselect select{
    margin-bottom: 2px;
}

#shop_pay_prolong{
    text-decoration: none;
    border-bottom: 1px dotted silver;
}
#shop_pay_prolong:hover{
    border-bottom: 1px dotted white;
}
.shop_pay_prolong{
    width: 29%;
    min-height: 90px;
    margin-right: 5px;
    padding: 5px;
    float:left;
    text-align:center;
}
.shop_pay_prolong h3{
    font-size: 1.2em;
    margin:0;
}
.shop_pay_prolong p{
    font-weight: bold;
    margin:10px;
}
#ads-filter{
    margin-bottom: 5px;
    height: 35px;
}
.bil img{
    margin:5px;
}

.ads-details-td .info span{
    font-size: 0.8em;
    margin-bottom: 0;
}
.jobs-list .add-image img{
    max-height: 110px;
}

.seller-profile-img{
    width: auto;
    max-width: 200px;
}

.shop_once{
    margin-left: 4px;
}

.shop_once .seller-contact-info{
    margin-left: -5px;
}

.shop_once #YMapsID{
    height: 250px;
    margin-right: 5px;
    padding-right: 5px;
}

.shop_once h3 {
  padding-bottom: 2px;
  padding-top: 5px;
}
.shop_once .text-muted{
    margin-top: 5px;
}

.front_region_select{
    margin-top: 10px;
}


.make-compact span.date{
    display: none;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  display: inline;
}
.closeFilter2 {
  cursor: pointer;
  margin: 10px;
  position: absolute;
  right: 0;
  font-size:16px;
  width:30px;
  height:30px;
}
.right-head {
  display: inline-block;
  width: 610px;
  padding-bottom: 0;
}
.left-head {
  display: inline-block;
  height: 80px;
  overflow-y: hidden;
  width: calc(100% - 610px);
}

.logo-text {
  font-size: 30px;
  text-transform: none;
}
.logo-icon img{
  margin-right: 10px;
}
    .logo-title{
        margin-top: 5px;
    }
@media (max-width: 1100px) {
    .logo-icon img{
        width:40px;
        margin-right: 10px;
        float: left;
    }
    .logo-text {
      font-size: 25px;
    }
    .navbar-collapse{
        padding: 0px;
    }
    .navbar-nav > li.postadd a {
      height: 35px;
      padding: 10px;
      width: 150px;
    }
    .pricetag {
    	right: -12px;
    }
}

@media (max-width: 1000px) {
    .logo-icon img{
        width:30px;
        margin-right: 5px;
        float: left;
    }
    .logo-text {
      font-size: 25px;
    }
    .left-head{
      display: block;
      width: 100%;
      text-align:center;
      position: fixed;
      left: 10px;
    }
    .right-head {
      padding-top: 20px;
      width: 100%;
    }
}
@media (max-width: 770px) {
    .right-head{
        width:100%;
        padding-top:0;
    }
    .logo-icon img{
        display:none;
    }
    .logo-text {
      display: block;
      line-height: 30px;
      margin-top: 10px;
      position: absolute;
      right: auto;
      text-align: center;
    }  
    .navbar-nav{
        margin:0px;
    }
    .navbar-collapse {
      background-color: white;
      margin: 5px;
      position: fixed;
      right: 0;
      top: 77px;
      width: 200px;
    }  
    .navbar-nav > li.postadd a {
      width: 180px;
      margin: 5px;
    }
    .left-head{
        text-align: left;
    }
    .bx-wrapper img {
        width: 100%;
    }
}
@media (max-width: 540px) {
    .logo-text {
        right: 135px;
        left: 0;
    }  
    .action-td .btn span{
        display:none;
    }
    .action-td .btn{
        width:30px;
    }
    .action-td{
        text-align:center;
        width:40px;
    }
}

.right-head button {
  color: #c1c1c1;
  font-size: 23px;
  margin: 20px 2px 0 !important;
  padding: 8px;
}

.blog-post-content-desc .blog-post-content, .blog-post-meta {
  padding: 0;
}

hr.cut{
    display:none;
}

#frame_days{
    width: 100%;
    height: 50px;
    border:0px;
}
.frame_pay{
    width:100%; 
    height:600px;
    border:0;
}
body.premium{
    background-color: white;
    padding: 10px;
}
body.premium .row{
    margin-left:0;
    margin-right:0;
}
.billing_html input[type=button], .billing_html input[type=submit], .billing_html button{
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 12px;
	transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	background-color: #16A085;
	border-color: #16A085;
	color: #fff;
}
.billing_html p{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.table-action .row {
    margin-left: 0;
    margin-right: 0;
}
.table-action label{
    padding-left:0;
}
#frame_days{
    border:0;
    width:100%;
    height:40px;
}
#recount_sum{
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.2em;
}

.allusers li{
    width: 160px;
    min-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    }
    
.block_search .icon-append {
  top: 5px;
  z-index: 9;
}

label.list-title {
  font-family: Roboto Condensed,Helvetica Neue,Helvetica,sans-serif;
}

.block_search .form-control {
  height: auto;
}
.float_field{
    text-align: left;
}
.float_field label.checkbox-inline{
    margin-left: 0 !important;
    margin-right: 10px;
}
.float_field label.radio-inline{
    margin-left: 0 !important;
    margin-right: 10px;
}
input.price_field {
    width:70px;
    display:inline;
}
select.price_field {
    width:80px;
    display:inline;
}
input.num_field {
    width:100px;
    display:inline;
}
select.num_field {
    width:90px;
    display:inline;
}

.float_field, .block_search{
    margin-bottom: 10px;
}

.block_h .float_field, .block_f .float_field, .block_b .float_field, .block_t .float_field{
    width: 260px;
    display: inline-block;
    min-height: 100px;
    vertical-align: top;
    margin: 5px;
}
.pull-right.navbar-link.footer-nav a {
	text-transform: none;
	padding: 0;
}

.selectpicker{
    height: auto;
    margin-top:5px;
}

#browser_reject {
	position: fixed;
	z-index: 90000;
	left: 0;
	top: 0;
	width: 100%;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding-left: 42px;
	background: #ffdc3a;
	overflow: hidden;
}
#region_loader_img{
    margin:10px;
    text-align:center;
}
.page-info{
    background: url(../../images/bg.jpg); 
    background-size:cover;
    background-attachment:fixed;
}
.wt{
    width:70px;
}
.worktime{
    margin-top: 5px;
}
.worktime li {
	font-size: 0.9em;
	color: #939393;
	line-height: 1.5em;
}
.block_search .text-center{
    margin-top: 5px;
}

.search_text button {
	height: 31px;
	margin: 0;
	padding-top: 6px;
}

.map_error{
    position: absolute;
    left:50%;
    top:40%;
    width:300px;
    z-index: 9;
}
.map_error div{
    position: relative;
    left: -50%; 
    z-index: 9;
}

#selectRegion a{
    color:#149078;
}
#regionlist a {
  color: #333;
}
.info-row span{
    margin-right:3px;
}
a.license{
    text-decoration: none;
    border-bottom: 1px dashed silver;
}
a.license:hover{
    text-decoration: none;
    border-bottom: 1px dashed white;
}
.sharing{
    margin-bottom: 5px;
}
.cat-title .ln-shadow{
    background-color: transparent;
}
.bx-wrapper img {
	max-width: 500px!important;
}
.item-list.promo .text-right .btn{
   padding-right: 5px;
}
.btn.pm-delete {
	margin-bottom: 1px;
}
.pm-deletemsg{
    text-decoration: none;
    border-bottom: 1px dashed silver;
}
.pm-deletemsg:hover{
    text-decoration: none;
    border-bottom: 1px dashed white;
    cursor:  pointer;
}
.pm-msgform {
	text-align: right;
	margin: 10px;
}
.pm-msgform textarea{
	width: 400px !important;
}
.pm-row {
	margin-bottom: -10px;
}
.pm-info {
	font-size: 10px;
	color: #8a8a8a;
	margin-bottom: -7px;
	margin-left: 10px;
    visibility: hidden;
}
.chat-title{
    width:300px;
}
.chat-table, .chat-table tr, .chat-table td, .chat-table th {
border: none !important;
}
.chat-table{
    max-height: 500px;
}
.pm-date{
    font-size: 12px;
    color: #9a9a9a;
}
.pm {
	margin: 10px 5px 5px 10px;
	border: 2px solid #16A085;
	padding: 10px;
	font-family: arial;
	position: relative;
	border-radius: 4px;
	font-style: italic;
}
.pm-1 .pm {
	background-color: #d7ffd7;
	color: #125112;
	width: calc(100% - 51px);
	margin-left: 30px;
}
.pm-2 .pm{
    background-color: white;
    width: calc(100% - 50px);
}

.pm-1 .pm-info{
    text-align: right;
    margin-right: 25px;
}
.pm-2 .pm-info{
    text-align: left;
}
.pm-1 .pm::before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid #16A085;
	border-right: 10px solid transparent;
	border-top: 10px solid #16A085;
	border-bottom: 10px solid transparent;
	right: -21px;
	top: 6px;
}
.pm-1 .pm::after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid #d7ffd7;
	border-right: 10px solid transparent;
	border-top: 10px solid #d7ffd7;
	border-bottom: 10px solid transparent;
	right: -16px;
	top: 8px;
}
.pm-2 .pm::before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid #16A085;
	border-top: 10px solid #16A085;
	border-bottom: 10px solid transparent;
	left: -21px;
	top: 6px;
}
.pm-2 .pm::after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	left: -16px;
	top: 8px;
}
.pm-table div.pm-row {
	cursor: pointer;
	margin-top: -15px;
	margin-left: 3px;
	margin-right: -7px;
}
.pm-table div.pm-row{
    cursor:pointer;
}
.pm-3 .pm{
    border-color: #135C4D;
}
.pm-3.pm-1 .pm::before{
    border-left-color: #135C4D;
    border-top-color: #135C4D;
}
.pm-3.pm-2 .pm::before{
    border-right-color: #135C4D;
    border-top-color: #135C4D;
}
.input-range input {
    font-size: 11px;
    height: 13px !important;
	width: 70px;
	border-radius: 3px;
	border: 1px solid silver;
	color: #787878;
    text-align: center;
}
.input-range .to {
	margin-left: 115px;
}
.rates-range .rate {
	border: 1px solid silver;
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	padding: 2px;
	width: auto;
	border-radius: 3px;
    cursor: pointer;
}

.rates-range .rate.active {
	border-color: #16A085;
    background-color: #16A085;
    color: white;
}

.input-range input:focus {
	border-color: #16a085;
    color: #555;
}
.info-row .edit a{
    color: #9a9a9a;
    text-decoration: underline;
}
.info-row .edit a:hover{
    text-decoration: none;
}
.slider-disabler {
	font-weight: normal;
}
.slider-disabler input {
	vertical-align: -2px;
}
.slider-disabled{
    pointer-events: none;
    opacity: 0.4;
}
.autocomplete-suggestions .autocomplete-suggestion::after {
    content: "\e814";
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 10px;
}
.card-body {

    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;

}

.nav-shop > li > a {
    padding: 5px 8px;
}

.block_shop .title-2, .shop_top_phone {
    text-shadow: 1px 1px 2px black;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-bottom: 0;
    margin-bottom: 0px;
}

.shop_top_phone {
    text-align: right;
}
.shop_top_phone a, .top_shop_link{
    color: white;
}

.top_shop_link{
    text-shadow: 1px 1px 2px black;
}

.menu-rates{
    left: 60px;
    width: 200px;
}
.in_title{
    font-size: 18px;
    color: #515151; 
}
.in_title p{
    margin-bottom: 0px;
}
.social_top a{
    margin-right: 10px;
    text-shadow: 1px 1px 2px black;
    color: white;
    font-weight: normal;
    font-size: 13px;
}
.social_top a:hover{
    color:#FA7722;
}
.item-price {
    font-size: 24px;
    line-height: 28px;
    white-space: nowrap;
    display: block;
    word-spacing: -3px;
}
.item-price .currency {
    margin-right: 3px;
    color: #828282;
}
.menu-rates .currency {
    font-weight: normal;
    color: #828282;
}
.badge .currency {
    margin-right: 1px;
    color: silver;
}
.make-grid .category{
    display: none;
}
.pricetag .currency{
    margin-right: 2px;
}
.suggestion_cont{
    position: relative;
}
.suggestion {
	position: absolute;
	width: 400px;
	max-height: 300px;
	z-index: 9999;
	top: -5px;
	background: white;
    overflow-y: scroll;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3px;
}
.suggestion div {
	border-bottom: 1px solid #f0f0f0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.suggestion div:hover, .shovered {
	background-color: #fffdd1;
	cursor: pointer;
}
.suggetion_item:last-child {
    border: 0;
    padding-bottom: 2px;
}
.menu-rates > li > a:hover, .menu-rates > li > a:focus {
    background-color:#81b7e6;
 }
.ads-details-td .item-price{
    display: inline;
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
    .input-range .to {
    	margin-left: 65px;
    }
}
#region-modal-filter {
	height: 30px;
	margin-left: -5px;
	margin-top: -10px;
}
#region-modal-clear {
	position: absolute;
	display: block;
	top: -5px;
	right: 20px;
	width: 18px;
	height: 16px;
	cursor: pointer;
	color: silver !important;
}

#region-modal-clear:hover {
	color: black !important;
}