@charset "UTF-8";
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
#books {
  position: relative;
  height: 25%;
  background: black;
  width: 100%;
  text-align: center;
  padding: 10px; }

#books img {
  position: relative;
  height: 100%; }

.masonry img {
  width: 100%;
  height: 300px; }

.masonry {
  /*column-count: 4;*/
  columns: 5;
  column-gap: 16px;
  margin-top: 80px;
  /* max-height: 730px;
   width: auto;
   overflow-y:hidden;
   overflow-x: auto;*/ }

.masonry .mItem .masonry-overlay {
  display: inline-block;
  margin-bottom: 0; }

.masonry .masonry-item img {
  width: 100%;
  height: 400px; }

.masonry .masonry-one img {
  width: 100%;
  height: 300px; }

.masonry .masonry-two {
  width: 100%;
  height: 230px; }

.masonry .masonry-three picture source img {
  width: 100%;
  height: 350px; }

@media screen and (max-width: 1300px) {
  .masonry .masonry-item img {
    width: 100%;
    height: 300px; }

  .masonry .masonry-one img {
    width: 100%;
    height: 300px; }

  .masonry .masonry-two img {
    width: 100%;
    height: 200px; }

  .masonry .masonry-three img {
    width: 100%;
    height: 300px; } }
@media screen and (max-width: 767px) {
  .masonry {
    columns: 5; } }
@media screen and (max-width: 650px) {
  .masonry {
    columns: 2; } }
.masonry-overlay {
  position: relative; }

.masonry-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #000000b0; }

.masonry-overlay:hover .overlay {
  opacity: 1; }

.masonry-overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.register-content .registration-details a {
  border-radius: 3px; }

.business_color {
  background: #719192 !important; }

.business_color:hover {
  background-color: #fdc600 !important; }

.flex-container {
  height: 60%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.accordion {
  margin: 2px;
  color: #c9d1d3;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-radius: 3px !important; }

.accordion:after {
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.panel {
  width: 100%;
  padding: 0 5px;
  max-height: 0;
  transition: max-height 0.2s ease-out; }

.panel p:after {
  padding: 18px 18px !important; }

.classifieds-content .panel-sss {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden; }

.swiper-container {
  width: 100%;
  height: 100%;
  background-color: white; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-wrapper img {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  /*   object-fit: cover;
     width: 12vw;
     height: 12vw;*/ }

.swiper-pagination {
  display: none; }

#footer .main-footer h3 {
  color: #fff591;
  border-bottom: 2px solid #69779b; }

#footer .main-footer p {
  color: #c9d1d3;
  padding-top: 10px;
  font-size: 13px;
  margin: 0 !important;
  font-weight: 600;
  display: block;
  word-break: break-word; }

#footer .main-footer ul li a {
  color: #c9d1d3;
  padding: 0;
  font-size: 13px;
  line-height: 2;
  font-weight: 600; }

ul {
  list-style-type: none; }

.copyright {
  background-color: black;
  color: white;
  text-align: center; }

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px; }

.portfolio-grid {
  margin-top: 65px; }

.portfolio-grid .row > div {
  padding: 0; }

.portfolio-grid .row > div .card img {
  width: 100%; }

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }

.card-block {
  margin: 0.5em;
  box-shadow: inset 0 0 4px #ecf0f1, -2px -2px 4px #ecf0f1;
  overflow: hidden; }

.card-block img {
  transform: scale(0.8); }

.card-block:hover img {
  transform: scale(1); }

.company-content .flag {
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  object-fit: cover; }

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 18px;
  height: 0; }

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: 0.75;
  padding: 5px; }

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible; }

