/* ==========================================================================
   HEADER
   ========================================================================== */

#header {
    height: 60px;
    background-color: #272727;
    border: none;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1040;
    -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px -1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px -1px 4px;
    box-shadow: rgba(0, 0, 0, 0.65) 0px -1px 4px;
    -webkit-transform: translateZ(0);
}
body.network-bar-on #header {
    height: 92px;
}
#header a:focus {
    background-color: transparent !important;
}
#header .container {
    max-width: 1146px;
    margin: 0 auto;
}
#header .navbar {
    display: block;
    float: none;
    width: auto;
    height: 60px;
    margin-bottom: 0px;
    border: none;
}
#header .navbar .navbar-right {
    margin-left: 0px;
}
#header .navbar .fav-count .fa {
    color: #e74fa0;
}
#header .navbar .notifications-count .fa {
    color: #fdd733;
}
#header .navbar .notifications-count .dropdown-menu {
    left: -5px;
    right: auto;
    min-width: 300px;
}
#header .navbar .notifications-count .dropdown-menu-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: 300px;
    overflow-y: auto;
}
#header .navbar .notifications-count .dropdown-menu-list li  {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 14px 10px 10px;
    clear: both;
}
#header .navbar .notifications-count .dropdown-menu-list li a,
#header .navbar .notifications-count .dropdown-menu-list li p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    color: #a5a5a5;
    padding: 0px;
    margin-bottom: 0px;
}
#header .navbar .notifications-count .dropdown-menu-list li p {
    padding-top: 5px;
    margin-right: 10px;
    clear: both;
}
#header .navbar .notifications-count .dropdown-menu-list li:hover a {
    background-color: transparent !important;
    color: #f5d75a !important;
}
#header .navbar .notifications-count .dropdown-menu-list .avatar {
    position: relative;
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    background-color: #ccc;
    text-indent: -9999px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    background: transparent url("/img/avatar_01.png") 0 0 no-repeat; 
    background-size: 38px 38px;
}
#header .navbar .notifications-count .dropdown-menu-list .avatar:after  {
  content:"";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
#header .navbar .notifications-count .dropdown-menu-list .avatar.online:after {
  background-color: #34CB35;
}
#header .navbar .notifications-count .dropdown-menu-list .timestamp {
    display: block;
    line-height: 13px;
    font-size: 10px;
    color: #bbb;
    clear: both;
    float: left;
    margin: 0px 0px 0px 48px;
}
#header .navbar .notifications-count .dropdown-menu-list .timestamp .fa-circle {
    font-size: 9px;
    color: #a5a5a5;
    margin-right: 2px;
}
#header .navbar .notifications-count .dropdown-menu-list .timestamp .fa.green {
    color: #80d323;
}
#header .navbar .notifications-count .dropdown-menu-list .dismiss {
    position: absolute;
    top: 8px;
    right: 10px;
    float: right;
    cursor: pointer;
}
#header .navbar .notifications-count .dropdown-menu-list .dismiss .fa {
    color: #a5a5a5;
    font-size: 11px;
}
#header .navbar .notifications-count .dropdown-menu .dropdown-menu-header {
    font-size: 14px;
    line-height: 40px;
    height: auto;
    padding: 0px 16px;
    margin: 0px;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #333;
}
#header .logo {
    float: left;
    height: 60px;
    line-height: 60px;
}
#header .logo a {
    height: 60px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    padding: 0 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    vertical-align: bottom;
    -webkit-font-smoothing: subpixel-antialiased;
}
#header .logo_holder {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 15px;
    vertical-align: middle;
    width: 34px;
    padding-top: 1px;
    float: left;
}
#header .nav {
    width: auto;
    height: auto;
    margin:0 auto;
    display: inline-block;
    position: relative;
    margin-left: 40px;
}
#header .nav li {
  position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    float: left;
}
#header .nav li > a {
    width: auto;
    height: auto;
    line-height: 60px;
    display: inline-block;
    float: left;
    padding: 0px 10px 0px 12px;
    margin-top: 0px;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
#header .nav li > a:hover {
    color: #fdd733;
    background-color: transparent;
}
#header .nav a {
    height:55px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-size: 18px;
    line-height:55px;
    padding:0 22px;
    /*update new logo*/
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    vertical-align: bottom;
    /*update new logo end*/
}
#header .nav .dropdown a:hover {
    color: #fdd733;
    background-color: #fdd733;
}
#header .nav li > a {
  width: auto;
  height: auto;
  line-height: 26px;
  display: inline-block;
  float: left;
  padding: 5px 10px 5px 12px;
  margin-top: 11px;
  border: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
