/* ==========================================================================
   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';
    background-color: #4d0709;
}

::-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: 'SFCompactRounded-Bold';
    src: url('../fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.eot');
    src: url('../fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.svg#SFCompactRounded-Bold') format('svg'),
         url('../fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.ttf') format('truetype'),
         url('../fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.woff') format('woff'),
         url('../fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.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;
    transition: 0.5s all;
}

.top-nav ul > li > a:hover {
    color: #fbc233;
}

.top-nav ul > li > ul {
    background-image: linear-gradient(93deg, #333333 37%, #000000 74%);
    display: none;
    position: absolute;
    top: 35px;
    min-width: 180px;
    margin-left: -15px;
    z-index: 99999999999;
    border-radius: 8px;
}

.top-nav ul > li:hover > ul {
    display: block;
}

.top-nav ul > li > ul > li:first-child {
    margin-top: 6px;
}

.top-nav ul > li > ul > li:last-child {
    margin-bottom: 6px;
}

.top-nav ul > li > ul > li {
    float: left; 
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    line-height: 20px;
    z-index: 99999999999;
    display: block;

}
.top-nav ul > li > ul > li a {
    color: #b8b8b8;
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 24px;
    display: block;  
    transition: 0.5s all;
}

.top-nav ul > li > ul > li a:hover {
    color: #fbc233;
}

.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/ico-times.png);
}

.toggle-category .ico.ico-arrow {
    background-image: url(../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/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/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/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;
    z-index: 10;
}

.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/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;
}

.text-logo {
    line-height: normal;
}

.text-logo > img {
    max-width: 34px;
}

.text-logo .text-yellow {
    font-family: 'SFCompactRounded-Bold';
    text-transform: uppercase;
    color: #fbc232;
    font-size: 34px;
    vertical-align: middle;
    font-weight: 600;
    text-shadow: 0px 2px 0px #101010;
}

.text-logo .text-white {
    font-family: 'SFCompactRounded-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    vertical-align: middle;
    font-weight: 600;
    text-shadow: 0px 2px 0px #101010;
}

.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%, #710407 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/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);
    }
}

.placement-rect {
    background-color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
} 

.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;
}

.cpy a {
    color: #fbc233;
    transition: 0.5s all;
}

.cpy a:hover {
    color: #6a6a6a;
}

.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 15px 0px 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;
    text-align: left;
}

.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 > li > a.home {
    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;
}

.plc-sidebar {
    padding: 15px;
    padding-bottom: 30px;
}

.xtra-sidebar {
    padding-left: 15px;
    padding-bottom: 0px;
}

.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-top: 5px;
    margin-left: 20px;
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
}

.found-online.lefty {
    margin-left: 0px;
}

.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;
    max-width: 660px;
    text-align: justify;
}

.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;
}

.item .bio span.models-name {
    font-size: 14px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap; 
    max-width: 8em; 
    color: #fbc233;
    overflow: hidden; 
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis-word; 
    -o-text-overflow: ellipsis-word; 
    -icab-text-overflow: ellipsis-word; 
    -khtml-text-overflow: ellipsis-word; 
    -moz-text-overflow: ellipsis-word; 
    -webkit-text-overflow: ellipsis-word;
    margin-bottom: -6px;
}

.items-5 .item .bio span.models-name {
    font-size: 10px;
    max-width: 10em; 
}

.items-5 .item .bio span.cam-site-index,
.items-3 .item .bio span.cam-site-index {
    display:none;
}

.item .preview img {
    max-width: 100%;
    width: 100%;
    transition: transform .5s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.item .preview:hover img {
    transform: scale(1.3);
}

.item .preview {
    overflow: hidden;
}

.item .preview a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 75%;
}

.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: 30px;
    margin-bottom: 20px;
}

.pagination li > a * {
    vertical-align: middle;
}

.pagination li > a img {
    margin-left: 5px;
}

.pagination li > a {
    background-image: linear-gradient(0deg, #fb8d27 26%, #fbc133 63%);
    color: #810807;
    font-family: 'SF-Compact-Display-Bold';
    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 {
    color: #000000;
}

.pagination li.current > a {
    color: #bf5558;
    background-image: linear-gradient(0deg, #7E4714 26%, #7E611A 63%);
}

.pagination li.current:hover > a {
    color: #810807;
}

/* profile */
.sassy-title, .sassy-title.bio-big-title {
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.sassy-title .ico, .sassy-title.bio-big-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 10px 10px 10px;
}