.card-block-background {
  display: block;
  background-repeat: no-repeat !important;
  position: relative;
  background-position: center !important;
  background-size: contain !important;
  height: 300px;
  min-height: 200px;
  object-fit: fill;
  max-height: 300px;
  background: #fff;
  padding-bottom: 2px;
  border-radius: 10px;
  box-shadow: 0 0 11px #d2d2d2; }

.card-block-background a.link {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.card-block-img {
  max-height: 150px !important;
  object-fit: contain;
  position: relative;
  top: 80px;
  transition: all 0.3s;
  /*padding: 20px;*/ }

.card-block-line {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
  margin: -10px auto 5px; }

.company-content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* ==================================================
  sık sorulan sorular
  ================================================== */
.sss .panel:last-child {
  overflow: hidden; }

.sss .accordion {
  background: #fcc800;
    font-weight: bold;
  padding: 18px;
  color: #404040;
  margin: 2px;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }

.sss .accordion:after {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  float: right;
  margin-left: 5px; }

.sss .active:after {
  content: "➖";
  /* Unicode character for "minus" sign (-) */ }

/*companyinformation*/
.company_information_h {
  position: relative;
  top: 35px; }

.about-company-title {
  margin: 20px auto; }

.information_img_left {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: -18px; }

.tab-btn-left {
  position: relative;
  display: inline-flex;
  top: 29px;
  left: 15px;
  font-weight: bold;
  color: #53636a57;
  border: 1px solid #c0c0c0; }

.tab-btn-right {
  position: relative;
  display: inline-flex;
  color: #53636a57;
  top: 29px;
  margin-left: 13px;
  font-weight: bold;
  border: 1px solid #c0c0c0;
  border-bottom: 0; }

.tab-hr {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  cursor: default;
  color: #53636c61;
  size: 5px;
  margin-top: 28px;
  z-index: 9999 !important; }

.machine-tab-active {
  background: #eeeeee !important;
  color: #53636c;
  border-bottom: 0; }

.machine-tablo-tab {
  margin: 10px 0 0 0 !important; }

.profile-save-btn {
  background: #55646c;
  color: #FAFAFA;
  margin-bottom: 10px; }

.success-alert-div {
  color: #0bd398;
  text-transform: uppercase; }

.update-password-submit {
  background: #55646c;
  color: white; }

.password-update-message {
  background: #55646c;
  color: white;
  padding: 12px;
  margin-top: 16px;
  text-align: center; }

.bidlist-operation-navbar {
  overflow: hidden;
  background-color: #34495e; }

.bidlist-operation-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none; }

.bidlist-operation-navbar .operation-dropdown {
  float: left;
  overflow: hidden; }

.operation-dropdown .dropbtn {
  width: 100px;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 5px 5px;
  background-color: inherit;
  font-family: inherit;
  margin: 0; }

.bidlist-operation-navbar a:hover, .operation-dropdown:hover .dropbtn {
  background-color: #719192; }

.bidlist-operation-navbar .bidlist-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.bidlist-operation-navbar .bidlist-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

.bidlist-dropdown-content a:hover {
  background-color: #ddd; }

.operation-dropdown:hover .bidlist-dropdown-content {
  display: block; }

@media screen and (max-width: 992px) {
  .company-profile .tab-pane.active {
    margin-top: 75px; }

  .bidlist-operation-navbar {
    width: 100px; }

  td {
    padding: 6px; }

  .machine-create-div {
    padding: 10px; } }
.user-profile-slider {
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6587009804) 0%, rgba(0, 0, 0, 0.8379726891) 55%) !important;
  height: 50vh;
  width: 100%; }

.user-profile-slider-title {
  font-weight: bold;
  color: white;
  margin-bottom: 100px;
  padding: 20px; }

.register-input-properties {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #719192 !important;
  text-align: center;
  outline: none;
  background: none;
  display: block;
  padding-bottom: 5px;
  font-size: 16px; }

.register-password-buton {
  background-color: #2c3e50a6 !important;
  color: white !important;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer !important;
  transition: box-shadow 0.4s ease;
  border-radius: 30px; }

.register-login-buton {
  background-color: #53646c !important;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer !important;
  transition: box-shadow 0.4s ease;
  border-radius: 3px; }

.contact-us .contact-form {
  border: none; }

.contact-us .contact-form input {
  border: none; }

.register-title-color {
  color: #405e89 !important; }

.register-password {
  float: right;
  margin-bottom: 20px; }

.register-strong-a {
  color: #2c3e50a6; }

.line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 39px; }

.policy-blade {
  margin-bottom: 50px;
  padding: 10px; }

.policy-blade p h3 {
  padding: 20px;
  text-align: left; }

.about-picture-slider {
  background-size: cover;
  height: 50vh;
  width: 100%; }

.company-form-select {
  padding: 10px;
  margin-top: 20px !important; }

.modal a.close-modal {
  display: none !important; }

.company-modal {
  padding: 0 !important;
  overflow-y: auto;
  max-height: 80%;
  margin-top: 30px; }

.company-modal .user-error-message-header {
  background: #405e89;
  padding: 0;
  margin: 0; }

.company-modal .user-error-message-header h3 {
  color: #eeeeee;
  text-align: center; }

.modal-send-name {
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey; }

.modal-form-input-border {
  border-bottom: 2px solid #eeeeee;
  height: 3em; }

.modal-form-div {
  margin: 8px 0 0 8px; }

.modal-form-send-button {
  background: #4464B2;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
  width: 250px; }

.modal-form-send-button:disabled {
  cursor: not-allowed;
  background: #dddbf2; }

.modal-form-cancel-button {
  background-color: #DA4735;
  padding: 10px;
  width: 250px !important;
  margin-top: 20px;
  margin-bottom: 10px; }

.company-complaint-modal-textarea {
  border: 0;
  outline: none; }

.company-complaint-modal-textarea:focus {
  outline: none; }

.modal-company-complaint {
  background: #e0dfe3 !important; }

.modal {
  max-width: 690px !important;
  background: #eeeeee !important;
  color: #23374d; }

.company-user-message {
  margin-top: 20px; }

.white-text {
  color: #ffffff !important; }

@media screen and (max-width: 992px) {
  .modal-form-send-button {
    margin: 10px;
    width: 100% !important; }

  .modal-form-cancel-button {
    width: 100% !important;
    margin-left: 9px;
    margin-bottom: 15px; }

  .captcha-responsive {
    transform: scale(1);
    -webkit-transform: scale(1);
    display: block;
    margin: auto;
    width: auto; }

  .company-textarea {
    width: 100%; }

  .company-modal .user-error-message-header h3 {
    padding: 30px;
    margin-top: 0; } }
.captcha-responsive {
  display: block;
  margin: auto;
  width: auto; }

@media screen and (max-width: 600px) {
  .captcha-responsive {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    display: block;
    margin: auto;
    width: auto; }

  #msform fieldset {
    width: 70% !important;
    margin-left: 20px; } }
@media screen and (max-width: 567px) {
  #msform fieldset {
    width: 58% !important; } }
.company-sidebar .company-category li.active:after {
  border-left: none; }

/*survey form styles*/
#msform {
  width: 400px;
  margin: 50px auto;
  font-size: 20px !important;
  text-align: center;
  position: relative; }

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: auto;
  /*stacking fieldsets above each other*/
  position: relative; }

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none; }

/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat, serif;
  color: #2C3E50;
  font-size: 13px; }

/*buttons*/
#msform .action-button {
  width: 70px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; }

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px; }

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px; }