#header .nav li a .fa {
    margin-right: 5px;
    width: 20px;
}
#header .nav li.get-back a {
    padding-right: 15px;
}
#header .nav li.get-back a:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    height: 20px;
    border-right: 1px solid #ccc;
}
#header .nav .login {
    padding: 0 15px 0px 30px;
}
#header .nav .login .btn {
    background-color: #fdd733 !important;
    display: inline-block;
    line-height: 25px;
    float: left;
    margin-top: 12px;
    width:100px;
    color: #333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    min-width: 90px;
    text-align: center;
}
#header .nav .members-login .btn {
    background-color: transparent;
    border: 2px solid #fdd733;
    display: inline-block;
    color: #fdd733;
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 4px 15px 4px 17px;
    font-family: Arial, sans-serif;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    min-width: 100px;
    margin-right: 10px;
}
#header .user-nav .user-nav-name {
    display: none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 60px;
    float: left;
    padding: 0px 10px 0px 12px;
    margin-top: 0px;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
#header .user-nav .user-nav-profile {
    display: block;
}
#header .smallSearch {
    display: inline-block;
    width: 20px;
    height: 60px;
    margin: 0px 10px;
}
#header .smallSearch .searchform {
    position: relative;
    top: 0px;
    float: left;
    margin-top: 12px;
}
#header .smallSearch span {
    padding: 0px;
    height: auto;
    float: left;
    margin-top: 22px;
    cursor: pointer;
}
#header .smallSearch .searchform input[type="text"] {
    background-color: #3d3d3d;
    border: 0px solid #000;
    box-shadow: none;
    font-size: 13px;
    float: right;
    height: 35px;
    line-height: 35px;
    color: #ccc;
    font-family: Arial, sans-serif;
    font-style: normal;
    min-width: auto;
    padding: 0px;
    padding-left: 0px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width: 0;
    box-sizing: border-box;
}
#header .smallSearch .searchform input[type="text"] {
    float: right;
}
#header .smallSearch.active {
    width: auto;
}
#header .smallSearch.active > span {
    display: none;
}
#header .smallSearch.active .searchform {
    display: block;
}
#header .smallSearch.active .searchform input[type="text"] {
    width: 200px;
    padding-left: 40px;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    box-sizing: border-box;
}
#header .smallSearch.active .beicons-pre:before {
    content: '\f002';
    position: absolute;
    color: #c2c2c2;
    left: 12px;
    top: 16px;
    z-index: 1;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-family: 'BeIcons';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    line-height: 0;
    margin-right: 5px;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-family: 'FontAwesome';
}
#header .nav .search a:hover {
    background-color: transparent;
}
#header .nav .search a .fa {
    margin-left: 0px;
}

#header #mnav {
    display: none;
    float: left;
    margin: 15px 10px 0px;
}
#mnav .mnav-link { 
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 5px;
    text-indent: -9999px;
}
.hamburger { 
    position: relative;
    display: block;
    top: 8px;
    background-color: #ccc;
}
.hamburger, 
.hamburger:before, 
.hamburger:after {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  height: 3px;
  width: 30px;
}
.hamburger:before,
.hamburger:after {
  content: "";
  left: 0;
  position: absolute;
}
.hamburger:after {
  bottom: -7px;
}
.hamburger:before {
  top: -7px;
}
.home,
.hamburger-menu {
    display: none;
    float: right;
    margin-left: 8px;
    margin-top: 10px;
}
.home img,
.hamburger-menu img {
    width: 38px;
    height: 38px;
}
.mobile-nav {
    display: none;
    background-color: #333;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    padding: 20px 0px;
}
.mobile-nav li {
    text-align: center;
    padding: 5px 0px;
}
.mobile-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
}
.mobile-nav li.members-login a {
    color: #fbd106;
}

@media screen and (max-width : 1146px) {
    #header {
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width : 768px) {
    #header .nav {
        display: none;
    }
    #header .user-nav .user-nav-name {
        display: block !important;
    }
    #header .user-nav .user-nav-profile {
        display: none !important;
    }

    #header .open .mobile-nav {
        display: block;
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.55);
        box-shadow: 0px 3px 5px rgba(0,0,0,0.55);
    }
    #header .home,
    #header .hamburger-menu {
        display: block;
    }
}