.profile-view .inner {
    display: flex;
}

.profile-view .profile-main {
    flex: 1;
    text-align: center;
}

.profile-view .profile-main-LJ {
    /*flex: 1;*/
    display: flex;
    align-items: center;
    margin: 0px auto;
    text-align: center;
}

#plc-img {
    margin: 0px auto;
    text-align: center;
}

.profile-side {
    /*width: 300px;*/
    margin-left: 10px;
    /*min-width: 300px;*/
    padding-top: 10px;
}

.profile-side > div {
    height: 50%;
}

.profile-side-img {
    width: 300px;
    margin-left: 10px;
    min-width: 300px;
}

.profile-side-img-short {
    margin-left: 10px;
}

.profile-side-img > div {
    height: 50%;
}

.profile-side-img-short > 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;
}

.profile-side-img > div:first-child {
    padding-bottom: 5px;
}

.profile-side-img > div:last-child {
    padding-top: 5px;
}

.profile-side-img-short > div:first-child {
    padding-bottom: 5px;
}

.profile-side-img-short > 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/ico-about.png);
}
.sassy-tab .ico.ico-comments {
    background-image: url(../images/ico-comments.png);
}
.sassy-tab .ico.ico-share {
    background-image: url(../images/ico-share.png);
}
.sassy-tab .ico.ico-schedule {
    background-image: url(../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 {
    width: 100%;
    display: block;
}

.sassy-f .sassy-b {
    width: 100%;
    display: block;
    margin-left: 0px;
}

.sassy-f .sassy-b > span {
    text-align: right;
    display: block;
    line-height: 33px;
    margin-bottom: 8px;
    margin-right: 10px;
}

.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-views {
    margin-bottom: 15px;
}

.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 > a {
    color: #fff;
    transition: 1s ease-in all;
}
.country-grid li > a:hover {
    color: #fbc233
} 
.country-grid li span.count {
    color: #850609;
}

.country-grid li > a > img {
    margin-right: 5px;
    margin-top: -3px;
}

.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: #957e7e;
}

.comment-form textarea {
    font-size: 20px;
    color: #957e7e;
    height: 120px;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    font-style: italic;
    text-align: left;
}

.tag-index > a {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-family: 'SFCompactDisplay-Black';
    margin-left: 4px;
    margin-right: 4px;
    transition: all ease-in 1s;
}

.tag-index > a:focus,
.tag-index > a:hover {
    color: #fbc233
}

.tags ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 3px solid #720609;
}

.tags ul > li:last-child {
    border-bottom: 3px solid #720609;
}

.tags ul > li > a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    transition: all ease-in 1s;
    color: #ffffff;
    margin-right: 15px;
    font-size: 18px;
}

.tags ul > li > a:hover,
.tags ul > li > a:focus {
    color: #fbc233
}

.tags ul > li > a > span.line {
    border-bottom: 1px solid #fff;
}

.tags ul > li > a > span:not(.line) {
    color: #850609;
}

.tags ul > li > a.head {
    font-family: 'SFCompactDisplay-Black';
    font-size: 18px;
    width: 55px;
    margin-right: 0;
}

.tags ul > li > a[name] {
    color: #ffffff;
    cursor: pointer;
}
.tags ul > li > a[name]:hover, 
.tags ul > li > a[name]:focus {
    color: #fbc233;
}

#space-left {
    margin-left: 10px;
}

/* COOKIE ALERT
-------------------------------------- */
.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    font-family: 'SF-Compact-Display-Bold';
    background: #4d0709;
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookie-alert a {
    color: #ecf0f1;
    font-family: 'SF-Compact-Display-Bold';
    text-decoration: underline;
    margin-left: 10px;
}
.cookie-alert a:hover {
    color: #ffffff;
    text-decoration: none;
}

.cookie-alert .accept-cookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookie-alert .btn-accept {
    color: #000;
    background-color: #fbc233;
    border-color: #270405;
}

.cookie-alert .btn-accept:hover, .cookie-alert .btn-accept:active
.cookie-alert .btn-accept:focus {
    color: #000;
    background-color: #BC9226;
    border-color: #270405;
}

/* CUSTOM PAGES
-------------------------------------- */
#custom-text img {
    margin-top: 15px;
}

#custom-text p, #custom-text div {
    color: #fff;
    text-align: justify;
    font-size: 1rem;
    margin: 40px auto 1em auto;
    padding-left: 20px;
    padding-right: 20px;
}