/*!*progressbar*!
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    !*CSS counters to number the steps*!
    counter-reset: step;
    z-index:999;
}
#progressbar li {
    list-style-type: none;
    color: #9b67ad;
    text-transform: uppercase;
    font-size: 9px;
    width: 10%;
    float: left;
    position: relative;

}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 2px auto;
}
!*progressbar connectors*!
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; !*put it behind the numbers*!
}
#progressbar li:first-child:after {
    !*connector not needed before the first step*!
    content: none;
}
!*marking active/completed steps green*!
!*The number of the step and the connector before it = green*!
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
    font-size: 20px;
}*/
#survey {
  min-height: 350px !important; }

/*
.survey-list ul{
    list-style-type:none;
    margin: 0px;
    padding: 0;
    li{
        border-radius:10px;
        margin:0 0 10px 0;
        padding:8px;
        cursor: pointer;

        input{
            margin: 0 10px 0 0;

        }
    }
}
*/
/*
.survey-list input[type=radio]{
    display:none;
}

.survey-list input[type=radio] + label span {
    display:inline-block;
    float:left;
    width:15px;
    height:15px;
    background-color: #a5c4c9;
    border-radius:20px;
    border:2px solid;
    margin:0 10px 0 0;
    padding:0;
    font-size:0;
}

.survey-list input[type=radio]:checked + label span {
    background-color: #23717f;
}
*/
.mm-survey {
  /*margin-top: 75px;*/
  margin-bottom: 50px; }