/* Bootstrap's dropdown menu override */
/* -------------------------------------------------- */

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

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

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#header .nav .dropdown-menu {
    background-color: #333333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #222 !important;
    margin-top: -6px;
    min-width: 200px;
    padding: 0px;
    overflow: hidden;
}

#header .nav .dropdown-menu li {
    display: block;
    width: auto;
    float: none;
    width: 100%;
    height: auto;
    line-height: 34px;
    padding-bottom: 2px;
    border-bottom: 1px solid #272727;
    padding: 0px;
}

#header .nav .dropdown-menu li:last-child {
    border-bottom: none;
}

#header .nav .dropdown-menu li a {
    display: block;
    font-size: 15px;
    line-height: 34px;
    color: #c4c4c4;
    float: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding: 2px 10px 3px 12px;
}

#header .nav .dropdown-menu li a:hover {
    background-color: #fdd733 !important;
    color: #333 !important;
}

#header .nav .dropdown:hover .dropdown-toggle {
    background-color: transparent;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding-bottom: 10px;
}

#header .translatePage img {
    margin-top: 18px;
}

.dropdown .dropdown-toggle {
    color: #fff !important;
}
.dropdown.open .dropdown-toggle {
    background-color: #333;
}

/* Network Bar */
/* -------------------------------------------------- */

#header.default2 {
    height: 62px;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
}
#header.scroll {
    top: -31px !important;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
}
#header.default2 .nav .login .btn {
    height: auto;
}
#content.default2 > .container {
    width: 1170px;
    margin: 0 auto;
}
#network-bar {
    font-size: 13px;
    border-bottom: 1px solid #444;
    height: 30px;
    line-height: 30px;
    background-color: #222;
}
#network-bar h4 {
    margin: 0px 10px 0px 0px;
    float: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #939393;
}
#network-bar .network-links > li {
    display: inline-block;
    float: left;
    padding: 0px 10px;
}
#network-bar .network-links li a {
    color: #ccc;
    text-decoration: none;
}
#network-bar .network-links li a:hover {
    color: #fff;
}
#network-bar .network-links li a .fa {
    margin-left: 5px;
}
#network-bar .network-links li .dropdown-menu {
    margin: 0px;
}
#network-bar .network-links li .dropdown-menu a {
    margin: 0px 5px;
    padding: 2px 5px;
    color: #333;
    font-size: 12px;
}

/* ==========================================================================
   SIDE NAV / MOBILE NAV
   ========================================================================== */

.side-nav { 
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll; 
    width: 280px;
    height: 100%;
    float: left;
    z-index: 10000;
    padding: 0px 20px 0px 15px;
    margin-left: -300px;
    background-color: #272727;
    -webkit-transition: margin-left 200ms ease 0s;
    -moz-transition: margin-left 200ms ease 0s;
    -o-transition: margin-left 200ms ease 0s;
    transition: margin-left 200ms ease 0s;
}