#custom-page-space {
    margin-top: 20px;
}

/* DEFAULT PAGES - SIDEBAR
-------------------------------------- */
.custom-wrapper-sidebar {
    max-width: 1000px;
    margin: 0px auto;
    text-align: left;
}

.custom-content-sidebar {
    margin: 0px auto;
    margin-bottom: 20px;
}

.custom-content {
    display: inline-block;
    text-align: left;
    color: #fff;
}

.custom-content-sidebar #page-sidebar {
    margin-top: 45px;
    text-align: left;
    margin-bottom: 40px;
}

.custom-content-sidebar input {
    max-width: 160px;
    border-radius: 3px;
    border: 0px inset;
    padding-left: 5px;
}

.custom-content-sidebar input[type=submit] {
    color: #fff;
    background-color: #3A0507;
    border: 0px outset buttonface;
    padding: 5px 10px;
    border-radius: 3px;
    border-color: #270405;
    cursor: pointer;
}

.custom-content-sidebar input[type=submit]:hover, .custom-content-sidebar input[type=submit]:active
.custom-content-sidebar input[type=submit]:focus {
    color: #fff;
    background-color: #270405;
    border-color: #270405;
}

/* DEFAULT PAGES - NO SIDEBAR
-------------------------------------- */
.custom-wrapper {
    text-align: center;
}

.custom-content figure {
    margin: 0px auto;
    text-align: left;
}

.custom-content .wp-block-image {
    width: auto;
    max-width: 500px;
    margin: 0px auto;
}

.custom-content p, .custom-content figcaption {
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 1em;
    color: #fff;
    text-align: left;
    font-size: 1rem;
}

.custom-content .wp-block-image figcaption {
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 1em;
    color: #fff;
    text-align: left;
    font-size: 1rem;
}

.custom-content-sidebar p, .custom-content-sidebar figcaption {
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 1em;
    color: #fff;
    text-align: left;
    font-size: 1rem;
}

.custom-content #tag-title, .custom-content #fouro-title {
    margin-bottom: 20px;
}

.custom-content #single-title {
    margin-bottom: 20px;
}

#single-title h1 {
    max-width: 500px;
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 40px;
}

#nav-above {
    margin-bottom: 20px;
}

.nav-previous a {
    font-size: 16px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.5s all;
}

.nav-previous a:hover, .nav-previous a:focus
.nav-previous a:active {
    color: #fff;
}

#nav-below {
    margin-bottom: 20px;
}

.nav-next a {
    font-size: 16px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.5s all;
}

.nav-next a:hover, .nav-next a:focus
.nav-next a:active {
    color: #fff;
}

#nav-below {
    font-size: 16px;
    color: #fff;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.show-thumbnail img {
    max-width: 320px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}

#tag-title h1 {
    font-size: 20px;
    color: #fff;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 40px;
    transition: 0.5s all;
}

#tag-title h1 a {
    font-size: 20px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.5s all;
}

#tag-title h1 a:hover, #tag-title h1 a:focus
#tag-title h1 a:active {
    color: #fff;
}

.edit-link a {
    color: #A44547;
    transition: 0.5s all;
}

.edit-link a:hover, .edit-link a:focus
.edit-link a:active {
    color: #fff;
}

article {
    font-size: 14px;
    color: #fff;
    margin-bottom: 40px;
}

article input[type=submit] {
    color: #fff;
    background-color: #3A0507;
    border: 0px outset buttonface;
    padding: 5px 10px;
    border-radius: 3px;
    border-color: #270405;
    cursor: pointer;
}

article input[type=submit]:hover, article input[type=submit]:active
article input[type=submit]:focus {
    color: #fff;
    background-color: #270405;
    border-color: #270405;
}

article a {
    color: #A44547;
    transition: 0.5s all;
}

article a:hover, article a:focus
article a:active {
    color: #fff;
}

article h1 {
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

article h1 a {
    color: #fbc233;
}

article h1 a:hover, article h1 a:focus
article h1 a:active {
    color: #fff;
}

article footer {
    margin-top: 10px;
}

article input {
    border-radius: 3px;
    border: 0px inset;
    padding-left: 5px;
}

/* 404
-------------------------------------- */
#fouro-title h1 {
    font-size: 20px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 40px;
    transition: 0.5s all;
}