.mm-survey-container {
  width: 100%;
  min-height: 450px;
  background: #fafafa; }

.mm-survey-results-container {
  width: 100%;
  min-height: 600px;
  background: #fafafa; }

.mm-survey-page {
  display: none;
  font-family: Raleway, serif;
  font-weight: 100;
  padding: 40px; }

.mm-survey-page.active {
  display: block; }

.mm-survey-controller {
  position: relative;
  height: 60px;
  background: #2c3e50d4;
  padding: 12px 14px; }

.mm-survey-results-controller {
  position: relative;
  height: 60px;
  background: #333;
  padding: 12px 14px; }

.mm-back-btn {
  display: inline-block;
  position: relative;
  float: left; }

.mm-prev-btn {
  display: inline-block;
  position: relative;
  float: left; }

.mm-next-btn {
  display: inline-block;
  opacity: 0.25;
  position: relative;
  float: right; }

.mm-finish-btn {
  display: none;
  position: relative;
  float: right; }

.mm-finish-btn button {
  background: #4f81c7 !important;
  color: #fff; }

.mm-survey-controller button, .mm-survey-controller a {
  background: #ffffff;
  border: none;
  padding: 9px 30px;
  font-family: Raleway, serif;
  font-weight: 300;
  display: block;
  border-radius: 3px; }

.mm-survey-results-controller button {
  background: #fff;
  border: none;
  padding: 8px 18px; }

.mm-survey-progress {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  overflow: hidden; }

.mm-progress {
  transition: width 0.5s ease-in-out; }

.mm-survey-progress-bar {
  height: 30px;
  width: 0;
  background: linear-gradient(to left, #405e892b, #405e89); }

.mm-survey-q {
  list-style-type: none;
  padding: 0; }

.mm-survey-q li {
  display: block;
  /*padding: 20px 0px;*/
  margin-bottom: 10px;
  width: 100%;
  background: #fff; }

.mm-survey-q li input {
  width: 100%; }

.mm-survery-content label {
  width: 100%;
  padding: 10px 10px;
  margin: 0 !important; }

.mm-survery-content label:hover {
  cursor: pointer; }

.mm-survey-question {
  min-height: 100px; }

.mm-survey-question p {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 40px; }

.mm-survey-content label p {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
  margin: 0; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  color: #292321;
  font-family: Raleway, serif;
  font-weight: 300;
  font-size: 16px;
  display: inline-flex; }
  input[type="radio"] + label p {
    padding: 5px; }

input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

input[type="radio"] + label span {
  background-color: #d4d7dd; }

input[type="radio"]:checked + label span {
  border: 2px solid #03A9F4;
  background: transparent; }

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.20s ease-in-out;
  -o-transition: background-color 0.20s ease-in-out;
  -moz-transition: background-color 0.20s ease-in-out;
  transition: background-color 0.20s ease-in-out; }

.mm-survey-item {
  background: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
  border-radius: 0 0 4px 4px; }

.mm-prev-btn button:focus, .mm-next-btn button:focus, .mm-finish-btn button:focus {
  outline: none;
  border: none; }

.mm-survey.okay .mm-next-btn {
  display: inline-block;
  opacity: 1; }

.mm-finish-btn.active {
  display: inline-block; }

.mm-survey-results {
  display: none; }

.mm-survey-results-score {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-size: 80px;
  font-family: Raleway, serif;
  font-weight: 600;
  letter-spacing: -6px; }

.mm-survey-results-list {
  list-style-type: none;
  padding: 0 15px;
  margin: 0; }

.mm-survey-results-item {
  color: #fff;
  margin-top: 10px;
  padding: 15px 15px 15px 0;
  font-family: Raleway, serif;
  font-weight: 300; }

.mm-survey-results-item.correct {
  background: linear-gradient(to left, #4CB8C4, #3CD3AD); }

.mm-survey-results-item.incorrect {
  background: linear-gradient(to left, #d33c62, #dc1144); }

.mm-item-number {
  height: 40px;
  position: relative;
  padding: 17px;
  background: #333;
  color: #fff; }

.mm-item-info {
  float: right; }

.star-checked {
  color: #e67e22 !important; }

.star-unchecked {
  color: #2b2b2b !important; }

#owner .buttons {
  display: block;
  width: fit-content;
  margin: auto;
  width: -moz-fit-content; }
#owner .is-user-company-owner {
  display: block;
  margin: 20px 1em 1em;
  min-height: 250px; }
  #owner .is-user-company-owner .input_owner {
    background: #ffffff;
    border-bottom: 2px solid #eeeeee;
    height: 3em;
    width: 80%; }
#owner input {
  margin: 1em;
  line-height: normal; }
#owner .company-owner-next-button {
  background: #3498db;
  width: 150px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff; }
  #owner .company-owner-next-button:disabled {
    background: #e2e3e3;
    cursor: not-allowed !important; }
#owner .company-owner-submit-button {
  background: #1abc9c;
  width: 150px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff; }
#owner .visible_passwrd_properties {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #474787;
  margin-left: -15px; }

.are_you_owner_alert_input .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 5px;
  width: 80%;
  text-align: center;
  margin-left: 12px !important; }

.slide-fade-enter-active {
  transition: all .3s ease; }

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0; }

@media (max-width: 1024px) {
  .register-content .registration-details .box a {
    position: relative;
    top: 30px;
    /* width: fit-content;*/
    display: block;
    margin: auto;
    padding: 10px 80px; }

  .business-member {
    margin-left: 65px; } }
#map_inner tspan {
  display: none; }

.product-grid {
  overflow: inherit !important; }

.change-view span.comments {
  margin-left: 30px !important; }

.homepage-categories {
  display: block; }

.today-bid {
  color: white;
  position: absolute;
  left: 200px;
  z-index: 9; }

@media (max-width: 600px) {
  .today-bid {
    color: white;
    position: absolute;
    left: 20px;
    top: 40px; } }
.companies-star {
  right: 10px;
  top: 10px;
  background: #ffffff;
  padding: 2px 5px;
  width: auto;
  float: right;
  z-index: 1;
  position: absolute; }

.blocker {
  z-index: 99999 !important; }

#cover {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  width: 532px;
  height: 46px;
  margin: -83px auto 0 auto;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 10px #00000024;
  transform: scale(0.6); }
  #cover .tb {
    display: table;
    width: 100%; }
  #cover .td {
    display: table-cell;
    vertical-align: middle; }
  #cover input, #cover button {
    color: #34495e;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent; }
  #cover form {
    height: 96px; }
  #cover input[type="text"] {
    width: 100%;
    height: 96px;
    font-size: 24px;
    line-height: 1;
    margin-top: -24px;
    padding: 25px; }
  #cover input[type="text"]::placeholder {
    color: #999; }
  #cover #s-cover {
    width: 1px;
    padding-left: 35px; }
  #cover button {
    position: relative;
    display: block;
    width: 50px;
    height: 20px;
    cursor: pointer;
    margin-right: 50px; }
  #cover button span {
    position: absolute;
    top: 48px;
    left: 43px;
    display: block;
    width: 25px;
    height: 15px;
    background-color: transparent;
    border-radius: 10px;
    transform: rotateZ(52deg);
    transition: 0.5s ease all; }
  #cover button span:before, #cover button span:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 15px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.5s ease all; }
  #cover #s-cover:hover #s-circle {
    top: -1px;
    width: 67px;
    height: 15px;
    border-width: 0;
    background-color: #fff;
    border-radius: 20px; }
  #cover #s-cover:hover span {
    top: 50%;
    left: 56px;
    width: 25px;
    margin-top: -9px;
    transform: rotateZ(0); }
  #cover #s-cover:hover button span:before {
    bottom: 11px;
    transform: rotateZ(52deg); }
  #cover #s-cover:hover button span:after {
    bottom: -11px;
    transform: rotateZ(-52deg); }
  #cover #s-cover:hover button span:before, #cover #s-cover:hover button span:after {
    right: -6px;
    width: 40px;
    background-color: #fff; }