.side-nav .mnav-link { 
    display: none; 
}
.side-nav h1.logo {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1em;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
}
.side-nav h1.logo a {
    float: left;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.side-nav h1.logo .small {
  color: #fff;
  font-size: 1em;
}
.side-nav h1.logo a .subline {
    font-size: 10px;
    display: block;
    color: #999;
    margin-top: -6px;
    margin-left: 43px;
    text-transform: uppercase;
}
.side-nav h1.logo .logo_holder {
    width: 32px;
    margin: 0px 10px 0px 0px;
}
.side-nav .navbar-nav a {
    color: #fff;
    text-decoration: none;
}
.side-nav .navbar-nav > li > a {
    font-size: 18px;
    color: #fff;
    text-align: left;
}
.side-nav .navbar-nav > li > a:focus {
    text-decoration: none;
    color: #f6cb4c;
}
.side-nav .navbar .navbar-nav li a .fa {
    padding-right: 10px;
}
.side-nav .navbar .menu-nav {
    padding-top: 10px;
    padding-bottom: 5px;
}
.side-nav .navbar .menu-nav .panel-collapse ul {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 34px;
}
.side-nav .navbar .menu-nav .panel-collapse ul > li {
    padding: 2px 0px;
    color: #999;
    font-size: 14px;
}
.side-nav .navbar .user-nav {
    position: relative;
    padding-top: 15px;
} 
.side-nav .navbar .user-nav:after {
    content:"";
    position: absolute;
    top: 0;
    left: 15px;
    width: 60px;
    height: 1px;
    display: block;
    background-color: #666;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width : 768px) {
    #header {
        width: 100% !important;
    }
    #header div.container {
        padding: 0px 10px;
        width: auto;
    }
    #header .navbar #mnav {
        display: block;
    }
    #header .navbar .logo {
        display: none;
    }
    #header .navbar .menu-nav {
        display: none;
    }
    #header .navbar .user-nav {
        float: right;
        display: block !important;
    }
    #header .navbar .user-nav .get-back {
        display: none;
    }
    #header .navbar .user-nav > .dropdown a {
        padding-right: 0px;
    }

    .side-nav.open { 
        display: block; 
        margin-left: 0px; 
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); 
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    }
    .side-nav.open .mnav-link { 
        display: block; 
        position: absolute; 
        top: 15px;
        right: 20px;
        width: 30px; 
        height: 20px; 
        margin-top: 5px; 
        text-indent: -9999px;
    }
    .side-nav.open .mnav-link .hamburger,
    .side-nav.open .mnav-link .hamburger:before,
    .side-nav.open .mnav-link .hamburger:after {
        background-color: #f6cb4c;
    }

    #content .container { 
        padding: 0px 5px; 
    }
    .box {
        margin: 3px;
    }
}

@media screen and (max-width : 667px) {
    #network-bar {
        display: none;
    } 
    #header {
        height: 60px !important;
    }
    #content {
        padding-top: 60px !important;
    }
    #content .container { 
        padding: 0px 11px; 
    }
    #content #compare-basket .container {
        padding: 8px 11px; 
    }
    #content #search-extra .container {
        padding: 0px 15px;
    }
    #content #search-extra .sortbar {
        padding: 0px 0px 0px 0px;
        margin-top: 10px;
    }
    #content #search-extra .sortbar > ul {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    #content #search-extra .sortbar label {
        /*padding: 0px 2px !important;*/
        float: none;
        display: block;
    }
    #content #search-extra .sortbar .showme {
        margin-bottom: 10px;
    }
    #content #search-extra .sortbar .showme .btn-group {
        margin-right: 0px;
    }
    #content #search-extra .sortbar .showme .btn {
        min-width: 82px;
    }
    #content #search-extra .sortbar .btn-group.pull-right .btn {
        background-color: transparent;
        border: none;
    }
    #content #search-extra .sortbar .btn-group.pull-right .btn:active {
        box-shadow: none;
    }
    #content #search-extra .sortbar .filter-more {
        padding: 10px 5px 20px;
    }
    #content #search-extra .sortbar .filter-more .col-md-2 {
        margin-bottom: 15px;
    }
    #content #search-extra .filter-more .submit {
        padding: 15px 8px 0px;
    }
    #price-range {
        height: 90px;
    }
    .box.goldenfirstrow,
    .box.goldensecondrow,
    .box.goldenthirdrow,
    .box.silverrow,
    .box.reserved,
    .box {
        width: 106px;
        height: 320px;
        margin: 3px;
    }
    .box .escort-image {
        height: auto;
    }
    .box .a-info {
        position: absolute;
        bottom: 0px;
        height: 170px;
        width: 100%;
        padding: 5px 6px;
        background-color: #222;
    }
    .box.goldenfirstrow .a-info .ad-title,
    .box.goldensecondrow .a-info .ad-title,
    .box.goldenthirdrow .a-info .ad-title,
    .box.silverrow .a-info .ad-title,
    .box .a-info .ad-title {
        height: 35px;
        font-size: 12px;
    }
    .box .a-info .ad-desc-body {
        font-size: 10px;
        line-height: 1.3em;
    }
    .box .a-info .legend-container .fa {
        font-size: 12px;
    }
}

@media screen and (max-width : 320px) {
    #content .container { 
        padding: 0px; 
    }
    .box.goldenfirstrow,
    .box.goldensecondrow,
    .box.goldenthirdrow,
    .box.silverrow,
    .box.reserved,
    .box {
        width: 106px;
        height: 320px;
        margin: 0px;
    }
    #content #search-extra .sortbar .showme .btn {
        min-width: initial;
    }
}
