/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-family: 'SF-Compact-Display-Regular';
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'SF-Compact-Display-Regular';
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*Fonts*/
@font-face {
    font-family: 'SF-Compact-Display-Semibold';
    src: url('../fonts/SF-Compact-Display-Semibold-SFCompactDisplay-Semibold.eot');
    src: url('../fonts/SF-Compact-Display-Semibold-SFCompactDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.svg#SF-Compact-Display-Semibold') format('svg'),
         url('../fonts/SF-Compact-Display-Semibold-SFCompactDisplay-Semibold.ttf') format('truetype'),
         url('../fonts/SF-Compact-Display-Semibold-SFCompactDisplay-Semibold.woff') format('woff'),
         url('../fonts/SF-Compact-Display-Semibold-SFCompactDisplay-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Compact-Display-Bold';
    src: url('../fonts/SF-Compact-Display-Bold-SFCompactDisplay-Bold.eot');
    src: url('../fonts/SF-Compact-Display-Bold-SFCompactDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.svg#SF-Compact-Display-Bold') format('svg'),
         url('../fonts/SF-Compact-Display-Bold-SFCompactDisplay-Bold.ttf') format('truetype'),
         url('../fonts/SF-Compact-Display-Bold-SFCompactDisplay-Bold.woff') format('woff'),
         url('../fonts/SF-Compact-Display-Bold-SFCompactDisplay-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFCompactDisplay-Black';
    src: url('../fonts/SFCompactDisplay-Black-SFCompactDisplay-Black.eot');
    src: url('../fonts/SFCompactDisplay-Black-SFCompactDisplay-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.svg#SFCompactDisplay-Black') format('svg'),
         url('../fonts/SFCompactDisplay-Black-SFCompactDisplay-Black.ttf') format('truetype'),
         url('../fonts/SFCompactDisplay-Black-SFCompactDisplay-Black.woff') format('woff'),
         url('../fonts/SFCompactDisplay-Black-SFCompactDisplay-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Compact-Display-Regular';
    src: url('../fonts/SF-Compact-Display-Regular-SFCompactDisplay-Regular.eot');
    src: url('../fonts/SF-Compact-Display-Regular-SFCompactDisplay-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.svg#SF-Compact-Display-Regular') format('svg'),
         url('../fonts/SF-Compact-Display-Regular-SFCompactDisplay-Regular.ttf') format('truetype'),
         url('../fonts/SF-Compact-Display-Regular-SFCompactDisplay-Regular.woff') format('woff'),
         url('../fonts/SF-Compact-Display-Regular-SFCompactDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
.top-nav {
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}  

.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobi-lang-bar,
.mobile-search {
    display: none;
}

.top-nav ul > li > a {
    margin-right: 12px;
    font-size: 14px;
    color: #b8b8b8;
    text-transform: uppercase;
}

.main-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(93deg, #970509 37%, #4e0709 74%);
    position: relative;
}

.toggle-category .ico {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
}

.toggle-category .ico.ico-times {
    background-image: url(../images/images-ico-times.png);
}

.toggle-category .ico.ico-arrow {
    background-image: url(../images/images-bottom-arrow.png);
}

.main-header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ad-change .navbar li.active > a:before {
    background-image: url(../images/images-color-active-arrow.png);
}

.navbar li > a {
    font-size: 20px;
    padding: 10px;
    font-family: 'SF-Compact-Display-Semibold';
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.5s all;
}

.navbar li:hover > a {
    color: #fbc233;
}

.navbar li.active > a:before {
    content: "";
    display: block;
    background-image: url(../images/images-active-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 13px;
    margin-left: 0px;
    position: absolute;
    bottom: -100%;
    margin-bottom: 0px;
    left: 50%;
    margin-left: -15px;
}

.navbar {
    margin-left: 10px;
}

.navbar li.has-items,
.navbar li.active {
    position: relative;
}

.navbar li.has-items > a:after {
    content: "";
    display: inline-block;
    background-image: url(../images/images-bottom-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    margin-left: 5px;
}

.navbar li.has-items ul {
    display: none;
    position: absolute;
    background-image: linear-gradient(93deg, #970509 37%, #4e0709 74%);
    width: 230px;
    left: 0;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.navbar li.has-items ul > li > a {
    display: block;
    padding: 5px 20px;
}

.navbar li.has-items:hover ul {
    display: block;
}

.search-bar input:focus {
    outline: none;
}

.search-bar {
    position: relative;
}

.search-bar input {
    background-color: #181818;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    color: #585858;
    height: 35px;
    padding: 10px 20px;
    width: 270px;
}

.search-bar button {
    cursor: pointer;
    outline: none;
    border-bottom-right-radius: 30px;
    position: absolute;
    right: 0px;
    width: 45px;
    height: 100%;
    border: none;
    background-image: url(../images/images-icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background: linear-gradient(0deg, #2e2e2e 26%, #000000 81%);
    border-top-right-radius: 30px;
    padding: 5px;
    text-align: center;
    display: block;
    top: 0px;
}

.lang-bar {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.lang-bar > a {
    display: block;
    background-image: linear-gradient(93deg, #4e0709 0%, #980509 99%);
    border-radius: 30px;
    height: 35px;
    width: 70px;
    text-align: left;
    padding: 0px 15px;
    position: relative;
    line-height: 30px;
}

.lang-bar ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: linear-gradient(93deg, #970509 37%, #4e0709 74%);
    border-radius: 5px;
    padding: 5px 14px;
    text-align: center;
    margin-top: 15px;
    z-index: 9;
}

.lang-bar > a:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/images-bottom-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    margin-left: 5px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.btn-signup {
    font-size: 15px;
    color: #810807;
    text-transform: uppercase;
    text-align: center;
    height: 35px;
    border-radius: 16px;
    font-family: 'SF-Compact-Display-Bold';
    background-image: linear-gradient(0deg, #fb8d27 26%, #fbc133 63%);
    width: 80px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    line-height: 35px;
    position: relative;
    overflow: hidden;
}

.btn-signup:hover {
    color: #000000;
}

.btn-signup::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0)) );
    background: -o-linear-gradient( top, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) );
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) );
    -webkit-transform: rotateZ(60deg) translate(-7.5em, 10em);
    -ms-transform: rotate(60deg) translate(-7.5em, 10em);
    transform: rotateZ(60deg) translate(-7.5em, 10em);
    -webkit-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    -moz-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    -ms-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    -o-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    opacity: 0;
    visibility: hidden;
}

.btn-signup:hover:after {
    opacity: 1;
    visibility: visible;
}

.btn-signup:hover::after,
.btn-signup:focus::after {
    -webkit-animation: shine 1.2s forwards;
    animation: shine 1.2s forwards;
}

@-webkit-keyframes shine {
    100% {
      -webkit-transform: rotateZ(60deg) translate(3em, -14em);
      transform: rotateZ(60deg) translate(3em, -14em);
    }
}
@keyframes shine {
    100% {
      -webkit-transform: rotateZ(60deg) translate(3em, -14em);
      transform: rotateZ(60deg) translate(3em, -14em);
    }
}

.ads-728x90 {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
} 

.ad-close > img {
    vertical-align: top;
}

.footer-top {
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #1a1a1a;
}

.footer-top h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-box {
    width: auto;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.footer-box ul {
    color: #6a6a6a;
    list-style: disc;
    list-style-position: inside;
    
}

.footer-box ul li > a {
    font-size: 14px;
    color: #6a6a6a;
    transition: 0.5s all;
    white-space: nowrap;
}

.footer-box ul li > a:hover {
    color: #fbc233;
}

.footer-boxes {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}

.footer-bottom {
    background-color: #000000;
}

.cpy p {
    margin-bottom: 0px;
}

.lnks {
    color: #6a6a6a;
}

.cpy {
    color: #6a6a6a;
}

.cpy > a {
    border-bottom: 1px solid #6a6a6a;
}

.lnks > a {
    font-size: 14px;
    line-height: 19px;
    color: #6a6a6a;
    font-family: 'SF-Compact-Display-Bold';
    font-weight: bold;
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tab-area .tab-content {
    display: none;
    padding: 15px;
}

.tab-area .tab-content.active {
    display: block;
}

.main  {
    background-color: #4d0709;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 18px;
    padding-bottom: 20px;
}

.main .main-wrapper {
    display: flex;
}

.sidebar {
    width: 225px;
    background-color: #000000;
    margin-right: 12px;
    min-width: 225px;
    transition: 0.5s ease-out all;
}

.sidebar-collapse .sidebar {
    visibility: hidden;
    width: 0;
    min-width: 0px;
    margin: 0px;
    height: 0px;
    overflow: hidden;
}

.tab-area .tabs {
    display: flex;
    align-items: center;
}

.tab-area .tabs > a {
    padding: 8px 18px;
    display: block;
    font-size: 18px;
    color: #8e8e8e;
    font-family: 'SFCompactDisplay-Black';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    box-shadow: 0px 2px 0px #464646;
    background-color: #222222;
    transition: 0.5s all;
}

.tab-area .tabs > a:hover,
.tab-area .tabs > a:hover .cls-1{
    color: #fbc233;
    stroke: #fbc233;
}

.tab-area .tabs > a.active {
    background-color: #000000;
    box-shadow: none;
    color: #fbc233;
}

.tab-area .tabs > a.active svg .cls-1 {
    stroke: #fbc233;
}

.tab-area .tabs > a svg .cls-1 {
    stroke: #fff;
}

.tab-area .tabs > a svg {
    margin-left: 5px;
    width: 16px;
}

.sidebar ul > li > a {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-transform: capitalize;
    transition: 0.5s all;
}

.sidebar ul > li > a:hover {
    color: #fbc233;
}

.sidebar ul {
    margin-bottom: 25px;
}

.sidebar ul > li > a > span {
    color: #a1a1a1;
    margin-left: 5px;
}

.sidebar h4 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #fbc233;
    font-family: 'SF-Compact-Display-Bold';
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.ad-160x600 {
    padding: 15px;
    padding-bottom: 30px;
}

.bar .filters {
    align-items: center;
    display: flex;
}

.filter-items > span {
    font-size: 15px;
    color: #ffffff;
    font-family: 'SF-Compact-Display-Bold';
    font-weight: bold;
    text-transform: uppercase;
    background-color: #300507;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    cursor: pointer;
}

.filter-items > span > * {
    display:inline-block;
    vertical-align: middle;
}

.filter-items > span > a {
    margin-left: 5px;
}

.found-online {
    margin-left: 20px;
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
}

.found-online svg .cls-1 {
    stroke: #fbc233;
}

.bar .actions h4 {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
}

.main .content {
    flex: 1;
    transition: 0.5s all;
}

.bar .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bar .actions p {
    margin: 0;
    font-size: 16px;
    color: #c6282c;
}

.action-wrapper {
    display: flex;
    align-items: center;
}

.bar .actions select:focus {
    outline: none;
}

.thumb-actions {
    background-color: #300507;
    height: 34px;
    border-radius: 30px;
    padding: 0px 20px;
    margin-left: 20px;
}

.thumb-actions > a {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.bar .actions select {
    width: 160px;
    line-height: 34px;
    background-color: #300507;
    border: 0px;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'SF-Compact-Display-Bold';
    padding: 8px 20px;
    height: 34px;
    border-radius: 30px;
}

.items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}



.items .item {
    padding: 5px;
    width: 50%;
}

.item > .wrapper {
    position: relative;
    box-shadow: 1.414px 1.414px 4px rgba(130,39,27,0.73);
}

.item .model-new {
    top: 5px;
    left: 5px;
    z-index: 9;
    position: absolute;
}

.items-5 .item .bio {
    font-size: 10px;
}

.item .model-year {
    z-index: 9;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 2px 5px;
    font-size:14px;
}

.item .bio {
    padding: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
}

.item .bio span {
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'SF-Compact-Display-Regular';
    font-weight: normal;
}

.items-5 .item .bio span,
.items-3 .item .bio span {
    display:none;
}

.item .preview img {
    max-width: 100%;
    width: 100%;
    transition: transform .5s ease;
}

.item .preview:hover img {
    transform: scale(1.3);
}

.item .preview {
    overflow: hidden;
}

.item .bio > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item .bio .title svg .cls-1 {
    stroke: #fff;
}

.thumb-actions > a.active .shp0 {
    fill: #fbc233 ;
}

.pagination {
    justify-content:center;
    margin-top: 10px;
}

.pagination li > a * {
    vertical-align: middle;
}

.pagination li > a img {
    margin-left: 5px;
}

.pagination li > a {
    background-image: linear-gradient(0deg, #2e2e2e 26%, #000000 81%);
    color: #ffffff;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 15px;
    margin-right: 5px;
    transition: 0.5s all;
}

.pagination li:hover > a,
.pagination li.current:hover > a {
    color: #fbc233;
}

.pagination li.current > a {
    color: #bf5558;
    background-image: linear-gradient(0deg, #980509 26%, #4e0709 80%);
}

/* profile */
.sassy-title {
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}


.sassy-title .ico {
    fill: #fbc233;
    margin-right: 5px;
    display: inherit;
}
.sassy-title a {
    transition: transform .2s;
}

.sassy-title a:hover {
    transform: scale(1.2);
}

.pro-like {
    color: #fff;
    font-size: 20px;
    margin: 0px 10px;
}

.ico-up {
    fill: #66d041;
}

.sassy-title .ico-down {
    display: block;
    fill: #d04141;
    margin-left: 5px;
}

.ico-down svg {
    transform: rotate(180deg)
}

.profile-view {
    background-color: #000;
    margin-bottom: 25px;
    padding: 10px;
}

.profile-view .inner {
    display: flex;
}

.profile-view .profile-main {
    flex: 1;
}

.profile-side {
    width: 300px;
    margin-left: 10px;
    min-width: 300px;
}

.profile-side > div {
    height: 50%;
}

.profile-about {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
}

.btn-profile {
    border-radius: 29px;
    background-image: linear-gradient(0deg, #fb8d27 26%, #fbc133 63%);
    display: inline-block;
    font-size: 32px;
    color: #810807;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 40px;
    text-align: center;
    height: 58px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
}

.btn-profile:hover,
.msg-btn:hover {
    color: #000000;
}

.btn-profile::after,
.msg-btn:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0)) );
    background: -o-linear-gradient( top, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) );
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) );
    -webkit-transform: rotateZ(60deg) translate(-7.5em, 10em);
    -ms-transform: rotate(60deg) translate(-7.5em, 10em);
    transform: rotateZ(60deg) translate(-7.5em, 10em);
    -webkit-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    -moz-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    -ms-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    -o-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    opacity: 0;
    visibility: hidden;
}

.btn-profile:hover:after,
.msg-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.btn-profile:hover::after,
.btn-profile:focus::after,
.msg-btn:hover::after,
.msg-btn:focus::after {
    -webkit-animation: shine 1.2s forwards;
    animation: shine 1.2s forwards;
}

.profile-side > div:first-child {
    padding-bottom: 5px;
}

.profile-side > div:last-child {
    padding-top: 5px;
}

.tmp-img {
    width: 100%;
    height: 100%;
}

.sassy-tabs {
    background-color: #6d1214;
}

.sassy-tab {
    display: flex;
}

.sassy-tabs .sassy-tab > a.active {
    background-color: transparent;
}

.sassy-tab > a > span {
    vertical-align: middle;
}

.sassy-tab > a {
    font-size: 24px;
    color: #ffffff;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    width: 214px;
    text-align: center;
    padding: 10px;
    background-color: #3e0708;
}

.sassy-tab > a:last-child {
    background-color: #2f0506;
}

.sassy-tab .ico {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    background-size: 22px;
    display: inline-block;
    vertical-align: middle;
} 

.sassy-tab .ico.ico-about {
    background-image: url(../images/images-ico-about.png);
}
.sassy-tab .ico.ico-comments {
    background-image: url(../images/images-ico-comments.png);
}
.sassy-tab .ico.ico-share {
    background-image: url(../images/images-ico-share.png);
}
.sassy-tab .ico.ico-schedule {
    background-image: url(../fonts/images-ico-schedule.svg);
}

.sassy-content {
    padding: 30px;
    display: none;
    min-height: 200px;
}

.sassy-content.active {
    display: block;
}

.msg-btn {
    cursor: pointer;
    border: none;
    background-image: linear-gradient(0deg, #fb8d28 26%, #fbc233 63%);
    font-size: 15px;
    color: #810807;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    border-radius: 30px;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
}

.sassy-content {
    color: #fff;
}

.sassy-content p {
    margin-bottom: 25px;
}

.sassy-content h4 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
}

.sassy-f {
    display: flex;
}

.sassy-f .sassy-a {
    flex: 1;
}

.sassy-f .sassy-b {
    width: 485px;
    min-width: 485px;
    margin-left: 15px;
}

.sassy-f .sassy-b > span {
    text-align: center;
    display: block;
    line-height: 33px;
    margin-bottom: 8px;
}

.sassy-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sassy-table li {
    padding: 9px 12px;
    flex: 0 0 48%;
    background-color: #5d1112;
    margin-bottom: 10px;
    font-size: 18px;
}

.sassy-table li strong {
    font-family: 'SFCompactDisplay-Black';
}

.related-view {
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-view .r-item {
    padding: 5px;
}

.related-view .r-item img {
    width: 100%;
        
}

.btm-bar {
    padding-top: 30px;
}

.main.page-profile {
    padding-bottom: 0;
}

.cls-1 {
    fill: none;
    stroke: #000;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.mobile-sidebar,
.sidebar-head,
.mobile-menu,
.mobi-actions {
    display: none;
}

.comment-form {
    width: 485px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.share > a {
    margin-right: 5px;
}

.comments,
.schedules {
    margin-top: 20px;
}

.comment-item,
.schedule-item {
    background-color: #5d1113;
    padding: 5px 20px;
    color: white;
    margin-bottom: 5px;
}

.comment-box {
    max-height: 300px;
    overflow-x: auto;
}

.comment-item .username {
    text-transform: uppercase;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.schedule-item .day {
    font-family: 'SFCompactDisplay-Black';
    min-width: 120px;
    display:inline-block;
}

.top-title .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-title .top h3 {
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
}

.country-grid {
    margin-top: 20px;
}

.country-grid h2 {
    font-size: 28px;
    color: #fff;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #720609;
}

.country-grid ul {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.country-grid li {
    color: #fff;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 18px;
}
.country-grid li > * {
    vertical-align: middle;
    display: inline-block;
}
.country-grid li span.count {
    color: #850609;
}

.country-grid li > img {
    margin-right: 5px;
}

.top-title h4 {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
}

.top-title p {
    margin: 0;
    font-size: 16px;
    color: #c6282c;
}

.comment-item .username span {
    display: block;
    font-weight: 400;
    font-family: 'SF-Compact-Display-Regular';
    font-size: 12px;
    color: #751618;
}

.comment-form textarea {
    font-size: 20px;
    color: #957e7e;
    height: 120px;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    font-style: italic;
    text-align: left;
}


@media ( min-width:1320px ) {
    .sassy-container {
        max-width: 1300px;
        margin: 0 auto;
    }
}

@media ( min-width:1600px ) {
    .footer-top .container-fluid {
        max-width: 1550px;
    }
}

@media ( max-width:1500px ) {
    .navbar li > a {
        font-size:16px;
    }
    .brand-logo > img {
        max-width:200px;
    }
}

@media ( max-width:1300px ) {
    .main-header .wrapper {
        flex-direction: column;
    }
    .navbar li.active > a:before {
        display: none;
    }
    .navbar {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

@media ( max-width:1024px ) {
    .ad-160x600 {
        display:none;
    }
    .found-online svg {
        width: 20px;
    }
    .mobile-menu > img {
        max-width:25px;
    }
    .mobile-search > img {
        max-width: 22px;
    }
    .sidebar-head {
        display: flex;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
    }
    .sidebar-head .brand-logo {
        max-width: 150px;
    }
    body.popup-sidebar {
        overflow: hidden;
    }
    .popup-sidebar .sidebar {
        position: fixed;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        z-index: 9999999999;
        display: block;
        top: 0px;
        overflow-y: auto;
    }
    .sidebar {
        display:none;
    }
    
    .mobile-sidebar {
        display: block;
    }
    .mobile-sidebar .shp0 {
        fill: #ffffff;
    }
    .pagination li {
        display: none;
    }
    .pagination li:last-child {
        display: inline-block;
    }
    .pagination li:last-child > a {
        padding: 5px 15px;
    }
    div.mobi-actions {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #370809;
        margin-top: -15px;
        padding: 15px;
        color: #ffffff;
    }
    .mobi-actions .mobile-sidebar {
        color: #ffffff;
        font-size: 16px;
        color: #ffffff;
        font-family: 'SF-Compact-Display-Bold';
        font-weight: bold;
        position: relative;
    }
    .mobi-actions .mobile-sidebar:after {
        content: "";
        display: inline-block;
        background-image: url(../images/images-bottom-arrow.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        margin-left: 10px;
        vertical-align: middle;
    }
    .sassy-left {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .found-online {
        margin-left: 0;
    }
    .bar .filters {
        align-items: flex-start;
    }
    .mobile-menu {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    } 
    .mobi-lang-bar,
    .mobile-search,
    .mobi-actions {
        display: block;
        margin-right: 0px;
    }
    .sassy-right .lang-bar,
    .sassy-right .btn-signup{
        display: none;
    }
    .mobi-actions .flex-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sassy-left .d-flex {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .sassy-left .brand-logo {
        order: 2;
    }
    .sassy-left .mobile-menu {
        order: 1;
    }
    .sassy-left .mobile-search {
        order: 3;
    }
    .sassy-left nav {
        display: none;
        order: 4;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .ad-wrapper > img {
        max-width: 95%;
    }
    .item .bio .title svg  {
        width: 15px;
    }
    .item .bio .country img {
        width: 20px;
    }
    .item .model-year {
        font-size: 12px;
    }
    .profile-about,
    .sassy-table li {
        font-size: 1rem;
    }
    .sassy-table li {
        padding: 5px 12px;
    }
    .footer-bottom a > img {
        max-width: 200px;
    }
    .sassy-right,
    .sassy-right .search-bar,
    .search-bar input {
        display: block;
        width: 100%;
    }
    .sassy-right {
        margin-top: 10px;
        display: none;
    }
    .filter-items span.toggle-category {
        display: none;
    }
    .bar .actions h4 {
        font-size: 14px;
        line-height: normal;
        
    }
    .bar .actions p {
        font-size: 12px;
        line-height: normal;
        margin-top: 5px;
    }
    .bar .actions select {
        font-size: 14px;
    }
    .bar .actions select {
        width: auto;
    }
}

@media ( max-width:960px ) {
    .thumb-actions > a[data-col='2'] {
        display: none;
    }
    .pagination li > a {
        padding: 3px 10px;
        font-size: 14px;
    }
    .sassy-f {
        flex-direction: column;
    }
    .related-view {
        flex-wrap: wrap;
    }
    .related-view .r-item {
        width: 33.333%;
    }
    .sassy-f .sassy-b {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }
    .sassy-content {
        padding: 15px;
    }
    .navbar {
        padding: 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-top: 0;
    }
    .navbar li {
        display: block;
        width: 100%;
    }
    .navbar li > a {
        font-size: 16px;
        display: block;
        padding: 5px 0px;
        transition: 0.5s all;
    }
}

@media ( max-width:767px ) {
    .sidebar .ad-160x600 {
        display: none;
    }
    
    .bar .actions > div {
        width: 100%;
    }
    .action-wrapper {
        justify-content: flex-end;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bar .filters,
    .main .main-wrapper,
    .profile-view .inner {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .related-view .r-item {
        width: 50%;
    }
    .profile-side {
        width: 100%;
        display: flex;
        margin: 0px;
        min-width: 100%;
    }
    .profile-side > div,
    .profile-side > div:last-child {
        padding-top: 10px;
    }
    .sassy-tab > a {
        font-size: 14px;
        width: auto;    
    }
    .sassy-title {
        font-size: 18px;
    }
    .msg-btn {
        font-size: 12px;
        padding: 0px 10px;
    }
    .top-nav .d-inline-flex {
        flex-wrap: wrap;
    }
    .btn-profile {
        font-size: 18px;
        height: auto;
        padding: 8px 20px;
    }
    .sassy-left nav,
    .sassy-left,
    .sassy-right {
        width: 100%;
    }
    .main-header .wrapper .sassy-right .d-flex{
        justify-content: center;
    }
    .top-wrapper ul li {
        display: none;
    }
    .top-wrapper ul li:first-child,
    .top-wrapper ul li:nth-child(2),
    .top-wrapper ul li:nth-child(3) {
        display: inline;
    }
    .thumb-actions {
        display: none;
    }
    .bar .actions > div.xv {
        max-width: 120px;
    }
    .bar .actions select {
        font-size: 12px;
        padding: 8px 10px;
    }
    .ad-wrapper > img {
        max-width: 94%;
    }
}

@media ( max-width:520px ) {
    .bar .filters,
    .main .main-wrapper {
        flex-direction: column;
    }
    .sassy-title {
        font-size: 16px;
    } 
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .main-header .wrapper .sassy-right .d-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .search-bar {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .search-bar input {
        width: 100%;
    }
    .pagination li > a {
        font-size: 12px;
        padding: 0 5px;
    }
    .thumb-actions {
        display: none;
    }
    .found-online {
        font-size: 21px;
    }
    .navbar li > a {
        padding: 3px 0px;
    }

    .top-title .found-online svg {
        width: 20px;
    }

    .top-title .found-online,
    .top-title .top h3 {
        font-size: 20px;
    }
}

@media ( max-width:420px ) {
    .top-title .top {
        flex-direction: column;
        align-items: start;
    }
    .country-grid li {
        flex: 0 0 50%;
        margin: 0;
        font-size: 13px;
    }
    .sassy-table li strong {
        display: block;
    }
    .item .bio {
        font-size: 10px;
    }
    .item .bio span {
        font-size: 9px;
    }
    
}

@media ( max-width:360px ) {
    .brand-logo > img {
        max-width: 190px;
    }
    
}