@media screen and (max-width: 767px) {
  #cover {
    position: absolute;
    top: 112px;
    left: -40px;
    right: 0px;
    width: 362px;
    height: 46px;
    margin: -83px auto 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 10px #00000024;
    transform: scale(0.6); }

  .masonry {
    max-height: 628px; }

  .free-add {
    background: #2b2b2b;
    float: right;
    padding: 10px 5px;
    border-radius: 3px;
      display: none;
    /* margin-top: 27px;
     margin-right: -20px;*/ }

  .free-add a {
    color: #fff; } }
@media screen and (min-width: 768px) {
  #map {
    /* transform: scale(1.4);
     margin-top:80px;*/ }

  #cover {
    position: absolute;
    top: 75px;
    left: -40px;
    right: 0px;
    width: 362px;
    height: 46px;
    margin: -83px auto 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 5px #6493a9;
    transform: scale(0.6); }

  .free-add {
    float: right;
    padding: 10px 5px;
    margin-right: 25px;
    margin-top: 5px;
    background: #2b2b2b;
    border-radius: 3px; }

  .free-add a {
    color: #fff; } }
@media screen and (min-width: 992px) {
  #map {
    /* transform: scale(1.1);
     margin-top:80px;*/ }

  #cover {
    position: absolute;
    top: 75px;
    left: -40px;
    right: 0px;
    width: 362px;
    height: 46px;
    margin: -83px auto 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 5px #6493a9;
    transform: scale(0.6); }

  .free-add {
    float: right;
    padding: 10px 5px;
    margin-right: 25px;
    margin-top: 5px;
    border-radius: 3px;
    background: #2b2b2b; }

  .free-add a {
    color: #fff; } }
@media screen and (min-width: 1200px) {
  #cover {
    position: absolute;
    top: 75px;
    left: -40px;
    right: 0px;
    width: 362px;
    height: 46px;
    margin: -83px auto 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 5px #6493a9;
    transform: scale(0.6); }

  .free-add {
    background: #2b2b2b;
    float: right;
    padding: 10px 5px;
    margin-right: 25px;
    margin-top: 5px;
    border-radius: 3px; }

  .free-add a {
    color: #fff; } }
/*category-toggle.active {
  button {

      transform: rotateY(180deg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    span{
      transform: rotateY(180deg);
    }
  }
}*/
.category-toggle button span {
  /*transform: rotate(-90deg);
  position: absolute;
  top: 56px;
  left: -18px;
  background: #1a1a1a;
  padding: 11px;
  display: block;
  font-family: arial;
  font-size: 18px;*/ }

#popup-main {
  width: 100%;
  height: 100vh;
  background: #0008;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999999; }

#pop-up {
  border-radius: 5px; }

#close-btn {
  font-size: 15px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  z-index: 2;
  cursor: pointer;
  color: black; }

.popup-survey {
  width: fit-content;
  padding: 10px;
  background: #DA4735;
  color: white; }

@media screen and (max-width: 767px) {
  #pop-up {
    text-align: center;
    width: 290px;
    height: auto;
    background: #fafafa;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #pop-up h4 {
      color: #2c3e50 !important; }
    #pop-up img {
      width: 100%;
      height: auto;
      position: relative; } }
