.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1260px;
  }
}
@media only screen and (min-width: 1400px) {
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.gallery-open {
  overflow-y: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: normal;
  font-weight: normal;
  font-size: 25px;
}
a {
  color: #c80101;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #4a4d4e;
}
.a-center {
  text-align: center;
}
.collapse.in {
  height: auto !important;
}
.no-results {
  display: block;
  font-size: 20px;
  font-style: italic;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ld-space a img {
  max-width: 100%;
}
#header {
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  #header {
    min-height: 76px;
  }
}
#header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 502;
  width: 100%;
}
#header.fixed-header .header-wrapper {
  background-color: #ffffff;
  border-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #header.fixed-header .header-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#header.fixed-header .header-wrapper.sticky {
  background-color: #ffffff;
  border-color: rgba(225, 225, 225, 0.5);
}
#header .header-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
#header .header-wrapper .top {
  color: #ffffff;
  background-color: #c80101;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .top {
    min-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .top .block-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .top .block-right {
    text-align: right;
  }
}
#header .header-wrapper .top ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 3px 0 3px 0;
  display: inline-block;
}
#header .header-wrapper .top ul li {
  display: inline-block;
  font-size: 12px;
}
#header .header-wrapper .top ul li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
}
#header .header-wrapper .top ul li a {
  color: #ffffff;
  letter-spacing: 1px;
}
#header .header-wrapper .top ul li span {
  display: inline-block;
}
#header .header-wrapper .top ul li span + span {
  padding-left: 5px;
}
#header .header-wrapper .top .btn-group.language {
  margin-left: 10px;
}
#header .header-wrapper .top .btn-group.language .btn-as {
  position: relative;
  border: 1px solid #c80101;
  background-color: #c80101;
  color: #ffffff;
  text-transform: none;
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  line-height: 22px;
  z-index: 0;
  padding: 0 15px 0 5px;
  height: 25px;
  min-width: 60.5px;
  transition: all 0.2s ease;
  outline: none!important;
  vertical-align: top;
  margin-right: 0;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  #header .header-wrapper .top .btn-group.language .btn-as {
    min-width: 59.5px;
  }
}
#header .header-wrapper .top .btn-group.language .btn-as:after {
  position: absolute;
  top: 6px;
  right: 5px;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: 11px;
}
#header .header-wrapper .top .btn-group.language.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: #c80101;
  border-color: #ffffff;
  background-color: #ffffff;
}
#header .header-wrapper .top .btn-group.language .dropdown-menu {
  padding: 0 0;
  margin: -1px 0 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  min-width: 60px;
}
#header .header-wrapper .top .btn-group.language .dropdown-menu a {
  display: block;
  padding: 5px 5px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: left;
}
#header .header-wrapper .top .btn-group.language .dropdown-menu a:hover {
  background-color: #c80101;
  color: #ffffff;
}
#header .header-wrapper .top .btn-group.location .btn-as {
  position: relative;
  border: 1px solid #c80101;
  background-color: #c80101;
  color: #ffffff;
  text-transform: none;
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  line-height: 22px;
  z-index: 0;
  padding: 0 15px 0 10px;
  height: 25px;
  min-width: 10px;
  transition: all 0.2s ease;
  outline: none!important;
  vertical-align: top;
  margin-right: 0;
  margin-bottom: 0;
}
#header .header-wrapper .top .btn-group.location .btn-as:after {
  position: absolute;
  top: 7px;
  right: 3px;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: 11px;
}
#header .header-wrapper .top .btn-group.location.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#header .header-wrapper .top .btn-group.location .dropdown-menu {
  padding: 0 0;
  margin: -1px 0 0 0;
  top: 31px;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  min-width: 105px;
}
#header .header-wrapper .top .btn-group.location .dropdown-menu a {
  display: block;
  padding: 5px 10px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: left;
}
#header .header-wrapper .top .btn-group.location .dropdown-menu a:hover {
  background-color: #c80101;
  color: #ffffff;
}
#header .header-wrapper #impersonating {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #292929;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper #impersonating {
    min-height: 30px;
  }
}
#header .header-wrapper .main-menu .logo {
  padding: 10px 0 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .logo {
    padding: 22px 0 22px 0;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 992px) {
  #header .header-wrapper .main-menu .logo {
    padding: 10px 0 10px 0;
  }
}
#header .header-wrapper .main-menu .logo a {
  display: inline-block;
  min-height: 40px;
}
@media only screen and (min-width: 992px) {
  #header .header-wrapper .main-menu .logo a {
    min-height: 56px;
  }
}
#header .header-wrapper .main-menu .logo img {
  max-height: 40px;
  width: auto;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  #header .header-wrapper .main-menu .logo img {
    max-height: 56px;
  }
}
#header .header-wrapper .main-menu .main-navigation {
  text-align: right;
  padding: 15px 0 15px 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation {
    padding: 0 0 0 0;
  }
}
#header .header-wrapper .main-menu .main-navigation .main-nav {
  position: relative;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 30px!important;
  z-index: 1049;
}
@media only screen and (min-width: 992px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav {
    padding: 0 0 0 0!important;
  }
}
#header .header-wrapper .main-menu .main-navigation .main-nav:before,
#header .header-wrapper .main-menu .main-navigation .main-nav:after {
  display: table;
  content: " ";
}
#header .header-wrapper .main-menu .main-navigation .main-nav:after {
  clear: both;
}
#header .header-wrapper .main-menu .main-navigation .main-nav a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav > li {
    height: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    line-height: 86px;
    color: #000000;
  }
}
@media only screen and (min-width: 992px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#header .header-wrapper .main-menu .main-navigation .main-nav > li:hover > a {
  color: #c80101;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 3px;
  }
}
#header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0 solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 220px;
    background-color: #ffffff;
  }
}
#header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu ul > li {
  text-align: left;
}
#header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu ul > li > a {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu ul > li:hover > a {
    color: #ffffff;
    background-color: #c80101;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu .sub-menu {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu .sub-menu > a {
    position: relative;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu .sub-menu > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 15px;
    width: 15px;
    line-height: 1;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu .sub-menu > ul {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu .sub-menu > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu .sub-menu:hover > ul {
    display: block;
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .main-nav .sub-menu:hover > ul {
    display: block;
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
}
#header .header-wrapper .main-menu .main-navigation .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .main-navigation .btn-group {
    margin-top: 23px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
#header .header-wrapper .main-menu .main-navigation .btn-group.open .dropdown-toggle {
  color: #c80101;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu {
  min-width: 155px;
  padding: 0 0;
  margin: 0 0 0 0;
  top: 54px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
#header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu a {
  display: block;
  padding: 5px 10px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 16px;
  text-align: left;
}
#header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu a:hover {
  background-color: #c80101;
  color: #ffffff;
}
#header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu a .fa {
  font-size: 14px;
  margin-right: 10px;
}
#header .header-wrapper .main-menu .btn-as {
  margin-bottom: 0;
  min-width: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#header .header-wrapper .main-menu .btn-as .fa {
  margin-left: 0;
  margin-right: 0;
}
#header .header-wrapper .main-menu .btn-as.reverse {
  padding-left: 10px;
  padding-right: 10px;
}
#header .header-wrapper .main-menu .btn-as .fa {
  font-size: 18px;
}
#header .header-wrapper .main-menu .btn-as.mobile-menu {
  color: #000000;
  min-width: 30px;
  padding: 0 0;
  height: 30px!important;
  min-height: 30px!important;
  margin-top: 2px;
}
#header .header-wrapper .main-menu .btn-as.mobile-menu .fa {
  font-size: 24px;
  margin-right: 0!important;
  margin-left: 0!important;
}
#header .header-wrapper .main-menu .btn-add {
  width: 30px;
  height: 30px;
  min-height: 30px!important;
  margin-top: 6px;
  padding-top: 7px;
  text-align: center;
  margin-right: 0;
  background-color: #4a4d4e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper .main-menu .btn-add {
    display: none!important;
  }
}
#header .header-wrapper .main-menu .btn-add .fa {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li {
  display: block;
  border-top: 1px solid #e1e1e1;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li a {
  position: relative;
  display: block;
  padding: 5px 0 5px 5px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li a.sub-menu:after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f106";
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li a.sub-menu.collapsed:after {
  content: "\f105" !important;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li a .fa {
  font-size: 14px;
  margin-left: 0;
  margin-right: 10px;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li ul {
  margin: 0 0 0 0;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li ul li {
  padding-left: 15px;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li ul li a {
  display: block;
  padding: 5px 0 5px 5px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 16px;
  text-align: left;
}
#header .header-wrapper .main-menu .mobile-menu-wrapper ul li ul li a .fa {
  font-size: 12px;
  margin-left: 0;
  margin-right: 10px;
}
#header .header-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 502;
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper.sticky .main-menu .logo {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper.sticky .main-menu .logo a {
    min-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper.sticky .main-menu .logo img {
    max-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper.sticky .main-menu .main-navigation .main-nav > li {
    height: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper.sticky .main-menu .main-navigation .main-nav > li > a {
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-wrapper.sticky .main-menu .main-navigation .btn-group {
    margin-top: 10px;
  }
}
#header .header-wrapper.sticky .main-menu .main-navigation .btn-group .dropdown-menu {
  top: 50px;
}
html[dir=rtl] #header .header-wrapper .main-menu .main-navigation {
  text-align: left;
}
html[dir=rtl] #header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu {
  text-align: right;
}
html[dir=rtl] #header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu a {
  text-align: right;
}
html[dir=rtl] #header .header-wrapper .main-menu .main-navigation .btn-group .dropdown-menu .fa {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  html[dir=rtl] #header .header-wrapper .main-menu .logo {
    text-align: right;
  }
}
html[dir=rtl] #header .header-wrapper .main-menu .mobile-menu-wrapper ul li a {
  text-align: right;
}
html[dir=rtl] #header .header-wrapper .main-menu .mobile-menu-wrapper ul li a .fa {
  margin-left: 10px !important;
  margin-right: 0 !important;
}
#footer {
  min-height: 300px;
  background-color: #121921;
  padding: 0 0 30px 0;
  color: #ffffff;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 0 0 50px 0;
    margin-top: 80px;
  }
}
#footer .newsletter-banner {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  #footer .newsletter-banner {
    margin: 0 0 50px 0;
  }
}
#footer .post-add-bar {
  padding: 30px 0;
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #c80101;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  #footer .post-add-bar {
    font-size: 22px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 0 50px 0;
  }
}
#footer .post-add-bar span {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  vertical-align: middle;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  #footer .post-add-bar span {
    font-size: 22px;
    line-height: normal;
    padding-top: 5px;
  }
}
#footer h2 {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ffffff;
}
#footer ul.links {
  list-style: none;
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
  #footer ul.links {
    padding: 0 0 0 0;
  }
}
#footer ul.links.two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#footer ul.links li {
  padding: 3px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #footer ul.links li {
    padding: 5px 0 0 0;
  }
}
#footer ul.links li a {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  #footer ul.links li a {
    font-size: 14px;
  }
}
#footer ul.links li a:hover {
  opacity: .8;
}
#footer ul.social {
  list-style: none;
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
}
#footer ul.social li {
  display: inline-block;
  padding: 0 10px 0 0;
}
#footer ul.social li a {
  font-size: 24px;
  color: #ffffff;
}
#footer ul.social li a:hover {
  opacity: .8;
}
#footer .copyright {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  #footer .copyright {
    text-align: center;
  }
}
.main-search {
  min-height: 100px;
  padding: 10px 0 0 0;
  margin: 0 0 40px 0;
  background-image: url('../img/bg-main-search.png');
  background-repeat: repeat;
  background-size: 149px 139px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  /* CATEGORIES AS MENU*/
  /* CATEGORIES AS */
}
@media only screen and (min-width: 768px) {
  .main-search {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-search {
    min-height: 200px;
    padding: 10px 0 10px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .main-search {
    background-image: url('../img/bg-main-search@2x.png');
  }
}
.main-search form {
  margin: 10px 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 70px;
}
@media only screen and (min-width: 768px) {
  .main-search form {
    margin: 10px -15px;
    padding: 15px 15px 5px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1280px) {
}
.main-search form .form-group {
  margin: 0!important;
  padding-bottom: 10px;
}
.main-search form .form-group .input-group {
  padding-bottom: 0;
}
.main-search form .form-group #choose-class {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px;
  max-width: 500px;
  height: 40px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.main-search form .input-group {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
}
.main-search form .input-group.field-listingsearch-currency_id select {
  display: none;
}
@media only screen and (min-width: 768px) {
}
.main-search form .input-group.field-listingsearch-categoryslug {
  padding-bottom: 0!important;
}
.main-search form .input-group.field-listingsearch-categoryslug .help-block {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #737373;
}
.main-search form .input-group.no-icon input[type="text"],
.main-search form .input-group.no-icon input[type="number"],
.main-search form .input-group.no-icon input[type="password"],
.main-search form .input-group.no-icon input[type="search"],
.main-search form .input-group.no-icon input[type="email"],
.main-search form .input-group.no-icon input[type="tel"] {
  padding: 0 10px 0 10px;
}
.main-search form .input-group input[type="text"],
.main-search form .input-group input[type="number"],
.main-search form .input-group input[type="password"],
.main-search form .input-group input[type="search"],
.main-search form .input-group input[type="email"],
.main-search form .input-group input[type="tel"],
.main-search form .input-group .form-control {
  padding: 0 10px 0 30px;
  border-right-width: 1px!important;
}
.main-search form .input-group .fa {
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 4;
  color: #292929;
}
.main-search form .input-group .input-group {
  padding-bottom: 0;
}
.main-search form button {
  width: 100%;
}
.main-search form .btn-as {
  text-align: center;
  width: 100%;
  padding: 0 0;
}
.main-search .separator-text {
  position: relative;
  overflow: hidden;
  min-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
.main-search .separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 160px;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .main-search .separator-text:after {
    left: 0;
  }
}
.main-search .separator-text .switch-title {
  padding: 0px;
  font-weight: 500;
}
.main-search .separator-text .switch-title-wrapper {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) {
  .main-search .separator-text .switch-title-wrapper {
    padding-left: 20px;
  }
}
.main-search .separator-text > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 0 20px 0 0;
  background-color: transparent;
  color: #c80101;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .main-search .separator-text > span {
    left: auto;
    right: 0;
    padding: 0 20px 0 20px;
    background-color: #ffffff;
  }
}
.main-search .separator-text > span svg {
  position: absolute;
  top: 7px;
  right: 0;
  width: 12px;
  height: 6px;
}
.main-search .separator-text > span svg polyline {
  fill: none;
  stroke: #c80101;
  stroke-miterlimit: 10;
}
.main-search .separator-text > span[aria-expanded="false"] svg:first-child,
.main-search .separator-text > span[aria-expanded="false"] span:first-child {
  display: none;
}
.main-search .separator-text > span[aria-expanded="false"] svg:last-child,
.main-search .separator-text > span[aria-expanded="false"] span:last-child {
  display: block;
}
.main-search .separator-text > span[aria-expanded="true"] svg:first-child,
.main-search .separator-text > span[aria-expanded="true"] span:first-child {
  display: block;
}
.main-search .separator-text > span[aria-expanded="true"] svg:last-child,
.main-search .separator-text > span[aria-expanded="true"] span:last-child {
  display: none;
}
.main-search .search-categories-hover {
  margin: 0 auto;
  /* *** */
}
@media only screen and (min-width: 992px) {
}
.main-search .search-categories-hover .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.main-search .search-categories-hover .navbar-nav {
  float: none;
  margin-top: 15px;
}
.main-search .search-categories-hover .navbar-nav > .open a {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  color: #c80101;
  background: transparent;
}
.main-search .search-categories-hover .navbar-nav > .open a:before {
  opacity: 1;
}
.main-search .search-categories-hover .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-search .search-categories-hover .navbar-nav ul li.parent {
  position: relative;
}
.main-search .search-categories-hover .navbar-nav ul li.dropdown-submenu {
  position: relative;
}
.main-search .search-categories-hover .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  position: absolute;
}
.main-search .search-categories-hover .navbar-nav li.active {
  background: none;
}
.main-search .search-categories-hover .navbar-nav li.active > a {
  background: none;
  color: #c80101 !important;
}
.main-search .search-categories-hover .navbar-nav li a {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.main-search .search-categories-hover .navbar-nav li a:hover,
.main-search .search-categories-hover .navbar-nav li a:active,
.main-search .search-categories-hover .navbar-nav li a:focus {
  background: none;
  color: #c80101;
}
.main-search .search-categories-hover .navbar-nav li.open > a {
  background: none;
  color: #c80101;
}
.main-search .search-categories-hover .navbar-nav > li {
  float: left;
  padding: 0 0;
  width: 20%;
  zoom: 1;
  transition: all 0.4s ease;
}
.main-search .search-categories-hover .navbar-nav > li:hover > a {
  background: none;
  color: #c80101;
}
.main-search .search-categories-hover .navbar-nav > li:hover > a.dropdown-toggle:after {
  color: #c80101;
}
.main-search .search-categories-hover .navbar-nav > li > a {
  position: relative;
}
.main-search .search-categories-hover .navbar-nav > li > a .caret {
  display: none;
}
.main-search .search-categories-hover .navbar-nav > li:last-child > a:before {
  display: none;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(1).aligned-fullwidth .dropdown-menu:before,
.main-search .search-categories-hover .navbar-nav > li:nth-child(1).aligned-fullwidth .dropdown-menu:after {
  left: 0;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(1).aligned-fullwidth .dropdown-menu:before {
  margin-left: 35px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(1).aligned-fullwidth .dropdown-menu:after {
  margin-left: 36px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(2).aligned-fullwidth .dropdown-menu:before,
.main-search .search-categories-hover .navbar-nav > li:nth-child(2).aligned-fullwidth .dropdown-menu:after {
  left: 20%;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(2).aligned-fullwidth .dropdown-menu:before {
  margin-left: 31px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(2).aligned-fullwidth .dropdown-menu:after {
  margin-left: 32px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(3).aligned-fullwidth .dropdown-menu:before,
.main-search .search-categories-hover .navbar-nav > li:nth-child(3).aligned-fullwidth .dropdown-menu:after {
  left: 40%;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(3).aligned-fullwidth .dropdown-menu:before {
  margin-left: 25px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(3).aligned-fullwidth .dropdown-menu:after {
  margin-left: 26px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(4).aligned-fullwidth .dropdown-menu:before,
.main-search .search-categories-hover .navbar-nav > li:nth-child(4).aligned-fullwidth .dropdown-menu:after {
  left: 60%;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(4).aligned-fullwidth .dropdown-menu:before {
  margin-left: 17px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(4).aligned-fullwidth .dropdown-menu:after {
  margin-left: 18px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(5).aligned-fullwidth .dropdown-menu:before,
.main-search .search-categories-hover .navbar-nav > li:nth-child(5).aligned-fullwidth .dropdown-menu:after {
  left: 80%;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(5).aligned-fullwidth .dropdown-menu:before {
  margin-left: 17px;
}
.main-search .search-categories-hover .navbar-nav > li:nth-child(5).aligned-fullwidth .dropdown-menu:after {
  margin-left: 18px;
}
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu {
  display: block;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  font-weight: 400;
  min-width: 15em;
  padding: 30px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #ffffff;
  border: 1px solid #c80101;
}
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu:before,
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu:before {
  border-color: transparent;
  border-bottom-color: #c80101;
  border-width: 11px;
  margin-left: -11px;
}
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu:after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu a {
  border-bottom: 1px dotted #b2b2b2;
  padding: 0;
  line-height: 50px;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}
.main-search .search-categories-hover .navbar-nav > li .dropdown-menu a:hover {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #000000;
}
.main-search .search-categories-hover .navbar-nav li:hover > .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.main-search .search-categories-hover .navbar-nav ul.dropdown-menu ul.dropdown-menu {
  left: 80%;
  top: 0;
}
.main-search .search-categories-hover .navbar-nav a {
  display: table;
  height: 50px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0 15px;
  color: #000000;
}
.main-search .search-categories-hover .navbar-nav a .fa {
  font-size: 24px;
  margin-top: -3px;
}
.main-search .search-categories-hover .navbar-nav a .fa.fa-home {
  font-size: 32px;
}
.main-search .search-categories-hover .navbar-nav a .fa.fa-child {
  font-size: 32px;
}
.main-search .search-categories-hover .navbar-nav a span {
  display: table-cell;
  vertical-align: middle;
}
.main-search .search-categories-hover .navbar-nav a span:first-child {
  width: 40px;
  text-align: center;
}
.main-search .search-categories-hover .navbar-nav a span:nth-child(2) {
  padding-left: 5px;
  max-width: 175px;
}
.main-search .search-categories-hover .navbar-nav > .aligned-fullwidth {
  position: static !important;
}
.main-search .search-categories-hover .navbar-nav > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.main-search .search-categories-hover .navbar-nav > .aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.main-search .search-categories-click {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-search .search-categories-click {
    display: block;
  }
}
.main-search .search-categories-click a.categ-item {
  position: relative;
  display: table;
  height: 50px;
  font-family: 'Quicksand', sans-serif;
  font-size: px;
  line-height: 16px;
  padding: 0 0;
  color: #000000;
  text-decoration: none;
}
.main-search .search-categories-click a.categ-item.active span {
  color: #c80101;
}
.main-search .search-categories-click a.categ-item.active:before,
.main-search .search-categories-click a.categ-item.active:after {
  bottom: -1px;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
}
.main-search .search-categories-click a.categ-item.active:before {
  border-color: transparent;
  border-bottom-color: #e1e1e1;
  border-width: 11px;
  margin-left: -11px;
}
.main-search .search-categories-click a.categ-item.active:after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.main-search .search-categories-click a.categ-item:hover span {
  color: #c80101;
}
.main-search .search-categories-click a.categ-item .fa {
  font-size: 24px;
  margin-top: -3px;
}
.main-search .search-categories-click a.categ-item .fa.fa-home {
  font-size: 32px;
}
.main-search .search-categories-click a.categ-item .fa.fa-child {
  font-size: 32px;
}
.main-search .search-categories-click a.categ-item span {
  display: table-cell;
  vertical-align: middle;
}
.main-search .search-categories-click a.categ-item span:first-child {
  width: 40px;
  text-align: center;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper {
  padding: 15px;
  position: relative;
  margin: 0 0 10px 0;
  min-height: 50px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper .subcategories-title {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper .subcategories-title a {
  color: #c80101;
  text-decoration: none;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper .item {
  padding: 0 0 10px 0;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper .item a {
  color: #000000;
  text-decoration: none;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper .item a span {
  color: #b1b1b1;
  display: block;
  font-size: 12px;
}
.main-search .search-categories-click .subcategories-box .subcategories-box-wrapper .item a:hover {
  color: #c80101;
}
html[dir=rtl] .main-search .separator-text > span {
  padding: 0 20px 0 20px;
}
.categories-mobile {
  padding: 10px 0 0 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .categories-mobile {
    display: none;
  }
}
.categories-mobile .browse {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 15px 10px 15px;
  margin: 0 -15px 0 -15px;
  background-color: #4a4d4e;
  display: block;
}
.categories-mobile .browse:after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "\f107";
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 24px;
  line-height: 18px;
}
.categories-mobile .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.categories-mobile .panel .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top: 1px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.categories-mobile .panel .panel-heading a {
  position: relative;
  display: table;
  height: 40px;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 0 0;
  color: #c80101;
  text-decoration: none;
}
.categories-mobile .panel .panel-heading a:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #c80101;
  font-size: 18px;
  line-height: 18px;
}
.categories-mobile .panel .panel-heading a[aria-expanded="true"]:after {
  content: "\f106";
}
.categories-mobile .panel .panel-heading a span {
  display: table-cell;
  vertical-align: middle;
}
.categories-mobile .panel .panel-heading a span:first-child {
  width: 40px;
  text-align: center;
}
.categories-mobile .panel .panel-heading a .fa {
  font-size: 18px;
  margin-top: -3px;
}
.categories-mobile .panel .panel-heading a .fa.fa-home {
  font-size: 24px;
}
.categories-mobile .panel .panel-heading a .fa.fa-child {
  font-size: 24px;
}
.categories-mobile .panel .panel-collapse ul {
  list-style: none;
  margin: 0 10px 0 10px;
  padding: 0 0 0 0;
}
.categories-mobile .panel .panel-collapse ul li {
  padding: 10px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
}
.categories-mobile .panel .panel-collapse ul li a {
  display: block;
  color: #c80101;
}
.categories-mobile .panel .panel-collapse ul li a span {
  display: block;
  font-size: 10px;
  opacity: 0.8;
}
.listings-list {
  margin: 0 0 40px 0;
}
.listings-list h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
.listings-list h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.listings-list .item {
  position: relative;
  padding-bottom: 30px;
}
.listings-list .item .price {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 5;
  border: 1px solid #f5f5f5;
  background-color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px;
  max-width: 150px;
  height: 40px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .price {
    font-size: 16px;
    max-height: 34px;
    height: 34px;
    max-width: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .listings-list .item .price {
    top: 105px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .listings-list .item .price {
    top: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .listings-list .item .price {
    top: 170px;
  }
}
.listings-list .item .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border-bottom: 0;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .image {
    height: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .listings-list .item .image {
    height: 207px;
  }
}
@media only screen and (min-width: 1400px) {
  .listings-list .item .image {
    height: 224px;
  }
}
.listings-list .item .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  /*
        -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-7em,0);
        transform: rotate3d(0,0,1,-45deg) translate3d(0,-7em,0);
        */
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  display: none;
}
.listings-list .item .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #c80101;
  display: none;
}
.listings-list .item .image img {
  width: 100%;
  height: auto;
  min-height: 80px;
}
@media only screen and (min-width: 992px) {
  .listings-list .item .image img {
    min-height: 100px;
  }
}
.listings-list .item .image .img-link {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .image .img-link {
    height: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .listings-list .item .image .img-link {
    height: 207px;
  }
}
@media only screen and (min-width: 1400px) {
  .listings-list .item .image .img-link {
    height: 224px;
  }
}
.listings-list .item .image .img-link img {
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .image .img-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.listings-list .item .image .action-icon {
  position: absolute;
  left: -32px;
  bottom: 20px;
  z-index: 3;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-block;
  /*
        &:nth-child(2) {
          left: -74px;
        }
        */
}
.listings-list .item .image .action-icon .fa {
  font-size: 17px;
  color: #ffffff;
  padding-top: 7px;
}
.listings-list .item .image .action-icon:hover {
  background-color: rgba(255, 255, 255, 0.97);
}
.listings-list .item .image .action-icon:hover .fa {
  color: #c80101;
}
.listings-list .item .image .promoted {
  position: absolute;
  top: 90px;
  left: -15px;
  z-index: 3;
  height: 35px;
  width: 200px;
  background-color: rgba(86, 87, 164, 0.95);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  display: table;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .image .promoted {
    left: -28px;
    height: 25px;
    width: 200px;
    font-size: 12px;
  }
}
.listings-list .item .image .promoted span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .image .promoted span {
    font-size: 12px;
  }
}
.listings-list .item .info {
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
  border-top: 0;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .info {
    min-height: 85px;
  }
}
.listings-list .item .info .name {
  font-size: 20px;
  color: #292929;
  max-height: 30px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .info .name {
    font-size: 16px;
    max-height: 22px;
  }
}
.listings-list .item .info .category {
  font-size: 14px;
  color: #292929;
  max-height: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}
.listings-list .item .info .category:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 25px;
  height: 2px;
  margin: 0 0;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .info .category {
    font-size: 12px;
    max-height: 17px;
  }
}
.listings-list .item .info .location {
  font-size: 14px;
  color: #292929;
  max-height: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .listings-list .item .info .location {
    font-size: 12px;
    max-height: 17px;
  }
}
.listings-list .item:hover .image {
  background-color: #000000;
}
.listings-list .item:hover .image:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.listings-list .item:hover .image .action-icon {
  transform: translate(42px, 0);
  -webkit-transform: translate(42px, 0);
  -o-transform: translate(42px, 0);
  -moz-transform: translate(42px, 0);
  /*
          &:nth-child(2) {
            transform: translate(86px,0);
            -webkit-transform: translate(86px,0);
            -o-transform: translate(86px,0);
            -moz-transform: translate(86px,0);
          }
          */
}
.listings-list .item:hover .image .img-link {
  opacity: .8;
}
.listings-list .item:hover .image img {
  opacity: .8;
}
.listings-list .item:hover .info .name {
  color: #c80101;
}
.listings-list .item:hover .info .location i:before {
  color: #4a4d4e;
}
.listings-list .load-more {
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}
.listings-list-2 {
  margin: 0 0 40px 0;
}
.listings-list-2.margin-top {
  margin-top: 40px;
}
.listings-list-2 h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.listings-list-2 h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.listings-list-2 .item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /**/
}
@media only screen and (min-width: 992px) {
  .listings-list-2 .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.listings-list-2 .item:before,
.listings-list-2 .item:after {
  display: table;
  content: " ";
}
.listings-list-2 .item:after {
  clear: both;
}
.listings-list-2 .item .price {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 5;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .price {
    position: relative;
    top: auto;
    right: auto;
    border: 0;
    background-color: #ffffff;
    display: block;
    padding: 0;
    float: right;
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .listings-list-2 .item .price {
    width: 15%;
  }
}
.listings-list-2 .item .price span {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  color: #b1b1b1;
  letter-spacing: normal;
}
.listings-list-2 .item .image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .image {
    float: left;
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .listings-list-2 .item .image {
    width: 20%;
    max-height: 140px;
  }
}
.listings-list-2 .item .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  /*
        -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-7em,0);
        transform: rotate3d(0,0,1,-45deg) translate3d(0,-7em,0);
        */
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  display: none;
}
.listings-list-2 .item .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #c80101;
  display: none;
}
.listings-list-2 .item .image img {
  width: 100%;
  height: auto;
  min-height: 80px;
}
@media only screen and (min-width: 992px) {
  .listings-list-2 .item .image img {
    min-height: 100px;
  }
}
.listings-list-2 .item .image .img-link {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .image .img-link {
    height: 140px;
  }
}
.listings-list-2 .item .image .img-link img {
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .image .img-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.listings-list-2 .item .image .action-icon {
  position: absolute;
  left: -32px;
  bottom: 20px;
  z-index: 3;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-block;
  /*
        &:nth-child(2) {
          left: -74px;
        }
        */
}
.listings-list-2 .item .image .action-icon .fa {
  font-size: 17px;
  color: #ffffff;
  padding-top: 7px;
}
.listings-list-2 .item .image .action-icon:hover {
  background-color: rgba(255, 255, 255, 0.97);
}
.listings-list-2 .item .image .action-icon:hover .fa {
  color: #c80101;
}
.listings-list-2 .item .image .promoted {
  position: absolute;
  top: 90px;
  left: -15px;
  z-index: 3;
  height: 35px;
  width: 200px;
  background-color: rgba(86, 87, 164, 0.95);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  display: table;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .image .promoted {
    left: -28px;
    height: 25px;
    width: 200px;
    font-size: 12px;
  }
}
.listings-list-2 .item .image .promoted span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .image .promoted span {
    font-size: 12px;
  }
}
.listings-list-2 .item .info {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .info {
    padding: 0 0 0 20px;
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .listings-list-2 .item .info {
    padding: 0 0 0 20px;
    width: 65%;
  }
}
.listings-list-2 .item .info .name {
  font-size: 20px;
  color: #c80101;
  max-height: 30px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .info .name {
    font-size: 20px;
    min-height: 115px;
  }
}
@media only screen and (min-width: 992px) {
  .listings-list-2 .item .info .name {
    min-height: 80px;
  }
}
.listings-list-2 .item .info .name span {
  display: block;
  font-size: 12px;
  color: #b1b1b1;
}
.listings-list-2 .item .info .name span.title {
  font-size: 20px;
  color: #c80101;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 60px;
  max-width: 700px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listings-list-2 .item .info .category {
  font-size: 14px;
  color: #292929;
  max-height: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}
.listings-list-2 .item .info .category:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 25px;
  height: 2px;
  margin: 0 0;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .info .category {
    font-size: 14px;
    max-height: 20px;
  }
}
.listings-list-2 .item .info .location {
  font-size: 14px;
  color: #292929;
  max-height: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .listings-list-2 .item .info .location {
    font-size: 14px;
    max-height: 20px;
  }
}
.listings-list-2 .item:hover .image {
  background-color: #000000;
}
.listings-list-2 .item:hover .image:before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.listings-list-2 .item:hover .image .action-icon {
  transform: translate(42px, 0);
  -webkit-transform: translate(42px, 0);
  -o-transform: translate(42px, 0);
  -moz-transform: translate(42px, 0);
  /*
          &:nth-child(2) {
            transform: translate(86px,0);
            -webkit-transform: translate(86px,0);
            -o-transform: translate(86px,0);
            -moz-transform: translate(86px,0);
          }
          */
}
.listings-list-2 .item:hover .image .img-link {
  opacity: .8;
}
.listings-list-2 .item:hover .image img {
  opacity: .8;
}
.listings-list-2 .item:hover .price {
  color: #c80101;
}
.listings-list-2 .item:hover .info .location i:before {
  color: #4a4d4e;
}
.boxed-list {
  padding: 15px 15px 0 15px;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .boxed-list {
    padding: 30px 30px 0 30px;
    margin: 30px 0 30px 0;
  }
}
.boxed-list.primary {
  background-color: rgba(86, 87, 164, 0.1);
}
.boxed-list.grey {
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.09);
}
.boxed-list.grey .listings-list-2 .item {
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .boxed-list.grey .listings-list-2 .item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item:after {
    content: "";
    display: block;
    margin: 0;
    height: 1px;
    background-color: #e1e1e1;
  }
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item:last-child:after {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item .image {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item .info .name {
    min-height: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .boxed-list.grey .listings-list-2 .item .price {
    background-color: transparent;
  }
}
.listing-on-map {
  position: relative;
}
.listing-on-map .map-wrapper {
  position: relative;
}
.listing-on-map .map-wrapper .map-error {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.listing-on-map .map-wrapper .map-error .alert {
  position: relative;
  padding: 15px 35px;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .listing-on-map .map-wrapper .map-error .alert {
    padding: 15px 25px;
  }
}
.listing-on-map .map-wrapper .map-error .alert.alert-success {
  color: #ffffff;
  background-color: #1f7e26;
  border-color: transparent;
}
.listing-on-map .map-wrapper .map-error .alert.alert-danger {
  color: #ffffff;
  background-color: #d34836;
  border-color: transparent;
}
.listing-on-map .map-wrapper .map-error .alert.alert-info {
  color: #c80101;
  background-color: rgba(0, 150, 136, 0.16);
  border-color: transparent;
}
.listing-on-map .map-wrapper .map-error .alert.alert-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}
.listing-on-map .map-wrapper .map-error .alert ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.listing-on-map .map-wrapper .overlay-loading-map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.listing-on-map .map-wrapper .overlay-loading-map .icon-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
}
.listing-on-map .map-wrapper .overlay-loading-map .fa {
  font-size: 64px;
  color: #c80101;
}
.listing-on-map .map {
  height: 350px;
}
@media only screen and (min-width: 768px) {
  .listing-on-map .map {
    height: 450px!important;
  }
}
@media only screen and (min-width: 992px) {
  .listing-on-map .map {
    height: 600px!important;
  }
}
.listing-on-map .map input[type="submit"],
.listing-on-map .map button {
  min-height: 27px!important;
}
.listing-on-map .map .gm-style-iw {
  width: 250px!important;
}
.listing-on-map .map .gm-style-iw .tooltip-list {
  max-height: 200px;
  overflow-y: scroll;
}
.listing-on-map .map .gm-style-iw .tooltip-list .tool-list-title {
  display: block;
  padding-bottom: 10px;
}
.listing-on-map .map .gm-style-iw .map-tooltip {
  width: 250px!important;
  margin: 5px 0 5px 0;
}
.listing-on-map .map .gm-style-iw .map-tooltip:before,
.listing-on-map .map .gm-style-iw .map-tooltip:after {
  display: table;
  content: " ";
}
.listing-on-map .map .gm-style-iw .map-tooltip:after {
  clear: both;
}
.listing-on-map .map .gm-style-iw .map-tooltip .image {
  position: relative;
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
}
.listing-on-map .map .gm-style-iw .map-tooltip .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  min-height: 75px;
  min-width: 75px;
}
.listing-on-map .map .gm-style-iw .map-tooltip .copy {
  float: left;
  width: 160px;
}
.listing-on-map .map .gm-style-iw .map-tooltip + .map-tooltip {
  margin-top: 15px;
}
.listing-on-map .map .gm-style-iw h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #c80101;
  width: 100%;
  padding: 2px 0 0 0;
  max-width: 160px;
  height: 26px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
}
.listing-on-map .map .gm-style-iw h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 5px 0;
}
.listing-on-map .map .gm-style-iw .location {
  font-size: 12px;
  color: #292929;
  max-height: 20px;
  padding-top: 3px;
  display: block;
  overflow: hidden;
}
.listing-on-map .no-results {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  padding: 5px 25px 5px 25px;
  background-color: rgba(255, 255, 255, 0.85);
}
.listing-on-map .listings-list-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px 25px 15px 25px;
  background-color: rgba(255, 255, 255, 0.85);
}
.listing-on-map .listings-list-2 h1 {
  font-size: 18px;
  line-height: 18px;
  padding-top: 10px;
  margin-bottom: 0;
}
.listing-on-map .listings-list-2 h1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
}
.listing-on-map .listings-list-2 .child-categories-list {
  padding: 10px 0 0 0;
  margin-top: 10px;
}
.listing-on-map .listings-list-2 .child-categories-list svg {
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .listing-on-map .listings-list-2 .child-categories-list ul li {
    margin: 0 10px 0 0;
  }
}
.listing-on-map .dropdown {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  padding: 5px 40px 5px 25px;
  background-color: rgba(255, 255, 255, 0.85);
}
.listing-on-map .dropdown .dropdown-toggle {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #c80101;
}
.listing-on-map .dropdown .dropdown-toggle svg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 8px;
}
.listing-on-map .dropdown .dropdown-toggle svg polyline {
  fill: none;
  stroke: #c80101;
  stroke-miterlimit: 10;
}
.listing-on-map .dropdown .dropdown-menu {
  padding: 0 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border: 0 solid #ccc;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
}
.listing-on-map .dropdown .dropdown-menu a {
  display: block;
  white-space: nowrap;
  padding: 3px 25px 3px 25px;
}
.listing-on-map .dropdown .dropdown-menu a:first-child {
  padding-top: 5px;
}
.listing-on-map .dropdown .dropdown-menu a:last-child {
  padding-bottom: 5px;
}
.listing-on-map .dropdown .dropdown-menu a:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.25);
}
.listing-on-map .dropdown span {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 20px;
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  border-left: 1px solid #c80101;
  padding: 3px 25px 0 15px;
  height: 35px;
}
.listing-on-map + .main-search {
  padding: 0 0 0 0;
  background-image: none!important;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .listing-on-map + .main-search {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .listing-on-map + .main-search {
    min-height: 100px;
    padding: 0 0 0 0;
  }
}
.listing-on-map + .main-search form {
  margin: 10px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .listing-on-map + .main-search form {
    margin: -100px -15px 10px -15px;
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .listing-on-map + .main-search form.search-map {
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
  .listing-on-map + .main-search form .btn-as {
    margin-bottom: 0;
  }
}
#map input[type="submit"],
#map-content input[type="submit"],
#map button,
#map-content button {
  min-height: 27px!important;
}
.others-listings .container .listings-list .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.child-categories-list {
  position: relative;
  padding: 10px 0 20px 0;
  border-top: 1px solid #c80101;
}
@media only screen and (min-width: 768px) {
  .child-categories-list {
    padding: 10px 0 40px 0;
  }
}
.child-categories-list svg {
  position: absolute;
  top: -8px;
  left: 22px;
  width: 16px;
  height: 8px;
  background-color: #ffffff;
}
.child-categories-list svg polyline {
  fill: none;
  stroke: #c80101;
  stroke-miterlimit: 10;
}
.child-categories-list ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.child-categories-list ul:before,
.child-categories-list ul:after {
  display: table;
  content: " ";
}
.child-categories-list ul:after {
  clear: both;
}
.child-categories-list ul li {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 10px 10px 0;
  border: 1px solid #c80101;
}
.child-categories-list ul li a {
  display: inline-block;
  padding: 4px 10px 5px 10px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 22px;
  max-width: 150px;
  height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: 'Quicksand', sans-serif;
  color: #c80101;
  white-space: nowrap;
}
.child-categories-list ul li:hover {
  border: 1px solid #4a4d4e;
  background-color: #4a4d4e;
}
.child-categories-list ul li:hover a {
  color: #ffffff;
}
ul.list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.list:before,
ul.list:after {
  display: table;
  content: " ";
}
ul.list:after {
  clear: both;
}
ul.list li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
}
ul.list li ul {
  width: 100%;
  display: table;
}
ul.list li.list-head {
  width: 100%;
}
ul.list li.list-head ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}
ul.list li.list-head ul li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 5px 0 5px;
  height: 27px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-head ul li {
    padding: 0 10px 0 10px;
    height: 40px;
  }
}
ul.list li.list-head ul li:first-child {
  padding: 0 5px 0 10px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-head ul li:first-child {
    padding: 0 10px 0 20px;
  }
}
ul.list li.list-head ul li:last-child {
  padding: 0 10px 0 5px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-head ul li:last-child {
    padding: 0 20px 0 10px;
  }
}
ul.list li.list-body {
  width: 100%;
  height: auto;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
}
ul.list li.list-body ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.list li.list-body ul:hover {
  background-color: #fafafa;
}
ul.list li.list-body ul li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  padding: 0 5px 0 5px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-body ul li {
    padding: 0 10px 0 10px;
    height: 50px;
  }
}
ul.list li.list-body ul li.empty {
  font-style: italic;
  width: 100%;
  padding: 0 20px 0 10px!important;
  height: 60px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-body ul li.empty {
    padding: 0 10px 0 20px!important;
    height: 80px;
  }
}
ul.list li.list-body ul li:first-child {
  padding: 0 5px 0 10px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-body ul li:first-child {
    padding: 0 10px 0 20px;
  }
}
ul.list li.list-body ul li:last-child {
  padding: 0 10px 0 5px;
}
@media only screen and (min-width: 992px) {
  ul.list li.list-body ul li:last-child {
    padding: 0 20px 0 10px;
  }
}
ul.list li.list-body ul li span {
  font-family: inherit;
}
ul.list li.list-body ul li a {
  font-family: 'Quicksand', sans-serif;
  color: #c80101;
  font-weight: normal;
}
ul.list li.list-body ul li a.btn-as {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #c80101;
  background-color: #c80101;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  line-height: 40px;
  z-index: 0;
  padding: 0 20px;
  height: 40px;
  min-width: 90px;
  transition: all 0.2s ease;
  outline: none!important;
  text-align: center;
}
ul.list li.list-body ul li a.btn-as:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border: 1px solid #4a4d4e;
}
ul.list li.list-body ul li a.btn-as.reverse {
  color: #c80101;
  background-color: #ffffff;
}
ul.list li.list-body ul li a.btn-as.reverse:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
ul.list li.list-body ul li a.btn-as:focus,
ul.list li.list-body ul li a.btn-as:active {
  outline: none;
  color: #ffffff;
}
ul.list li.list-body ul li a.btn-as:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border: 1px solid #4a4d4e;
}
ul.list li.list-body ul li a.btn-as.transparent {
  position: relative;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  border: 0;
}
ul.list li.list-body ul li a.btn-as.transparent:hover {
  color: #c80101;
}
ul.list li.list-body ul li a.btn-as.transparent:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f5f5f5 transparent;
  display: none;
}
ul.list li.list-body ul li a.btn-as.transparent[aria-expanded="true"]:before {
  display: block;
}
ul.list li.list-body ul li a.btn-as.black {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
ul.list li.list-body ul li a.btn-as.black:hover {
  background-color: #000000;
  border-color: #000000;
}
ul.list li.list-body ul li a.btn-as.reverse {
  color: #c80101;
  background-color: #ffffff;
}
ul.list li.list-body ul li a.btn-as.reverse:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
ul.list li.list-body ul li a.btn-as.secondary {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
ul.list li.list-body ul li a.btn-as.danger-action {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
ul.list li.list-body ul li a.btn-as.danger-action:hover {
  background-color: #8a4b5e;
  border-color: #8a4b5e;
}
html[dir=rtl] ul.list-invoice li ul li.actions.icons {
  text-align: left;
  padding-right: inherit;
  padding-left: 0;
}
html[dir=rtl] ul.list-invoice li ul li.actions.icons .btn-as {
  float: left;
}
html[dir=rtl] ul.list-my-listings li ul li.actions.icons {
  text-align: left;
  padding-right: inherit;
  padding-left: 0;
}
html[dir=rtl] ul.list-my-listings li ul li.actions.icons .btn-as {
  float: left;
}
html[dir=rtl] ul.list-my-listings li .stats-block .stats-item span.heading {
  padding-left: 10px;
  padding-right: 0;
}
html[dir=rtl] ul.list-favorite li ul li.actions.icons .btn-as {
  padding-left: 0;
  float: left;
}
html[dir=rtl] ul.list-inbox li ul li.actions.icons .btn-as {
  padding-left: 0;
  float: left;
}
/* MY ADS */
ul .truncate-ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
ul .truncate-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.list-my-listings li.list-head {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li.list-head {
    display: block;
  }
}
ul.list-my-listings li.list-head ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li.list-head ul li.actions.icons .btn-as {
    width: auto;
    min-height: 40px;
  }
}
ul.list-my-listings li.list-head ul li.actions.icons .btn-as.transparent {
  color: #4a4d4e;
}
ul.list-my-listings li.list-head ul li.actions.icons .btn-as.transparent:hover {
  color: #c80101;
}
ul.list-my-listings li.list-head ul li.actions.icons .btn-as .fa {
  margin: 0 8px 0 0;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li.list-head ul li.actions.icons .btn-as .fa {
    margin: 0 8px 0 0;
  }
}
ul.list-my-listings li.list-head ul li.actions.icons .btn-as span {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li.list-head ul li.actions.icons .btn-as span {
    display: inline-block;
  }
}
ul.list-my-listings li.list-body ul li {
  height: auto;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li.list-body ul li {
    height: 80px;
  }
}
ul.list-my-listings li.list-body ul li:first-child {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li.list-body ul li:first-child {
    padding: 0 10px 0 0;
  }
}
ul.list-my-listings li.list-body ul li.status {
  text-transform: capitalize;
}
ul.list-my-listings li.list-body ul:hover li.image .img {
  opacity: 1;
}
ul.list-my-listings li ul:before,
ul.list-my-listings li ul:after {
  display: table;
  content: " ";
}
ul.list-my-listings li ul:after {
  clear: both;
}
ul.list-my-listings li ul li.image {
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.image {
    float: none;
    display: table-cell;
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.image {
    width: 15%;
  }
}
@media only screen and (min-width: 1280px) {
  ul.list-my-listings li ul li.image {
    width: 12%;
  }
}
ul.list-my-listings li ul li.image .img {
  position: relative;
  display: block;
  height: auto;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.image .img {
    padding-top: 0;
    height: 80px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.image .img {
    opacity: 0.5;
  }
}
ul.list-my-listings li ul li.image .img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
ul.list-my-listings li ul li.name {
  float: left;
  display: block;
  text-align: center;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.name {
    float: none;
    display: table-cell;
    text-align: left;
    padding: 0 10px 0 10px;
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.name {
    width: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  ul.list-my-listings li ul li.name {
    width: 23%;
  }
}
ul.list-my-listings li ul li.category {
  float: left;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.category {
    float: none;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.category {
    width: 25%;
    display: table-cell;
  }
}
ul.list-my-listings li ul li.category .fa {
  font-size: 24px;
  margin-top: 0;
}
ul.list-my-listings li ul li.category .fa.fa-home {
  font-size: 32px;
}
ul.list-my-listings li ul li.category .fa.fa-child {
  font-size: 32px;
}
ul.list-my-listings li ul li.category span {
  display: table-cell;
  vertical-align: middle;
}
ul.list-my-listings li ul li.category span:first-child {
  width: 40px;
  text-align: center;
}
ul.list-my-listings li ul li.category span:nth-child(2) {
  padding-left: 5px;
  max-width: 275px;
}
ul.list-my-listings li ul li.status {
  float: left;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.status {
    float: none;
    display: table-cell;
    width: 10%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.status {
    width: 10%;
    text-align: center;
  }
}
ul.list-my-listings li ul li.views {
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.views {
    float: none;
    display: table-cell;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.views {
    width: 7%;
    text-align: center;
  }
}
ul.list-my-listings li ul li.actions {
  float: left;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.actions {
    float: none;
    display: table-cell;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.actions {
    width: 26%;
  }
}
ul.list-my-listings li ul li.actions.icons {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.actions.icons {
    width: 35%;
    text-align: right;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li ul li.actions.icons {
    width: 30%;
  }
}
ul.list-my-listings li ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.actions.icons .btn-as {
    width: auto;
    min-height: 80px;
  }
}
ul.list-my-listings li ul li.actions.icons .btn-as .fa {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.actions.icons .btn-as .fa {
    margin: 22px 0 0 0;
  }
}
ul.list-my-listings li ul li.actions.icons .btn-as span {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li ul li.actions.icons .btn-as span {
    display: block;
  }
}
ul.list-my-listings li .stats-block {
  background-color: rgba(211, 146, 126, 0.05);
  text-align: left;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li .stats-block {
    text-align: right;
  }
}
ul.list-my-listings li .stats-block:before,
ul.list-my-listings li .stats-block:after {
  display: table;
  content: " ";
}
ul.list-my-listings li .stats-block:after {
  clear: both;
}
ul.list-my-listings li .stats-block .stats-item {
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border-top: 0;
}
@media only screen and (min-width: 768px) {
  ul.list-my-listings li .stats-block .stats-item {
    display: inline-block;
    padding: 20px 10px 20px 10px;
    border-left: 1px solid #fafafa;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li .stats-block .stats-item {
    font-size: 14px;
    padding: 30px 20px 30px 20px;
  }
}
ul.list-my-listings li .stats-block .stats-item:first-child {
  border: 0;
}
ul.list-my-listings li .stats-block .stats-item span.heading {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  ul.list-my-listings li .stats-block .stats-item span.heading {
    font-size: 14px;
  }
}
ul.list-invoice li.list-head {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-invoice li.list-head {
    display: block;
  }
}
ul.list-invoice li.list-body ul li {
  height: 60px;
}
@media only screen and (min-width: 768px) {
  ul.list-invoice li.list-body ul li {
    height: 80px;
  }
}
ul.list-invoice li ul li.number {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  ul.list-invoice li ul li.number {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-invoice li ul li.number {
    width: 30%;
  }
}
ul.list-invoice li ul li.date {
  width: 50%;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-invoice li ul li.date {
    text-align: left;
    width: 20%;
    display: table-cell;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-invoice li ul li.date {
    width: 15%;
  }
}
ul.list-invoice li ul li.total {
  width: 50%;
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-invoice li ul li.total {
    width: 15%;
    display: table-cell;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-invoice li ul li.total {
    width: 15%;
  }
}
ul.list-invoice li ul li.actions {
  width: 70%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  ul.list-invoice li ul li.actions {
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-invoice li ul li.actions {
    width: 40%;
  }
}
ul.list-invoice li ul li.actions.icons {
  text-align: right;
  padding-right: 0;
}
ul.list-invoice li ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 80px;
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
}
ul.list-invoice li ul li.actions.icons .btn-as.reverse {
  border: 0;
}
ul.list-invoice li ul li.actions.icons .btn-as .fa {
  margin: 22px 0 0 0;
}
ul.list-invoice li ul li.actions.icons .btn-as span {
  display: block;
}
ul.list-favorite li.list-head {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li.list-head {
    display: block;
  }
}
ul.list-favorite li.list-head ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li.list-head ul li.actions.icons .btn-as {
    width: auto;
    min-height: 40px;
  }
}
ul.list-favorite li.list-head ul li.actions.icons .btn-as.transparent {
  color: #4a4d4e;
}
ul.list-favorite li.list-head ul li.actions.icons .btn-as.transparent:hover {
  color: #c80101;
}
ul.list-favorite li.list-head ul li.actions.icons .btn-as .fa {
  margin: 0 8px 0 0;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li.list-head ul li.actions.icons .btn-as .fa {
    margin: 0 8px 0 0;
  }
}
ul.list-favorite li.list-head ul li.actions.icons .btn-as span {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li.list-head ul li.actions.icons .btn-as span {
    display: inline-block;
  }
}
ul.list-favorite li.list-body ul li {
  height: auto;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li.list-body ul li {
    height: 80px;
  }
}
ul.list-favorite li.list-body ul li:first-child {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  ul.list-favorite li.list-body ul li:first-child {
    padding: 0 10px 0 0;
  }
}
ul.list-favorite li.list-body ul:hover li.image .img {
  opacity: 1;
}
ul.list-favorite li ul:before,
ul.list-favorite li ul:after {
  display: table;
  content: " ";
}
ul.list-favorite li ul:after {
  clear: both;
}
ul.list-favorite li ul li.image {
  float: left;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li ul li.image {
    float: none;
    display: table-cell;
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-favorite li ul li.image {
    width: 15%;
  }
}
@media only screen and (min-width: 1280px) {
  ul.list-favorite li ul li.image {
    width: 12%;
  }
}
ul.list-favorite li ul li.image .img {
  position: relative;
  display: block;
  height: auto;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li ul li.image .img {
    padding-top: 0;
    height: 80px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-favorite li ul li.image .img {
    opacity: 0.5;
  }
}
ul.list-favorite li ul li.image .img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li ul li.image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
ul.list-favorite li ul li.name {
  width: 40%;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li ul li.name {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-favorite li ul li.name {
    width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  ul.list-favorite li ul li.name {
    width: 33%;
  }
}
ul.list-favorite li ul li.date {
  float: left;
  display: none;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li ul li.date {
    float: none;
    display: table-cell;
    width: 15%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-favorite li ul li.date {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  ul.list-favorite li ul li.date {
    width: 25%;
  }
}
ul.list-favorite li ul li.actions {
  width: 60%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  ul.list-favorite li ul li.actions {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-favorite li ul li.actions {
    width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  ul.list-favorite li ul li.actions {
    width: 30%;
  }
}
ul.list-favorite li ul li.actions.icons {
  padding-right: 0;
  text-align: right;
}
ul.list-favorite li ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 80px;
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
}
ul.list-favorite li ul li.actions.icons .btn-as.reverse {
  border: 0;
}
ul.list-favorite li ul li.actions.icons .btn-as .fa {
  margin: 22px 0 0 0;
}
ul.list-favorite li ul li.actions.icons .btn-as span {
  display: block;
}
ul.list-inbox li.list-head,
ul.list-conversation li.list-head {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li.list-head,
  ul.list-conversation li.list-head {
    display: block;
  }
}
ul.list-inbox li.list-head ul li.actions.icons .btn-as,
ul.list-conversation li.list-head ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li.list-head ul li.actions.icons .btn-as,
  ul.list-conversation li.list-head ul li.actions.icons .btn-as {
    width: auto;
    min-height: 40px;
  }
}
ul.list-inbox li.list-head ul li.actions.icons .btn-as.transparent,
ul.list-conversation li.list-head ul li.actions.icons .btn-as.transparent {
  color: #4a4d4e;
}
ul.list-inbox li.list-head ul li.actions.icons .btn-as.transparent:hover,
ul.list-conversation li.list-head ul li.actions.icons .btn-as.transparent:hover {
  color: #c80101;
}
ul.list-inbox li.list-head ul li.actions.icons .btn-as .fa,
ul.list-conversation li.list-head ul li.actions.icons .btn-as .fa {
  margin: 0 8px 0 0;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li.list-head ul li.actions.icons .btn-as .fa,
  ul.list-conversation li.list-head ul li.actions.icons .btn-as .fa {
    margin: 0 8px 0 0;
  }
}
ul.list-inbox li.list-head ul li.actions.icons .btn-as span,
ul.list-conversation li.list-head ul li.actions.icons .btn-as span {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li.list-head ul li.actions.icons .btn-as span,
  ul.list-conversation li.list-head ul li.actions.icons .btn-as span {
    display: inline-block;
  }
}
ul.list-inbox li.list-body .item-wrapper,
ul.list-conversation li.list-body .item-wrapper {
  margin-bottom: 10px;
}
ul.list-inbox li.list-body ul li,
ul.list-conversation li.list-body ul li {
  height: 60px;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li.list-body ul li,
  ul.list-conversation li.list-body ul li {
    height: 80px;
  }
}
ul.list-inbox li ul li.title,
ul.list-conversation li ul li.title {
  width: 40%;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li ul li.title,
  ul.list-conversation li ul li.title {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-inbox li ul li.title,
  ul.list-conversation li ul li.title {
    width: 60%;
  }
}
ul.list-inbox li ul li.date,
ul.list-conversation li ul li.date {
  width: 50%;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li ul li.date,
  ul.list-conversation li ul li.date {
    text-align: left;
    width: 20%;
    display: table-cell;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-inbox li ul li.date,
  ul.list-conversation li ul li.date {
    width: 15%;
  }
}
ul.list-inbox li ul li.actions,
ul.list-conversation li ul li.actions {
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  ul.list-inbox li ul li.actions,
  ul.list-conversation li ul li.actions {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  ul.list-inbox li ul li.actions,
  ul.list-conversation li ul li.actions {
    width: 30%;
  }
}
ul.list-inbox li ul li.actions.icons,
ul.list-conversation li ul li.actions.icons {
  text-align: right;
  padding-right: 0;
}
ul.list-inbox li ul li.actions.icons .btn-as,
ul.list-conversation li ul li.actions.icons .btn-as {
  min-width: 40px;
  min-height: 80px;
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  float: right;
}
ul.list-inbox li ul li.actions.icons .btn-as.reverse,
ul.list-conversation li ul li.actions.icons .btn-as.reverse {
  border: 0;
}
ul.list-inbox li ul li.actions.icons .btn-as .fa,
ul.list-conversation li ul li.actions.icons .btn-as .fa {
  margin: 22px 0 0 0;
}
ul.list-inbox li ul li.actions.icons .btn-as span,
ul.list-conversation li ul li.actions.icons .btn-as span {
  display: block;
}
.my-account-navigation {
  min-height: 80px;
  padding: 10px 0 0 0;
  margin: 0 0 40px 0;
  background-image: url('../img/bg-main-search.png');
  background-repeat: repeat;
  background-size: 149px 139px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  /* *** */
}
@media only screen and (min-width: 768px) {
  .my-account-navigation {
    min-height: 100px;
    padding: 20px 0 0 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .my-account-navigation {
    background-image: url('../img/bg-main-search@2x.png');
  }
}
.my-account-navigation h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .my-account-navigation h1 {
    margin-bottom: 20px;
  }
}
.my-account-navigation .myaccount-menu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .my-account-navigation .myaccount-menu {
    display: block;
  }
}
.my-account-navigation .myaccount-menu #account-nav {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .my-account-navigation .myaccount-menu #account-nav {
    margin-top: 25px;
  }
}
.my-account-navigation .myaccount-menu #account-nav a {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  color: #b1b1b1;
  text-decoration: none;
  line-height: 18px;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 30px;
  height: 55px;
  font-size: 18px;
}
.my-account-navigation .myaccount-menu #account-nav a:hover,
.my-account-navigation .myaccount-menu #account-nav a.active {
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .my-account-navigation .myaccount-menu-mobile {
    display: none;
  }
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: 1px solid #e1e1e1;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li {
  display: none;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li.active {
  display: block;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a {
  position: relative;
  padding: 10px 0;
  width: 100%;
  height: 40px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #c80101;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a svg {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 16px;
  height: 8px;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a svg polyline {
  fill: none;
  stroke: #c80101;
  stroke-miterlimit: 10;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a[aria-expanded="false"] svg:first-child {
  display: none;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a[aria-expanded="false"] svg:last-child {
  display: block;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a[aria-expanded="true"] svg:first-child {
  display: block;
}
.my-account-navigation .myaccount-menu-mobile .menu-subtitles ul li a[aria-expanded="true"] svg:last-child {
  display: none;
}
.my-account-navigation .myaccount-menu-mobile .menu-options ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.my-account-navigation .myaccount-menu-mobile .menu-options ul li {
  padding: 5px 0 5px 0;
}
.my-account-navigation .myaccount-menu-mobile .menu-options ul li.active {
  display: none;
}
.my-account-navigation .myaccount-menu-mobile .menu-options ul li a {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #c80101;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.choose-category {
  padding: 0;
  min-height: 250px;
}
.choose-category:before,
.choose-category:after {
  display: table;
  content: " ";
}
.choose-category:after {
  clear: both;
}
.choose-category .column-category {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c80101;
}
@media only screen and (min-width: 768px) {
  .choose-category .column-category {
    width: 250px;
  }
}
.choose-category .column-category:last-child {
  border-right: 0;
}
.choose-category .column-category h4 {
  position: relative;
  display: table;
  height: 35px;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  padding: 10px 25px;
}
.choose-category .column-category h4 .fa {
  font-size: 18px;
  margin-top: -2px;
}
.choose-category .column-category h4 .fa.fa-home {
  font-size: 22px;
}
.choose-category .column-category h4 .fa.fa-child {
  font-size: 22px;
}
.choose-category .column-category h4 span {
  display: table-cell;
  vertical-align: middle;
}
.choose-category .column-category h4 span:first-child {
  width: 40px;
  text-align: center;
}
.choose-category .column-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.choose-category .column-category ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.choose-category .column-category ul li:before,
.choose-category .column-category ul li:after {
  display: table;
  content: " ";
}
.choose-category .column-category ul li:after {
  clear: both;
}
.choose-category .column-category ul li a {
  position: relative;
  display: table;
  height: 35px;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 0 15px;
  color: #000000;
  text-decoration: none;
  /*
          .arrow {
            position: absolute;
            top: 0;
            right: -15px;
            z-index: 1;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 17.5px 0 17.5px 15px;
            border-color: transparent transparent transparent @mainColor;
            line-height: 0;
            _border-color: #000000 #000000 #000000 @mainColor;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
            display: none;
          }
          */
}
.choose-category .column-category ul li a .fa {
  font-size: 18px;
  margin-top: -2px;
}
.choose-category .column-category ul li a .fa.fa-home {
  font-size: 22px;
}
.choose-category .column-category ul li a .fa.fa-child {
  font-size: 22px;
}
.choose-category .column-category ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.choose-category .column-category ul li a span:first-child {
  width: 40px;
  text-align: center;
}
.choose-category .column-category ul li a .arrow {
  position: absolute;
  right: 25px;
  top: 18px;
}
.choose-category .column-category ul li a .arrow:before,
.choose-category .column-category ul li a .arrow:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.choose-category .column-category ul li a .arrow:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 11px;
  margin-top: -11px;
}
.choose-category .column-category ul li a .arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #c80101;
  border-width: 9px;
  margin-top: -9px;
}
.choose-category .column-category ul li a:hover {
  color: #000000;
  background-color: #e1e1e1;
}
.choose-category .column-category ul li a.selected {
  color: #ffffff;
  background-color: #c80101;
}
.choose-category .column-category ul li a.selected .arrow {
  display: block;
}
.choose-category .column-category ul li a.subcateg {
  padding-left: 25px;
}
.choose-category .column-category ul li a.subcateg span {
  display: table-cell;
  vertical-align: middle;
}
.choose-category .column-category ul li a.subcateg span:first-child {
  width: auto;
  text-align: left;
}
.choose-category .column-category .category-items {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .choose-category .column-category .category-items {
    height: 250px;
  }
}
.choose-category .column-category .category-items.mCustomScrollbar .mCustomScrollBox.mCSB_inside .mCSB_container {
  margin-right: 0;
  padding: 0 0 0 0;
}
.choose-category .column-category .category-items.mCustomScrollbar .mCustomScrollBox.mCSB_inside .mCSB_scrollTools {
  right: 0;
  width: 3px;
}
.choose-category .column-category .category-items.mCustomScrollbar .mCustomScrollBox.mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
.choose-category .column-category .category-items.mCustomScrollbar .mCustomScrollBox.mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  background-color: transparent!important;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.choose-category .column-subcategory {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .choose-category .column-subcategory {
    width: 750px;
  }
}
.choose-category .column-subcategory.mCustomScrollbar .mCustomScrollBox.mCSB_horizontal.mCSB_inside .mCSB_container {
  margin-right: 0;
  margin-bottom: 0!important;
}
.choose-category .column-subcategory.mCustomScrollbar .mCustomScrollBox.mCSB_horizontal.mCSB_inside .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 10px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.choose-category .column-subcategory.mCustomScrollbar .mCustomScrollBox.mCSB_horizontal.mCSB_inside .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
.choose-category .column-subcategory.mCustomScrollbar .mCustomScrollBox.mCSB_horizontal.mCSB_inside .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.choose-category .column-subcategory .column-category {
  position: relative;
  float: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c80101;
  margin-left: -4px;
}
@media only screen and (min-width: 768px) {
  .choose-category .column-subcategory .column-category {
    width: 252px;
  }
}
.choose-category .column-subcategory .column-category:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .choose-category .column-subcategory .column-category:first-child {
    width: 250px;
  }
}
.choose-category .column-subcategory .column-category:last-child {
  border-right: 0;
}
.modal-dialog.add-category .modal-content .modal-body {
  padding: 0;
}
html[dir=rtl] .choose-category .column-category {
  float: right;
  border-left: 1px solid #c80101;
  border-right: 0;
}
html[dir=rtl] .choose-category .column-category ul li a .arrow {
  left: 25px;
  right: auto;
}
html[dir=rtl] .choose-category .column-category ul li a .arrow:before,
html[dir=rtl] .choose-category .column-category ul li a .arrow:after {
  right: 100%;
  left: auto;
}
html[dir=rtl] .choose-category .column-category ul li a .arrow:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
  border-right-color: #ffffff;
  border-width: 11px;
  margin-top: -11px;
}
html[dir=rtl] .choose-category .column-category ul li a .arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
  border-right-color: #c80101;
  border-width: 9px;
  margin-top: -9px;
}
html[dir=rtl] .choose-category .column-category ul li a.subcateg span:first-child {
  text-align: right;
}
/* MOBILE */
.choose-category-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 503;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
}
.choose-category-mobile.opened {
  display: block;
  overflow-y: scroll;
}
.choose-category-mobile a.close-x-categ-m {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 504;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 0 0;
}
.choose-category-mobile a.close-x-categ-m .fa {
  line-height: 24px;
}
.choose-category-mobile .subcateg-m {
  display: none;
}
.choose-category-mobile .heading {
  position: relative;
  padding: 10px 50px 10px 10px;
  background-color: #c80101;
  min-height: 40px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.choose-category-mobile .heading:before,
.choose-category-mobile .heading:after {
  display: table;
  content: " ";
}
.choose-category-mobile .heading:after {
  clear: both;
}
.choose-category-mobile .heading a {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 0 0;
}
.choose-category-mobile .heading a .fa {
  line-height: 24px;
}
.choose-category-mobile .categ-items {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  list-style: none;
}
.choose-category-mobile .categ-items li {
  display: block;
  border-bottom: 1px solid #b1b1b1;
}
.choose-category-mobile .categ-items li.parent-option a.categ-subitem-m {
  color: #c80101;
  font-size: 16px;
  padding: 0 10px 10px 10px;
}
.choose-category-mobile .categ-items li.parent-option a.categ-subitem-m .search-hint {
  padding-right: 5px;
  color: #c80101;
  font-size: 16px;
  display: inline;
}
.choose-category-mobile .categ-items li a {
  position: relative;
  display: table;
  width: 100%;
  color: #c80101;
  text-decoration: none;
  padding: 0 0;
}
.choose-category-mobile .categ-items li a.categ-item-m {
  height: 50px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.choose-category-mobile .categ-items li a.categ-item-m .fa {
  font-size: 24px;
  margin-top: -3px;
}
.choose-category-mobile .categ-items li a.categ-item-m .fa.fa-home {
  font-size: 32px;
}
.choose-category-mobile .categ-items li a.categ-item-m .fa.fa-child {
  font-size: 32px;
}
.choose-category-mobile .categ-items li a.categ-item-m span {
  display: table-cell;
  vertical-align: middle;
}
.choose-category-mobile .categ-items li a.categ-item-m span:first-child {
  width: 40px;
  text-align: center;
}
.choose-category-mobile .categ-items li a.categ-subitem-m {
  padding: 10px 10px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.choose-category-mobile .categ-items li a.categ-subitem-m span {
  color: #b1b1b1;
  display: block;
  font-size: 12px;
}
.choose-category-mobile .categ-items li a.categ-subitem-m .fa {
  float: left;
  margin: 0 10px 0 0;
  line-height: 17px;
}
.big-gallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  overflow-y: scroll;
}
.big-gallery:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.big-gallery.open {
  display: block;
}
.big-gallery .x-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  color: #000000;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .big-gallery .x-close {
    right: 20px;
    left: auto;
  }
}
.big-gallery .big-gallery-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
}
@media (orientation: landscape) {
  .big-gallery .big-gallery-wrapper {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper {
    padding-top: 70px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) {
  .big-gallery .big-gallery-wrapper {
    padding-top: 0;
    vertical-align: middle;
  }
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #292929;
  display: none;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .listing-heading-gallery {
    display: block;
  }
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #292929;
  margin: 10px 0 5px 0;
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #292929;
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery .price {
  text-align: right;
  color: #292929;
  padding: 10px 0 0 0;
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery .link {
  display: inline-block;
  color: #c80101;
  font-size: 14px;
  margin-right: 30px;
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery .link:hover {
  color: #4a4d4e;
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery .social-link {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px 0 0;
}
.big-gallery .big-gallery-wrapper .listing-heading-gallery .social-link:hover {
  border-color: #4a4d4e;
}
.big-gallery .big-gallery-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.big-gallery .big-gallery-wrapper .container .row {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.big-gallery .big-gallery-wrapper .container .row .col-xs-1,
.big-gallery .big-gallery-wrapper .container .row .col-sm-1,
.big-gallery .big-gallery-wrapper .container .row .col-md-1,
.big-gallery .big-gallery-wrapper .container .row .col-lg-1,
.big-gallery .big-gallery-wrapper .container .row .col-xs-2,
.big-gallery .big-gallery-wrapper .container .row .col-sm-2,
.big-gallery .big-gallery-wrapper .container .row .col-md-2,
.big-gallery .big-gallery-wrapper .container .row .col-lg-2,
.big-gallery .big-gallery-wrapper .container .row .col-xs-3,
.big-gallery .big-gallery-wrapper .container .row .col-sm-3,
.big-gallery .big-gallery-wrapper .container .row .col-md-3,
.big-gallery .big-gallery-wrapper .container .row .col-lg-3,
.big-gallery .big-gallery-wrapper .container .row .col-xs-4,
.big-gallery .big-gallery-wrapper .container .row .col-sm-4,
.big-gallery .big-gallery-wrapper .container .row .col-md-4,
.big-gallery .big-gallery-wrapper .container .row .col-lg-4,
.big-gallery .big-gallery-wrapper .container .row .col-xs-5,
.big-gallery .big-gallery-wrapper .container .row .col-sm-5,
.big-gallery .big-gallery-wrapper .container .row .col-md-5,
.big-gallery .big-gallery-wrapper .container .row .col-lg-5,
.big-gallery .big-gallery-wrapper .container .row .col-xs-6,
.big-gallery .big-gallery-wrapper .container .row .col-sm-6,
.big-gallery .big-gallery-wrapper .container .row .col-md-6,
.big-gallery .big-gallery-wrapper .container .row .col-lg-6,
.big-gallery .big-gallery-wrapper .container .row .col-xs-7,
.big-gallery .big-gallery-wrapper .container .row .col-sm-7,
.big-gallery .big-gallery-wrapper .container .row .col-md-7,
.big-gallery .big-gallery-wrapper .container .row .col-lg-7,
.big-gallery .big-gallery-wrapper .container .row .col-xs-8,
.big-gallery .big-gallery-wrapper .container .row .col-sm-8,
.big-gallery .big-gallery-wrapper .container .row .col-md-8,
.big-gallery .big-gallery-wrapper .container .row .col-lg-8,
.big-gallery .big-gallery-wrapper .container .row .col-xs-9,
.big-gallery .big-gallery-wrapper .container .row .col-sm-9,
.big-gallery .big-gallery-wrapper .container .row .col-md-9,
.big-gallery .big-gallery-wrapper .container .row .col-lg-9,
.big-gallery .big-gallery-wrapper .container .row .col-xs-10,
.big-gallery .big-gallery-wrapper .container .row .col-sm-10,
.big-gallery .big-gallery-wrapper .container .row .col-md-10,
.big-gallery .big-gallery-wrapper .container .row .col-lg-10,
.big-gallery .big-gallery-wrapper .container .row .col-xs-11,
.big-gallery .big-gallery-wrapper .container .row .col-sm-11,
.big-gallery .big-gallery-wrapper .container .row .col-md-11,
.big-gallery .big-gallery-wrapper .container .row .col-lg-11,
.big-gallery .big-gallery-wrapper .container .row .col-xs-12,
.big-gallery .big-gallery-wrapper .container .row .col-sm-12,
.big-gallery .big-gallery-wrapper .container .row .col-md-12,
.big-gallery .big-gallery-wrapper .container .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .container .row .col-xs-1,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-1,
  .big-gallery .big-gallery-wrapper .container .row .col-md-1,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-1,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-2,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-2,
  .big-gallery .big-gallery-wrapper .container .row .col-md-2,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-2,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-3,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-3,
  .big-gallery .big-gallery-wrapper .container .row .col-md-3,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-3,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-4,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-4,
  .big-gallery .big-gallery-wrapper .container .row .col-md-4,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-4,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-5,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-5,
  .big-gallery .big-gallery-wrapper .container .row .col-md-5,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-5,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-6,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-6,
  .big-gallery .big-gallery-wrapper .container .row .col-md-6,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-6,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-7,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-7,
  .big-gallery .big-gallery-wrapper .container .row .col-md-7,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-7,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-8,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-8,
  .big-gallery .big-gallery-wrapper .container .row .col-md-8,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-8,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-9,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-9,
  .big-gallery .big-gallery-wrapper .container .row .col-md-9,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-9,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-10,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-10,
  .big-gallery .big-gallery-wrapper .container .row .col-md-10,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-10,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-11,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-11,
  .big-gallery .big-gallery-wrapper .container .row .col-md-11,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-11,
  .big-gallery .big-gallery-wrapper .container .row .col-xs-12,
  .big-gallery .big-gallery-wrapper .container .row .col-sm-12,
  .big-gallery .big-gallery-wrapper .container .row .col-md-12,
  .big-gallery .big-gallery-wrapper .container .row .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper {
  position: relative;
  width: 100%;
  /* *** */
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-left-big,
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-right-big {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-left-big,
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-right-big {
    display: block;
  }
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-left-big svg,
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-right-big svg {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -30px;
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-left-big svg polyline,
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-right-big svg polyline {
  stroke: #000000;
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-left-big {
  left: -60px;
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .gallery-right-big {
  right: -60px;
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery {
  margin: 0 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery {
    margin: 0 0 0 0;
  }
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery .item {
  position: relative;
  text-align: center;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery .item {
    height: 475px;
  }
}
@media only screen and (min-width: 992px) {
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery .item {
    height: 529px;
  }
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1400px) {
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery2 {
  margin: 0 0 0 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery2 .slides li {
  position: relative;
  text-align: center;
  height: 275px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery2 .slides li {
    height: 475px;
  }
}
@media only screen and (min-width: 992px) {
  .big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery2 .slides li {
    height: 529px;
  }
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1400px) {
}
.big-gallery .big-gallery-wrapper .full-gallery-wrapper .full-gallery2 .slides li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
html[dir=rtl] .big-gallery .big-gallery-wrapper .listing-heading-gallery {
  text-align: right;
}
html[dir=rtl] .big-gallery .big-gallery-wrapper .listing-heading-gallery .price {
  text-align: left;
}
.no-item {
  position: relative;
  padding-bottom: 50px;
  min-height: 250px;
}
.no-item .no-item-wrapper {
  position: absolute;
  display: table;
  z-index: 100;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.no-item .no-item-wrapper h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  z-index: 100;
}
.no-item .no-item-wrapper h1 span {
  color: #4a4d4e;
}
.no-item .no-item-wrapper h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
}
.no-item .no-item-wrapper h2 span {
  color: #4a4d4e;
}
.no-item .no-item-wrapper p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 16px;
}
.no-item .no-item-wrapper p a {
  color: #c80101;
}
.no-item .tags {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
.no-item .tags:before {
  content: "\f02c";
  font-family: 'FontAwesome';
  font-size: 150px;
  opacity: .05;
}
.no-item .building {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 250px;
  height: 280px;
}
.no-item .building:before {
  content: "\f1ad";
  font-family: 'FontAwesome';
  font-size: 250px;
  opacity: .03;
}
.send-message-widget textarea.form-control {
  height: 175px;
}
.img-hero {
  position: relative;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .img-hero {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .img-hero {
    height: 350px;
  }
}
.img-hero .overlay-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(86, 87, 164, 0.3);
}
.img-hero .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.img-hero .info .quick-tabs {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0 solid transparent;
}
@media only screen and (min-width: 768px) {
  .img-hero .info .quick-tabs {
    float: right;
  }
}
.img-hero .info .quick-tabs:before,
.img-hero .info .quick-tabs:after {
  display: table;
  content: " ";
}
.img-hero .info .quick-tabs:after {
  clear: both;
}
.img-hero .info .quick-tabs li {
  float: left;
  margin-bottom: 0;
}
.img-hero .info .quick-tabs li a {
  margin-right: 0;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  border: 0 solid transparent;
  border-radius: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.img-hero .info .quick-tabs li.active a {
  color: #c80101;
  background-color: #ffffff;
}
.img-hero .info .quick-tabs li + li {
  margin-left: 5px;
}
.img-hero .dropdown {
  position: relative;
  z-index: 100;
  padding: 5px 40px 5px 25px;
  background-color: rgba(255, 255, 255, 0.97);
}
.img-hero .dropdown .dropdown-toggle {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #c80101;
  display: block;
  width: 100%;
}
.img-hero .dropdown .dropdown-toggle svg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 8px;
}
.img-hero .dropdown .dropdown-toggle svg polyline {
  fill: none;
  stroke: #c80101;
  stroke-miterlimit: 10;
}
.img-hero .dropdown .dropdown-menu {
  padding: 0 0;
  margin: 2px 0 0;
  background-color: rgba(255, 255, 255, 0.97);
  border: 0 solid #ccc;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  width: 100%;
}
.img-hero .dropdown .dropdown-menu a {
  display: block;
  white-space: nowrap;
  padding: 3px 25px 3px 25px;
}
.img-hero .dropdown .dropdown-menu a:first-child {
  padding-top: 5px;
}
.img-hero .dropdown .dropdown-menu a:last-child {
  padding-bottom: 5px;
}
.img-hero .dropdown .dropdown-menu a:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.25);
}
.img-hero .dropdown span {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 20px;
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  border-left: 1px solid #c80101;
  padding: 3px 25px 0 15px;
  height: 35px;
}
.newsletter-banner {
  position: relative;
  padding: 20px 0;
  background-color: #c80101;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .newsletter-banner {
    padding: 40px 0;
  }
}
.newsletter-banner form {
  position: relative;
  color: #ffffff;
}
.newsletter-banner form label {
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .newsletter-banner form label {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .newsletter-banner form label {
    font-size: 20px;
  }
}
.newsletter-banner form input[type="text"],
.newsletter-banner form input[type="password"],
.newsletter-banner form input[type="search"],
.newsletter-banner form input[type="email"],
.newsletter-banner form input[type="tel"],
.newsletter-banner form .form-control {
  border: 0 solid #ffffff !important;
}
.newsletter-banner form input[type="text"]:focus,
.newsletter-banner form input[type="password"]:focus,
.newsletter-banner form input[type="search"]:focus,
.newsletter-banner form input[type="email"]:focus,
.newsletter-banner form input[type="tel"]:focus,
.newsletter-banner form .form-control:focus,
.newsletter-banner form input[type="text"]:active,
.newsletter-banner form input[type="password"]:active,
.newsletter-banner form input[type="search"]:active,
.newsletter-banner form input[type="email"]:active,
.newsletter-banner form input[type="tel"]:active,
.newsletter-banner form .form-control:active {
  border-color: #ffffff;
}
.newsletter-banner form .input-group .input-group-btn {
  border: 0!important;
}
.newsletter-banner form .input-group .input-group-btn:last-child > .btn {
  border-radius: 0;
  border: 0!important;
}
.newsletter-banner form:before {
  position: absolute;
  top: 10px;
  left: -55px;
  color: #ffffff;
  height: 100%;
  opacity: 0.30;
  content: '\f0a1';
  font-size: 50px;
  line-height: 50px;
  font-family: 'FontAwesome';
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  display: none;
}
@media only screen and (min-width: 768px) {
  .newsletter-banner form:before {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-banner form:before {
    top: 0;
    left: -75px;
  }
}
@media only screen and (min-width: 1280px) {
  .newsletter-banner form:before {
    left: -45px;
  }
}
.rating {
  text-align: center;
  margin: 0 auto!important;
  padding: 0 0 0 0!important;
}
.rating span {
  display: inline-block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.25);
}
.rating span .fa.fa-star-o:before {
  content: "\f006";
}
.rating.rating-1 span:nth-child(1) {
  color: rgba(211, 146, 126, 0.5);
}
.rating.rating-1 span:nth-child(1) .fa.fa-star-o:before {
  content: "\f005";
}
.rating.rating-2 span:nth-child(1),
.rating.rating-2 span:nth-child(2) {
  color: rgba(211, 146, 126, 0.5);
}
.rating.rating-2 span:nth-child(1) .fa.fa-star-o:before,
.rating.rating-2 span:nth-child(2) .fa.fa-star-o:before {
  content: "\f005";
}
.rating.rating-3 span:nth-child(1),
.rating.rating-3 span:nth-child(2),
.rating.rating-3 span:nth-child(3) {
  color: rgba(211, 146, 126, 0.5);
}
.rating.rating-3 span:nth-child(1) .fa.fa-star-o:before,
.rating.rating-3 span:nth-child(2) .fa.fa-star-o:before,
.rating.rating-3 span:nth-child(3) .fa.fa-star-o:before {
  content: "\f005";
}
.rating.rating-4 span:nth-child(1),
.rating.rating-4 span:nth-child(2),
.rating.rating-4 span:nth-child(3),
.rating.rating-4 span:nth-child(4) {
  color: rgba(211, 146, 126, 0.5);
}
.rating.rating-4 span:nth-child(1) .fa.fa-star-o:before,
.rating.rating-4 span:nth-child(2) .fa.fa-star-o:before,
.rating.rating-4 span:nth-child(3) .fa.fa-star-o:before,
.rating.rating-4 span:nth-child(4) .fa.fa-star-o:before {
  content: "\f005";
}
.rating.rating-5 span:nth-child(1),
.rating.rating-5 span:nth-child(2),
.rating.rating-5 span:nth-child(3),
.rating.rating-5 span:nth-child(4),
.rating.rating-5 span:nth-child(5) {
  color: rgba(211, 146, 126, 0.5);
}
.rating.rating-5 span:nth-child(1) .fa.fa-star-o:before,
.rating.rating-5 span:nth-child(2) .fa.fa-star-o:before,
.rating.rating-5 span:nth-child(3) .fa.fa-star-o:before,
.rating.rating-5 span:nth-child(4) .fa.fa-star-o:before,
.rating.rating-5 span:nth-child(5) .fa.fa-star-o:before {
  content: "\f005";
}
.view-options {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .view-options {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.view-options .row {
  margin-right: -5px;
  margin-left: -5px;
}
.view-options .row [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.view-options .select2-container .select2-dropdown .select2-search {
  display: none!important;
}
.view-options .btn-grid,
.view-options .btn-list {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .view-options .btn-grid,
  .view-options .btn-list {
    margin-top: 8px;
  }
}
.view-options .btn-grid.active,
.view-options .btn-list.active {
  color: rgba(0, 0, 0, 0.85);
  cursor: default;
}
.view-options .btn-grid + .btn-grid,
.view-options .btn-list + .btn-grid,
.view-options .btn-grid + .btn-list,
.view-options .btn-list + .btn-list {
  margin-left: 3px;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\f104';
}
[dir="rtl"] .slick-prev:before {
  content: '\f105';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\f105';
}
[dir="rtl"] .slick-next:before {
  content: '\f104';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.home-slider .slick-slide > div {
  display: block;
  overflow: hidden;
}
.home-slider .item {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: block!important;
}
.home-slider .item .item-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.home-slider .item .item-wrapper .item-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.home-slider .item .caption {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home-slider .item .caption {
    max-width: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider .item .caption {
    max-width: 900px;
  }
}
.home-slider .item .caption + .caption {
  margin-top: 15px;
}
.home-slider .item .caption + .btn-as {
  margin-top: 50px;
}
.home-slider .item .caption.boxed {
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .home-slider .item .caption.boxed {
    padding: 30px 60px;
  }
}
.home-slider .item .caption.caption-hide {
  opacity: 0;
  visibility: hidden;
}
.home-slider .item h1 + p,
.home-slider .item h2 + p,
.home-slider .item h3 + p {
  margin-top: 15px;
}
.home-slider .item p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .home-slider .item p {
    font-size: 18px;
  }
}
.home-slider .slick-prev,
.home-slider .slick-next {
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 5;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .home-slider .slick-prev,
  .home-slider .slick-next {
    opacity: 1;
  }
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before {
  color: #292929;
  opacity: 1;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-slider .slick-prev:hover:before,
.home-slider .slick-next:hover:before {
  color: #4a4d4e;
}
.home-slider .slick-prev {
  left: 15px;
}
@media only screen and (min-width: 1024px) {
  .home-slider .slick-prev {
    left: 40px;
  }
}
.home-slider .slick-prev:before {
  margin-left: -2px;
}
.home-slider .slick-next {
  right: 15px;
}
@media only screen and (min-width: 1024px) {
  .home-slider .slick-next {
    right: 40px;
  }
}
.home-slider .slick-next:before {
  margin-left: 2px;
}
.home-slider:hover .slick-prev,
.home-slider:hover .slick-next {
  opacity: 1;
}
.home-slider + .main-search {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
}
@media only screen and (min-width: 768px) {
  .home-slider + .main-search form {
    margin-top: -115px;
    margin-bottom: 60px;
  }
}
.store-slider-wrapper {
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.store-slider-wrapper.with-bg {
  background-color: rgba(211, 146, 126, 0.05);
  padding-top: 40px;
  margin: 0 0 70px 0;
}
.store-slider-wrapper h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
.store-slider-wrapper h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.store-slider-wrapper .slick-slider {
  margin: 0 -10px;
}
.store-slider-wrapper .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.store-slider-wrapper .store-slider .item {
  position: relative;
  border: 1px solid rgba(225, 225, 225, 0.3);
  background-color: #ffffff;
  display: block;
}
.store-slider-wrapper .store-slider .item .store-user {
  padding: 15px 0;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .store-slider-wrapper .store-slider .item .store-user {
    padding: 20px 15px;
  }
}
.store-slider-wrapper .store-slider .item .store-user div {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 12px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .store-slider-wrapper .store-slider .item .store-user div {
    font-size: 14px;
  }
}
.store-slider-wrapper .store-slider .item .store-user div + div {
  margin-top: 10px;
}
.store-slider-wrapper .store-slider .item .store-user div:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .store-slider-wrapper .store-slider .item .store-user div:before {
    font-size: 20px;
  }
}
.store-slider-wrapper .store-slider .item .store-user div.logo {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 0 0 0 0;
  overflow: hidden;
}
.store-slider-wrapper .store-slider .item .store-user div.logo:before {
  display: none;
}
.store-slider-wrapper .store-slider .item .store-user div.logo img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.store-slider-wrapper .store-slider .item .store-user div.name {
  padding-left: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .store-slider-wrapper .store-slider .item .store-user div.name {
    font-size: 20px;
  }
}
.store-slider-wrapper .store-slider .slick-prev,
.store-slider-wrapper .store-slider .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .store-slider-wrapper .store-slider .slick-prev,
  .store-slider-wrapper .store-slider .slick-next {
    opacity: 1;
  }
}
.store-slider-wrapper .store-slider .slick-prev:before,
.store-slider-wrapper .store-slider .slick-next:before {
  color: #4a4d4e;
  opacity: 1;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.store-slider-wrapper .store-slider .slick-prev {
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .store-slider-wrapper .store-slider .slick-prev {
    left: -30px;
  }
}
.store-slider-wrapper .store-slider .slick-next {
  right: -15px;
}
@media only screen and (min-width: 768px) {
  .store-slider-wrapper .store-slider .slick-next {
    right: -30px;
  }
}
.store-slider-wrapper .store-slider:hover .slick-prev,
.store-slider-wrapper .store-slider:hover .slick-next {
  opacity: 1;
}
form {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
label {
  font-weight: normal;
}
.form-group.field-listing-description.has-error:after {
  top: 35px;
}
@media only screen and (min-width: 768px) {
  .form-group.field-listing-description.has-error:after {
    top: 25px;
  }
}
.form-group.field-listing-category_id {
  margin-top: -10px;
}
.form-group.field-listing-category_id.has-error:after {
  top: -32px;
}
.form-group.has-error {
  position: relative;
  /* *** */
  /* *** */
}
.form-group.has-error:after {
  content: "\f06a";
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 1;
  display: block;
  width: 15px;
  font-family: 'FontAwesome';
  color: #d34836;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .form-group.has-error:after {
    right: -20px;
  }
}
.form-group.has-error input[type="text"],
.form-group.has-error input[type="password"],
.form-group.has-error input[type="search"],
.form-group.has-error input[type="email"],
.form-group.has-error input[type="tel"] {
  border-color: #d34836;
}
.form-group.has-error div.fancy-select div.trigger {
  border-color: #d34836;
}
.form-group.has-error div.fancy-select div.trigger.open {
  border-color: #d34836;
}
.form-group.has-error div.fancy-select ul.options {
  border-color: #d34836;
}
.input-group.inline {
  display: inline-block;
  width: auto!important;
  padding: 0 20px 10px 0;
}
.input-group.inline input[type=checkbox] + label {
  margin: 0 0 0 0;
}
.input-group input[type="text"],
.input-group input[type="password"],
.input-group input[type="search"],
.input-group input[type="email"],
.input-group input[type="tel"],
.input-group .form-control {
  border-right-width: 0;
}
.input-group .input-group-addon {
  font-family: 'Quicksand', sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #c80101;
  border: 1px solid #c80101;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-group .input-group-addon.custom-unit {
  background-color: #ffffff;
  color: #292929;
  border-color: #b1b1b1;
  border-left: 0;
}
.input-group .form-control {
  font-size: 14px;
  line-height: 14px;
  background-color: #ffffff;
  padding: 0 10px 0 10px;
  height: 40px;
  border-color: #b1b1b1;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #292929;
}
html[dir=rtl] .input-group input[type="text"],
html[dir=rtl] .input-group input[type="password"],
html[dir=rtl] .input-group input[type="search"],
html[dir=rtl] .input-group input[type="email"],
html[dir=rtl] .input-group input[type="tel"],
html[dir=rtl] .input-group .form-control {
  border-right-width: thin;
}
html[dir=rtl] .input-group .input-group-addon.custom-unit {
  border-left: 1px solid #b1b1b1;
}
::-webkit-input-placeholder {
  color: #e1e1e1;
}
:-moz-placeholder {
  color: #e1e1e1;
}
::-moz-placeholder {
  color: #e1e1e1;
}
:-ms-input-placeholder {
  color: #e1e1e1;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  :-ms-input-placeholder {
    line-height: 14px;
  }
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
.form-control {
  width: 100%;
  border: 1px solid #b1b1b1;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 16px;
  line-height: 40px;
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  .form-control {
    font-size: 14px;
    line-height: 14px;
  }
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.form-control:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="email"]:active,
input[type="tel"]:active,
.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #292929;
}
input[type="text"]:focus + .custom-unit,
input[type="password"]:focus + .custom-unit,
input[type="search"]:focus + .custom-unit,
input[type="email"]:focus + .custom-unit,
input[type="tel"]:focus + .custom-unit,
.form-control:focus + .custom-unit {
  border-color: #292929;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="search"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control,
.form-control.form-control {
  font-size: 16px;
  line-height: 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  input[type="text"].form-control,
  input[type="password"].form-control,
  input[type="search"].form-control,
  input[type="email"].form-control,
  input[type="tel"].form-control,
  .form-control.form-control {
    font-size: 14px;
    line-height: 14px;
  }
}
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="search"].form-control:focus,
input[type="email"].form-control:focus,
input[type="tel"].form-control:focus,
.form-control.form-control:focus,
input[type="text"].form-control:active,
input[type="password"].form-control:active,
input[type="search"].form-control:active,
input[type="email"].form-control:active,
input[type="tel"].form-control:active,
.form-control.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
a.form-control {
  width: 100%;
  border: 1px solid #b1b1b1;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 14px;
  line-height: 40px;
  margin: 0 0 0 0;
  padding: 12px 10px 0 10px;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
a.form-control:focus,
a.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #292929;
}
/* *** */
textarea {
  width: 100%;
  border: 1px solid #b1b1b1;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
  height: 250px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}
@media only screen and (min-width: 768px) {
  textarea {
    font-size: 14px;
    line-height: 14px;
  }
}
textarea:focus,
textarea:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #292929;
}
textarea.form-control {
  width: 100%;
  border: 1px solid #b1b1b1;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  height: 250px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}
@media only screen and (min-width: 768px) {
  textarea.form-control {
    font-size: 14px;
  }
}
textarea.form-control:focus,
textarea.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #292929;
}
/* *** */
input[type=checkbox] {
  position: absolute;
  left: -1000em;
}
input[type=checkbox] + label {
  position: relative;
  padding: 2px 0 8px 25px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  input[type=checkbox] + label {
    margin: 10px 0 0 0;
  }
}
input[type=checkbox] + label:before {
  content: "\f096";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  font-family: 'FontAwesome';
  color: #b1b1b1;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0 0;
  cursor: pointer;
}
input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #c80101;
}
input[type=radio] {
  position: absolute;
  left: -1000em;
}
input[type=radio] + label {
  position: relative;
  padding: 2px 0 8px 35px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
  input[type=radio] + label {
    margin: 10px 0 0 0;
  }
}
input[type=radio] + label:before {
  content: "\f1db";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  font-family: 'FontAwesome';
  color: #b1b1b1;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0 0;
  cursor: pointer;
}
input[type=radio]:checked + label:before {
  content: "\f28e";
  color: #c80101;
}
html[dir=rtl] input[type=checkbox],
html[dir=rtl] input[type=radio] {
  position: absolute;
  right: -1000em !important;
  left: 0 !important;
  opacity: 0;
}
html[dir=rtl] input[type=checkbox] + label {
  padding: 2px 35px 8px 0px;
}
html[dir=rtl] input[type=checkbox] + label:before {
  right: 0;
  left: inherit;
}
/* *** */
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox label {
  position: relative;
  padding: 2px 0 0 35px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
  .checkbox label {
    margin: 10px 0 0 0;
  }
}
.checkbox label:before {
  content: "\f096";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  font-family: 'FontAwesome';
  color: #b1b1b1;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0 0;
  cursor: pointer;
}
/* *** */
input[type="submit"],
button {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  min-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Fancy Select */
div.fancy-select div.trigger {
  cursor: pointer;
  padding: 9px 24px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #ffffff;
  border: 1px solid #b1b1b1;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: normal!important;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  top: 14px;
  right: 10px;
  z-index: 2;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #771100;
  top: 16px;
  right: 10px;
  z-index: 1;
}
div.fancy-select div.trigger.open {
  background: #ffffff;
  border: 1px solid #b1b1b1;
  color: #292929;
}
div.fancy-select div.trigger.open:after {
  border-top-color: #771100;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0!important;
  padding: 0!important;
  position: absolute;
  top: 39px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 230px;
  overflow: auto;
  background: #ffffff;
  border-top: 1px solid #b1b1b1;
  min-width: 50px;
  width: 100%;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 39px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 9px 24px 8px 10px;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: normal!important;
  border: 1px solid #b1b1b1;
  border-top-width: 0;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  overflow-x: hidden;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.hover {
  color: #ffffff;
  background: #771100;
}
div.fancy-select ul.options li.selected {
  color: #771100;
  background: #ffffff;
}
/* CK EDITOR */
.cke_wysiwyg_frame {
  padding: 0;
}
.cke_wysiwyg_frame .cke_editable {
  margin: 10px 0!important;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #ffffff;
  background: transparent url('../img/loading.gif') top left no-repeat;
  border: none;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  padding: 10px 0;
  word-break: break-all;
}
.input-group-lg .file-caption-name {
  height: 25px;
}
.file-zoom-dialog {
  text-align: left;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
  text-align: left;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview-frame {
  position: relative;
  display: table;
  margin: 8px;
  height: auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 0 #ffffff;
  padding: 6px;
  float: left;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .file-preview-frame {
    height: 160px;
  }
}
.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 0 0 0 0 #ffffff;
}
.file-preview-image {
  vertical-align: middle;
  image-orientation: from-image;
}
.file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.file-zoom-dialog .file-preview-text {
  font-size: 1.2em;
}
.file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.file-preview-other:hover {
  opacity: 0.8;
}
.file-actions,
.file-other-error {
  text-align: center;
}
.file-other-icon {
  font-size: 4.8em;
}
/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 55vmin;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
  display: none;
}
.file-caption-main {
  width: 100%;
}
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {
  display: none;
}
.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-thumb-loading {
  background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;
}
.file-actions {
  margin: 15px 10px 10px 10px;
}
.file-footer-buttons button {
  min-height: 20px;
}
.file-footer-buttons button.btn {
  border: 0 solid transparent;
}
.file-upload-indicator {
  display: inline;
  cursor: default;
  opacity: 0.8;
  width: 60%;
  background-color: #ffffff;
}
.file-upload-indicator:hover {
  font-weight: bold;
  opacity: 1;
}
.file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto;
}
.file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.file-drop-zone {
  border: 0 dashed #b1b1b1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone-title {
  color: #b1b1b1;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.file-preview .clickable,
.clickable .file-drop-zone-title {
  cursor: pointer;
}
.file-drop-zone.clickable:hover {
  border: 0;
}
.file-drop-zone.clickable:focus {
  border: 0;
  outline: none;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-preview-thumbnails {
  display: block;
}
.file-preview-thumbnails .file-preview-frame .kv-file-content {
  width: 130px;
  height: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .file-preview-thumbnails .file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px;
  }
}
.file-preview-thumbnails .file-preview-frame .kv-file-content img {
  width: 100%;
  height: auto;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer {
  height: 50px;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-upload-indicator {
  display: none;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-actions .file-footer-buttons {
  float: none;
  min-width: 50px;
  margin: 0 auto;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-thumb-progress {
  top: 5px;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #f0f0f0;
}
.file-uploading {
  background: url('../img/loading-sm.gif') no-repeat center bottom 10px;
  opacity: 0.65;
}
.file-thumb-progress {
  height: 10px;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.file-thumbnail-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0 6px;
}
.file-thumb-progress {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 ;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .modal-body {
  position: relative !important;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn {
  z-index: 3000;
}
.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
  margin-left: 3px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
  outline: none;
  box-shadow: none;
  opacity: 0.5;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-drag-handle {
  display: inline;
  margin: 5px 0 5px !important;
  font-size: 16px;
  opacity: 0.6;
  cursor: not-allowed;
}
.file-sortable .file-drag-handle {
  cursor: move;
  cursor: -webkit-grabbing;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
.file-preview-frame.sortable-ghost {
  background-color: #eee;
}
/* IE 10 fix */
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
/* *** */
.has-error .file-input .file-preview {
  border: 1px solid #d34836;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single:focus {
  outline: none!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/* *** */
.select2-container--default {
  /* *** */
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #292929;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #292929;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #c80101 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e1e1e1;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c80101 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #292929;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e1e1e1;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #c80101;
}
/* ***************************************** */
.kv-plugin-loading {
  background: transparent!important;
}
.select2-container--krajee {
  display: block;
}
.select2-container--krajee:focus {
  outline: none!important;
}
.select2-container--krajee .select2-selection {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #292929;
  font-size: 14px;
  outline: none!important;
}
.select2-container--krajee .select2-selection:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #b1b1b1;
}
.select2-container--krajee .select2-selection--single {
  padding: 6px 0 6px 0;
}
.select2-container--krajee .select2-selection--single:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #b1b1b1;
  outline: none!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #292929;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: 0;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  position: absolute;
  height: 40px;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow:focus {
  outline: none!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border-color: #c80101 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--krajee.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #b1b1b1;
}
.select2-container--krajee.select2-container--open .select2-dropdown {
  webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-color: #b1b1b1;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search input {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  background: #fff url(../img/search.png) right 10px top 13px no-repeat;
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555555;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option {
  font-family: 'Quicksand', sans-serif;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #c80101;
  color: #ffffff;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option.select2-results__message {
  background-color: #ffffff;
  color: #4a4d4e;
  font-size: 10px;
  font-style: italic;
}
/* ***************************************** */
.has-error .select2-container--default .select2-selection--single {
  border: 1px solid #d34836;
}
.has-error .select2-container--default .select2-selection--multiple {
  border: 1px solid #d34836;
}
/* ERRORS */
.form-group.has-error .cke_chrome {
  border-color: #d34836;
}
.ck-editor__editable {
  min-height: 200px;
}
.breadcrumb {
  position: relative;
  padding: 0;
  background-color: #fafafa;
  list-style: none;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  padding: 0;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:first-child a {
  padding-left: 15px;
}
.breadcrumb li.active a {
  background-color: #e1e1e1;
}
.breadcrumb li.active a:after {
  border-left: 30px solid #e1e1e1;
}
.breadcrumb li.actions {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb li.actions:after,
.breadcrumb li.actions:before {
  display: none!important;
}
.breadcrumb li.actions a {
  padding: 0 20px;
}
.breadcrumb li.actions a:after,
.breadcrumb li.actions a:before {
  display: none!important;
}
.breadcrumb li.actions a.btn-as {
  color: #ffffff;
}
.breadcrumb li.actions a.btn-as:hover {
  background-color: #4a4d4e;
}
.breadcrumb li.actions a.btn-as.danger-action {
  color: #ffffff;
}
.breadcrumb li.actions a.btn-as.danger-action:hover {
  background-color: #8a4b5e;
  border-color: #8a4b5e;
}
.breadcrumb li a {
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
  min-height: 41px;
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fafafa;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #e1e1e1;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb li a:hover {
  background-color: #e1e1e1;
}
.breadcrumb li a:hover:after {
  border-left-color: #e1e1e1 !important;
}
.breadcrumb .fa-home {
  font-size: 20px;
}
html[dir=rtl] .breadcrumb li {
  float: right;
}
html[dir=rtl] .breadcrumb li:first-child a {
  padding-right: 15px;
  padding-left: 0px;
}
html[dir=rtl] .breadcrumb li a {
  padding: 10px 45px 10px 0px;
  float: right;
}
html[dir=rtl] .breadcrumb li a:before {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 30px solid #e1e1e1;
  border-left: none;
  top: 50%;
  margin-top: -50px;
  margin-right: 1px;
  margin-left: 0;
  right: 100%;
  left: inherit;
}
html[dir=rtl] .breadcrumb li a:after {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 30px solid #fafafa;
  border-left: none;
  top: 50%;
  margin-top: -50px;
  right: 100%;
  left: inherit;
}
html[dir=rtl] .breadcrumb li a:hover:after {
  border-right-color: #e1e1e1 !important;
}
.btn-as {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #c80101;
  background-color: #c80101;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Quicksand', sans-serif;
  text-decoration: none;
  line-height: 40px;
  z-index: 0;
  padding: 0 20px;
  height: 40px;
  min-width: 90px;
  transition: all 0.2s ease;
  outline: none!important;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 10px;
  /*
  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 150%;
    background-color: @black;
    z-index: -1;
    -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    //-webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    //transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s,background-color 0.3s;
    transition: transform 0.3s,opacity 0.3s,background-color 0.3s;
  }
  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: @mainColor;
  }

  &:hover {
    border: 1px solid @black;
    background-color: @black;

    &:before {
      opacity: 1;
      -webkit-transform: rotate3d(0,0,1,0deg);
      transform: rotate3d(0,0,1,0deg);
      -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
      transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    }
  }
  */
  /* *** */
  /* *** */
  /* *** */
}
.btn-as:focus,
.btn-as:active {
  outline: none;
  color: #ffffff;
}
.btn-as:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border: 1px solid #4a4d4e;
}
.btn-as.transparent {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
.btn-as.black {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-as.black:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-as.reverse {
  color: #c80101;
  border-radius: 5px;
  background-color: #ffffff;
}
.btn-as.reverse:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
.btn-as.secondary {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
.btn-as.danger-action {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-as.danger-action:hover {
  background-color: #8a4b5e;
  border-color: #8a4b5e;
}
.btn-as.warning-action {
  background-color: #fff3cd;
  border-color: #fff3cd;
}
.btn-as.warning-action:hover {
  background-color: #856404;
  border-color: #856404;
}
.btn-as.a-center {
  margin: 0 auto!important;
}
.btn-as.wide {
  width: 100%;
  text-align: center;
}
.btn-as .fa {
  font-size: 14px;
  margin-right: 5px;
}
.btn-as:last-child {
  margin-right: 0px;
}
html[dir=rtl] .btn-as .fa {
  margin-right: 0px !important;
  margin-left: 5px !important;
}
html[dir=rtl] .actions {
  left: 0;
  right: auto;
}
html[dir=rtl] .actions a {
  padding: 0px 10px 10px 25px !important;
}
.btn-hint {
  position: relative;
  display: inline-block;
  background-color: transparent;
  font-family: 'Quicksand', sans-serif;
  color: #c80101;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.btn-hint:hover {
  color: #c80101 !important;
}
.btn-hint .fa {
  margin: 0!important;
  font-size: 20px;
}
.popover.ea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 225px;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #c80101;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.popover.ea .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff !important;
  font-size: 16px;
  background-color: #c80101;
  border: 0;
  border-bottom: 1px solid #c80101;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover.ea .popover-content {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #c80101;
  letter-spacing: 0.5px;
  margin: 5px 0;
  padding: 15px 15px;
}
.popover.ea.top {
  margin-top: -15px;
}
.popover.ea.right {
  margin-left: 15px;
}
.popover.ea.bottom {
  margin-top: 15px;
}
.popover.ea.left {
  margin-left: -15px;
}
.popover.ea > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.ea > .arrow {
  border-width: 11px;
}
.popover.ea > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.ea.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
  border-top-color: #c80101;
  bottom: -11px;
}
.popover.ea.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.ea.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #ffffff;
  border-right-color: #c80101;
}
.popover.ea.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.ea.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
  border-bottom-color: #c80101;
  top: -11px;
}
.popover.ea.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.ea.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #ffffff;
  border-left-color: #c80101;
}
.popover.ea.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.arrow-gallery {
  width: 15px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .arrow-gallery {
    width: 30px;
    height: 60px;
  }
}
.arrow-gallery svg {
  width: 15px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .arrow-gallery svg {
    width: 30px;
    height: 60px;
  }
}
.arrow-gallery svg polyline {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}
.separator-text {
  position: relative;
  overflow: hidden;
  min-height: 10px;
  text-transform: uppercase;
  margin: 30px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .separator-text {
    margin: 60px 0 40px 0;
  }
}
.separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}
.separator-text.a-center {
  text-align: center;
}
.separator-text.a-center span {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.separator-text.no-margin-top {
  margin-top: 0;
}
.separator-text span {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  padding: 0 20px 0 0;
  background-color: #ffffff;
}
html[dir=rtl] .separator-text span {
  padding: 0 0px 0 20px;
}
.pagination-custom {
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pagination-custom {
    padding: 20px 0;
  }
}
.pagination-custom:before,
.pagination-custom:after {
  display: table;
  content: " ";
}
.pagination-custom:after {
  clear: both;
}
.pagination-custom .row {
  margin-right: -5px;
  margin-left: -5px;
}
.pagination-custom .row [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.pagination-custom ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pagination-custom ul {
    padding: 10px 0 0 0;
  }
}
.pagination-custom ul li {
  display: inline-block;
  margin: 0 0 0 0;
}
.pagination-custom a {
  display: block;
  width: 28px;
  height: 28px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #b1b1b1;
  line-height: 24px;
  text-decoration: none;
  border-color: transparent;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .pagination-custom a {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 33px;
  }
}
.pagination-custom a:hover {
  color: #c80101;
  text-decoration: none;
}
.pagination-custom a.active {
  color: #c80101;
  border-color: #b1b1b1;
  background-color: rgba(86, 87, 164, 0.16);
}
.pagination-custom a.prev,
.pagination-custom a.next {
  width: 36px;
  height: 36px;
  border-color: #b1b1b1;
}
@media only screen and (min-width: 768px) {
  .pagination-custom a.prev,
  .pagination-custom a.next {
    width: 48px;
    height: 48px;
  }
}
.pagination-custom a.prev span,
.pagination-custom a.next span {
  display: block;
  margin: 5px 0 0 8px;
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .pagination-custom a.prev span,
  .pagination-custom a.next span {
    margin: 8px 0 0 13px;
    width: 18px;
    height: 18px;
  }
}
.pagination-custom a.prev span svg,
.pagination-custom a.next span svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .pagination-custom a.prev span svg,
  .pagination-custom a.next span svg {
    width: 18px;
    height: 18px;
  }
}
.pagination-custom a.prev span svg polyline,
.pagination-custom a.next span svg polyline {
  fill: none;
  stroke: #292929;
  stroke-miterlimit: 10;
}
.pagination-custom a.prev:hover,
.pagination-custom a.next:hover {
  background-color: rgba(86, 87, 164, 0.16);
}
.pagination-custom a.prev {
  float: left;
}
.pagination-custom a.next {
  float: right;
}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
  background: url('../img/preloader-circle.gif') no-repeat center;
}
.modal-dialog {
  width: 280px;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-dialog {
    margin: 30px auto;
  }
}
.modal-dialog.modal-report-inappropriate {
  width: 99%;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .modal-dialog.modal-report-inappropriate {
    width: 750px;
  }
}
.modal-dialog.modal-notice {
  width: 280px;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .modal-dialog.modal-notice {
    width: 400px;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 992px) {
  .modal-dialog.modal-notice {
    width: 500px;
  }
}
.modal-dialog .modal-content .modal-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.modal-dialog .modal-content .modal-header .x-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #b1b1b1;
}
.modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.modal-dialog .modal-content .modal-body p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.modal-dialog .modal-content .modal-body p + p {
  padding: 15px 0 0 0;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0 solid #c80101;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #c80101;
}
.modal-title {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: normal;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-footer {
  padding: 25px 20px;
  text-align: left;
}
.modal-footer span {
  display: table;
  height: 40px;
}
.modal-footer span span {
  display: table-cell;
  vertical-align: middle;
}
.alert {
  position: relative;
  padding: 15px 35px;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .alert {
    padding: 15px 25px;
  }
}
.alert.alert-success {
  color: #ffffff;
  background-color: rgba(31, 126, 38, 0.75);
  border-color: transparent;
}
.alert.alert-danger {
  color: #ffffff;
  background-color: rgba(211, 72, 54, 0.75);
  border-color: transparent;
}
.alert.alert-info {
  color: #c80101;
  background-color: rgba(0, 150, 136, 0.16);
  border-color: transparent;
}
.alert.alert-warning {
  color: #ffffff;
  background-color: rgba(255, 152, 0, 0.75);
  border-color: transparent;
}
.alert .close {
  position: absolute;
  top: 50%;
  right: 15px;
  float: none;
  font-size: 36px;
  line-height: 36px;
  height: 36px;
  min-height: 36px;
  margin-top: -18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(150, 150, 150, 0);
  opacity: 1;
  filter: alpha(opacity=80);
  outline: none!important;
}
/* *** */
#header #notify-container .alert {
  text-align: center;
}
#header #notify-container .alert ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#header #notify-container .alert ul li {
  padding: 0 0 0 0;
}
#header #notify-container .alert ul li + li {
  padding: 5px 0 0 0;
}
.overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.overlay-loading .icon-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
}
.overlay-loading .fa {
  font-size: 64px;
  color: #c80101;
}
body.please-wait {
  height: 100vh;
  overflow: hidden;
}
body.please-wait .overlay-loading {
  display: block;
}
.post-listing {
  padding: 10px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .post-listing {
    padding: 80px 0 0 0;
  }
}
.post-listing .block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .post-listing .block {
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
  }
}
.post-listing .block:last-child {
  border-width: 0;
}
@media only screen and (min-width: 992px) {
  .post-listing .block:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
}
.post-listing .block .block-heading {
  padding: 20px 0 20px 0;
}
.post-listing .block .block-heading h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
.post-listing .block .block-heading h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.post-listing .block .block-heading h1 .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #c80101;
  text-transform: none;
}
.post-listing .post-listing-promote .promote-slider .owl-item {
  padding: 35px 0 0 0;
}
.post-listing .post-listing-promote .promote-slider .owl-dots {
  padding-top: 20px;
  text-align: center;
}
.post-listing .post-listing-promote .promote-slider .owl-dots .owl-dot {
  display: inline-block;
  background: none repeat scroll 0 0 #c80101;
  border-radius: 20px;
  height: 12px;
  min-height: 12px;
  margin: 10px 5px;
  width: 12px;
}
.post-listing .post-listing-promote .promote-slider .owl-dots .owl-dot.active {
  background: none repeat scroll 0 0 #000000;
}
.post-listing .post-listing-promote .promote-slider .item:hover input[type=radio] + label .buy .btn-as {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] {
  position: absolute;
  left: -1000em;
  /* *** */
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label {
  position: relative;
  padding: 0 0 0 0!important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
  width: 100%;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label:before {
  content: "\f096";
  position: absolute;
  top: 310px;
  left: 50%;
  z-index: 1;
  display: block;
  font-family: 'FontAwesome';
  color: #b1b1b1;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0 -12px;
  cursor: pointer;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .recommended {
  background-color: #c80101;
  text-align: center;
  padding: 8px 0 0 0;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  height: 35px;
  overflow: hidden;
  margin: -35px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .recommended {
    margin: -35px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info {
  position: relative;
  text-align: center;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info {
    min-height: 170px;
    padding: 0 20px;
  }
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .name {
  position: relative;
  padding: 25px 0 20px 0;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .name {
    padding: 25px 0 20px 0;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #cdcdcd;
  margin-left: -20px;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description {
  display: table;
  height: 200px;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  padding: 0 15px;
  background-color: #fafafa;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: table-cell;
  vertical-align: middle;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li {
  width: 100%;
  text-align: left;
  border-bottom: 1px dashed #e1e1e1;
  padding: 5px 10px 5px 10px;
  color: #292929;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li:before,
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li:after {
  display: table;
  content: " ";
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li:after {
  clear: both;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li:last-child {
  border-width: 0;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  min-width: 16px;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li .fa {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li .fa.fa-close {
  color: #d34836;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .info .description ul li .fa.fa-check {
  color: #1f7e26;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .check-area {
  height: 40px;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .buy {
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .buy {
    padding: 20px 0;
  }
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .buy .btn-as {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .buy .btn-as:hover {
  color: #ffffff;
  background-color: #4a4d4e;
  border-color: #4a4d4e;
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .buy .btn-as.large {
  min-width: 175px!important;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .buy .btn-as.large {
    font-size: 18px;
  }
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .expires {
  padding: 13px 0 13px 0;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .post-listing .post-listing-promote .promote-slider .item input[type=radio] + label .expires {
    padding: 13px 0;
    border-top: 1px solid #e1e1e1;
  }
}
.post-listing .post-listing-promote .promote-slider .item input[type=radio]:checked + label:before {
  content: "\f046";
  color: #c80101;
}
.post-listing .summary ul {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 100%;
}
.post-listing .summary ul li {
  width: 100%;
  text-align: left;
  border-bottom: 1px dashed #e1e1e1;
  padding: 5px 0 5px 0;
  color: #292929;
}
.post-listing .summary ul li:before,
.post-listing .summary ul li:after {
  display: table;
  content: " ";
}
.post-listing .summary ul li:after {
  clear: both;
}
.post-listing .summary ul li:last-child {
  border-width: 0;
}
.post-listing .summary ul li span {
  display: inline-block;
  font-weight: 700;
  float: right;
}
.post-listing .payment-method .item {
  position: relative;
  margin: 0 0 15px 0;
}
.post-listing .payment-method .item input[type=radio] {
  position: absolute;
  left: -1000em;
}
.post-listing .payment-method .item input[type=radio] + label {
  position: relative;
  padding: 0 0 0 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.post-listing .payment-method .item input[type=radio] + label:before {
  content: "\f096";
  position: absolute;
  top: 19px;
  left: 15px;
  z-index: 1;
  display: block;
  font-family: 'FontAwesome';
  color: #b1b1b1;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0 0;
  cursor: pointer;
}
.post-listing .payment-method .item input[type=radio] + label .graphic {
  display: block;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  color: #b1b1b1;
  font-size: 18px;
  line-height: 40px;
  padding: 10px 10px 5px 50px;
}
@media only screen and (min-width: 1280px) {
  .post-listing .payment-method .item input[type=radio] + label .graphic {
    font-size: 24px;
    line-height: 40px;
  }
}
.post-listing .payment-method .item input[type=radio] + label .graphic:before,
.post-listing .payment-method .item input[type=radio] + label .graphic:after {
  display: table;
  content: " ";
}
.post-listing .payment-method .item input[type=radio] + label .graphic:after {
  clear: both;
}
.post-listing .payment-method .item input[type=radio] + label .graphic .fa {
  font-size: 24px;
  line-height: 24px;
  color: #b1b1b1;
  float: right;
  margin-top: 10px;
}
@media only screen and (min-width: 1280px) {
  .post-listing .payment-method .item input[type=radio] + label .graphic .fa {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
  }
}
.post-listing .payment-method .item input[type=radio] + label .text {
  display: -webkit-box;
  font-family: 'Quicksand', sans-serif;
  color: #b1b1b1;
  font-size: 12px;
  line-height: normal;
  padding: 5px 0 0 0;
  margin: 5px 10px 10px 10px;
  border-top: 1px solid #e1e1e1;
  min-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px;
  max-width: 500px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-listing .payment-method .item input[type=radio]:checked + label {
  border-color: #c80101;
}
.post-listing .payment-method .item input[type=radio]:checked + label .graphic,
.post-listing .payment-method .item input[type=radio]:checked + label .text {
  color: #000000;
}
.post-listing .payment-method .item input[type=radio]:checked + label:before {
  content: "\f046";
  color: #c80101;
}
.contact {
  padding: 10px 0 15px 0;
}
.contact .block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .contact .block {
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
  }
}
.contact .block:last-child {
  border-width: 0;
}
@media only screen and (min-width: 992px) {
  .contact .block:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
}
.contact .block .block-heading {
  padding: 20px 0 20px 0;
}
.contact .block .block-heading h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
.contact .block .block-heading h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.contact .block .block-heading h1 .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #c80101;
  text-transform: none;
}
.sign-in {
  padding: 20px 15px 70px 15px;
}
@media only screen and (min-width: 992px) {
  .sign-in {
    padding: 80px 0 140px 0;
  }
}
.sign-in h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sign-in h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.sign-in h1 span {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sign-in h1 span {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .sign-in form {
    padding: 15px 0 0 0;
  }
}
.sign-in form .links {
  padding: 0 10px 40px 10px;
}
.sign-in form a {
  color: #c80101;
}
.sign-in form a.forgot {
  display: inline-block;
  text-align: right;
  margin: 2px 0 0 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .sign-in form a.forgot {
    margin: 12px 0 0 0;
  }
}
.sign-in form a.btn-as {
  color: #ffffff;
  min-height: 40px;
  min-width: 150px;
  text-align: center;
}
.sign-in form a.btn-as.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.sign-in form a.btn-as.facebook:hover {
  opacity: 0.8;
  border-color: #3b5998;
}
.sign-in form a.btn-as.googleplus {
  background-color: #d34836;
  border-color: #d34836;
}
.sign-in form a.btn-as.googleplus:hover {
  opacity: 0.8;
}
.sign-in form a.btn-as.linkedin {
  background-color: #0077B5;
  border-color: #0077B5;
}
.sign-in form a.btn-as.linkedin:hover {
  opacity: 0.8;
}
.sign-in form a.btn-as.twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.sign-in form a.btn-as.twitter:hover {
  opacity: 0.8;
}
.sign-in form .checkbox label {
  white-space: nowrap;
}
.sign-in form .separator-text {
  position: relative;
  overflow: hidden;
  min-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 40px 0;
}
.sign-in form .separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}
.sign-in form .separator-text span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.sign-in form .separator-text.separator-join {
  text-align: left;
  margin: 5px 0 10px 0;
}
.sign-in form .separator-text.separator-join span {
  color: #797979;
  padding: 0 20px 0 0;
}
.sign-in form button {
  min-width: 150px;
  margin-top: 30px;
}
.row.centered {
  text-align: center;
}
.row.centered .col-lg-6,
.row.centered .col-md-6 {
  width: 49%;
}
.row.centered .column-centered {
  float: none!important;
  display: inline-block !important;
}
.row.centered .column-centered a.btn-as {
  min-width: 100%!important;
}
.sign-up {
  padding: 20px 15px 70px 15px;
}
@media only screen and (min-width: 992px) {
  .sign-up {
    padding: 80px 0 140px 0;
  }
}
.sign-up h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sign-up h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.sign-up h1 span {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sign-up h1 span {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .sign-up form {
    padding: 15px 0 0 0;
  }
}
.sign-up form .links {
  padding: 0 10px 40px 10px;
}
.sign-up form .links:before,
.sign-up form .links:after {
  display: table;
  content: " ";
}
.sign-up form .links:after {
  clear: both;
}
.sign-up form .required-fields {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 0 13px 0;
}
@media only screen and (min-width: 768px) {
  .sign-up form .required-fields {
    text-align: left;
    margin: 13px 0 0 0;
  }
}
.sign-up form a,
.sign-up form button {
  color: #c80101;
}
.sign-up form a.forgot,
.sign-up form button.forgot {
  display: inline-block;
  margin: 15px 0 0 0;
}
.sign-up form a.btn-as,
.sign-up form button.btn-as {
  color: #ffffff;
  min-height: 40px;
  min-width: 150px;
  text-align: center;
}
.sign-up form a.btn-as.pull-right,
.sign-up form button.btn-as.pull-right {
  float: none!important;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sign-up form a.btn-as.pull-right,
  .sign-up form button.btn-as.pull-right {
    float: right!important;
  }
}
.sign-up form a.btn-as.facebook,
.sign-up form button.btn-as.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.sign-up form a.btn-as.facebook:hover,
.sign-up form button.btn-as.facebook:hover {
  opacity: 0.8;
  border-color: #3b5998;
}
.sign-up form a.btn-as.googleplus,
.sign-up form button.btn-as.googleplus {
  background-color: #d34836;
  border-color: #d34836;
}
.sign-up form a.btn-as.googleplus:hover,
.sign-up form button.btn-as.googleplus:hover {
  opacity: 0.8;
}
.sign-up form a.btn-as.linkedin,
.sign-up form button.btn-as.linkedin {
  background-color: #0077B5;
  border-color: #0077B5;
}
.sign-up form a.btn-as.linkedin:hover,
.sign-up form button.btn-as.linkedin:hover {
  opacity: 0.8;
}
.sign-up form a.btn-as.twitter,
.sign-up form button.btn-as.twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.sign-up form a.btn-as.twitter:hover,
.sign-up form button.btn-as.twitter:hover {
  opacity: 0.8;
}
.sign-up form .separator-text {
  position: relative;
  overflow: hidden;
  min-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 40px 0;
}
.sign-up form .separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}
.sign-up form .separator-text span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.sign-up form .separator-text.separator-join {
  text-align: left;
  margin: 5px 0 10px 0;
}
.sign-up form .separator-text.separator-join span {
  color: #797979;
  padding: 0 20px 0 0;
}
.forgot-password {
  padding: 20px 15px 70px 15px;
}
@media only screen and (min-width: 992px) {
  .forgot-password {
    padding: 80px 0 140px 0;
  }
}
.forgot-password h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.forgot-password h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
@media only screen and (min-width: 992px) {
  .forgot-password form {
    padding: 35px 0 0 0;
  }
}
.forgot-password form .links {
  padding: 0 10px 40px 10px;
}
.forgot-password form .links:before,
.forgot-password form .links:after {
  display: table;
  content: " ";
}
.forgot-password form .links:after {
  clear: both;
}
.forgot-password form a {
  color: #c80101;
}
.forgot-password form a.forgot {
  display: inline-block;
  margin: 15px 0 0 0;
}
.forgot-password form a.btn-as {
  color: #ffffff;
  min-height: 40px;
  padding-top: 8px;
  min-width: 150px;
  text-align: center;
}
.forgot-password form a.btn-as.facebook {
  background-color: #3b5998;
}
.forgot-password form a.btn-as.facebook:hover {
  opacity: 0.8;
}
.forgot-password form a.btn-as.googleplus {
  background-color: #d34836;
}
.forgot-password form a.btn-as.googleplus:hover {
  opacity: 0.8;
}
.forgot-password form .separator-text {
  position: relative;
  overflow: hidden;
  min-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 40px 0;
}
.forgot-password form .separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
}
.forgot-password form .separator-text span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.forgot-password form .separator-text.separator-join {
  text-align: left;
  margin: 5px 0 10px 0;
}
.forgot-password form .separator-text.separator-join span {
  color: #797979;
  padding: 0 20px 0 0;
}
.my-account .block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.my-account .block:last-child {
  border-width: 0;
}
.my-account .block .block-heading {
  padding: 20px 0 20px 0;
}
.my-account .block .block-heading h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .my-account .block .block-heading h1 {
    font-size: 28px;
  }
}
.my-account .block .block-heading h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.my-account .block .block-heading h1 .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  color: #c80101;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .my-account .block .block-heading h1 .info {
    font-size: 16px;
  }
}
.my-account .block .block-heading .btn-trigger-collapse {
  float: right;
  display: inline-block;
  margin: 30px 0 0 0;
}
.my-account .block .block-heading .btn-trigger-collapse .info-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #292929;
}
.my-account .block .block-heading .btn-trigger-collapse .info-title.closed {
  display: none;
}
.my-account .block .block-heading .btn-trigger-collapse.collapsed .info-title {
  display: none;
}
.my-account .block .block-heading .btn-trigger-collapse.collapsed .info-title.closed {
  display: inline-block;
}
.my-account .block .block-body form {
  padding: 0 0 50px 0;
  max-width: 800px;
}
html[dir=rtl] .my-account .block .block-heading .btn-trigger-collapse {
  float: left;
}
.pricing {
  padding: 35px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .pricing {
    padding: 70px 0 0 0;
  }
}
.pricing h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricing h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0 auto 40px auto;
  }
}
.pricing .pricing-packages:before,
.pricing .pricing-packages:after {
  display: table;
  content: " ";
}
.pricing .pricing-packages:after {
  clear: both;
}
.pricing .pricing-packages .item {
  min-height: 100px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item {
    float: left;
    width: 23%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.pricing .pricing-packages .item:hover {
  background-color: #fafafa;
}
.pricing .pricing-packages .item:hover .price {
  background-color: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item:last-child {
    border-right: 0;
  }
}
.pricing .pricing-packages .item .recommended {
  background-color: #c80101;
  text-align: center;
  padding: 8px 0 0 0;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  height: 35px;
  overflow: hidden;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .recommended {
    margin: -35px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.pricing .pricing-packages .item .info {
  position: relative;
  text-align: center;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .info {
    min-height: 170px;
    padding: 0 20px;
  }
}
.pricing .pricing-packages .item .info .name {
  position: relative;
  padding: 15px 0 10px 0;
  margin-bottom: 10px;
  font-family: 'Quicksand', sans-serif;
  color: #c80101;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .info .name {
    padding: 25px 0 20px 0;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.pricing .pricing-packages .item .info .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #cdcdcd;
  margin-left: -20px;
}
.pricing .pricing-packages .item .info .description {
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .info .description {
    margin-bottom: 0;
  }
}
.pricing .pricing-packages .item .package {
  display: table;
  height: 100px;
  width: 100%;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .package {
    height: 180px;
  }
}
.pricing .pricing-packages .item .package .number {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  color: #c80101;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .package .number {
    font-size: 24px;
  }
}
.pricing .pricing-packages .item .package .number span {
  font-family: 'Quicksand', sans-serif;
  color: #c80101;
  font-size: 110px;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .package .number span {
    font-size: 110px;
  }
}
.pricing .pricing-packages .item .price {
  padding: 25px 0 25px 0;
  background-color: #fafafa;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .price {
    min-height: 125px;
    padding: 0 0 0 0;
  }
}
.pricing .pricing-packages .item .price span {
  display: block;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}
.pricing .pricing-packages .item .price span.number {
  padding-top: 10px;
  font-size: 50px;
  line-height: 40px;
  color: #292929;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .price span.number {
    padding-top: 30px;
    font-size: 50px;
    line-height: 40px;
  }
}
.pricing .pricing-packages .item .price span.number sup {
  font-size: 24px;
  line-height: 20px;
  color: #292929;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .price span.number sup {
    font-size: 24px;
    line-height: 20px;
  }
}
.pricing .pricing-packages .item .price span.each {
  padding: 10px 0 0 0;
  color: #b1b1b1;
  font-size: 12px;
  text-transform: uppercase;
}
.pricing .pricing-packages .item .buy {
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .buy {
    padding: 20px 0;
  }
}
.pricing .pricing-packages .item .buy .btn-gfj {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}
.pricing .pricing-packages .item .buy .btn-gfj:hover {
  background-color: #c80101;
  border-color: #c80101;
}
.pricing .pricing-packages .item .buy .btn-gfj.large {
  min-width: 175px;
  padding: 14px 0;
  font-size: 16px;
}
.pricing .pricing-packages .item .expires {
  padding: 0 0 13px 0;
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing-packages .item .expires {
    padding: 13px 0;
    border-top: 1px solid #e1e1e1;
  }
}
.post-listing {
  padding: 10px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .post-listing {
    padding: 60px 0 0 0;
  }
}
.post-listing .block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .post-listing .block {
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
  }
}
.post-listing .block:last-child {
  border-width: 0;
}
@media only screen and (min-width: 992px) {
  .post-listing .block:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
}
.post-listing .block .block-heading {
  padding: 20px 0 20px 0;
}
.post-listing .block .block-heading h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
.post-listing .block .block-heading h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.post-listing .block .block-heading h1 .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #c80101;
  text-transform: none;
}
.post-listing form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.post-listing form .input-group {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
}
html[dir=rtl] .post-listing .summary ul li {
  text-align: right;
}
html[dir=rtl] .post-listing .summary ul li span {
  float: left;
}
html[dir=rtl] .owl-carousel .owl-stage-outer {
  float: inherit !important;
}
html[dir=rtl] .fa-angle-double-right:before {
  content: "\f100";
}
html[dir=rtl] .mCS-dir-rtl .mCSB_inside .mCSB_container {
  margin-left: 0;
}
.view-listing {
  padding: 0 0 80px 0;
  /*  */
  /*  */
}
.view-listing .breadcrumb {
  display: none;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .view-listing .breadcrumb {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
}
.view-listing .listing-heading .listing-heading-wrapper {
  padding: 10px 0;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  }
}
.view-listing .listing-heading .listing-heading-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
  width: 100%;
}
@media only screen and (min-width: 768px) {
}
.view-listing .listing-heading .listing-heading-wrapper h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #292929;
  margin: 0 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 30px;
  max-width: 290px;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 5px 0;
    max-height: 30px;
    max-width: 500px;
    height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-heading .listing-heading-wrapper h1 {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-heading .listing-heading-wrapper h1 {
    max-width: 850px;
  }
}
.view-listing .listing-heading .listing-heading-wrapper h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #c80101;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .price {
  position: relative;
  color: #292929;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .price {
    text-align: right;
    margin-top: 0;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .price span {
  font-family: 'Quicksand', sans-serif;
  color: #292929;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .price span {
    display: block;
    margin: 0 0 0 0;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .link {
  display: inline-block;
  color: #c80101;
  font-size: 13px;
  margin-right: 10px;
  opacity: 1;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .link {
    font-size: 14px;
    margin-right: 30px;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .link:last-child {
  margin-right: 0;
}
.view-listing .listing-heading .listing-heading-wrapper .link:hover {
  color: #4a4d4e;
}
.view-listing .listing-heading .listing-heading-wrapper .link#listing-send-msg {
  margin-right: 0;
  float: right;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .link#listing-send-msg {
    float: none;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .social-desktop {
  display: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .social-desktop {
    display: inline-block;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .social-mobile {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .social-mobile {
    display: none;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .social-mobile .social-link:last-child {
  margin: 0 0 0 0;
}
.view-listing .listing-heading .listing-heading-wrapper .social-link {
  display: inline-block;
  width: 15px;
  height: 22px;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .social-link {
    width: 22px;
    height: 22px;
    font-size: 18px;
    margin: 0 5px 0 0;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .social-link:hover {
  border-color: #4a4d4e;
}
.view-listing .listing-heading .listing-heading-wrapper .actions {
  padding: 10px 0 0 0;
  margin: 5px 0 0 0;
  border-top: 1px solid #e1e1e1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .actions {
    padding: 5px 0 0 0;
    border-top: 0;
    margin: 0;
    text-align: right;
  }
}
.view-listing .listing-heading .listing-heading-wrapper .actions .btn-as {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-heading .listing-heading-wrapper .actions .btn-as {
    padding: 0 15px!important;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-heading .listing-heading-wrapper .actions .btn-as {
    padding: 0 20px!important;
  }
}
.view-listing .listing-gallery {
  margin: 0 -15px 0 -15px;
  background-color: #fafafa;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-gallery {
    margin: 0 0 0 0;
  }
}
.view-listing .listing-gallery:before,
.view-listing .listing-gallery:after {
  display: table;
  content: " ";
}
.view-listing .listing-gallery:after {
  clear: both;
}
.view-listing .listing-gallery .img-wrapper {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  /* *** */
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-gallery .img-wrapper {
    max-height: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-gallery .img-wrapper {
    max-height: 485px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-gallery .img-wrapper {
    max-height: 453px;
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .listing-gallery .img-wrapper {
    max-height: 486px;
  }
}
.view-listing .listing-gallery .img-wrapper.full-width {
  width: 100%;
}
.view-listing .listing-gallery .img-wrapper.full-width + .thb-wrapper {
  display: none;
}
.view-listing .listing-gallery .img-wrapper.full-width .zoom {
  display: block;
}
.view-listing .listing-gallery .img-wrapper .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 90px;
  height: 90px;
  color: #ffffff;
  font-size: 50px;
  margin-left: -45px;
  margin-top: -45px;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-gallery .img-wrapper .zoom {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-gallery .img-wrapper .zoom {
    display: none;
  }
}
.view-listing .listing-gallery .img-wrapper .zoom .fa {
  margin: 20px 0 0 25px;
}
.view-listing .listing-gallery .img-wrapper .gallery-left,
.view-listing .listing-gallery .img-wrapper .gallery-right {
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-gallery .img-wrapper .gallery-left,
  .view-listing .listing-gallery .img-wrapper .gallery-right {
    width: 60px;
    display: block;
  }
}
.view-listing .listing-gallery .img-wrapper .gallery-left svg,
.view-listing .listing-gallery .img-wrapper .gallery-right svg {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-gallery .img-wrapper .gallery-left svg,
  .view-listing .listing-gallery .img-wrapper .gallery-right svg {
    margin-top: -30px;
  }
}
.view-listing .listing-gallery .img-wrapper .gallery-left {
  left: 0;
}
.view-listing .listing-gallery .img-wrapper .gallery-right {
  right: 0;
}
.view-listing .listing-gallery .img-wrapper .small-gallery .owl-item {
  display: table;
}
.view-listing .listing-gallery .img-wrapper .small-gallery .item {
  position: relative;
  text-align: center;
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery .item {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery .item {
    height: 485px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery .item {
    height: 453px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery .item {
    height: 486px;
  }
}
.view-listing .listing-gallery .img-wrapper .small-gallery .item.open-full-gallery {
  cursor: pointer;
}
.view-listing .listing-gallery .img-wrapper .small-gallery .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: inherit;
}
.view-listing .listing-gallery .img-wrapper .small-gallery2 {
  margin: 0 0 0 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.view-listing .listing-gallery .img-wrapper .small-gallery2 .slides li {
  position: relative;
  text-align: center;
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery2 .slides li {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery2 .slides li {
    height: 485px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery2 .slides li {
    height: 453px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .listing-gallery .img-wrapper .small-gallery2 .slides li {
    height: 486px;
  }
}
.view-listing .listing-gallery .img-wrapper .small-gallery2 .slides li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.view-listing .listing-gallery .thb-wrapper {
  position: relative;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-gallery .thb-wrapper {
    max-height: 485px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-gallery .thb-wrapper {
    max-height: 453px;
    float: left;
    width: 25%;
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .listing-gallery .thb-wrapper {
    max-height: 486px;
  }
}
.view-listing .listing-gallery .thb-wrapper .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 46px;
  height: 70px;
  color: #ffffff;
  font-size: 50px;
  margin-left: -23px;
  margin-top: -35px;
}
.view-listing .listing-gallery .thb-wrapper ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.view-listing .listing-gallery .thb-wrapper ul li {
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-gallery .thb-wrapper ul li {
    height: 162px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-gallery .thb-wrapper ul li {
    height: 151px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .listing-gallery .thb-wrapper ul li {
    height: 162px;
  }
}
.view-listing .listing-gallery .thb-wrapper ul li img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  opacity: .5;
}
.view-listing .listing-card .btn-as:nth-of-type(1) {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-card .btn-as:nth-of-type(1) {
    margin-top: 10px;
    width: 100%;
  }
}
.view-listing .listing-card .btn-as:nth-of-type(1) .fa {
  font-size: 15px;
}
.view-listing .listing-card .btn-as {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-card .btn-as {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-card .btn-as {
    margin-top: 0;
    width: 100%;
  }
}
.view-listing .listing-card .btn-as .fa {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-info {
    border: 1px solid #e1e1e1;
  }
}
.view-listing .listing-info .listing-user {
  padding: 15px 0;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-info .listing-user {
    padding: 20px 15px;
  }
}
.view-listing .listing-info .listing-user div {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-info .listing-user div {
    font-size: 14px;
  }
}
.view-listing .listing-info .listing-user div + div {
  margin-top: 10px;
}
.view-listing .listing-info .listing-user div:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-info .listing-user div:before {
    font-size: 20px;
  }
}
.view-listing .listing-info .listing-user div.name {
  padding-left: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-info .listing-user div.name {
    font-size: 24px;
  }
}
.view-listing .listing-info .listing-user div.store:before {
  content: "\f06e";
}
.view-listing .listing-info .listing-user div.phone:before {
  content: "\f095";
}
.view-listing .listing-info .listing-user div.email:before {
  content: "\f0e0";
  font-size: 14px;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-info .listing-user div.email:before {
    font-size: 18px;
  }
}
.view-listing .listing-info .listing-user div.location:before {
  content: "\f041";
}
.view-listing .listing-info #map {
  margin: 0 -15px 15px -15px;
  height: 150px;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-info #map {
    margin: 0 0 0 0;
    height: 140px;
  }
}
.view-listing .listing-info #map input[type="submit"],
.view-listing .listing-info #map button {
  min-height: 27px;
}
.view-listing .listing-info .gmnoprint a,
.view-listing .listing-info .gmnoprint span,
.view-listing .listing-info .gm-style-cc {
  display: none;
}
.view-listing .listing-date {
  padding: 10px 0 10px 0;
  font-family: 'Quicksand', sans-serif;
  color: #b1b1b1;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-date {
    padding: 20px 0 20px 0;
  }
}
.view-listing .listing-date .fa {
  margin-right: 10px;
  margin-top: -5px;
  font-size: 18px;
}
.view-listing .description-section p {
  text-align: justify;
  letter-spacing: 1px;
}
.view-listing .listing-custom {
  /*
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    */
  display: block;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-custom {
    /*
      display: inline-block;
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      */
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-custom {
    /*
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3;
      */
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-custom {
    /*
      -webkit-columns: 4;
      -moz-columns: 4;
      columns: 4;
      */
  }
}
.view-listing .listing-custom:before,
.view-listing .listing-custom:after {
  display: table;
  content: " ";
}
.view-listing .listing-custom:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1280px) {
}
.view-listing .listing-custom .item {
  position: relative;
  display: block;
  padding: 0 0 15px 25px;
}
@media only screen and (min-width: 768px) {
  .view-listing .listing-custom .item {
    float: left;
    width: 50%;
    padding: 0 0 15px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .listing-custom .item {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1280px) {
  .view-listing .listing-custom .item {
    width: 25%;
  }
}
.view-listing .listing-custom .item:before,
.view-listing .listing-custom .item:after {
  display: table;
  content: " ";
}
.view-listing .listing-custom .item:after {
  clear: both;
}
.view-listing .listing-custom .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}
.view-listing .listing-custom .item.labeled {
  padding: 0 0 15px 0;
}
.view-listing .listing-custom .item.labeled:before {
  display: none;
}
.view-listing .listing-custom .item.labeled span {
  float: left;
  font-weight: 600;
}
.view-listing .listing-custom .item.labeled span:after {
  content: ":";
  padding-right: 10px;
}
.view-listing .listing-custom .item.labeled span + span {
  font-weight: normal;
}
.view-listing .listing-custom .item.labeled span + span:after {
  display: none;
}
.view-listing .listing-custom .item.labeled.url {
  width: 100%;
}
.view-listing .listing-custom .item.labeled.url ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.view-listing .listing-custom .item.labeled.url ul:before,
.view-listing .listing-custom .item.labeled.url ul:after {
  display: table;
  content: " ";
}
.view-listing .listing-custom .item.labeled.url ul:after {
  clear: both;
}
.view-listing .listing-custom .item.labeled.url ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-listing .listing-custom .item.labeled.url ul li:first-child span {
  display: inline-block;
}
.view-listing .listing-custom .item.labeled.url ul li:last-child {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}
.view-listing .listing-custom .item.labeled.url ul li:last-child span {
  max-width: 100%;
  height: 26px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
.view-listing .listing-custom .item.labeled.url ul li:last-child span:after {
  display: none;
}
.view-listing .actions {
  text-align: center;
  display: block;
}
.view-listing .review-box {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-right: -5px;
  margin-left: -5px;
}
@media only screen and (min-width: 768px) {
  .view-listing .review-box {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .review-box {
    margin-top: -10px;
  }
}
.view-listing .review-box .raview-total {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 5px;
  padding-left: 5px;
}
.view-listing .review-box .raview-total .review-infos {
  position: relative;
  display: table;
  background-color: #c80101;
  width: 100%;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
}
.view-listing .review-box .raview-total .review-infos > div {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.view-listing .review-box .raview-total .review-infos span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}
.view-listing .review-box .raview-total .review-infos span + span {
  font-family: 'Quicksand', sans-serif;
  font-size: 10px;
  line-height: 14px;
}
.view-listing .review-box .raview-ratings {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-right: 5px;
  padding-left: 5px;
}
.view-listing .review-box .raview-ratings .rating-bar {
  position: relative;
  height: 8px;
  background-color: #f1f1f1;
  display: block;
}
.view-listing .review-box .raview-ratings .rating-bar:after {
  position: absolute;
  top: -1px;
  left: 105%;
  content: "";
  color: #292929;
  font-size: 10px;
  line-height: 10px;
  white-space: nowrap;
}
.view-listing .review-box .raview-ratings .rating-bar:nth-child(1):after {
  content: "5 stars";
}
.view-listing .review-box .raview-ratings .rating-bar:nth-child(2):after {
  content: "4 stars";
}
.view-listing .review-box .raview-ratings .rating-bar:nth-child(3):after {
  content: "3 stars";
}
.view-listing .review-box .raview-ratings .rating-bar:nth-child(4):after {
  content: "2 stars";
}
.view-listing .review-box .raview-ratings .rating-bar:nth-child(5):after {
  content: "1 star";
}
.view-listing .review-box .raview-ratings .rating-bar span {
  background-color: #c80101;
  height: 8px;
  display: block;
}
.view-listing .review-box .raview-ratings .rating-bar + .rating-bar {
  margin-top: 5px;
}
.view-listing .listings-list {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .view-listing .listings-list {
    margin: 80px 0 0 0;
  }
}
html[dir=rtl] .view-listing .listing-custom .item {
  padding: 0 25px 15px 0px;
}
@media only screen and (min-width: 768px) {
  html[dir=rtl] .view-listing .listing-custom .item {
    float: right;
    padding: 0 20px 15px 0px;
  }
}
html[dir=rtl] .view-listing .listing-custom .item.labeled {
  padding: 0 0 15px 25px;
}
html[dir=rtl] .view-listing .listing-custom .item.labeled span {
  float: right;
}
html[dir=rtl] .view-listing .listing-custom .item.labeled span:after {
  padding-left: 10px;
  padding-right: 0;
}
html[dir=rtl] .view-listing .listing-custom .item:before {
  left: inherit;
  right: 0;
}
@media only screen and (min-width: 768px) {
  html[dir=rtl] .view-listing .listing-heading .listing-heading-wrapper .price {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  html[dir=rtl] .view-listing .listing-heading .listing-heading-wrapper .actions {
    text-align: left;
  }
}
html[dir=rtl] .view-listing .listing-heading .listing-heading-wrapper .social-mobile {
  right: inherit;
  left: 0;
}
html[dir=rtl] .view-listing .listing-heading .listing-heading-wrapper .link {
  margin-right: 0px;
  margin-left: 10px;
}
html[dir=rtl] .view-listing .listing-info .listing-user div {
  padding: 0 25px 0 0;
}
html[dir=rtl] .view-listing .listing-info .listing-user div.name {
  padding-right: 0;
}
html[dir=rtl] .view-listing .listing-info .listing-user div:before {
  left: inherit;
  right: 0;
}
.view-store .tab-content {
  padding: 20px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .view-store .tab-content {
    padding: 40px 0 40px 0;
  }
}
.view-store .store-info {
  position: relative;
  background-color: #ffffff;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .view-store .store-info {
    z-index: 5;
    border: 1px solid #e1e1e1;
    margin: -100px 0 0 0;
  }
}
.view-store .store-info .store-user {
  padding: 15px 0;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .view-store .store-info .store-user {
    padding: 20px 15px;
  }
}
.view-store .store-info .store-user div {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .view-store .store-info .store-user div {
    font-size: 14px;
  }
}
.view-store .store-info .store-user div + div {
  margin-top: 10px;
}
.view-store .store-info .store-user div:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .view-store .store-info .store-user div:before {
    font-size: 20px;
  }
}
.view-store .store-info .store-user div.logo {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 0 0 0 0;
  overflow: hidden;
}
.view-store .store-info .store-user div.logo:before {
  display: none;
}
.view-store .store-info .store-user div.logo img {
  height: 100%;
  width: auto;
}
.view-store .store-info .store-user div.name {
  padding-left: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .view-store .store-info .store-user div.name {
    font-size: 24px;
  }
}
.view-store .store-info .store-user div.store:before {
  content: "\f06e";
}
.view-store .store-info .store-user div.phone {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
.view-store .store-info .store-user div.phone:before {
  content: "\f095";
}
.view-store .store-info .store-user div.email {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
.view-store .store-info .store-user div.email:before {
  content: "\f0e0";
  font-size: 14px;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .view-store .store-info .store-user div.email:before {
    font-size: 18px;
  }
}
.view-store .store-info .store-user div.location:before {
  content: "\f041";
}
.view-store .store-info #map {
  margin: 0 -15px 15px -15px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .view-store .store-info #map {
    margin: 0 0 0 0;
    height: 200px;
  }
}
.view-store .store-info #map input[type="submit"],
.view-store .store-info #map button {
  min-height: 27px;
}
.view-store .store-info .gmnoprint a,
.view-store .store-info .gmnoprint span,
.view-store .store-info .gm-style-cc {
  display: none;
}
.view-store .store-info + .btn-as {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.view-store .store-info + .btn-as .fa {
  font-size: 20px;
}
.view-store .store-info form {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.view-store .store-info .store-search {
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .view-store .store-info .store-search {
    padding: 20px 15px;
  }
}
.view-store .store-info .store-search .form-group {
  margin: 0!important;
  padding-bottom: 10px;
}
.view-store .store-info .store-search .form-group .input-group {
  padding-bottom: 0;
}
.view-store .store-info .store-search .form-group #choose-class {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px;
  max-width: 500px;
  height: 40px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.view-store .store-info .store-search .input-group {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
}
.view-store .store-info .store-search .input-group.field-listingsearch-currency_id select {
  display: none;
}
@media only screen and (min-width: 768px) {
}
.view-store .store-info .store-search .input-group.field-listingsearch-categoryslug {
  padding-bottom: 0!important;
}
.view-store .store-info .store-search .input-group.field-listingsearch-categoryslug .help-block {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #737373;
}
.view-store .store-info .store-search .input-group.no-icon input[type="text"],
.view-store .store-info .store-search .input-group.no-icon input[type="number"],
.view-store .store-info .store-search .input-group.no-icon input[type="password"],
.view-store .store-info .store-search .input-group.no-icon input[type="search"],
.view-store .store-info .store-search .input-group.no-icon input[type="email"],
.view-store .store-info .store-search .input-group.no-icon input[type="tel"] {
  padding: 0 10px 0 10px;
}
.view-store .store-info .store-search .input-group input[type="text"],
.view-store .store-info .store-search .input-group input[type="number"],
.view-store .store-info .store-search .input-group input[type="password"],
.view-store .store-info .store-search .input-group input[type="search"],
.view-store .store-info .store-search .input-group input[type="email"],
.view-store .store-info .store-search .input-group input[type="tel"],
.view-store .store-info .store-search .input-group .form-control {
  padding: 0 10px 0 30px;
  border-right-width: 1px!important;
}
.view-store .store-info .store-search .input-group .fa {
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 4;
  color: #292929;
}
.view-store .store-info .store-search .input-group .input-group {
  padding-bottom: 0;
}
.view-store .store-info .store-search button {
  width: 100%;
}
.view-store .store-info .store-search .btn-as {
  text-align: center;
  width: 100%;
}
.view-store .store-descriptions h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.view-store .store-descriptions h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.simple-page {
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .simple-page {
    padding: 80px 0 0 0;
  }
}
.simple-page .block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .simple-page .block {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
}
.simple-page .block:last-child {
  border-width: 0;
}
.simple-page .block .block-heading {
  padding: 20px 0 20px 0;
}
.simple-page .block .block-heading h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .simple-page .block .block-heading h1 {
    margin: 0 0 40px 0;
  }
}
.simple-page .block .block-heading h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.simple-page .block .block-heading h1 .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #c80101;
  text-transform: none;
}
.simple-page .block .block-body h2 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .simple-page .block .block-body h2 {
    padding: 20px 0 20px 0;
  }
}
.simple-page .block .block-body p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .simple-page .block .block-body p {
    padding: 0 0 20px 0;
  }
}
.simple-page .block .block-body p.thank-you {
  max-width: 300px;
}
.simple-page .block .block-body blockquote {
  padding: 5px 0 5px 20px;
  margin: 20px 0 20px 0;
  font-size: 16px;
  border-left: 2px solid #c80101;
}
@media only screen and (min-width: 992px) {
  .simple-page .block .block-body blockquote {
    margin: 30px 0 30px 0;
  }
}
.simple-page .block .block-body a {
  color: #c80101;
}
.simple-page .block .block-body .img-thank-you img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.not-found {
  padding: 80px 0 40px 0;
}
.not-found:after {
  position: absolute;
  content: "\f071";
  font-family: 'FontAwesome';
  font-size: 100px;
  opacity: .3;
  display: none;
}
.not-found .block {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .not-found .block {
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
  }
}
.not-found .block:last-child {
  border-width: 0;
}
@media only screen and (min-width: 992px) {
  .not-found .block:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
}
.not-found .block .block-heading {
  padding: 20px 0 20px 0;
}
.not-found .block .block-heading h1 {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  float: left;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .not-found .block .block-heading h1 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .not-found .block .block-heading h1 {
    margin: 0 0 40px 0;
    padding-right: 20px;
  }
}
.not-found .block .block-heading h1:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.not-found .block .block-heading h1:after {
  content: "\f071";
  font-family: 'FontAwesome';
  color: #c80101;
  font-size: 65px;
  opacity: .2;
}
@media (min-width: 375px) {
  .not-found .block .block-heading h1:after {
    position: absolute;
    top: 15px;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
}
.not-found .block .block-heading h1 .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #c80101;
  text-transform: none;
}
.not-found .block .block-body a {
  color: #c80101;
}
.conversation-reply {
  padding-bottom: 20px;
  /* talk bubble contents */
}
@media only screen and (min-width: 768px) {
  .conversation-reply {
    padding-bottom: 0px;
  }
}
.conversation-reply .center-block {
  float: none;
  margin: 0 auto;
}
.conversation-reply .truncate-ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.conversation-reply .truncate-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conversation-reply .talk-bubble {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.conversation-reply .talk-bubble.border.btm-left-in {
  background-color: rgba(86, 87, 164, 0.1);
}
.conversation-reply .talk-bubble.border.btm-right-in {
  background-color: rgba(211, 146, 126, 0.1);
}
.conversation-reply .border {
  border-radius: 5px;
}
.conversation-reply .talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}
.conversation-reply textarea.form-control {
  height: 175px;
}
.conversation-reply .info-bar {
  padding-left: 30px;
}
.conversation-reply .info-bar li {
  display: inline-block;
  margin-right: 5px;
}
.conversation-reply .info-bar.pull-right {
  padding-left: 0px;
  padding-right: 26px;
}
.conversation-reply .block {
  padding: 40px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #e1e1e1;
}
.conversation-reply .block-heading {
  padding: 20px 0 20px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e1e1e1;
}
.conversation-reply .block-heading a.title {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #292929;
}
.conversation-reply .block-heading a.title:hover {
  color: #4a4d4e;
}
@media only screen and (min-width: 768px) {
  .conversation-reply .block-heading a.title {
    font-size: 36px;
  }
}
.conversation-reply .block-heading a.title:before {
  content: "";
  display: block;
  background-color: #c80101;
  width: 60px;
  height: 4px;
  margin: 0 0;
}
.conversation-reply .block-heading a.title .info {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  color: #c80101;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .conversation-reply .block-heading a.title .info {
    font-size: 16px;
  }
}
.conversation-reply .actions {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .conversation-reply .actions {
    text-align: right;
  }
}
.conversation-reply .actions .btn-as {
  margin-top: 9px;
}
.conversation-reply .actions .btn-as.transparent:hover {
  color: #c80101;
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  html[dir=rtl] .conversation-reply .actions {
    text-align: left;
  }
}
html[dir=rtl] .conversation-reply .fa.fa-lock {
  padding-left: 5px;
}
.inbox .tab-content {
  padding-top: 30px;
}
.inbox .nav-tabs {
  text-align: center;
}
.inbox .nav-tabs > li {
  float: none;
  display: inline-block;
}
.inbox .nav-tabs > li > a {
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 0;
  color: #292929;
}
.inbox .nav-tabs > li > a:hover {
  background: #4a4d4e;
  color: #fafafa;
  border-color: #4a4d4e;
}