.fouro-content {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.fouro-content h2 {
    color: #fff;
}

.fouro-content input {
    border-radius: 3px;
    border: 0px inset;
    padding-left: 5px;
}

.fouro-content select {
    line-height: 34px;
    background-color: #300507;
    border: 0px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'SF-Compact-Display-Bold';
    padding: 8px 20px;
    height: 34px;
    border-radius: 5px;
    margin-left: 10px;
}

.fouro-content .widgettitle {
    margin-top: 30px;
}

.fouro-content .widget ul.children {
    margin-left: 10px;
}

.fouro-content .widget li a {
    color: #fbc233;
    transition: 0.5s all;
}

.fouro-content .widget li a:hover, .fouro-content .widget li a:focus
.fouro-content .widget li a:active {
    color: #fff;
}

.fouro-content .widget_tag_cloud a {
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.5s all;
}

.fouro-content .widget_tag_cloud a:hover, .fouro-content .widget_tag_cloud a:focus
.fouro-content .widget_tag_cloud a:active {
    color: #fff;
}

.fouro-content input[type=submit] {
    color: #fff;
    background-color: #3A0507;
    border: 0px outset buttonface;
    padding: 5px 10px;
    border-radius: 3px;
    border-color: #270405;
    cursor: pointer;
}

.fouro-content input[type=submit]:hover, .fouro-content input[type=submit]:active
.fouro-content input[type=submit]:focus {
    color: #fff;
    background-color: #270405;
    border-color: #270405;
}

/* AUTO-POST
-------------------------------------- */
.posted-on, .posted-on span {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 14px;
    color: #720609;
    margin-bottom: 10px;
    text-align: left;
}

.posted-on a {
    color: #f1f1f1;
    transition: 0.5s all;
}

.posted-on a:hover, .posted-on a:focus
.posted-on a:active {
    color: #720609;
}

.post-tag-space {
    color: #f1f1f1;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 460px;
}

.post-tag-space a {
    font-size: 14px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: 0.5s all;
}

.post-tag-space a:hover, .post-tag-space a:focus, 
.post-tag-space a:active {
    color: #f1f1f1;
}

/* POP MODAL
-------------------------------------- */
body .rbs-modal-box {
   position: absolute;
   background-color: #111;
   z-index: 9002;
   margin-top: 50px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 90%;
   padding: 10px 20px 20px 25px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

@media (min-width : 1920px) {
    body .rbs-modal-box {
      width: 45%;
    };
}

body h3#modal-title-cb, body h3#modal-title-bc, body h3#modal-title-lj, body h3#modal-title-il,
body h3#modal-title-ili, body h3#modal-title-sm, body h3#modal-title-xc, body h3#modal-title-cs, 
body h3#modal-title-sc {
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
}
body .rbs-modal-close {
   color: none;
   position: absolute;
   top: -18px;
   right: 20px;
   width: 36px;
   height: 36px;
   font-size: 42px;
   background: url("/wp-content/themes/pro-cam-mu/images/controls.png") no-repeat scroll 0px 0px transparent;
   cursor: pointer;
   z-index: 9999;
   border: 0px solid rgb(51, 51, 51);
}
body .rbs-modal-close a.rbs-modal-close-link {
   text-decoration: none; 
   color: transparent;
   border: 0px solid rgb(51, 51, 51);
}
body .rbs-modal-shadow {
   background-color: #000;
   opacity: 0.75;
   filter:alpha(opacity=75);
   position: fixed;
   z-index: 9001;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
}
.rbs-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;
}
a.rbs-btn-profile:hover {
    color: #000;
}

#main-button-modal {
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  max-width: 600px;
  margin: 0px auto 0px auto;
}
#modal-box-top-text {
  color: #eee;
}
#modal-box-bottom-text {
  color: #eee;
  margin-top: 20px;
}

/* WARNING MODAL
-------------------------------------- */
.modal.sites-modal-sm5-warning {
    margin-top: 10%;
}

.modal-backdrop.show {
    opacity: 0.9;
}

#modal-warning .modal-content {
    background-color: #4d0709;
}

#modal-warning h4.modal-title {
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
}

#modal-warning .modal-header {
    border-bottom: 0px solid #3A0507;
}

#modal-warning .modal-footer {
    border-top: 0px solid #3A0507;
}

#modal-warning .modal-body img#warning {
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modal-warning .modal-body {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
}

#modal-warning .bigger-text {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #f1f1f1;
}

#modal-warning .smaller-text {
    font-size: 16px;
    color: #f1f1f1;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
}