@media screen and (min-width: 768px) {
  #pop-up {
    text-align: center;
    width: 400px;
    height: auto;
    background: #fafafa;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #pop-up h4 {
      color: #2c3e50 !important; }
    #pop-up img {
      width: 100%;
      height: auto;
      position: relative; } }
@media screen and (min-width: 992px) {
  #pop-up {
    text-align: center;
    width: 400px;
    height: auto;
    background: #fafafa;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #pop-up h4 {
      color: #2c3e50 !important; }
    #pop-up img {
      width: 100%;
      height: auto;
      position: relative; } }
@media screen and (min-width: 1200px) {
  #pop-up {
    text-align: center;
    width: 400px;
    height: auto;
    background: #fafafa;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #pop-up h4 {
      color: #2c3e50 !important; }
    #pop-up img {
      width: 100%;
      height: auto;
      position: relative; } }
.btn-add {
  background: #00cec9;
  color: #ffffff;
  border-bottom: 2px solid #00a5a1; }

.btn-add:hover {
  background: #00a5a1;
  color: #ffffff;
  border-bottom: 2px solid #00a5a1; }

.btn-back {
  background: #ec0000;
  color: #ffffff;
  border-bottom: 2px solid #9e0202; }

.btn-back:hover {
  background: #9e0202;
  color: #ffffff;
  border-bottom: 2px solid #9e0202; }

.save_btn-success, .btn-update {
  background: #02b349;
  color: #ffffff;
  border-bottom: 2px solid #007314; }

.save_btn-success:hover, .btn-update:hover {
  background: #007314;
  color: #ffffff;
  border-bottom: 2px solid #007314; }

#parent-img #gallery {
  padding-top: 40px; }
  @media screen and (min-width: 991px) {
    #parent-img #gallery {
      padding: 60px 30px 0 30px; } }
#parent-img .img-wrapper {
  position: relative;
  margin-top: 15px;
  display: flex; }
  #parent-img .img-wrapper img {
    width: 100px;
    height: 100px; }
#parent-img .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; }
  #parent-img .img-overlay i {
    color: #fff;
    font-size: 3em; }
#parent-img #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #parent-img #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 0%; }
    @media screen and (min-width: 768px) {
      #parent-img #overlay img {
        width: 60%; } }
    @media screen and (min-width: 1200px) {
      #parent-img #overlay img {
        width: 50%; } }
#parent-img #nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s; }
  #parent-img #nextButton:hover {
    opacity: 0.7; }
  @media screen and (min-width: 768px) {
    #parent-img #nextButton {
      font-size: 3em; } }
#parent-img #prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s; }
  #parent-img #prevButton:hover {
    opacity: 0.7; }
  @media screen and (min-width: 768px) {
    #parent-img #prevButton {
      font-size: 3em; } }
#parent-img #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px; }
  #parent-img #exitButton:hover {
    opacity: 0.7; }
  @media screen and (min-width: 768px) {
    #parent-img #exitButton {
      font-size: 3em; } }

/*# sourceMappingURL=tradeeystyle.css.map */
