@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox {
  top:0;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif?2299ad0b3f63413f026dfec20c205b8f) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png?84b76dee6b27b795e89e3649078a11c2) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png?31f15875975aab69085470aabbfec802) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png?d9d2d0b1308cb694aa8116915592e2a9) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased !important;
}

input[type="submit"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
  color: #353839;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: #f9f9f9;
}

.top-bar-nav {
  background-color: #353839;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}

.main-header {
  background-image: url("/img/cs-bg-2.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60vh;
  position: relative;
}

.main-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #f9f9f9, rgba(255, 255, 255, 0));
  z-index: 1;
}

.container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.container-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.container-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.navigation-bar {
  padding-top: 35px;
  color: #353839;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-logo img {
  width: 150px;
}

.main-nav ul {
  list-style-type: none;
}

.main-nav ul li.list-item {
  display: inline-block;
  margin-left: 10px;
}

li.list-item a {
  color: #353839;
  text-decoration: none;
  font-weight: 500;
}

li.list-item.post-ad-btn a {
  background: -webkit-gradient(linear, left bottom, right top, from(#35c695), to(#35c6c4));
  background: linear-gradient(to top right, #35c695, #35c6c4);
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 5px 8px -3px rgba(53, 198, 149, 0.3);
          box-shadow: 0 5px 8px -3px rgba(53, 198, 149, 0.3);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

li.list-item.post-ad-btn a:hover {
  -webkit-box-shadow: 0 10px 12px -3px rgba(53, 198, 149, 0.2);
          box-shadow: 0 10px 12px -3px rgba(53, 198, 149, 0.2);
}

.main-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  height: 60vh;
  position: relative;
  z-index: 2;
}

.hero-content {
  text-align: center;
  color: #353839;
}

.hero-content h3 {
  font-size: 3em;
  font-weight: 600;
}

.hero-content p {
  margin-top: 20px;
  color: #35c695;
  font-weight: 300;
}

.search-box {
  margin-top: 50px;
  padding: 15px;
  width: 60%;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.search-box:focus-within {
  border-color: rgba(53, 198, 149, 0.5);
  -webkit-box-shadow: 0px 16px 12px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 12px -5px rgba(0, 0, 0, 0.05);
}

.search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-box form input[type="text"] {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  padding: 10px;
  border: none;
  background: transparent;
}

.search-box form input[type="text"]::-webkit-input-placeholder {
  color: #353839;
  opacity: 0.5;
}

.search-box form input[type="text"]:-ms-input-placeholder {
  color: #353839;
  opacity: 0.5;
}

.search-box form input[type="text"]::-ms-input-placeholder {
  color: #353839;
  opacity: 0.5;
}

.search-box form input[type="text"]::placeholder {
  color: #353839;
  opacity: 0.5;
}

.search-box form input[type="text"]:focus {
  outline: none;
}

.search-box form input[type="submit"] {
  background: -webkit-gradient(linear, left bottom, right top, from(#35c695), to(#35c6bd));
  background: linear-gradient(to top right, #35c695, #35c6bd);
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 25px;
  border: none;
  -webkit-box-shadow: 0 5px 8px -3px rgba(53, 198, 149, 0.3);
          box-shadow: 0 5px 8px -3px rgba(53, 198, 149, 0.3);
  cursor: pointer;
}

.fresh-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fresh-section-header {
  text-align: center;
}

.fresh-section-header h3 {
  font-size: 1.3em;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}

.fresh-section-header h3:after {
  position: absolute;
  bottom: 0;
  content: '';
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  background: #35c695;
  width: 100px;
}

.fresh-ads-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.fresh-ad-card {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
  margin-bottom: 30px;
}

.fresh-ad-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 12px 8px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 8px -2px rgba(0, 0, 0, 0.05);
}

.fresh-ad-price {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  text-align: center;
  background: #ffc857;
  padding: 10px;
}

.fresh-ad-price p {
  font-weight: 500;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.fresh-ad-price h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 5px;
}

.fresh-ad-content {
  padding: 10px;
  text-align: center;
}

.fresh-ad-content h3 {
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fresh-ad-content p {
  margin-bottom: 10px;
  color: #818181;
}

.fresh-ad-image {
  width: 400px;
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
}

.fresh-ad-image img {
  max-width: 100%;
  max-height: 100%;
}

.footer-section {
  margin-top: 30px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#4b3f72), to(#685a97));
  background: linear-gradient(to top right, #4b3f72, #685a97);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-content {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-list {
  color: #fff;
  font-size: 0.9em;
}

.footer-list h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.footer-list ul {
  list-style-type: none;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list ul li a {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}

.copyright-section {
  background: -webkit-gradient(linear, left bottom, right top, from(#352d51), to(#504573));
  background: linear-gradient(to top right, #352d51, #504573);
}

.copy-right-section {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-links ul {
  list-style-type: none;
}

.social-links ul li {
  display: inline-block;
  margin-right: 30px;
}

.social-links ul li a {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.copyright-content p {
  font-size: 0.8em;
  color: #fff;
}

.normal-web-header {
  background: -webkit-gradient(linear, left bottom, right top, from(#4b3f72), to(#685a97));
  background: linear-gradient(to top right, #4b3f72, #685a97);
  padding-bottom: 25px;
}

.login-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.login-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-header h3 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 20px;
}

.login-header p {
  margin-bottom: 20px;
  font-size: 0.9em;
}

.login-header p a {
  color: #35c695;
}

.login-form-container {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  padding: 30px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.login-form-container p {
  margin-top: 20px !important;
  font-size: 0.9em;
}

.email-input input,
.password-input input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.check-forgot-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-forgot-section a {
  text-decoration: none;
  color: #ef626c;
  font-size: 0.9em;
}

.login-submit button {
  background: -webkit-gradient(linear, left bottom, right top, from(#35c695), to(#35c6bd));
  background: linear-gradient(to top right, #35c695, #35c6bd);
  color: #fff;
  width: 100%;
  padding: 10px;
  font-weight: 200;
  font-size: 1em;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  margin-top: 20px;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkbox label {
  cursor: pointer;
  position: relative;
  font-size: 0.9em;
}

.checkbox label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.checkbox label:hover:before {
  border: 2px solid #35c695;
}

.checkbox > input[type="checkbox"]:checked + label:before {
  border: 2px solid #35c695;
}

.checkbox > input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  background: #35c695;
  width: 14px;
  height: 14px;
}

.list-item button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.messages-menu {
  position: relative;
}

.new-message {
  position: absolute;
  top: -1px;
  right: -3px;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ef626c;
}

.main-nav.alt-bright ul li a {
  color: #fff;
}

.main-nav.alt-bright ul li button {
  color: #fff;
}

.create-ad-header,
.inbox-header {
  text-align: center;
  margin-top: 30px;
}

.create-ad-header h3,
.inbox-header h3 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 500;
  position: relative;
}

.create-ad-header h3:after,
.inbox-header h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 50px;
  background-color: #35c695;
}

.ad-create-section,
.inbox-table {
  margin-bottom: 30px;
  margin-top: 15px;
}

.ad-create-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.create-ad-section-div,
.create-ad-section-price {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.create-ad-section-div label {
  font-size: 1.1em;
  color: #353839;
  font-weight: 400;
  margin-bottom: 15px;
}

.create-ad-section-div input,
.create-ad-section-div select {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #e0e0e0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.create-form-input.error-active {
  border-color: #ef626c;
}

select.error-active {
  border-color: #ef626c;
}

textarea.create-form-textarea.error-active {
  border-color: #ef626c;
}

textarea.error-active {
  border-color: #ef626c !important;
}

.create-ad-section-div input:focus,
.create-ad-section-div textarea:focus {
  outline: none;
  border: 2px solid #4b3f72;
}

.create-ad-section-div textarea {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #e0e0e0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
  resize: none;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.create-ad-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.create-ad-price-amount {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}

.create-ad-price-amount > *,
.create-ad-currency-list > * {
  display: block;
  width: 100%;
}

.image-upload-btn {
  position: relative;
  height: 100px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dashed #e0e0e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px 0 10px;
}

.image-upload-btn i {
  color: #e0e0e0;
  position: absolute;
  font-size: 3em;
}

.image-upload-btn input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.upload-image-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.create-ad-submit {
  margin-top: 20px;
}

.create-ad-submit input:first-child {
  background: transparent;
  color: #4e5253;
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.create-ad-submit input:last-child {
  background: #35c695;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}

.search-section {
  background: -webkit-gradient(linear, left bottom, right top, from(#564882), to(#615193));
  background: linear-gradient(to top right, #564882, #615193);
  padding-bottom: 25px;
}

.search-box.header-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.alert-error-box {
  margin-top: 15px;
  background: #ef626c;
  padding: 15px;
  color: #790c14;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.alert-success-box {
  text-align: center;
}

.alert-success-box p {
  margin-top: 15px;
  background: #35c695;
  padding: 15px 35px;
  color: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  display: inline-block;
}

.image-upload-btn.image-added {
  border-color: #35c695;
}

.image-upload-btn.image-added i:first-child {
  opacity: 0;
}

.image-upload-btn i#image-added {
  opacity: 0;
}

.image-upload-btn.image-added i#image-added {
  opacity: 1;
  position: absolute;
  color: #35c695;
}

.image-upload-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.bread-crumbs {
  margin-top: 25px;
}

.bread-crumbs p {
  color: #5a5f61;
  letter-spacing: 1px;
  font-size: 0.8em;
}

.listing-view-container {
  margin-top: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-user-details h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #4b3f72;
  margin-bottom: 15px;
}

.listing-user-details p {
  font-size: 0.9em;
  color: #353839;
}

.listing-contact-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-user-button {
  margin-right: 15px;
}

.message-user-button button {
  background: #35c695;
  color: #fff;
  border: none;
  padding: 10px 15px;
}

.message-user-button a {
  background: #35c695;
  color: #fff;
  border: none;
  padding: 10px 15px;
}

.report-listing-button a i {
  margin-right: 5px;
}

.report-listing-button a {
  padding: 10px 15px;
  background: #f9f9f9;
  color: #b0b0b0;
}

.listing-details-container {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.listing-images-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
}

.main-listing-image {
  width: 400px;
  height: 300px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.main-listing-image:hover {
  background: #ececec;
}

.main-listing-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-listing-image a {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-listing-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.image-gallery-card {
  width: 80px;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  height: 80px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-gallery-card img {
  width: 100%;
}

.listing-similar-items {
  margin-top: 20px;
}

.similar-items-header,
.message-section-header {
  text-align: center;
}

.similar-items-header h3,
.message-section-header h3 {
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.similar-items-header h3:after,
.message-section-header h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #35c695;
  height: 2px;
  width: 70px;
}

.similar-listings-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.similar-listing-card {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  padding: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.similar-listing-price {
  background: #ffc857;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  padding: 10px;
  text-align: center;
}

.similar-listing-image {
  width: 250px;
  height: 200px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.similar-listing-image img {
  width: 100%;
}

.similar-listing-title {
  text-align: center;
  padding: 10px;
}

.similar-listing-title h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 10px;
  color: #353839;
}

.similar-listing-title p {
  color: #666c6e;
  font-size: 0.9em;
  margin-top: 10px;
}

.listing-details-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.listing-details-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.listing-price h3 {
  font-size: 1.3em;
  font-weight: 500;
  color: #ffc857;
  margin-bottom: 10px;
}

.listing-price p {
  font-size: 0.8em;
  color: #353839;
}

.listing-details-description {
  padding: 10px;
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.listing-details-description h3 {
  font-size: 1.2em;
  color: #353839;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.listing-details-description p {
  margin-top: 15px;
  color: #353839;
  line-height: 1.4;
  margin-bottom: 15px;
}

.listing-details-location {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #353839;
}

.listing-details-location p i {
  margin-right: 10px;
  color: #37a2cf;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-modal {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox-modal:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lightbox-close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 2em;
}

.lightbox-close-modal i {
  cursor: pointer;
}

.lightbox-main-image {
  width: 70%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.lightbox-main-image img {
  width: 100%;
}

.lightbox-image-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lightbox-image-roll img {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}

.my-listings-header {
  text-align: center;
  margin-top: 20px;
}

.my-listings-header h3 {
  font-size: 1.2em;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}

.my-listings-header h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #35c695;
}

.my-listings-section {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.my-listings-nav {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.my-listings-nav ul li {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  color: #353839;
}

.my-listings-nav ul li:last-child {
  border: none;
}

.my-listings-nav ul li.active a {
  color: #35c695;
}

.my-listings-content {
  margin-left: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

div.my-listings-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

div.my-listings-card:last-child {
  border-bottom: none;
}

.my-listings-image {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.my-listings-image img {
  width: 100%;
}

.my-listings-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.my-listings-details h3 {
  color: #4b3f72;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}

.my-listings-details h3 span {
  color: #ffc857;
  font-size: 0.8em;
  margin-left: 5px;
}

.my-listings-details p {
  font-size: 0.8em;
  color: #353839;
  position: relative;
}

.my-listings-details p span.date {
  font-weight: 600;
}

.my-listings-details p span.listing-status-live {
  width: 7px;
  position: absolute;
  top: 4px;
  margin-left: 5px;
  height: 7px;
  background: #35c695;
  border-radius: 50%;
}

.my-listings-details p span.listing-status-pending {
  width: 7px;
  position: absolute;
  top: 4px;
  margin-left: 5px;
  height: 7px;
  background: #ffc857;
  border-radius: 50%;
}

.my-listings-details p span.listing-status-draft {
  width: 7px;
  position: absolute;
  top: 4px;
  margin-left: 5px;
  height: 7px;
  background: grey;
  border-radius: 50%;
}

.my-listings-details p span.listing-status-rejected {
  width: 7px;
  position: absolute;
  top: 4px;
  margin-left: 5px;
  height: 7px;
  background: #ef626c;
  border-radius: 50%;
}

.my-listings-controls {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.edit-btn i,
button.delete-btn i {
  margin-left: 10px;
  color: #999fa1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

button.delete-btn {
  background: transparent;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

a.edit-btn i:hover {
  color: #37a2cf;
}

button.delete-btn i:hover {
  color: #ef626c;
}

.no-my-listings {
  text-align: center;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.no-my-listings h3 {
  font-size: 2em;
  font-weight: 600;
  color: #ced1d2;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.no-my-listings a {
  font-size: 0.9em;
  color: #37a2cf;
}

.account-header {
  text-align: center;
  margin-top: 15px;
}

.account-header h3 {
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  color: #353839;
  position: relative;
}

.account-header h3:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #35c695;
  height: 2px;
  width: 50px;
}

.search-results-header {
  text-align: center;
  margin-top: 20px;
}

.search-results-header h3 {
  padding-bottom: 15px;
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
}

.search-results-header h3:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 50px;
  background: #35c695;
}

.search-results {
  margin-top: 20px;
}

.search-results-card {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-result-image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
  overflow: hidden;
  margin-right: 10px;
}

.search-result-image img {
  width: 100%;
}

.search-result-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-result-title h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #4b3f72;
}

.search-result-price {
  margin-top: 5px;
}

.search-result-price p {
  font-size: 1em;
  font-weight: 500;
  color: #ffc857;
}

.search-result-price p span {
  font-size: 0.9em;
  letter-spacing: 1px;
}

.search-result-date {
  margin-top: 15px;
}

.search-result-date p {
  font-size: 0.8em;
  color: #7f8688;
}

.search-result-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-view-btn {
  margin-right: 10px;
}

.search-view-btn a {
  padding: 10px 15px;
  border: 1px solid #4b3f72;
  border-radius: 5px;
  color: #4b3f72;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.search-view-btn a:hover {
  background: #4b3f72;
  color: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.search-report-btn {
  margin-right: 10px;
}

.search-report-btn a {
  padding: 10px 15px;
  background: #f9f9f9;
  color: #b0b0b0;
}

.my-account-snapshot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.my-account-name h3 {
  color: #4b3f72;
  font-size: 1.1em;
  font-weight: 500;
}

.my-account-name p {
  margin-top: 10px;
  font-size: 0.9em;
  color: #353839;
}

.my-account-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.active-listings-stats {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #f0f0f0;
}

.active-listings-stats p,
.total-listings-stats p {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #353839;
  letter-spacing: 1px;
}

.active-listings-stats h3,
.total-listings-stats h3 {
  font-size: 2em;
  margin-top: 15px;
  color: #4e5253;
  font-weight: 600;
}

.my-account-edit,
.my-account-password {
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.my-account-edit form,
.my-account-password form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.my-account-edit label,
.my-account-password label {
  margin-bottom: 10px;
  color: #353839;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.my-account-edit input,
.my-account-password input {
  padding: 10px;
  border: 2px solid #f0f0f0;
  margin-bottom: 10px;
}

.my-account-edit input[type="submit"],
.my-account-password input[type="submit"] {
  border: none;
  width: 150px;
  background: #35c695;
  color: #fff;
  cursor: pointer;
}

.thread-card {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #f0f0f0;
}

.thread-from {
  margin-right: 15px;
}

.thread-from p {
  margin-top: 10px;
  font-size: 0.9em;
  color: #353839;
}

.thread-from span,
.thread-subject span {
  font-size: 0.8em;
  color: #666c6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thread-subject {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}

.thread-subject p {
  margin-top: 10px;
  color: #353839;
}

.thread-subject span {
  font-weight: 500;
  color: #37a2cf;
}

.thread-controls {
  margin-left: 5px;
}

.thread-controls > a > i {
  color: #f8bfc3;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.thread-controls a:hover i {
  color: #ef626c;
}

.listing-message-info {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-message-image {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.listing-message-image img {
  width: 100%;
}

.listing-message-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.listing-message-content h3 {
  font-size: 1.3em;
  color: #37a2cf;
  font-weight: 500;
}

.listing-message-content p {
  color: #666c6e;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 10px;
}

.listing-message-content span {
  color: #353839;
  font-size: 0.8em;
}

.listing-message-price {
  margin-right: 10px;
  text-align: center;
}

.listing-message-price span {
  color: #353839;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.listing-message-price h3 {
  color: #ffc857;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 5px;
}

.listing-message-price p {
  color: #ffc857;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 5px;
}

.listing-message-form {
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.listing-message-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.listing-message-form textarea {
  height: auto;
  padding: 20px;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  resize: none;
  font-family: 'ubuntu', sans-serif;
  font-size: 1em;
  color: #353839;
  margin-bottom: 10px;
}

.listing-message-form input[type="submit"] {
  border: none;
  background: #35c695;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.thread-card.new-thread-message p {
  font-weight: 500;
}

.thread-card.read-message {
  background: #fefefe;
}

.message-reply-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reply-section {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reply-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reply-section textarea {
  border: 2px solid #f0f0f0;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
  resize: none;
}

.reply-section input[type="submit"] {
  padding: 10px;
  border: none;
  background: #35c695;
  color: #fff;
}

.reply-message-screen {
  margin-top: 20px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  background: #fff;
}

.message-listing-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}

.message-listing-image {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
}

.message-listing-image img {
  width: 100%;
}

.message-listing-details {
  margin-top: 10px;
}

.message-listing-details h3 {
  font-weight: 600;
  color: #353839;
}

.message-listing-details p {
  color: #ffc857;
  font-size: 0.8em;
  margin-top: 5px;
  font-size: 500;
}

.message-card {
  margin-top: 15px;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 15px;
  color: #353839;
}

.message-card.sender {
  background: #d4f3e9;
  color: #353839;
}

.message-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-sender {
  color: #666c6e;
  text-transform: uppercase;
  font-size: 0.8em;
}

.message-time {
  color: #666c6e;
  font-size: 0.8em;
}

.message-content {
  margin-top: 15px;
}

.section-content {
  padding: 20px;
  margin-top: 20px;
}

.section-content p {
  margin-top: 15px;
  color: #353839;
  line-height: 1.4;
  font-size: 0.9em;
}

.section-content p strong {
  font-weight: 600;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.my-help-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}

.about-section-content {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 30px;
  line-height: 1.4;
}

.about-section-content p {
  margin-bottom: 10px;
  color: #353839;
  font-weight: 400;
}

.about-section-content p strong {
  font-weight: 600;
}

.my-about-section {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  width: 70%;
  margin-left: 20px;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.my-help-nav ul li {
  color: #353839;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.my-help-nav ul li:last-child {
  border: none;
}

.my-help-nav ul li a {
  color: #353839;
  font-size: 0.9em;
  opacity: 0.5;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.my-help-nav ul li a:hover {
  opacity: 1;
}

.my-help-nav ul li.active a {
  opacity: 1;
}

.about-menu ul li.contact-button a {
  opacity: 1;
  color: #fff;
}

.about-menu ul li.contact-button {
  padding: 15px;
  border: 2px solid #f9f9f9;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left bottom, right top, from(#35c695), to(#35c6bd));
  background: linear-gradient(to top right, #35c695, #35c6bd);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form form label {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #353839;
}

.contact-form form input,
.contact-form form textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form input[type="submit"] {
  background: -webkit-gradient(linear, left bottom, right top, from(#35c695), to(#35c6bd));
  background: linear-gradient(to top right, #35c695, #35c6bd);
  color: #fff;
  border: none;
}

.mobile-nav {
  display: none;
}

.mobile-menu {
  display: none;
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-icon,
.burger-icon::before,
.burger-icon::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #444;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger-icon::before,
.burger-icon::after {
  position: absolute;
  content: "";
}

.burger-icon::before {
  top: -8px;
}

.burger-icon::after {
  top: 8px;
}

.mobile-nav-header {
  display: none;
}

.alert.success-pop {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
}

.alert.success-pop.fade-out {
  opacity: 0 !important;
}

@-webkit-keyframes fade-intro {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-intro {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.alert.success-pop p {
  color: #fff;
  background: #35c695;
  padding: 15px 25px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  text-align: center;
  opacity: 0;
  -webkit-animation-name: fade-intro;
          animation-name: fade-intro;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.admin-header {
  background: #fff;
  padding-bottom: 25px;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.footer-admin {
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.footer-admin-section {
  padding: 25px;
}

.admin-copyright-content {
  color: #353839;
  font-size: 0.8em;
  text-align: center;
}

.admin-main-nav {
  position: relative;
}

.admin-main-nav ul {
  list-style-type: none;
}

.admin-main-nav ul li.list-item {
  display: inline-block;
  margin-left: 10px;
}

li.list-item-admin {
  font-size: 0.9em;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}

li.list-item-admin i {
  font-size: 0.8em;
  margin-left: 10px;
  margin-top: -5px;
}

li.list-item a {
  color: #353839;
  text-decoration: none;
  font-weight: 500;
}

.drop-down-menu {
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid #f0f0f0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: none;
}

.drop-down-menu.active {
  display: block;
}

.list-item-inner {
  padding: 10px 25px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.8em;
  color: #353839;
}

.list-item-inner i {
  margin-right: 10px;
}

.list-item-inner button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.admin-navigation {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  color: #666c6e;
  border-top: 1px solid #f0f0f0;
}

.dashboard-nav {
  text-align: center;
}

.dashboard-nav li {
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transtion: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transtion: all 0.2s ease;
  cursor: pointer;
}

.dashboard-nav li:hover {
  color: #37a2cf;
}

.dashboard-nav li.active {
  color: #37a2cf;
  border-bottom: 2px solid #37a2cf;
}

.dashboard-snapshot {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-snapshot-card {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  padding: 10px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.snapshot-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.snapshot-icon {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, right top, from(#37a2cf), to(#37bbcf));
  background: linear-gradient(to top right, #37a2cf, #37bbcf);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.snapshot-icon.green {
  background: -webkit-gradient(linear, left bottom, right top, from(#35c695), to(#35c6c5));
  background: linear-gradient(to top right, #35c695, #35c6c5);
}

.snapshot-icon.yellow {
  background: -webkit-gradient(linear, left bottom, right top, from(#ffc857), to(#ffa657));
  background: linear-gradient(to top right, #ffc857, #ffa657);
}

.snapshot-icon.red {
  background: -webkit-gradient(linear, left bottom, right top, from(#ef626c), to(#ef628b));
  background: linear-gradient(to top right, #ef626c, #ef628b);
}

.snapshot-icon.purple {
  background: #4b3f72;
}

.snapshot-icon {
  font-size: 2.5em;
}

.snapshot-details {
  margin-top: 15px;
  margin-left: 15px;
}

.snapshot-details p {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #4e5253;
}

.snapshot-details h3 {
  margin-top: 15px;
  font-size: 2em;
  font-weight: 600;
}

.pending-listings-dashboard {
  margin-top: 35px;
}

.dashboad-pending-listings-header p {
  color: #7f8688;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.dashboard-pending-listings {
  margin-top: 25px;
  width: 100%;
}

.dashboard-pending-listings thead > tr > th {
  background: #fff;
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

.dashboard-pending-listings tbody > tr {
  background: #fff;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}

.dashboard-pending-listings tbody > tr > td {
  padding: 20px;
  text-align: left;
}

.dashboard-pending-listings tbody > tr:nth-child(odd) {
  background: #f9f9f9;
}

.dashboard-pending-listings tbody > tr > td.button-form,
.dashboard-pending-listings thead > tr > th.button-form {
  text-align: center;
}

button.approve,
button.ban,
button.decline {
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

button.approve {
  color: #35c695;
}

button.ban {
  color: #ef626c;
}

button.decline {
  color: #ffc857;
}

@media only screen and (max-width: 1440px) {
  .fresh-ad-image {
    width: 300px;
    height: 250px;
  }

  .fresh-ad-content h3 {
    font-size: 1.2em;
  }

  .container-60.about-menu {
    width: 70%;
    text-align: center;
  }

  .container-60.c-res-90 {
    width: 70%;
  }

  .container-60.c-res-75 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }

  .container-60.c-res-90 {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
  }

  .search-box {
    width: 80%;
  }

  .fresh-ads-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .fresh-ads-list a {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }

  .fresh-ad-image {
    width: 320px;
  }

  .container-60 {
    width: 80%;
  }

  .container-60.c-res-75 {
    width: 90%;
  }

  .my-listings-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .my-listings-nav {
    margin-bottom: 15px;
  }

  .my-listings-nav ul li {
    display: inline-block;
    border-bottom: none;
    background-color: #f9f9f9;
  }

  .my-listings-content {
    margin-left: 0;
  }

  .main-listing-image {
    width: 300px;
    height: 250px;
  }

  .main-listing-image a {
    width: 300px;
    height: 250px;
  }

  .image-gallery-card {
    height: 50px;
  }

  .similar-listing-card {
    padding: 0;
  }

  .similar-listing-image {
    width: 200px;
    height: 150px;
  }

  .similar-listing-title h3 {
    font-size: 0.9em;
  }

  .search-results-card {
    padding: 5px;
  }

  .search-result-title h3 {
    font-size: 1em;
  }

  .search-view-btn a {
    font-size: 0.9em;
  }

  .search-report-btn a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 425px) {
  .my-about-section {
    margin: 0;
  }

  .container-60 {
    width: 90%;
  }

  .hero-content h3 {
    font-size: 2em;
    line-height: 1.3;
  }

  .fresh-ads-list {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-menu {
    position: fixed;
    background: #fff;
    padding: 20px;
    right: 20px;
    top: 80px;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
  }

  .mobile-menu li {
    padding: 10px;
    border-bottom: 1px solid #f9f9f9;
    color: #353839;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-nav-button.active .burger-icon {
    background-color: transparent;
  }

  .mobile-nav-button.active .burger-icon::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-nav-button.active .burger-icon::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  .list-item button {
    padding: 0;
  }

  .mobile-nav.alt-bright > .mobile-nav-button > .burger-icon,
  .mobile-nav.alt-bright > .mobile-nav-button > .burger-icon:after,
  .mobile-nav.alt-bright > .mobile-nav-button > .burger-icon:before {
    background-color: #fff;
  }

  .mobile-nav.alt-bright > .mobile-nav-button.active > .burger-icon {
    background-color: transparent;
  }

  .listing-user-details h3 {
    font-size: 0.9em;
  }

  .listing-user-details p {
    font-size: 0.7em;
  }

  .report-listing-button a {
    display: none;
  }

  .listing-details-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .listing-images-section {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .similar-listings-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .similar-listing-card {
    margin-bottom: 15px;
  }

  .copy-right-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .social-links {
    margin-bottom: 15px;
  }

  .footer-list {
    margin-bottom: 15px;
  }

  .listing-message-content span {
    font-size: 0.7em;
  }

  .listing-message-content h3 {
    font-size: 1em;
  }

  .search-report-btn {
    display: none;
  }

  .search-view-btn {
    display: none;
  }

  .search-result-title h3 {
    font-size: 0.9em;
  }

  .my-listings-nav ul li {
    margin-bottom: 10px;
  }

  .my-listings-content {
    padding: 7px;
  }

  div.my-listings-card {
    padding: 5px;
  }

  .my-listings-details h3 {
    font-size: 1em;
  }

  .my-listings-details p {
    font-size: 0.75em;
  }

  .container.cont-100 {
    width: 100%;
  }

  .thread-controls {
    display: none;
  }

  .thread-from {
    display: none;
  }

  .reply-message-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .message-listing-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .image-upload-btn {
    max-width: 50px;
    height: 50px;
    margin: 0;
  }

  .image-upload-btn i {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 414px) {
  .fresh-listings {
    padding-top: 25px;
  }

  .fresh-section-header {
    margin-bottom: 20px;
  }

  .login-form-container {
    width: 80%;
  }

  .login-header {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
  .main-header {
    height: 100vh;
  }

  .hero-content h3 {
    margin-top: 45px;
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 375px) {
  .search-box form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-header {
    height: 73vh;
  }

  .fresh-listings {
    padding-top: 10px;
  }
}