#modal-warning .btn {
    padding: 10px 30px;
    font-size: 20px;
}

#modal-warning .btn:first-child {
    font-size: 20px;
    margin-right: 40px;
    padding: 10px 30px;
}

#modal-warning .btn:last-child {
    font-size: 20px;
    padding: 11px 34px;
}

#modal-warning .btn-darker {
    background-color: #5C3A3B;
    border-color: #270405;
}

#modal-warning .btn-darker:hover, #modal-warning .btn-darker:active
#modal-warning .btn-darker:focus {
    background-color: #6C4445;
    border-color: #270405;
}

/* ADP MODAL
-------------------------------------- */
.modal {
    margin-top: 5%;
}
#modal-dark .modal-content {
    background-color: #4d0709;
}

#modal-dark h4.modal-title {
    font-size: 28px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
}

#modal-dark .modal-header {
    border-bottom: 1px solid #3A0507;
}

#modal-dark .modal-footer {
    border-top: 1px solid #3A0507;
}

#modal-dark .modal-body img#warning {
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modal-dark .modal-body {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
}

#modal-dark .btn-dark {
    background-color: #3A0507;
    border-color: #270405;
}

#modal-dark .btn-dark:hover, #modal-dark .btn-dark:active
#modal-dark .btn-dark:focus {
    background-color: #270405;
    border-color: #270405;
}

/* SIDEBAR
-------------------------------------- */
.sidebar-head-space {
    margin-top: 15px;
}
h3.widgets-title {
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    font-size: 24px;
    color: #fbc233;
    margin-bottom: 10px;
    text-transform: uppercase;
}

aside.widgets {
    color: #f1f1f1;
    margin-bottom: 20px;
}

aside.widgets caption {
    color: #f1f1f1;
}

aside.widgets .item {
    margin-bottom: 10px;
}

aside.widgets a {
    color: #f1f1f1;
    transition: 0.5s all;
}

aside.widgets a:hover {
    color: #6a6a6a;
}

aside.widgets select {
    display: block;
    line-height: 34px;
    background-color: #300507;
    border: 0px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'SF-Compact-Display-Bold';
    padding: 8px 20px;
    height: 34px;
    border-radius: 5px;
}

.footer-widget-wrap {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

/* GALLERIES
-------------------------------------- */
img#share-icons {
    max-width: 48px;
    border-radius: 5px;
}

img#gallery-img {
    max-width: 480px;
    height: auto;
    margin: 0px auto;
    text-align: center;
}

.btm-bar-gallery {
    padding-top: 21px;
}

div.mobi-actions-gallery {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 15px;
    color: #ffffff;
}

.mobi-actions-gallery {
    display: block;
    margin-right: 0px;
}

.mobi-actions-gallery .flex-wrapper-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

#voting-message, #comment-message {
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
}

/* SLIDER
-------------------------------------- */
.slider-container {
    background-color: #4d0709;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

/* TITLES
-------------------------------------- */
.bar .actions h1 {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
}

h2.index-size {
    font-family: 'SF-Compact-Display-Bold';
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (max-width: 1024px){
    .bar .actions h1 {
        font-size: 14px;
        line-height: normal;
    }
    h2.index-size {
        font-size: 14px;
        line-height: normal;
    }
}

/* FOOTER TEXT
-------------------------------------- */
.text-footer-wrapper {
    color: #b5b5b5;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* AUTOCOMPLETE
-------------------------------------- */
.ui-autocomplete {
    z-index: 99999;
    border: 1px solid #181818;
    max-width: 230px;
    margin-left: 15px;
}

.ui-widget-content {
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px #c8c8c8;
    -moz-box-shadow: 0px 0px 0px #c8c8c8;
    box-shadow: 0px 0px 0px #c8c8c8;
}

#container-search {
    display: block; 
    position:relative
} 
.ui-autocomplete {
    position: absolute;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    font-family: 'SF-Compact-Display-Regular';
    border: none !important;
    background-color: #181818;
    color: #b5b5b5;
}
.ui-menu .ui-menu-item:hover {
    color: #000;
}

/* AUTO-POSTER
-------------------------------------- */
.item .bio span.title-limit {
    font-size: 14px;
    color: #fbc233;
    font-family: 'SFCompactDisplay-Black';
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap; 
    max-width: 15em; 
    color: #fbc233;
    overflow: hidden; 
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis-word; 
    -o-text-overflow: ellipsis-word; 
    -icab-text-overflow: ellipsis-word; 
    -khtml-text-overflow: ellipsis-word; 
    -moz-text-overflow: ellipsis-word; 
    -webkit-text-overflow: ellipsis-word;
    margin-bottom: -6px;
}

.items-5 .item .bio span.title-limit {
    font-size: 10px;
    max-width: 12em; 
    font-weight: 400;
}

/* 404
-------------------------------------- */
div#gal-404 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    font-family: 'SF-Compact-Display-Regular';
    font-weight: bold;
    text-transform: uppercase;
    margin: 60px auto 0px auto;
    text-align: center;
}
#wrap-404 {
    display: block;
    width: 100%;
    position: relative;
}
img#gal-404 {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    max-width: 300px;
    text-align: center;
    margin: 20px auto 0px auto;
}
img#gal-404:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* PLACEMENT SPACES
-------------------------------------- */
#space-pl {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* AJAX LOAD
-------------------------------------- */
.ajax-load-snippet {
    margin-top: 60px;
    margin-bottom: 50px;
}
.ajax-load {
    margin-top: 60px;
}
img#loading-animate-top {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 0px auto;
}
img#loading-animate {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px auto 0px auto;
}

/* RESPPONSIVE
-------------------------------------- */

@media ( min-width:1320px ) {
    .sassy-container {
        max-width: 1300px;
        margin: 0 auto;
    }
    .text-logo > img {
        max-width: 52px;
    }
    .text-logo .text {
        font-size: 52px;
    }
}

@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 ) {
    .tab-area .tabs > a {
        text-align: center;
    }
    .pagination li > a#next {
        padding: 5px 20px;
        font-size: 15px;
    }
    .pagination li > a.next {
        padding: 5px 20px;
        font-size: 15px;
    }
    .plc-sidebar {
        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: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/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;
    }
    .mobi-actions .flex-wrapper-right {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    .sassy-left .d-flex {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .sassy-left .brand-logo,
    .sassy-left .text-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;
    }
    .plc-wrapper > img {
        max-width: 95%;
    }
    .item .bio .title svg  {
        width: 22px;
    }
    .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;
    }
    .footer-bottom .text-logo > img {
        max-width: 34px;
    }
    .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;
    }
    #galleries .profile-view .inner {
        flex-direction: column;
    }
    #galleries .profile-side {
        display: flex;
        width: 100%;
        min-width: 100%;
    }
    #galleries .profile-side > div,
    #galleries .profile-side > div:last-child {
        padding-top: 10px;
    }
    .item .bio span.models-name {
        max-width: 7em; 
    }
}

@media ( max-width:960px ) {
    .thumb-actions > a[data-col='2'] {
        display: none;
    }
    .pagination li > a {
        padding: 3px 10px;
        font-size: 14px;
    }
    .pagination li > a#next {
        padding: 3px 10px;
        font-size: 14px;
    }
    .pagination li > a.next {
        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 .plc-sidebar {
        display: none;
    }
    .pagination li > a#next {
        padding: 3px 10px;
        font-size: 14px;
    }
    .pagination li > a.next {
        padding: 3px 10px;
        font-size: 14px;
    }
    .tag-index > a {
        font-size: 16px;
    }

    .tags ul > li > a {
        font-size: 16px;
    }
    
    .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;
    }
    .profile-side-img {
        width: 100%;
        display: flex;
        margin: 0px;
        min-width: 100%;
    }
    .profile-side-img > div,
    .profile-side-img > div:last-child {
        padding-top: 10px;
    }
    .profile-side-img-short {
        width: 100%;
        display: flex;
        margin: 0px;
        min-width: 100%;
    }
    .profile-side-img-short > div,
    .profile-side-img-short > 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;
    }
    .plc-wrapper > img {
        max-width: 94%;
    }
    .item .bio span.title-limit {
        font-size: 10px;
        max-width: 12em; 
        font-weight: 400;
    }
}

@media ( max-width:520px ) {
    .bar .filters,
    .main .main-wrapper {
        flex-direction: column;
    }
    .pagination li > a#next {
        padding: 0px 4px;
        font-size: 12px;
    }
    .pagination li > a.next {
        padding: 1px 5px;
        font-size: 12px;
    }
    .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;
    } 
}

@media ( min-width:1920px ) {
    .bar .actions p {
        max-width: 1300px;
        text-align: justify;
    }
}

