@charset "UTF-8";
@import url("../../assets/fonts/izmir/fonts.css");
@import url("../../assets/fonts/awesome/font-awesome.min.css");
/**/
/**/
/*Form Element*/
/**/
/*
@mixin xxl {
    @media (min-width: 1600px) {
        @content;
    }
}
*/
/**/
/*display*/
/*display*/
/*Flexbox*/
/*/Flexbox*/
/**/
/**/
/**/
html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.btn-gray {
  border-radius: 7px;
  color: #fff;
  font-family: Izmir;
  background-color: #c5c5c5;
  font-size: 1rem;
  border: 0px;
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #373737;
  background: #fff;
  border: 0px;
}

#spinner {
  display: none;
  top: 0;
  z-index: 10000000000000000000000;
  height: 100%;
  position: absolute;
  margin: 0px auto;
  width: 100%;
  bottom: 0;
  align-items: center;
  opacity: 0.6;
  overflow: hidden;
  top: 110px;
  background-color: #000;
}
#spinner.active {
  display: flex;
}
#spinner .spinner-border {
  margin: 0 auto;
  display: block;
}

#overlay,
#modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 99;
}

#overlay.active,
#modal-overlay.active {
  display: block;
}

#modal-overlay {
  z-index: 101;
}

@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1338px;
  }
}
.bekleyiniz:after,
body.load-on:after {
  content: "";
  background: black;
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
  opacity: 0.4;
}

.bekleyiniz:before,
body.load-on:before {
  content: "";
  background-image: url("../../../../../img/bekleyiniz.gif");
  position: fixed;
  left: 50vw;
  top: 50vh;
  width: 80px;
  height: 80px;
  z-index: 99999;
  opacity: 1;
  transform: translate(-50%, -50%);
}

header {
  z-index: 100;
  position: fixed;
  width: 100%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 767px) {
  header {
    /* padding-top: 15px;*/
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  header [class^=icon-nav-] {
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
  }
}
@media (max-width: 767px) {
  header .container .header-menu {
    height: auto;
  }
}
@media (min-width: 768px) {
  header .container .header-menu {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .container .header-menu .logo-container a {
  text-decoration: none;
  padding-bottom: 5px;
  display: block;
}
header .container .header-menu .logo-container span {
  text-decoration: none;
}
header .container .header-menu .logo-container span:hover {
  text-decoration: none;
}
header .container .header-menu .logo-container span:first-child {
  font-family: "Izmir-Thin", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
}
header .container .header-menu .logo-container span:last-child {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 42px;
}
@media (max-width: 767px) {
  header .container .header-menu .logo-container {
    padding-top: 0px;
    /* margin-bottom: 15px;*/
    text-align: center;
  }
  header .container .header-menu .logo-container a {
    width: 30vw;
    margin: 10px auto;
  }
  header .container .header-menu .logo-container img {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 460px) {
  header .container .header-menu .logo-container a {
    width: 40vw;
    margin: 10px auto;
  }
}
@media (max-width: 575px) {
  header .container .header-menu .logo-container {
    padding-top: 0px;
    text-align: center;
  }
  header .container .header-menu .logo-container a {
    width: 40vw;
    margin: 10px auto;
  }
  header .container .header-menu .logo-container img {
    display: inline-block;
    width: 100%;
  }
}
header .container .header-menu .top-menu {
  padding-left: 16px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  header .container .header-menu .top-menu {
    display: none;
  }
}
header .container .header-menu .top-menu li a {
  text-decoration: none;
  align-items: center;
  display: flex;
  margin-right: 28px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
@media (min-width: 768px) {
  header .container .header-menu .top-menu li a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-right: 4px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .top-menu li a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .top-menu li a {
    margin-right: 28px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .top-menu li a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
}
header .container .header-menu .top-menu li a span {
  display: block;
  margin-right: 8px;
  padding-right: 14px;
}
header .container .header-menu .top-menu li:nth-child(-n+2) a:after {
  content: "";
  border: 1px solid #d8d8d8;
  height: 24px;
  margin-left: 28px;
}
@media (min-width: 768px) {
  header .container .header-menu .top-menu li:nth-child(-n+2) a:after {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .top-menu li:nth-child(-n+2) a:after {
    margin-left: 28px;
  }
}
header .container .header-menu .filter-container {
  position: relative;
}
@media (max-width: 767px) {
  header .container .header-menu .filter-container {
    position: relative;
    width: 15%;
    float: left;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .filter-container.maxi button#filterbtn {
    transition: 0.3s;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.icon-visit-filter-h {
    position: absolute;
    left: 13px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.icon-visit-filter-h:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid;
    height: 111%;
    right: -10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1065px) {
  header .container .header-menu .filter-container.maxi button#filterbtn {
    width: 265px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .container .header-menu .filter-container.maxi button#filterbtn {
    width: 315px;
    height: 40px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .container .header-menu .filter-container.maxi button#filterbtn {
    width: 315px;
    height: 40px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) and (min-width: 1338px) {
  header .container .header-menu .filter-container.maxi button#filterbtn {
    width: 312px;
    height: 45px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  header .container .header-menu .filter-container.maxi button#filterbtn {
    transition: 0.3s;
    width: 400px;
    height: 40px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.icon-visit-filter-h {
    position: absolute;
    left: 13px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.icon-visit-filter-h:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid;
    height: 111%;
    right: -10px;
  }
  header .container .header-menu .filter-container.maxi button#filterbtn span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
  }
}
header .container .header-menu .filter-container button#filterbtn {
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
header .container .header-menu .filter-container button#filterbtn span.text {
  display: none;
}
@media (min-width: 0px) {
  header .container .header-menu .filter-container button#filterbtn {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .filter-container button#filterbtn {
    width: 50px;
    height: 40px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .filter-container button#filterbtn {
    height: 45px;
  }
}
header .container .header-menu .filter-container.maxi .filter-list {
  display: block;
}
header .container .header-menu .filter-container .filter-list {
  background-color: #fff;
  position: absolute;
  display: none;
  width: 100%;
  top: 70px;
  overflow: auto;
  border-radius: 7px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  header .container .header-menu .filter-container .filter-list {
    background-color: #fff;
    position: fixed;
    display: none;
    left: 15px;
    right: 15px;
    width: initial;
    max-height: 90%;
    top: 140px;
    overflow: auto;
    border-radius: 7px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header .container .header-menu .filter-container .filter-list.active {
    display: block;
  }
}
header .container .header-menu .filter-container .filter-list .filter-body {
  max-height: 400px;
  width: 90%;
  margin: 10px auto;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  header .container .header-menu .filter-container .filter-list .filter-body {
    max-height: 250px;
  }
}
header .container .header-menu .filter-container .filter-list .filter-body.category-filter {
  width: 100%;
}
header .container .header-menu .filter-container .filter-list .filter-item {
  margin-bottom: 15px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-header {
  padding: 15px 15px;
  padding-left: 22px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-header:after {
  content: "-";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: -8px;
  color: #7c7c7c;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-header.collapsed:after {
  content: "+";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: -8px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-header h5 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result {
  padding: 15px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-ilce {
  position: relative;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-ilce input {
  width: 100%;
  height: 45px;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 10px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-ilce div {
  position: absolute;
  right: 10px;
  top: 10px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-ilce div button {
  display: inline-block;
  border: none;
  z-index: 2;
  cursor: pointer;
  height: 25px;
  width: 30px;
  text-align: center;
  background: 0 0;
  right: 15px;
  top: 8px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-restoran {
  position: relative;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-restoran input {
  width: 100%;
  height: 45px;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 10px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-restoran div {
  position: absolute;
  right: 10px;
  top: 10px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-restoran div button {
  display: inline-block;
  border: none;
  z-index: 2;
  cursor: pointer;
  height: 25px;
  width: 30px;
  text-align: center;
  background: 0 0;
  right: 15px;
  top: 8px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result li {
  margin-bottom: 15px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control {
  padding-left: 0px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-label:before {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  left: initial;
  right: 0;
  border: 0;
  background-image: none !important;
  background-color: #d8d8d8;
  border-radius: 50%;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-label {
  width: 100%;
  margin: 4px 3px 4px 0px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #c7c7c7;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-label:hover {
  cursor: pointer;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-label:after {
  background-image: none;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-input:checked ~ .custom-control-label:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  height: 20px;
  width: 20px;
  border-top-style: none;
  border-right-style: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 4px solid;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-input:active ~ .custom-control-label:before, header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-input:disabled ~ .custom-control-label:before, header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-result .custom-control-input:focus ~ .custom-control-label:before {
  background-color: #d8d8d8;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-price {
  display: flex;
  justify-content: space-between;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-price .price {
  margin-bottom: 15px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-price .price input {
  opacity: 0;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-price .price .price-label {
  background-color: #cdcdcd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-price .price .price-label:hover {
  cursor: pointer;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-item-result .filter-input-price p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #cdcdcd;
}
header .container .header-menu .filter-container .filter-list .filter-item p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #373737;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper {
  width: 33.333%;
  padding: 10px;
  margin-top: 15px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box {
  margin-bottom: 40px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #a1a1a1;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  height: 120px;
  display: block;
  text-align: center;
  z-index: 9999999;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label:hover {
  cursor: pointer;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label input {
  opacity: 0;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label input:checked ~ .active {
  display: block;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label input:checked ~ :not(.active) {
  display: none;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label input ~ .active {
  display: none;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label img {
  position: absolute;
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label span:not(.icon-check),
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label span:not(.icon-check).active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  word-break: break-word;
  width: 100%;
  line-height: 1.1;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .destination-box label .icon-check {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px auto;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  height: 135px;
  justify-content: space-around;
  position: relative;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item:hover {
  cursor: pointer;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item .image img {
  position: relative;
  top: -25px;
  margin: 0 auto;
  display: block;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item .text {
  position: relative;
  top: -21px;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item .text p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #373737;
  margin: 0 auto;
  display: block;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item .icon {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
}
header .container .header-menu .filter-container .filter-list .filter-item .filter-category-list .wrapper .item .icon span {
  margin: 0 auto;
  display: block;
}
header .container .header-menu .filter-container .filter-list .filter-save {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
header .container .header-menu .filter-container .filter-list .filter-save .btn {
  width: 90%;
  display: block;
}
header .container .header-menu .calendar-container {
  position: relative;
}
header .container .header-menu .calendar-container input {
  width: 10px;
  height: 20px;
  left: 5px;
  top: 5px;
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  header .container .header-menu .calendar-container {
    position: relative;
    width: 15%;
    float: left;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .calendar-container.maxi button {
    transition: 0.3s;
  }
  header .container .header-menu .calendar-container.maxi button span.icon-visit-calendar-h {
    position: absolute;
    left: 13px;
  }
  header .container .header-menu .calendar-container.maxi button span.icon-visit-calendar-h:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid;
    height: 111%;
    right: -10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1065px) {
  header .container .header-menu .calendar-container.maxi button {
    width: 265px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .container .header-menu .calendar-container.maxi button {
    width: 315px;
    height: 40px;
  }
  header .container .header-menu .calendar-container.maxi button span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .container .header-menu .calendar-container.maxi button {
    width: 315px;
    height: 40px;
  }
  header .container .header-menu .calendar-container.maxi button span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (min-width: 992px) and (min-width: 1338px) {
  header .container .header-menu .calendar-container.maxi button {
    width: 312px;
    height: 45px;
  }
  header .container .header-menu .calendar-container.maxi button span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  header .container .header-menu .calendar-container.maxi button {
    transition: 0.3s;
    width: 400px;
    height: 40px;
  }
  header .container .header-menu .calendar-container.maxi button span.icon-visit-calendar-h {
    position: absolute;
    left: 13px;
  }
  header .container .header-menu .calendar-container.maxi button span.icon-visit-calendar-h:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px solid;
    height: 111%;
    right: -10px;
  }
  header .container .header-menu .calendar-container.maxi button span.text {
    display: block;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
  }
}
header .container .header-menu .calendar-container button {
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
header .container .header-menu .calendar-container button span.text {
  display: none;
}
@media (min-width: 768px) {
  header .container .header-menu .calendar-container button {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .calendar-container button {
    width: 50px;
    height: 40px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .calendar-container button {
    height: 45px;
  }
}
header .container .header-menu .search-login-container {
  display: inline-flex;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container {
    width: 100%;
  }
  header .container .header-menu .search-login-container.maxi {
    width: 80%;
  }
}
header .container .header-menu .search-login-container .search-form {
  position: relative;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .search-form {
    width: 100%;
  }
}
header .container .header-menu .search-login-container .search-form .search-box {
  position: relative;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .search-form .search-box {
    position: relative;
  }
  header .container .header-menu .search-login-container .search-form .search-box .icon-left {
    display: none;
    position: absolute;
    top: 7px;
    left: 15px;
  }
  header .container .header-menu .search-login-container .search-form .search-box .icon-left:hover {
    cursor: pointer;
  }
  header .container .header-menu .search-login-container .search-form .search-box .icon-left.active {
    display: block !important;
  }
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container .search-form .search-box .icon-left {
    display: none !important;
  }
}
header .container .header-menu .search-login-container .search-form .search-box input {
  width: 356px;
  cursor: text;
  background-color: #fff;
  border-radius: 7px;
  color: #515151;
  outline: 0;
  padding: 3px 32px 3px 20px;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .search-form .search-box input {
    padding-left: 45px;
    height: 33px;
    width: 100% !important;
  }
  header .container .header-menu .search-login-container .search-form .search-box input.tablet {
    transition: 0.3s;
    width: 400px;
  }
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container .search-form .search-box input {
    padding: 1px 32px 3px 6px;
    width: 33px;
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  header .container .header-menu .search-login-container .search-form .search-box input.tablet {
    transition: 0.3s;
    width: 400px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .search-login-container .search-form .search-box input {
    padding: 3px 32px 3px 20px;
    width: 356px;
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .search-login-container .search-form .search-box input {
    width: 315px;
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1065px) {
  header .container .header-menu .search-login-container .search-form .search-box input {
    width: 265px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .search-login-container .search-form .search-box input {
    width: 356px;
    height: 45px;
  }
}
header .container .header-menu .search-login-container .search-form .search-box button {
  display: inline-block;
  border: none;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  height: 25px;
  width: 30px;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 8px;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .search-form .search-box button {
    width: 40px;
  }
}
@media (max-width: 991px) {
  header .container .header-menu .search-login-container .search-form .search-box button {
    right: 8px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .search-login-container .search-form .search-box button {
    font-size: 13px;
  }
}
header .container .header-menu .search-login-container .search-form .search-box button .icon-search {
  display: block;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .search-form .search-box button .icon-search {
    position: absolute;
    top: -4px;
  }
}
header .container .header-menu .search-login-container .search-form .search-result {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 550px;
  overflow: auto;
  border-radius: 7px;
  overflow-x: hidden;
  overflow-y: auto;
}
header .container .header-menu .search-login-container .search-form .search-result .search-list {
  background-color: #fff;
}
header .container .header-menu .search-login-container .search-form .search-result .search-list p {
  margin-bottom: 0px;
  align-items: center;
  text-align: center;
  margin: 9px;
  font-weight: bold;
}
header .container .header-menu .search-login-container .search-form .search-result.active {
  display: block;
  background-color: #fff;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-header {
  padding: 15px 15px;
  padding-left: 22px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-header:after {
  content: "-";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: 0;
  color: #7c7c7c;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-header.collapsed:after {
  content: "+";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: 0;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-header h5 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  background-color: #fff;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 20px;
  height: 60px;
  text-decoration: none;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li a:hover {
  text-decoration: none;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li a .search-item-text {
  flex-direction: column;
  display: flex;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li a .search-item-text .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
  line-height: 1.21;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 0px;
  min-height: 18px;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li a .search-item-text .location {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li a [class*=icon-] {
  display: block;
  margin-right: 20px;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li:nth-of-type(odd) {
  background-color: #f6f6f6;
}
header .container .header-menu .search-login-container .search-form .search-result .search-item .search-item-result .search-result-striped li:last-child {
  border-bottom: none;
}
header .container .header-menu .search-login-container .login-button {
  margin-left: 18px;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .login-button {
    display: none;
  }
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container .login-button {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .search-login-container .login-button {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .search-login-container .login-button {
    margin-left: 18px;
  }
}
header .container .header-menu .search-login-container .login-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container .login-button button {
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
}
@media (min-width: 0px) {
  header .container .header-menu .search-login-container .login-button button {
    height: 40px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .search-login-container .login-button button {
    height: 45px;
  }
}
@media (max-width: 1240px) {
  header .container .header-menu .search-login-container .login-button button .icon-nav-user {
    margin-right: 0px;
  }
}
header .container .header-menu .search-login-container .login-button button .login-text {
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1240px) {
  header .container .header-menu .search-login-container .login-button button .login-text {
    display: none;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 13px;
  }
}
header .container .header-menu .search-login-container .lang-button {
  margin-left: 15px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  header .container .header-menu .search-login-container .lang-button {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
header .container .header-menu .search-login-container .lang-button label {
  margin-bottom: 0px;
}
header .container .header-menu .search-login-container .lang-button .select-lang {
  font-family: "Izmir-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #bdbcbc;
  font-weight: 500;
  display: flex;
  align-items: center;
}
header .container .header-menu .search-login-container .lang-button .select-lang:after {
  content: "";
  background: url("../../assets/images/icon/lang-down.svg") no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  margin-left: 5px;
}
header .container .header-menu .search-login-container .lang-button .lang-check {
  position: absolute;
  top: 0;
  width: 37px;
  height: 39px;
  opacity: 0;
}
header .container .header-menu .search-login-container .lang-button .lang-check:checked ~ .lang-container {
  display: block;
  position: absolute;
  padding: 5px;
  left: -9px;
  top: 45px;
  z-index: 9;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container .lang-button .lang-check:checked ~ .lang-container {
    left: -20px;
  }
}
@media (max-width: 575px) {
  header .container .header-menu .search-login-container .lang-button .lang-check:checked ~ .lang-container {
    left: -3px;
    top: 26px;
  }
}
header .container .header-menu .search-login-container .lang-button .lang-check:checked ~ .lang-container a {
  text-decoration: none;
  font-family: "Izmir-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #bdbcbc;
  font-weight: 500;
  display: block;
  padding: 5px;
}
header .container .header-menu .search-login-container .lang-button .lang-check:checked ~ .lang-container a:hover {
  text-decoration: none;
}
header .container .header-menu .search-login-container .lang-button .lang-container {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: none;
}
header .container .header-menu .search-login-container.multiply {
  display: inline-flex;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container.multiply {
    width: 80%;
  }
}
header .container .header-menu .search-login-container.multiply .search-form {
  position: relative;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container.multiply .search-form {
    width: 100%;
  }
}
header .container .header-menu .search-login-container.multiply .search-form .search-box {
  position: relative;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box {
    position: relative;
  }
  header .container .header-menu .search-login-container.multiply .search-form .search-box .icon-left {
    display: none;
    position: absolute;
    top: 11px;
    left: 15px;
  }
  header .container .header-menu .search-login-container.multiply .search-form .search-box .icon-left:hover {
    cursor: pointer;
  }
  header .container .header-menu .search-login-container.multiply .search-form .search-box .icon-left.active {
    display: block !important;
  }
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box .icon-left {
    display: none !important;
  }
}
header .container .header-menu .search-login-container.multiply .search-form .search-box input {
  width: 356px;
  cursor: text;
  background-color: #fff;
  border-radius: 7px;
  color: #515151;
  outline: 0;
  padding: 3px 32px 3px 20px;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input {
    padding-left: 45px;
    width: 100% !important;
    height: 40px;
  }
  header .container .header-menu .search-login-container.multiply .search-form .search-box input.tablet {
    transition: 0.3s;
    width: 400px;
  }
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input {
    padding: 1px 32px 3px 6px;
    width: 33px;
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input.tablet {
    transition: 0.3s;
    width: 400px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input {
    padding: 3px 32px 3px 20px;
    width: 356px;
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input {
    width: 315px;
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1065px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input {
    width: 265px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box input {
    width: 312px;
    height: 45px;
  }
}
header .container .header-menu .search-login-container.multiply .search-form .search-box button {
  display: inline-block;
  border: none;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  height: 25px;
  width: 30px;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 8px;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box button {
    width: 40px;
  }
}
@media (max-width: 991px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box button {
    right: 8px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .search-login-container.multiply .search-form .search-box button {
    font-size: 13px;
  }
}
header .container .header-menu .search-login-container.multiply .search-form .search-box button .icon-search {
  display: block;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 550px;
  overflow: auto;
  border-radius: 7px;
  overflow-x: hidden;
  overflow-y: auto;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result.active {
  display: block;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-header {
  padding: 15px 15px;
  padding-left: 22px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-header:after {
  content: "-";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: 0;
  color: #7c7c7c;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-header.collapsed:after {
  content: "+";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: 0;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-header h5 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  background-color: #fff;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 20px;
  height: 60px;
  text-decoration: none;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li a:hover {
  text-decoration: none;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li a .search-item-text {
  flex-direction: column;
  display: flex;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li a .search-item-text .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li a .search-item-text .location {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li a [class*=icon-] {
  display: block;
  margin-right: 20px;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li:nth-of-type(odd) {
  background-color: #f6f6f6;
}
header .container .header-menu .search-login-container.multiply .search-form .search-result .search-item .search-item-result .search-result-striped li:last-child {
  border-bottom: none;
}
header .container .header-menu .search-login-container.multiply .login-button {
  margin-left: 30px;
}
@media (max-width: 767px) {
  header .container .header-menu .search-login-container.multiply .login-button {
    display: none;
  }
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container.multiply .login-button {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  header .container .header-menu .search-login-container.multiply .login-button {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  header .container .header-menu .search-login-container.multiply .login-button {
    margin-left: 30px;
  }
}
header .container .header-menu .search-login-container.multiply .login-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
@media (min-width: 768px) {
  header .container .header-menu .search-login-container.multiply .login-button button {
    height: 40px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
}
@media (min-width: 0px) {
  header .container .header-menu .search-login-container.multiply .login-button button {
    height: 40px;
  }
}
@media (min-width: 1338px) {
  header .container .header-menu .search-login-container.multiply .login-button button {
    height: 45px;
  }
}
@media (max-width: 1240px) {
  header .container .header-menu .search-login-container.multiply .login-button button .icon-nav-user {
    margin-right: 0px;
  }
}
@media (max-width: 1240px) {
  header .container .header-menu .search-login-container.multiply .login-button button .login-text {
    display: none;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 13px;
  }
}
header .container .header-menu .multiply-container.maxi ~ .search-login-container input {
  padding: 1px 32px 3px 6px;
  width: 33px !important;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  header .icon-nav-user {
    margin-right: 0px;
  }
}

.category-slide-wrapper {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
@media (min-width: 0px) {
  .category-slide-wrapper .category-slide-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .category-slide-wrapper .category-slide-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #373737;
    margin-right: 87px;
    margin-bottom: 0;
  }
  .category-slide-wrapper .category-slide-title a {
    text-decoration: none;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  .category-slide-wrapper .category-slide-title {
    display: flex;
    align-items: center;
    justify-content: initial;
  }
  .category-slide-wrapper .category-slide-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #373737;
    margin-right: 87px;
  }
}
@media (min-width: 992px) {
  .category-slide-wrapper .category-slide-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .category-slide-wrapper .category-slide-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #373737;
    margin-right: 87px;
    margin-bottom: 0;
  }
  .category-slide-wrapper .category-slide-title a {
    text-decoration: none;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
}
.category-slide-wrapper #anasayfaKategoriSlide .owl-item {
  border-radius: 5px;
}
.category-slide-wrapper #anasayfaKategoriSlide a.owl-mask-item img {
  border-radius: 5px;
  position: absolute;
}
@media (min-width: 0px) {
  .category-slide-wrapper #anasayfaKategoriSlide a.owl-mask-item {
    text-decoration: none;
    position: relative;
    height: 210px;
    width: 150px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
  }
  .category-slide-wrapper #anasayfaKategoriSlide a.owl-mask-item h3 {
    text-align: center;
    color: #fff;
    font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    right: 0;
    left: 0;
    margin-bottom: 0px;
    height: 35px;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .category-slide-wrapper #anasayfaKategoriSlide a.owl-mask-item {
    text-decoration: none;
    position: relative;
    height: 230px;
    width: 175px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  .category-slide-wrapper #anasayfaKategoriSlide a.owl-mask-item {
    text-decoration: none;
    position: relative;
    height: 280px;
    width: 198px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
  }
  .category-slide-wrapper #anasayfaKategoriSlide a.owl-mask-item h3 {
    text-align: center;
    color: #ffffff;
    font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    bottom: 30px;
    z-index: 99;
    text-transform: uppercase;
    right: 0;
    left: 0;
    margin-bottom: 0px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .category-slide-wrapper #anasayfaKategoriSlide.graident:after {
    content: "";
    display: block;
    background: -ms-linear-gradient(90deg, transparent, #fff);
    width: 125px;
    height: 280px;
    position: absolute;
    right: -3px;
    opacity: 1;
    top: 0;
    z-index: 9;
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .category-slide-wrapper #anasayfaKategoriSlide.graident:after {
    content: "";
    display: block;
    background: -ms-linear-gradient(90deg, transparent, #fff);
    width: 175px;
    height: 280px;
    position: absolute;
    right: -3px;
    opacity: 1;
    top: 0;
    z-index: 9;
    pointer-events: none;
  }
}
@media (min-width: 1450px) {
  .category-slide-wrapper #anasayfaKategoriSlide.graident:after {
    content: "";
    display: block;
    background: -ms-linear-gradient(90deg, transparent, #fff);
    width: 175px;
    height: 280px;
    position: absolute;
    right: -3px;
    opacity: 1;
    top: 0;
    z-index: 9;
    pointer-events: none;
  }
}

.highlights-slide-wrapper,
.discover-slide-wrapper,
.new-added-slide-wrapper {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .highlights-slide-wrapper,
  .discover-slide-wrapper,
  .new-added-slide-wrapper {
    /*  padding-bottom: 50px;*/
    padding-top: 50px;
  }
}
.highlights-slide-wrapper .new-added-slide-title,
.discover-slide-wrapper .new-added-slide-title,
.new-added-slide-wrapper .new-added-slide-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.highlights-slide-wrapper .new-added-slide-title h2,
.discover-slide-wrapper .new-added-slide-title h2,
.new-added-slide-wrapper .new-added-slide-title h2 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #373737;
  margin-right: 87px;
  margin-bottom: 0;
}
.highlights-slide-wrapper .new-added-slide-title a,
.discover-slide-wrapper .new-added-slide-title a,
.new-added-slide-wrapper .new-added-slide-title a {
  text-decoration: none;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .highlights-slide-wrapper .new-added-slide-title,
  .discover-slide-wrapper .new-added-slide-title,
  .new-added-slide-wrapper .new-added-slide-title {
    display: flex;
    align-items: center;
    justify-content: initial;
  }
  .highlights-slide-wrapper .new-added-slide-title h2,
  .discover-slide-wrapper .new-added-slide-title h2,
  .new-added-slide-wrapper .new-added-slide-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #373737;
    margin-right: 87px;
  }
  .highlights-slide-wrapper .new-added-slide-title a,
  .discover-slide-wrapper .new-added-slide-title a,
  .new-added-slide-wrapper .new-added-slide-title a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  .highlights-slide-wrapper .new-added-slide-title,
  .discover-slide-wrapper .new-added-slide-title,
  .new-added-slide-wrapper .new-added-slide-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .highlights-slide-wrapper .new-added-slide-title h2,
  .discover-slide-wrapper .new-added-slide-title h2,
  .new-added-slide-wrapper .new-added-slide-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #373737;
    margin-right: 87px;
  }
  .highlights-slide-wrapper .new-added-slide-title a,
  .discover-slide-wrapper .new-added-slide-title a,
  .new-added-slide-wrapper .new-added-slide-title a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
}

.discover-slide-wrapper,
.new-added-slide-wrapper {
  background-color: #fff;
}

.highlights-slide-wrapper {
  background-color: #f9f9f9;
}

section .main-banner-wrapper {
  background-color: #fff;
  position: relative;
}
section .main-banner-wrapper .main-banner-container.detail {
  height: 500px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  section .main-banner-wrapper .main-banner-container.detail {
    height: 200px;
  }
}
section .main-banner-wrapper .main-banner-container.detail img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: initial !important;
}
@media (max-width: 767px) {
  section .main-banner-wrapper .main-banner-container.detail img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0px;
    width: 100% !important;
    border-radius: 0px;
    z-index: 99;
    position: relative;
  }
}
section .main-banner-wrapper .main-banner-container.detail .no-image {
  position: absolute;
  top: 0;
  display: flex;
  align-content: center;
  align-items: center;
  /* margin: 0 auto;
  img {
      // margin-top: 0px !important;
      border-radius: 0px !important;
  }*/
}
section .main-banner-wrapper .main-banner-container.detail .only-mobile {
  height: 300px;
  display: block;
  position: relative;
  top: -10px;
}
section .main-banner-wrapper .main-banner-container.detail .multi-image-container {
  height: 500px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
section .main-banner-wrapper .main-banner-container.detail .multi-image-container a {
  height: 500px;
}
section .main-banner-wrapper .main-banner-container.detail .multi-image-container a:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  section .main-banner-wrapper .main-banner-container.detail a[data-fancybox=gallery-detail-banner] {
    display: none;
  }
}
section .main-banner-wrapper .main-banner-container.detail .image-one-container {
  /*  background-color: $color-detail-banner;*/
  display: flex;
  align-content: center;
  align-items: center;
  height: 500px;
}
@media (max-width: 460px) {
  section .main-banner-wrapper .main-banner-container.detail .image-one-container {
    position: relative;
    top: 15px;
  }
}
@media (max-width: 767px) {
  section .main-banner-wrapper .main-banner-container.detail .image-one-container {
    height: 300px;
  }
}
@media (min-width: 768px) {
  section .main-banner-wrapper .main-banner-container.detail .image-one-container .image-one {
    background: url("../../assets/images/system/desen.png");
    height: 500px;
    display: block;
    width: 100%;
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  section .main-banner-wrapper .main-banner-container.detail .image-one-container .image-one {
    background: url("../../assets/images/system/desen.png");
    height: 300px;
    display: block;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
  }
}
section .main-banner-wrapper .main-banner-container.detail .only-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section .main-banner-wrapper .main-banner-container.detail .owl-carousel {
  background-color: #fff;
}
section .main-banner-wrapper .main-banner-container.about {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .main-banner-wrapper .main-banner-container.about .image-one {
  width: 300px;
}
section .main-banner-wrapper .main-banner-container.about .image-one img {
  width: 100%;
}
@media (max-width: 767px) {
  section .main-banner-wrapper .main-banner-container.about {
    height: 200px;
  }
  section .main-banner-wrapper .main-banner-container.about .image-one {
    width: 150px;
  }
  section .main-banner-wrapper .main-banner-container.about .image-one img {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  section .main-banner-wrapper .main-banner-container {
    /*  &:before {
        content: '';
        background-color: #ff6579;
        width: 50%;
        position: absolute;
        left: 0;
        height: 420px;
    }
    &:after {
        content: '';
        background-color: #0a3255;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        height: 420px;
    }*/
  }
  section .main-banner-wrapper .main-banner-container .no-image {
    width: 1900px;
    margin: 0 auto;
  }
  section .main-banner-wrapper .main-banner-container .no-image img {
    margin-top: 0px !important;
    border-radius: 0px !important;
  }
}
section .main-banner-wrapper .main-banner-container #anasayfaBanner {
  background-color: #f9f9f9;
}

section {
  min-height: calc(100vh - 353px);
  top: 110px;
  position: relative;
}
section.mapsection {
  top: 111px !important;
}
@media (max-width: 767px) {
  section {
    min-height: calc(100vh - 113px);
    top: 130px;
  }
  section.mapsection {
    top: 139px !important;
    min-height: initial !important;
  }
}

@media (max-width: 767px) {
  .map-page section {
    top: 129px !important;
    min-height: initial !important;
  }
}

.content-wrapper {
  display: block;
  z-index: 99;
  position: relative;
}

footer {
  min-height: 353px;
  display: block;
  padding-top: 42px;
  position: relative;
  margin-top: 152px;
  /* margin-top: 110px;*/
}
@media (max-width: 767px) {
  footer {
    /*min-height: 113px;*/
    min-height: 53px;
    display: block;
    position: relative;
    padding-bottom: 47px;
    padding-top: 0px;
    /*top: 60px;*/
    top: 0px;
  }
}
@media (max-width: 767px) {
  footer .container {
    width: 100%;
    max-width: 100%;
  }
}
footer .container .row [class*=col-] .footer-bullettin {
  height: 100%;
  padding-bottom: 24px;
  /*  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  .footer-info {
      display: block;
      margin-top: 10px;
      @include font-Izmir(14px);
      color: $color-white;
  }
  .bullettin-container {
      margin-top: 25px;
      button {
          width: 100%;
          background-color: $color-white;
          @include transition(all .2s ease-out);
          border: 0;
          @include font-IzmirExtraBold(16px);
          text-align: center;
          &:hover {
              @include transition( all .2s ease-out);
              @include box-shadow( 0 15px 40px 0 rgba(57, 57, 57, 0.55));
          }
      }
      .form-group {
          .form-control {
              color: $color-white;
              &:focus {
                  ~.form-control-line {
                      color: $color-white;
                      opacity: 1 !important;
                      &:after {
                          background-color: rgb(226, 197, 197) !important;
                      }
                  }
                  ~.label {
                      color: $color-white;
                      opacity: 1 !important;
                      &:after {
                          background-color: rgb(226, 197, 197) !important;
                      }
                  }
              }
          }
      }
      .floating-label {
          .form-control {
              &~label {
                  color: $color-white;
              }
          }
      }
      @include lg {
          width: 310px;
      }
  }*/
}
footer .container .row [class*=col-] .footer-bullettin .footer-logo-box .img-safe {
  max-width: 266px;
  max-height: 71px;
}
footer .container .row [class*=col-] .footer-bullettin .footer-logo-box .img-safe img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .container .row [class*=col-] .footer-bullettin .footer-app-box {
  max-width: 266px;
  margin-top: 35px;
}
footer .container .row [class*=col-] .footer-bullettin .footer-app-box .destination-btn {
  width: 100%;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  height: 45px;
}
footer .container .row [class*=col-] .footer-bullettin .footer-app-box .mobile-app {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
footer .container .row [class*=col-] .footer-bullettin .footer-app-box .mobile-app img {
  width: 100%;
}
footer .container .row [class*=col-] .footer-about {
  min-height: 170px;
  padding-bottom: 24px;
}
footer .container .row [class*=col-] .footer-about h5 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}
footer .container .row [class*=col-] .footer-about p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  footer .container .row [class*=col-] .footer-about p {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  footer .container .row [class*=col-] .footer-about p {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
  }
}
footer .container .row [class*=col-] .footer-menu {
  min-height: 170px;
  padding-bottom: 24px;
}
footer .container .row [class*=col-] .footer-menu h5 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}
footer .container .row [class*=col-] .footer-menu .menu-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .container .row [class*=col-] .footer-menu .menu-list li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer .container .row [class*=col-] .footer-menu .menu-list li {
    margin-bottom: 15px;
  }
}
footer .container .row [class*=col-] .footer-menu .menu-list li a {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
}
footer .container .row [class*=col-] .footer-menu .menu-list li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .container .row [class*=col-] .footer-menu .menu-list li a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  footer .container .row [class*=col-] .footer-menu .menu-list li a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  footer .container .row [class*=col-] .footer-menu {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
}
footer .container .row [class*=col-] .footer-support-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .container .row [class*=col-] .footer-support-brand a {
  margin-bottom: 30px;
}
footer .container .row [class*=col-] .footer-support-brand a img {
  width: 100%;
}
footer .container .row [class*=col-] .footer-support-brand p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
footer .container .row [class*=col-] .footer-contact > a {
  display: block;
  margin-top: 24px;
}
@media (max-width: 767px) {
  footer .container .row [class*=col-] .footer-contact > a {
    display: block;
    margin-top: 40px;
  }
}
footer .container .row [class*=col-] .footer-contact h5 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
footer .container .row [class*=col-] .footer-contact .footer-social {
  min-height: 30px;
  padding-bottom: 24px;
  list-style-type: none;
  padding: 0px;
  display: block;
  margin: auto;
}
footer .container .row [class*=col-] .footer-contact .footer-social li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
footer .container .row [class*=col-] .footer-contact .footer-social li:first-child {
  margin-right: 0px;
  margin-left: 18px;
}
@media (min-width: 768px) {
  footer .container .row [class*=col-] .footer-contact {
    margin: 0 auto;
    width: 85px;
  }
}
@media (min-width: 768px) {
  footer .container .row [class*=col-] {
    border-right: solid 1px #fff;
    margin-bottom: 24px;
  }
  footer .container .row [class*=col-]:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  footer .container .row .mobile-fixed-menu {
    margin-bottom: 0px;
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 15px;
    z-index: 999;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  footer .container .row .mobile-fixed-menu {
    display: none;
  }
}
footer .container .row .mobile-fixed-menu .mobile-menu-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0px;
  width: 100%;
  padding-left: 0px;
}
@media (max-width: 767px) {
  footer .footer-md-info {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer-copyright {
    /* display: none; */
    /*
    @include flexbox();
    @include justify-content(space-between);
    background-color: $color-copyright;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 68px;
    bottom: 50px;
    z-index: 99;
    align-items: center;
    align-content: center;
    a {
        display: block;
    }*/
  }
  footer .footer-copyright .footer-destination-suggest {
    display: none;
    position: absolute;
    bottom: 107px;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  footer .footer-copyright .footer-destination-suggest .btn {
    background-color: #d0d0d0;
    height: 45px;
    width: 70vw;
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  footer .footer-copyright {
    position: absolute;
    width: 100%;
    min-height: 68px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .footer-copyright .social-container {
  display: flex;
}
footer .footer-copyright .social-container a {
  margin-right: 15px;
}
footer .footer-copyright .logo-izmir-vakfi {
  width: 150px;
}

@media (max-width: 767px) {
  .map-page footer {
    min-height: 53px;
    padding-bottom: 48px;
  }
  .map-page footer .footer-copyright {
    display: none;
  }
}

.cookie-info-wrapper {
  width: 100%;
  background-color: #222222;
  position: sticky;
  z-index: 999999;
  bottom: 0;
  display: none;
  text-align: center;
}
.cookie-info-wrapper.active {
  display: block;
}
@media (max-width: 767px) {
  .cookie-info-wrapper {
    position: sticky;
    bottom: 50px;
    z-index: 99999;
    padding: 5px 10px;
  }
}
.cookie-info-wrapper .cookie-info {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 65px;
}
.cookie-info-wrapper .close {
  color: #fff;
  right: 0;
  position: absolute;
}
.cookie-info-wrapper p {
  color: #fff;
  font-family: "Izmir-Medium", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0px;
}

.footer-md-info {
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #ff4c63;
}
.footer-md-info .footer-wrapper {
  padding-left: 277px;
  padding-right: 277px;
}
.footer-md-info .footer-wrapper .flex-ortalama {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 10px auto;
}
.footer-md-info .footer-wrapper .flex-ortalama .social-media {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-md-info .footer-wrapper .flex-ortalama .social-media .footer_popup-btn {
  background-color: #FFFFFF;
  color: #ff4c63;
  text-decoration: none;
  padding: 13px 30px;
  min-height: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.footer-md-info .footer-wrapper .flex-ortalama .social-media a:first-child {
  margin: 0px 10px 0px 0px;
}
.footer-md-info .footer-wrapper .flex-ortalama .social-media a:last-child {
  margin: 0px 0px 0px 10px;
}
.footer-md-info .footer-wrapper .flex-ortalama .social-media a {
  margin: 0px 10px;
}
.footer-md-info .footer-wrapper .flex-ortalama .social-media a img {
  vertical-align: middle;
}
.footer-md-info .footer-wrapper .flex-ortalama .footer-imza {
  margin: 0;
  display: flex;
  align-items: center;
}
.footer-md-info .footer-wrapper .flex-container {
  margin: 20px 0 5px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  align-items: end;
  flex-wrap: wrap;
}
.footer-md-info .footer-wrapper .flex-container div .footer-mobil-imza {
  display: none;
}
.footer-md-info .footer-wrapper .flex-container .info-group {
  flex: 100;
  display: flex;
  align-items: center;
}
.footer-md-info .footer-wrapper .flex-container .info-group ul {
  margin: 0;
  padding-inline-start: 0px;
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 15px;
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span {
  font-size: 16px;
  color: white;
  display: inline-block;
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span .icon-him {
  background: url(../../../assets/telefon.png);
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span .icon-faks {
  background: url(../../../assets/sabittel.png);
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span .icon-santral {
  background: url(../../../assets/cagrimerkezi.png);
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span .icon-adres {
  background: url(../../../assets/brosur.png);
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span .icon-emails {
  background: url(../../../assets/posta.png);
  top: 18px;
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span i {
  width: 29px;
  height: 32px;
  background-repeat: no-repeat !important;
  display: inline-block;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: cover;
  top: 10px;
  margin-right: 5px;
  margin-left: 0;
  color: white;
}
.footer-md-info .footer-wrapper .flex-container .info-group ul li span a {
  color: white;
}
@media only screen and (max-width: 890px) {
  .footer-md-info .footer-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .footer-md-info .footer-wrapper .flex-container {
    text-align: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    align-items: center;
  }
  .footer-md-info .footer-wrapper .flex-container div .footer-mobil-imza {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
  }
  .footer-md-info .footer-wrapper .flex-container .info-group ul li {
    margin-bottom: 10px;
  }
  .footer-md-info .footer-wrapper .flex-container .info-group ul li span i {
    width: 31px;
    height: 31px;
    background-repeat: no-repeat !important;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 5px;
  }
  .footer-md-info .footer-wrapper .flex-ortalama {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .footer-md-info .footer-wrapper .flex-ortalama .footer-imza {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer-md-info .footer-wrapper .flex-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1600px) {
  .footer-md-info .footer-wrapper {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 1281px) {
  .footer-md-info .footer-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}

button:focus {
  outline: none;
}

.btn-cancel,
.btn-brand,
.btn-brand-shadow {
  border-radius: 7px;
  color: #fff;
  font-family: Izmir;
  font-size: 1rem;
  border: 0px;
  outline: none;
}

.btn:hover,
.btn:focus,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-brand:hover,
.btn-brand:focus .btn-brand-shadow:hover,
.btn-brand-shadow:focus {
  cursor: pointer;
  border: 0px;
  outline: none !important;
  color: #fff;
  box-shadow: none;
}

.btn-cancel {
  background-color: #c5c5c5;
}

[class*=btn-outline-]:focus,
[class*=btn-outline-]:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

[class*=btn-outline-] {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s ease;
}

button,
input,
label,
select,
textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input[type=radio],
input[type=checkbox] {
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select[multiple],
select[size] {
  height: auto !important;
}

select:not([multiple]).form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-buttom.svg) !important;
  background-size: 8px !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
}

select::-ms-expand {
  display: none;
}

input:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

textarea {
  min-height: 80px;
}

.breadcrumb-wrapper {
  background-color: #fff;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-nav {
    min-height: 35px;
    text-align: right;
    display: none;
  }
}
@media (min-width: 576px) {
  .breadcrumb-wrapper .breadcrumb-nav .nav-container.collapse:not(.show) {
    display: block;
  }
}
.breadcrumb-wrapper .breadcrumb-nav .nav-container ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-nav .nav-container ul {
    flex-direction: column;
  }
}
.breadcrumb-wrapper .breadcrumb-nav .nav-container ul li a {
  color: #cdcdcd;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb-nav .nav-container ul li a:after {
  font-family: "FontAwesome";
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-nav .nav-container ul li a:after {
    content: "\f078";
    text-align: center;
    display: block;
  }
}
.breadcrumb-wrapper .breadcrumb-nav .nav-container ul li:last-child a::after {
  content: "";
}
.breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible {
  display: none;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 100%;
    cursor: pointer;
  }
  .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible.collapsed:after {
    font-family: "FontAwesome";
    content: "\f078";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    width: 100%;
  }
  .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible:after {
    font-family: "FontAwesome";
    content: "\f077";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    width: 100%;
  }
}
.breadcrumb-wrapper .tab-menu ul {
  border-bottom: 0px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 460px) {
  .breadcrumb-wrapper .tab-menu ul {
    display: flex;
    justify-content: space-around;
  }
}
.breadcrumb-wrapper .tab-menu ul li a {
  background-color: none;
  border: 0;
  text-decoration: none;
  color: #808080;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  padding: 0.5rem 0rem;
}
@media (min-width: 0px) {
  .breadcrumb-wrapper .tab-menu ul li a {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-wrapper .tab-menu ul li a {
    margin-right: 100px;
  }
}
.breadcrumb-wrapper .tab-menu ul li a.active {
  color: #515151;
  font-weight: bold;
}
.breadcrumb-wrapper .tab-menu ul li:hover {
  cursor: pointer;
}
.breadcrumb-wrapper .tab-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb-wrapper .tab-menu #tabSlide {
  width: 95% !important;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .tab-menu #tabSlide {
    width: 86% !important;
  }
}
.breadcrumb-wrapper .tab-menu #owl-left,
.breadcrumb-wrapper .tab-menu #owl-right {
  display: block;
}
.breadcrumb-wrapper .tab-menu #owl-left:hover,
.breadcrumb-wrapper .tab-menu #owl-right:hover {
  cursor: pointer;
}
.breadcrumb-wrapper .tab-menu .owl-item a {
  background-color: none;
  border: 0;
  text-decoration: none;
  color: #808080;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  padding: 0.5rem 0rem;
}
.breadcrumb-wrapper .tab-menu .owl-item:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .tab-menu .owl-item {
    display: flex;
    align-items: center;
    align-content: center;
  }
}
.breadcrumb-wrapper .tab-menu .owl-item.active a {
  background-color: none;
  border: 0;
  color: #808080;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-decoration: none;
  padding: 1.5rem 0rem;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .tab-menu .owl-item.active a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
  }
}
.breadcrumb-wrapper .tab-menu .owl-item.active a:active {
  color: #515151;
  font-weight: bold;
}

form legend {
  margin: 15px 0 10px;
}

.invalid-feedback,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  position: absolute;
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #ced4da;
  background-color: #fff;
  /* background-image: none;*/
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 34px;
  padding-right: 0px;
  margin-top: 7px;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #2A3F54;
  outline: 0;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.12s ease;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 2px;
}

.form-control:focus {
  border-color: #f2f2f2;
  background-color: transparent;
  outline: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control:focus:-ms-input-placeholder,
.form-control:focus::-moz-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #f2f2f2;
  color: rgba(81, 100, 107, 0.23);
}

.form-group {
  position: relative;
  clear: both;
}

.form-group label {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}

.form-group label:not(.custom-control) {
  opacity: 0.7;
}

.form-group.floating-label .form-control:focus ~ label {
  top: -17px;
  font-size: 12px;
}

.form-group .form-control:focus ~ .form-control-line:after,
.form-group .form-control:focus ~ label:after {
  width: calc(100% - 7px);
}

.form-group .form-control {
  color: #2A3F54;
  font-size: 14px;
  padding-left: 0;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  border-bottom: 1px solid #979797;
  background: 0 0;
  transition: background 0s ease-out;
}

.form-group .form-control ~ .form-control-line,
.form-group .form-control ~ label {
  position: absolute;
  bottom: 0;
  top: -14px;
  width: 100%;
  pointer-events: none;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.form-group .form-control ~ .form-control-line:after,
.form-group .form-control ~ label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  transition: 0.2s ease all;
}

.form-group .form-control:focus ~ .form-control-line:after,
.form-group .form-control:focus ~ label:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  transition: 0.2s ease all;
}

.form-group .form-control:focus {
  transition-duration: 0.3s;
}

.form-group .form-control:focus ~ .form-control-line,
.form-group .form-control:focus ~ label {
  opacity: 1;
}

.form-group .form-control:focus ~ .form-control-line:after,
.form-group .form-control:focus ~ label:after {
  visibility: visible;
  width: 100%;
  left: 0;
}

.form-group.floating-label .form-control ~ label {
  left: 5px;
}

.form-group.floating-label .form-control ~ label {
  top: 8px;
  font-size: 14px;
  left: 0;
}

.form-group.floating-label .form-control.filled ~ label {
  top: -17px;
  font-size: 12px;
}

.form-inline .form-group.floating-label .form-control ~ label {
  top: 0;
  left: 0;
}

.form-inline .form-group.floating-label .form-control:focus ~ label {
  top: -35px;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: none;
}

.invalid-feedback {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: initial;
  box-shadow: none;
}

footer .form-group .form-control:focus ~ .form-control-line:after,
footer .form-group .form-control:focus ~ label:after {
  background-color: rgb(226, 197, 197) !important;
}

.btn {
  overflow: hidden;
  position: relative !important;
}

.ripple-effect {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}

.ripple-effect.animate {
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
  }
}
@keyframes slide-down {
  from {
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  background-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #f06264;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d8d8d8;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #d8d8d8;
  color: #f06264;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  /* margin-top: 10px;*/
  padding-top: 10px;
  background-color: #fff;
}

#anasayfaBanner .owl-nav.disabled + .owl-dots {
  /* margin-top: 10px;*/
  padding-top: 10px;
  background-color: #f9f9f9;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border: 3px solid #d8d8d8;
  padding: 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.detail .owl-height {
  height: 500px;
}
.detail .owl-item .item a {
  height: 500px;
  display: block;
}
.detail .owl-carousel .owl-stage {
  margin: 0 auto;
}
.detail .owl-item .item a img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

@media (min-width: 1200px) {
  #anasayfaKesfetSlide .owl-stage-outer .owl-stage,
  #anasayfaYeniEklenenSlide .owl-stage-outer .owl-stage,
  #anasayfaOneCikanlarSlide .owl-stage-outer .owl-stage {
    padding-left: 2px !important;
  }
}

.rank-star {
  width: 124px;
  height: 18px;
  background: url(../images/rank/stars.svg) no-repeat;
  color: #858585;
  line-height: 18px;
  position: relative;
  overflow: hidden;
}

.rank-star .rank {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/rank/stars-score.svg) no-repeat;
  z-index: 11;
}

.br-theme-css-stars .br-widget {
  height: 38px;
  white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}

.br-theme-css-stars .br-widget a:after {
  content: "★";
  color: #d2d2d2;
}

.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-css-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "☆";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "★";
    color: black;
  }
}
.br-theme-css-stars .br-widget span {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}

.br-theme-css-stars .br-widget span:after {
  content: "★";
  color: #d2d2d2;
}

.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-css-stars .br-readonly span {
  cursor: default;
}

@media print {
  .br-theme-css-stars .br-widget span:after {
    content: "☆";
    color: black;
  }
  .br-theme-css-stars .br-widget span.br-active:after,
  .br-theme-css-stars .br-widget span.br-selected:after {
    content: "★";
    color: black;
  }
}
.sidebar-box {
  padding: 20px 35px 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  background-color: #fff;
  top: -95px;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar-box {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-box {
    padding: 15px 15px 15px;
    margin-bottom: 45px;
  }
}
.sidebar-box h3 {
  color: #373737;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.sidebar-box .destination {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 460px) {
  .sidebar-box .destination .destination-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .sidebar-box .destination .destination-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 125px;
    display: block;
    border-radius: 5px;
  }
}
@media (min-width: 461px) {
  .sidebar-box .destination .destination-img {
    width: 135px;
    float: left;
    margin-right: 15px;
  }
  .sidebar-box .destination .destination-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 125px;
    display: block;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  .sidebar-box .destination .destination-img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .sidebar-box .destination .destination-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 125px;
    display: block;
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .sidebar-box .destination .destination-img {
    width: 135px;
    float: left;
    margin-right: 15px;
  }
  .sidebar-box .destination .destination-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 125px;
    display: block;
    border-radius: 5px;
  }
}
.sidebar-box .destination .destination-text {
  min-height: 125px;
}
.sidebar-box .destination .destination-text h3 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
  letter-spacing: -0.3px;
}
.sidebar-box .destination .destination-text p {
  margin-bottom: 4px;
  color: #939393;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.sidebar-box .near-location {
  margin-top: 30px;
}
.sidebar-box .near-location .content {
  padding: 15px 0;
}
.sidebar-box .near-location .near-box-container {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .sidebar-box .near-location .near-box-container {
    justify-content: space-between;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .sidebar-box .near-location .near-box-container {
    justify-content: flex-start;
  }
}
.sidebar-box .near-location .near-box-container .near-box {
  margin-bottom: 15px;
  height: 90px;
}
@media (max-width: 991px) {
  .sidebar-box .near-location .near-box-container .near-box {
    margin-right: 15px;
  }
}
@media (min-width: 0px) {
  .sidebar-box .near-location .near-box-container .near-box {
    width: 31%;
    margin-right: 5px;
  }
}
@media (min-width: 576px) {
  .sidebar-box .near-location .near-box-container .near-box {
    width: 78px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .sidebar-box .near-location .near-box-container .near-box {
    width: 78px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .sidebar-box .near-location .near-box-container .near-box {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .sidebar-box .near-location .near-box-container .near-box {
    width: 23%;
  }
}
.sidebar-box .near-location .near-box-container .near-box .img-count {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.sidebar-box .near-location .near-box-container .near-box a {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 10px;
  color: #a1a1a1;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
.sidebar-box .near-location .near-box-container .near-box a:hover {
  text-decoration: none;
  color: #a1a1a1;
}
.sidebar-box .near-location .near-box-container .near-box a span {
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.sidebar-box .near-location .near-box-container .near-box a img {
  display: block;
  margin-bottom: 5px;
}
.sidebar-box .direction {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  align-items: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 50px;
  font-weight: bold;
}
.sidebar-box .direction a {
  color: #373737;
  text-decoration: none;
}
.sidebar-box .direction a:hover {
  text-decoration: none;
}
.sidebar-box .direction span:first-child {
  margin-right: 15px;
}
.sidebar-box .album {
  margin-top: 30px;
}
.sidebar-box .album .content {
  padding: 15px 0;
  padding-right: 15px;
  position: relative;
  display: block;
}
@media (min-width: 0px) {
  .sidebar-box .album .content {
    max-height: 250px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .sidebar-box .album .content {
    max-height: 250px;
    overflow-y: auto;
  }
}
.sidebar-box .album .album-container {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .sidebar-box .album .album-container {
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .sidebar-box .album .album-container {
    justify-content: space-between;
  }
}
.sidebar-box .album .album-container .album-box {
  position: relative;
  border-radius: 10px;
  max-width: 48%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sidebar-box .album .album-container .album-box {
    margin-right: 15px;
  }
  .sidebar-box .album .album-container .album-box:last-child {
    margin-right: 0px;
  }
}
.sidebar-box .album .album-container .album-box img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.sidebar-box .album .album-container .album-box.video:before {
  content: "";
  background: url("../../assets/images/icon/video-play.png") no-repeat;
  width: 52px;
  height: 51px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 25px auto;
  pointer-events: none;
}
.sidebar-box .member {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  align-items: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .member span:first-child {
  margin-right: 15px;
}
.sidebar-box .member span img {
  width: 38px;
}
.sidebar-box .status {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  align-items: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .status span:first-child {
  margin-right: 15px;
  font-weight: bold;
}
.sidebar-box .function {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  flex-direction: column;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .function span:first-child {
  margin-right: 15px;
  font-weight: bold;
}
.sidebar-box .register {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  flex-direction: column;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .register h4 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
.sidebar-box .register span {
  font-weight: bold;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #373737;
}
.sidebar-box .price {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .price p {
  float: left;
  height: 100%;
  position: relative;
  top: 9px;
  margin-bottom: 0px;
  color: #373737;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.sidebar-box .price .price-content {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
.sidebar-box .price .price-content .price-label {
  background-color: #cdcdcd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.sidebar-box .price .price-content .price-label.active {
  background-color: #cdcdcd;
}
.sidebar-box .opentime {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .opentime p {
  margin-bottom: 0px;
}
.sidebar-box .opentime b {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
.sidebar-box .opentime span {
  text-align: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.sidebar-box .employee {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  flex-direction: column;
  margin-bottom: 10px;
  min-height: 50px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sidebar-box .employee h4 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
.sidebar-box .employee h5 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #373737;
  font-weight: bold;
}
.sidebar-box .employee span {
  font-weight: bold;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #373737;
}
.sidebar-box .contact {
  margin-top: 30px;
}
.sidebar-box .contact .content {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 10px 15px;
  flex-direction: column;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  margin-bottom: 10px;
  min-height: 50px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sidebar-box .contact .content p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
}
.sidebar-box .contact .content p [class*=icon-] {
  float: left;
  margin-right: 20px;
}
.sidebar-box .contact .content p a {
  color: #373737;
  text-decoration: none;
  font-weight: bold;
}
.sidebar-box .problem {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  padding: 5px 15px;
  align-items: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  margin-bottom: 10px;
  min-height: 50px;
}
.sidebar-box .problem:hover {
  cursor: pointer;
}
.sidebar-box .problem span:first-child {
  margin-right: 15px;
}

.theme-color-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  right: -170px;
  top: 0;
  width: 160px;
  background: #fff;
  bottom: 0;
  z-index: 998;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(222, 227, 231, 0.56);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

.theme-color-wrapper.open {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
}

.theme-color-wrapper .builder-toggle {
  position: absolute;
  width: 46px;
  height: 35px;
  left: -47px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.theme-color-wrapper .theme-color-container {
  width: 100%;
}

.theme-color-wrapper .theme-color-container span {
  color: #fff;
}

.theme-color-wrapper .theme-color-container > [class*=theme-color-] {
  height: 55px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}

.theme-color-wrapper .theme-color-red {
  background-color: #f06264;
  box-shadow: 0 3px 8px 0 #f06264;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 3px 8px 0 #f06264;
  -webkit-box-shadow: 0 3px 8px 0 #f06264;
}

.theme-color-wrapper .theme-color-turquoise {
  background-color: #5fc4c4;
  box-shadow: 0 3px 8px 0 #5fc4c4;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 3px 8px 0 #5fc4c4;
  -webkit-box-shadow: 0 3px 8px 0 #5fc4c4;
}

.theme-color-wrapper .theme-color-yellow {
  background-color: #ffc351;
  box-shadow: 0 3px 8px 0 #ffc351;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 3px 8px 0 #ffc351;
  -webkit-box-shadow: 0 3px 8px 0 #ffc351;
}

.theme-color-wrapper .theme-color-blue {
  background-color: #162c55;
  box-shadow: 0 3px 8px 0 #162c55;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 3px 8px 0 #162c55;
  -webkit-box-shadow: 0 3px 8px 0 #162c55;
}

.theme-red .theme-color-wrapper .builder-toggle {
  background-color: #f06264;
}

.theme-turquoise .theme-color-wrapper .builder-toggle {
  background-color: #5fc4c4;
}

.theme-yellow .theme-color-wrapper .builder-toggle {
  background-color: #ffc351;
}

.theme-blue .theme-color-wrapper .builder-toggle {
  background-color: #162c55;
}

.new-visit-card {
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
}
.new-visit-card:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
.new-visit-card .card-img-safe {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 400px) {
  .new-visit-card .card-img-safe {
    height: 130px;
  }
}
@media (min-width: 400px) {
  .new-visit-card .card-img-safe {
    height: 200px;
  }
}
.new-visit-card .card-img-safe a {
  display: block;
  position: relative;
  height: 100%;
}
.new-visit-card .card-img-safe a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-visit-card .visit-card-content {
  width: 100%;
  padding: 10px 15px;
}
.new-visit-card .visit-card-content.kesfet {
  padding: 10px 15px 20px;
}
.new-visit-card .visit-card-content a:hover {
  text-decoration: none;
}
.new-visit-card .visit-card-content a .title {
  font-family: "Izmir-ExtraBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-visit-card .visit-card-content a .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #939393;
  line-height: 1.21;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 0px;
  min-height: 32px;
}
.new-visit-card .visit-card-content .card-border {
  display: block;
  width: 100%;
  border-top: solid 0.5px #e1e1e1;
  margin-top: 10px;
}
.new-visit-card .visit-card-footer {
  padding: 0px 15px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-visit-card .visit-card-footer [class^=icon-visit-] {
  display: block;
  margin-bottom: 0px;
  position: relative;
}
.new-visit-card .visit-card-footer label {
  margin-bottom: 0px;
}
.new-visit-card .visit-card-footer .social-share-check {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 15px;
  opacity: 0;
  bottom: 69px;
}
.new-visit-card .visit-card-footer .social-share-check:checked ~ .social-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 0px 15px 0 rgba(2, 2, 2, 0.09);
  -moz-box-shadow: 0px 0px 15px 0 rgba(2, 2, 2, 0.09);
  -webkit-box-shadow: 0px 0px 15px 0 rgba(2, 2, 2, 0.09);
  visibility: visible;
}
.new-visit-card .visit-card-footer .social-share-check:checked ~ .social-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.new-visit-card .visit-card-footer .social-share-check:checked ~ .social-container .social-facebook {
  background: url("../../assets/images/social/facebook.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.new-visit-card .visit-card-footer .social-share-check:checked ~ .social-container .social-twitter {
  background: url("../../assets/images/social/twitter.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.new-visit-card .visit-card-footer .social-share-check:checked ~ .social-container .social-whatsapp {
  background: url("../../assets/images/social/whatsapp.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.new-visit-card .visit-card-footer .social-container {
  position: absolute;
  margin-top: 28px;
  left: 25px;
  width: 50%;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  padding: 5px;
  background-color: #fff;
}
.new-visit-card .visit-card-footer .icon-visit-comment span,
.new-visit-card .visit-card-footer .icon-visit-star span,
.new-visit-card .visit-card-footer .icon-like span,
.new-visit-card .visit-card-footer .icon-save span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.17px;
  color: #939393;
  position: absolute;
  right: 26px;
  top: 2px;
}
@media (min-width: 768px) {
  .new-visit-card .visit-card-footer .icon-visit-comment span,
  .new-visit-card .visit-card-footer .icon-visit-star span,
  .new-visit-card .visit-card-footer .icon-like span,
  .new-visit-card .visit-card-footer .icon-save span {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
}
.new-visit-card .visit-card-footer .icon-visit-comment span:hover,
.new-visit-card .visit-card-footer .icon-visit-star span:hover,
.new-visit-card .visit-card-footer .icon-like span:hover,
.new-visit-card .visit-card-footer .icon-save span:hover {
  cursor: pointer;
}
.new-visit-card .visit-card-footer .icon-visit-comment i,
.new-visit-card .visit-card-footer .icon-visit-star i,
.new-visit-card .visit-card-footer .icon-like i,
.new-visit-card .visit-card-footer .icon-save i {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.17px;
  color: #939393;
  position: absolute;
  right: 26px;
  top: 2px;
}
@media (min-width: 768px) {
  .new-visit-card .visit-card-footer .icon-visit-comment i,
  .new-visit-card .visit-card-footer .icon-visit-star i,
  .new-visit-card .visit-card-footer .icon-like i,
  .new-visit-card .visit-card-footer .icon-save i {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
}
.new-visit-card .visit-card-footer .icon-visit-comment i:hover,
.new-visit-card .visit-card-footer .icon-visit-star i:hover,
.new-visit-card .visit-card-footer .icon-like i:hover,
.new-visit-card .visit-card-footer .icon-save i:hover {
  cursor: pointer;
}

.visit-card {
  max-width: 312px;
  border-radius: 10px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
}
.visit-card:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
.visit-card a:hover {
  text-decoration: none;
}
.visit-card a img {
  width: 285px;
  height: 180px;
}
.visit-card a .visit-card-body {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  position: relative;
}
.visit-card a .visit-card-body .visit-card-text:after {
  content: "";
  display: inline;
  border: solid 0.5px #e1e1e1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
}
.visit-card .visit-card-footer {
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.visit-card .visit-card-footer span {
  position: relative;
}
.visit-card .visit-card-footer span:hover {
  cursor: pointer;
}
.visit-card .visit-card-footer span i {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.17px;
  color: #939393;
  position: absolute;
  left: -18px;
}

.visit-card.kesfet .visit-card-text:after {
  content: "";
  display: inline;
  border: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
}

.visit-card .visit-card-footer {
  position: relative;
}
.visit-card .visit-card-footer .social-container {
  display: none;
}
.visit-card .visit-card-footer input {
  opacity: 0;
  width: 30px;
  height: 30px;
}
.visit-card .visit-card-footer input:checked ~ .social-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  top: 0;
  left: 100%;
  z-index: 9999;
  background-color: #fff;
  position: absolute;
}
@media (min-width: 0px) {
  .visit-card .visit-card-footer input:checked ~ .social-container {
    width: 213px;
  }
}
@media (min-width: 576px) {
  .visit-card .visit-card-footer input:checked ~ .social-container {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .visit-card .visit-card-footer input:checked ~ .social-container {
    width: 213px;
  }
}
@media (min-width: 1200px) {
  .visit-card .visit-card-footer input:checked ~ .social-container {
    width: 260px;
  }
}

@media (min-width: 320px) {
  .visit-card a .visit-card-body h5 {
    font-family: Izmir-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373737;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }
  .visit-card a .visit-card-body p {
    display: inline-block;
    width: 100%;
    overflow: hidden !important;
    text-align: justify;
    margin-bottom: 0px;
    font-family: Izmir;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.2px;
    color: #939393;
    min-height: 51px;
  }
}
@media (min-width: 560px) {
  .visit-card a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .visit-card a .visit-card-body h5 {
    font-family: Izmir-Bold;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373737;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }
  .visit-card a .visit-card-body p {
    display: inline-block;
    width: 100%;
    overflow: hidden !important;
    text-align: justify;
    margin-bottom: 0px;
    font-family: Izmir;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.2px;
    color: #939393;
    min-height: 51px;
  }
}
@media (min-width: 250px) {
  .new-visit-card .card-img-safe {
    height: 140px;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .new-visit-card .card-img-safe {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .new-visit-card .card-img-safe {
    height: 140px;
  }
}
@media (min-width: 1300px) {
  .new-visit-card .card-img-safe {
    height: 200px;
  }
  .visit-card a img {
    width: 312px;
    height: 200px;
  }
}
.map-wrapper {
  position: relative;
  z-index: 9;
}
.map-wrapper .map-destination-detail-container {
  display: none;
}
@media (max-width: 767px) {
  .map-wrapper .map-destination-detail-container {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px;
    /*bottom: 80px;*/
  }
}
@media (min-width: 768px) {
  .map-wrapper .map-destination-detail-container {
    width: 45vh;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
  }
}
.map-wrapper .map-destination-detail-container.show {
  display: block;
}
.map-wrapper .map-destination-detail-container .close-bar {
  position: absolute;
  left: -17px;
  z-index: 9999999;
  top: 39px;
  background-color: #fff;
  padding: 5px;
  border-radius: 7px;
  cursor: pointer;
}
.map-wrapper .map-destination-detail-container .close-bar span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.map-wrapper .map-destination-detail-container .google-maps-link {
  position: absolute;
  z-index: 99999999;
  background-color: #fff;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  padding: 10px 20px;
  border-radius: 7px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.map-wrapper .map-destination-detail-container .google-maps-link a {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.map-wrapper .map-destination-detail-container .google-maps-link a.hover {
  text-decoration: none;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper {
  width: 45vh;
  position: absolute;
  right: 0px;
  z-index: 999999;
  border-radius: 7px;
  background-color: #fff;
  top: 40px;
  overflow-y: hidden;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .banner {
  position: sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  height: 203px;
  display: flex;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container {
  padding: 25px;
  height: calc(100vh - 393px);
  overflow-y: scroll;
  top: -46px;
  position: relative;
  border-radius: 18px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box {
  position: relative;
  top: -45px;
  z-index: 99999;
  border-radius: 7px;
  border-radius: 7px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .header {
  position: sticky;
  top: -26px;
  z-index: 9;
  height: 85px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px 25px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .header .title h3 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #373737;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .header .location-rank {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .header .location-rank .location {
  display: flex;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .header .location-rank .location .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #939393;
  margin-left: 15px;
  font-weight: 600;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .content {
  overflow-y: hidden;
  padding: 30px 25px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .content p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #727272;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .content.read-more-content {
  max-height: 220px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .read-more-less {
  text-align: center;
  position: relative;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .read-more-less:hover {
  cursor: pointer;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .read-more-less span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .read-more-less span:hover {
  cursor: pointer;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .read-detail-button {
  display: flex;
  justify-content: center;
  top: -20px;
  position: relative;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .read-detail-button .btn {
  display: block;
  width: 80%;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album {
  margin-top: 15px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .title h3 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #373737;
  margin-bottom: 15px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container {
    flex-wrap: wrap;
  }
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container .album-box {
  border-radius: 10px;
  max-width: 28%;
  margin-bottom: 15px;
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container .album-box a {
  display: block;
}
@media (max-width: 991px) {
  .map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container .album-box {
    margin-right: 15px;
  }
  .map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container .album-box:last-child {
    margin-right: 0px;
  }
}
.map-wrapper .map-destination-detail-container .map-detail-wrapper .map-detail-container .content-box .album .album-container .album-box img {
  border-radius: 10px;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper {
  display: inline-flex;
  background-color: #fff;
  border-radius: 7px;
  height: 150px;
  flex-direction: row;
  padding: 10px;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper .image {
  width: 40%;
  display: flex;
  height: 130px;
  margin-right: 15px;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper .image img {
  border-radius: 7px;
  height: 100%;
  width: 100%;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper .content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper .content h3 {
  display: block;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #373737;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn {
  display: block;
  border-radius: 7px;
  background-color: #fff;
}
.map-wrapper .map-destination-detail-container .mobile-destination-detail .mobile-destination-wrapper .content .btn-brand {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#map {
  margin-bottom: 25px;
}

#map,
#mapRota {
  min-height: calc(100vh - 150px);
  z-index: 9;
}
@media (max-width: 767px) {
  #map,
  #mapRota {
    /* min-height: calc(100vh - 113px);*/
    min-height: calc(100vh - 173px);
  }
}
#map .leaflet-top,
#mapRota .leaflet-top {
  top: 15px;
}
#map .marker-cluster,
#mapRota .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
#map .marker-cluster .leaflet-marker-icon,
#mapRota .marker-cluster .leaflet-marker-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#map .marker-cluster div,
#mapRota .marker-cluster div {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#map .marker-cluster div span,
#mapRota .marker-cluster div span {
  line-height: 45px;
  color: #fff;
  font-weight: bold;
}
#map .leaflet-cluster-anim .leaflet-marker-icon,
#map .leaflet-cluster-anim .leaflet-marker-shadow,
#mapRota .leaflet-cluster-anim .leaflet-marker-icon,
#mapRota .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#map .leaflet-cluster-anim .leaflet-marker-icon,
#map .leaflet-cluster-anim .leaflet-marker-shadow,
#mapRota .leaflet-cluster-anim .leaflet-marker-icon,
#mapRota .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#map .leaflet-cluster-spider-leg,
#mapRota .leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
#map .leaflet-touch .leaflet-control-layers,
#map .leaflet-touch .leaflet-bar,
#mapRota .leaflet-touch .leaflet-control-layers,
#mapRota .leaflet-touch .leaflet-bar {
  height: 80px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
}
#map .my-div-icon img,
#mapRota .my-div-icon img {
  z-index: 99;
  position: relative;
}
#map .my-div-icon span,
#mapRota .my-div-icon span {
  position: absolute;
  left: 30px;
  top: 11px;
  background-color: #fff;
  padding: 5px;
  padding-left: 20px;
  z-index: 9;
  max-width: 190px;
  font-size: 12px;
  font-family: "Izmir-Bold";
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid;
  color: #959595;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#map .my-div-icon span.map-destinasyonTipId-14,
#mapRota .my-div-icon span.map-destinasyonTipId-14 {
  background-color: #b84900;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-5,
#mapRota .my-div-icon span.map-destinasyonTipId-5 {
  background-color: #f7b500;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-10,
#mapRota .my-div-icon span.map-destinasyonTipId-10 {
  background-color: #ce0000;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-9,
#mapRota .my-div-icon span.map-destinasyonTipId-9 {
  background-color: #0e8aff;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-11,
#mapRota .my-div-icon span.map-destinasyonTipId-11 {
  background-color: #2e813f;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-13,
#mapRota .my-div-icon span.map-destinasyonTipId-13 {
  background-color: #01dab6;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-26,
#mapRota .my-div-icon span.map-destinasyonTipId-26 {
  background-color: #f86bc7;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-15,
#mapRota .my-div-icon span.map-destinasyonTipId-15 {
  background-color: #00a1b8;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-16,
#mapRota .my-div-icon span.map-destinasyonTipId-16 {
  background-color: #6236ff;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-25,
#mapRota .my-div-icon span.map-destinasyonTipId-25 {
  background-color: #486aed;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-17,
#mapRota .my-div-icon span.map-destinasyonTipId-17 {
  background-color: #ff8c32;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-1,
#mapRota .my-div-icon span.map-destinasyonTipId-1 {
  background-color: #a50079;
  color: #fff;
}
#map .my-div-icon span.map-destinasyonTipId-12,
#mapRota .my-div-icon span.map-destinasyonTipId-12 {
  background-color: #b620e0;
  color: #fff;
}

.destinasyon-map-wrapper {
  border-radius: 7px;
  border: 15px solid #fff;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}

#mapdestinasyon {
  position: relative;
  min-height: 350px;
  z-index: 9;
}
#mapdestinasyon .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
#mapdestinasyon .marker-cluster .leaflet-marker-icon {
  /*  width: 50px;
  height: 50px;
  @include flex;
  @include align-items(center);
  @include justify-content(center);*/
}
#mapdestinasyon .leaflet-cluster-anim .leaflet-marker-icon,
#mapdestinasyon .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#mapdestinasyon .leaflet-cluster-anim .leaflet-marker-icon,
#mapdestinasyon .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#mapdestinasyon .leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
#mapdestinasyon .leaflet-touch .leaflet-control-layers,
#mapdestinasyon .leaflet-touch .leaflet-bar {
  height: 80px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
}
#mapdestinasyon .my-div-icon img {
  z-index: 99;
  position: relative;
}
#mapdestinasyon .my-div-icon span {
  position: absolute;
  left: 30px;
  top: 11px;
  background-color: #fff;
  padding: 5px;
  padding-left: 20px;
  z-index: 9;
  max-width: 190px;
  font-size: 12px;
  font-family: "Izmir-Bold";
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iframeContainer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .iframeContainer iframe {
    max-height: 650px;
  }
}
.captcha-inBlock {
  transform: scale(0.83);
  transform-origin: 0 0;
}

.profile-page {
  background-color: #f9f9f9;
  padding-top: 33px;
  padding-bottom: 100px;
}
.profile-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after .custom-control {
  padding-left: 0px;
}
.profile-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
}
.profile-page .custom-control-label:before {
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  right: initial;
  left: -30px;
  top: 0px;
  border: 0;
  background-image: none !important;
  background-color: #d8d8d8;
  border-radius: 50%;
}
.profile-page .custom-control-label {
  left: 30px;
  width: 100%;
  margin: 4px 3px 4px 0px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #373737;
}
.profile-page .custom-control-label:hover {
  cursor: pointer;
}
.profile-page .custom-control-label:after {
  background-image: none;
}
.profile-page .custom-control-input:checked ~ .custom-control-label:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  height: 20px;
  width: 20px;
  border-top-style: none;
  border-right-style: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 4px solid;
}
.profile-page .custom-control-input:active ~ .custom-control-label:before, .profile-page .custom-control-input:disabled ~ .custom-control-label:before, .profile-page .custom-control-input:focus ~ .custom-control-label:before {
  background-color: #d8d8d8;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.profile-page input:-webkit-autofill,
.profile-page input:-webkit-autofill:hover,
.profile-page input:-webkit-autofill:focus,
.profile-page input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
}
.profile-page .register-form .select2-container {
  width: 100% !important;
}
@media (min-width: 768px) {
  .profile-page .register-form {
    width: 80%;
  }
}
.profile-page .register-form .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 33px;
}
.profile-page .register-form .photo-upload {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.profile-page .register-form .photo-upload .trash {
  display: none;
}
.profile-page .register-form .photo-upload .trash.active {
  display: block;
  cursor: pointer;
  position: relative;
}
.profile-page .register-form .photo-upload .trash.active .icon-trash {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.profile-page .register-form .photo-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.profile-page .register-form .photo-upload .photoLabel {
  cursor: pointer;
  width: 84px;
  height: 84px;
  display: none;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
}
.profile-page .register-form .photo-upload .photoLabel:hover {
  cursor: pointer;
}
.profile-page .register-form .photo-upload .photoLabel.active {
  display: flex;
}
.profile-page .register-form .photo-upload #photoPreview {
  cursor: pointer;
  display: none;
  width: 84px;
  height: 84px;
  background-size: cover;
  display: flex;
  border-radius: 50%;
  position: absolute;
}
.profile-page .register-form .photo-upload #photoPreview.active {
  display: block;
  position: relative;
}
.profile-page .register-form .form-group {
  margin-bottom: 40px;
  padding-left: 0px;
}
.profile-page .register-form .form-group label {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  opacity: 1;
}
.profile-page .register-form .form-group input {
  border-bottom: 1px solid #979797;
  color: #908e8e;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.profile-page .register-form .material-checkbox:hover {
  cursor: pointer;
}
.profile-page .register-form .material-checkbox label {
  display: inline;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #898989;
  font-weight: 500;
}
.profile-page .register-form .material-checkbox label:hover {
  cursor: pointer;
}
.profile-page .register-form .material-checkbox label b {
  color: #000;
}
.profile-page .category-form-wrapper .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 33px;
}
.profile-page .category-form-wrapper p {
  color: #515151;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.profile-page .category-form-wrapper .category-form-container .destination-box {
  margin-bottom: 40px;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #a1a1a1;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  height: 120px;
  display: block;
  text-align: center;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label:hover {
  cursor: pointer;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label input {
  opacity: 0;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label input:checked ~ .active {
  display: block;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label input:checked ~ :not(.active) {
  display: none;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label input ~ .active {
  display: none;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label img {
  position: absolute;
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label span:not(.icon-check),
.profile-page .category-form-wrapper .category-form-container .destination-box label span:not(.icon-check).active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  word-break: break-word;
  width: 100%;
  line-height: 1.1;
}
.profile-page .category-form-wrapper .category-form-container .destination-box label .icon-check {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px auto;
}
.profile-page .custom-select:focus {
  border-color: initial;
  outline: 0;
  box-shadow: initial;
}
.profile-page .btn {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-caption__body {
  display: none;
}

.profile-wrapper {
  background-color: #f9f9f9;
  width: 312px;
  margin-bottom: 35px;
  padding: 0 5px;
  position: relative;
}
@media (min-width: 0px) {
  .profile-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .profile-wrapper {
    width: 312px;
  }
}
.profile-wrapper .main-container {
  position: relative;
  perspective: 1000px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.profile-wrapper .main-container.return {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.profile-wrapper .main-container.return .profile-container {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /* again */
}
.profile-wrapper .main-container .profile-container {
  width: 100%;
  position: relative;
}
.profile-wrapper .main-container .profile-container .title {
  font-weight: 600;
  margin-bottom: 35px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.profile-wrapper .main-container .profile-container .photo-card {
  margin-bottom: 33px;
}
.profile-wrapper .main-container .profile-container .photo-card .photo {
  display: block;
  position: relative;
  max-height: auto;
  margin: 0 auto;
}
@media (min-width: 0px) {
  .profile-wrapper .main-container .profile-container .photo-card .photo {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .profile-wrapper .main-container .profile-container .photo-card .photo {
    width: 300px;
  }
}
.profile-wrapper .main-container .profile-container .photo-card .photo img {
  width: 100%;
}
.profile-wrapper .main-container .profile-container .photo-card .text {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  border-radius: 7px;
  padding: 8px 14px;
}
.profile-wrapper .main-container .profile-container .photo-card .text .name-settings {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.profile-wrapper .main-container .profile-container .photo-card .text .name-settings span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #373737;
}
.profile-wrapper .main-container .profile-container .photo-card .text .name-settings span:last-child {
  cursor: pointer;
}
.profile-wrapper .main-container .profile-container .photo-card .text .location {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.profile-wrapper .main-container .profile-container .photo-card .text .location span span:first-child {
  opacity: 0.5;
  margin-right: 10px;
}
.profile-wrapper .main-container .profile-container .photo-card .text .location span:last-child {
  color: #cccccc;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.profile-wrapper .main-container .profile-container .social-card {
  width: 100%;
  margin-bottom: 33px;
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 64px 64px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 24px;
  padding: 5px;
}
.profile-wrapper .main-container .profile-container .social-card .puan,
.profile-wrapper .main-container .profile-container .social-card .save,
.profile-wrapper .main-container .profile-container .social-card .favori,
.profile-wrapper .main-container .profile-container .social-card .like {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  background-color: #fff;
  position: relative;
  height: 64px;
}
.profile-wrapper .main-container .profile-container .social-card .puan [class*=icon-],
.profile-wrapper .main-container .profile-container .social-card .save [class*=icon-],
.profile-wrapper .main-container .profile-container .social-card .favori [class*=icon-],
.profile-wrapper .main-container .profile-container .social-card .like [class*=icon-] {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -8px;
  margin: 0 auto;
}
.profile-wrapper .main-container .profile-container .social-card .puan .score,
.profile-wrapper .main-container .profile-container .social-card .save .score,
.profile-wrapper .main-container .profile-container .social-card .favori .score,
.profile-wrapper .main-container .profile-container .social-card .like .score {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.profile-wrapper .main-container .profile-container .social-card .puan .text,
.profile-wrapper .main-container .profile-container .social-card .save .text,
.profile-wrapper .main-container .profile-container .social-card .favori .text,
.profile-wrapper .main-container .profile-container .social-card .like .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #585858;
}
.profile-wrapper .main-container .profile-container .score-card {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 7px;
}
.profile-wrapper .main-container .profile-container .score-card .score {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.profile-wrapper .main-container .profile-container .score-card .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.profile-wrapper .main-container .profile-container .score-card .link {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.profile-wrapper .main-container .profile-container .qrcode-card {
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.profile-wrapper .main-container .profile-container .qrcode-card .image {
  width: 84px;
}
.profile-wrapper .main-container .profile-container .qrcode-card .image img {
  width: 100%;
  display: block;
}
.profile-wrapper .main-container .profile-settings-container {
  width: 100%;
  position: relative;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  /* again */
  transform: rotateY(180deg);
}
.profile-wrapper .main-container .profile-settings-container .title {
  font-weight: 600;
  margin-bottom: 35px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.profile-wrapper .main-container .profile-settings-container .icon-left:hover {
  cursor: pointer;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload .trash {
  display: none;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload .trash.active {
  display: block;
  cursor: pointer;
  position: relative;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload .trash.active .icon-trash {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload input[type=file] {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload .photoLabel {
  cursor: pointer;
  width: 84px;
  height: 84px;
  display: none;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload .photoLabel:hover {
  cursor: pointer;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload .photoLabel.active {
  display: flex;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload #photoPreview {
  cursor: pointer;
  display: none;
  width: 84px;
  height: 84px;
  background-size: cover;
  display: flex;
  border-radius: 50%;
  position: absolute;
}
.profile-wrapper .main-container .profile-settings-container .photo-upload #photoPreview.active {
  display: block;
  position: relative;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item {
  margin-bottom: 20px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-header {
  padding: 15px 15px;
  padding-left: 22px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-header:after {
  content: "-";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: 0;
  bottom: 8px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #7c7c7c;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-header.collapsed:after {
  content: "+";
  position: absolute;
  right: 22px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  top: 0;
  bottom: 8px;
  display: flex;
  align-items: center;
  align-content: center;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-header h5 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0px;
  margin-left: 20px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result {
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  background-color: #fff;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form {
  padding: 35px 15px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .select2-container,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .select2-container,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .select2-container {
  width: 100% !important;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .title,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .title,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 33px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .form-group,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .form-group,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .form-group {
  margin-bottom: 25px;
  padding-left: 0px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .form-group label,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .form-group label,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .form-group label {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  opacity: 1;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .form-group input,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .form-group input,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .form-group input {
  border-bottom: 1px solid #979797;
  color: #908e8e;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .emailContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .ulkeContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .telefonContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .emailContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .ulkeContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .telefonContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .emailContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .ulkeContainer,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .telefonContainer {
  margin-bottom: 10px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .theme-color,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .theme-color,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .theme-color {
  display: flex;
  justify-content: space-between;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .theme-color .custom-control,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .theme-color .custom-control,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .theme-color .custom-control {
  padding-left: 0px;
  margin-right: 30px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .custom-control .red,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .custom-control .red,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .custom-control .red {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ff6579;
  display: block;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .custom-control .turquoise,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .custom-control .turquoise,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .custom-control .turquoise {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #5fc4c4;
  display: block;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .custom-control .yellow,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .custom-control .yellow,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .custom-control .yellow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffc351;
  display: block;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .custom-control .blue,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .custom-control .blue,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .custom-control .blue {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #162c55;
  display: block;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container .formbutton,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profile-form .formbutton,
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .formbutton {
  margin-top: 65px;
  margin-bottom: 0px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .profilePass-form .formbutton {
  margin: 0;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container p span {
  float: left;
  margin-right: 15px;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container p a {
  text-decoration: none;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #515151;
}
.profile-wrapper .main-container .profile-settings-container .profile-settings .profile-item .profile-item-result .help-container p a:hover {
  text-decoration: none;
}

@media (min-width: 0px) {
  #destinationTabList #detailView .content-wrapper,
  #destinationTabList #listView .content-wrapper {
    padding: 30px 5px;
  }
}
@media (min-width: 992px) {
  #destinationTabList #detailView .content-wrapper,
  #destinationTabList #listView .content-wrapper {
    padding: 30px;
  }
}
#destinationTabList #mapView .content-wrapper {
  padding: 0px;
}
@media (min-width: 0px) {
  #destinationTabList .content-wrapper {
    min-height: calc(100vh - 175px);
  }
}
@media (min-width: 768px) {
  #destinationTabList .content-wrapper {
    min-height: calc(100vh - 440px);
  }
}
#destinationTabList #listView .list-view-container {
  margin-bottom: 15px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  display: block;
}
#destinationTabList #listView .list-view-container:hover {
  text-decoration: none;
}
#destinationTabList #listView .list-view-container .list-view-box {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text {
  width: 100%;
  position: relative;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text .icon {
  margin-right: 15px;
  float: left;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text .icon img {
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text .text {
  display: flex;
  flex-direction: column;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text .text span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text .text span:first-child {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #373737;
}
#destinationTabList #listView .list-view-container .list-view-box .icon-text .text span:last-child {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #373737;
}
#destinationTabList #listView .list-view-container .list-view-box .detail .text {
  display: flex;
  flex-direction: column;
  text-align: right;
}
#destinationTabList #listView .list-view-container .list-view-box .detail .text span {
  display: inline-block;
}
#destinationTabList #listView .list-view-container .list-view-box .detail .text span:first-child {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #373737;
}
#destinationTabList #listView .list-view-container .list-view-box .detail .text span:last-child {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #373737;
}

.content-wrapper.categoryList {
  background-color: #f9f9f9;
  padding-top: 15px;
}
.content-wrapper.categoryList h1 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  padding-bottom: 15px;
}
.content-wrapper.categoryList .blog-item-wrapper {
  margin-bottom: 45px;
  border-radius: 7px;
  padding: 10px;
  background-color: #fff;
}
.content-wrapper.categoryList .blog-item-wrapper a {
  position: relative;
  display: block;
  text-decoration: none;
}
.content-wrapper.categoryList .blog-item-wrapper a .photo {
  max-height: 212px;
  overflow: hidden;
}
.content-wrapper.categoryList .blog-item-wrapper a .photo img {
  width: 100%;
  border-radius: 7px;
}
.content-wrapper.categoryList .blog-item-wrapper a .text {
  border-radius: 7px;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  display: block;
  margin: -15px auto;
  text-align: center;
  padding: 10px;
}
.content-wrapper.categoryList .blog-item-wrapper a .text span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.content-wrapper.categoryList .blog-item-wrapper a:hover {
  text-decoration: none;
}
.content-wrapper.categoryList .blog-item-wrapper:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.3);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.3);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.3);
}
.content-wrapper.categoryList .header-title h2 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #373737;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 15px;
}

/*
[Modals]
------------------------------------------------------------------
*/
/*
1. Modals
2. Responsive Handlers: Modals
-------------------------------------------------------------------*/
/*
1. Modals
--------------------------------------------------
*/
#loginForm button {
  width: 100%;
  margin-top: 35px;
}

#kvkkModal {
  margin-top: 35px;
}
#kvkkModal .modal-body {
  max-height: 50vh;
  overflow-y: scroll;
}
#kvkkModal .modal-footer {
  padding-top: 20px;
}
@media (max-width: 575px) {
  #kvkkModal .modal-footer button {
    width: 100%;
  }
}

.modal {
  /*modal versiyonlar*/
}
.modal .close {
  font-size: 18px;
  cursor: pointer;
}
.modal .close:focus {
  outline: 0;
}
.modal .modal-dialog {
  transition: all 0.2s !important;
  border-radius: 7px;
}
.modal .modal-content {
  border-radius: 7px;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal .modal-content .close {
  z-index: 99999;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #c4c4c4;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 38px;
}
.modal .modal-content .close:hover {
  color: #373737;
}
.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 25px;
}
.modal .modal-header .modal-title {
  margin: 0;
}
.modal .modal-header p {
  color: #373737;
}
.modal .modal-body {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 25px 25px 25px;
  white-space: normal;
}
.modal .modal-body .modal-login-container,
.modal .modal-body .modal-register-container {
  /* p {
      display: none;
  }*/
}
.modal .modal-body .modal-login-container span,
.modal .modal-body .modal-register-container span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.modal .modal-body .modal-login-container span:hover,
.modal .modal-body .modal-register-container span:hover {
  cursor: pointer;
}
.modal .modal-body .modal-register-container,
.modal .modal-body .modal-login-container {
  border-radius: 7px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
}
.modal .modal-body .modal-register-container input,
.modal .modal-body .modal-login-container input {
  border-bottom: 0.5px solid #979797;
}
.modal .modal-body .modal-register-container .btn,
.modal .modal-body .modal-login-container .btn {
  width: 80%;
}
.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0;
  padding: 0 25px 25px 25px;
}
.modal .drop-shadow {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
  -moz-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
  -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
}
.modal.fade {
  opacity: 1 !important;
}
.modal.fade.slide-down .modal-dialog {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  margin-top: -5px;
}
.modal.fade.slide-down.show .modal-dialog {
  transform: translate3d(0, 20%, 0);
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
}
.modal.fade.slide-up {
  height: 100%;
  /*top: auto;*/
}
.modal.fade.slide-up.show .modal-dialog {
  transform: translate3d(0, 20%, 0);
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
}
.modal.fade.slide-up.disable-scroll {
  overflow: hidden;
}
.modal.fade.slide-up .modal-dialog {
  display: table;
  height: 100%;
  transform: translate3d(0, 75%, 0);
  -webkit-transform: translate3d(0, 75%, 0);
  -moz-transform: translate3d(0, 75%, 0);
  -o-transform: translate3d(0, 75%, 0);
  -ms-transform: translate3d(0, 75%, 0);
}
.modal.fade.slide-up .modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal.fade.fill-in > .close {
  margin-top: 20px;
  margin-right: 20px;
  opacity: 0.6;
}
.modal.fade.fill-in > .close > i {
  font-size: 16px;
}
.modal.fade.fill-in .modal-dialog {
  display: table;
  top: 10%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s;
}
.modal.fade.fill-in .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.modal.fade.fill-in .modal-content .modal-header {
  border-bottom: 0;
}
.modal.fade.fill-in.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  background-color: rgb(255, 255, 255);
}
.modal.fade.fill-in .modal-dialog {
  opacity: 0;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
}
.modal.fade.slide-right.show .modal-dialog {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.modal.fade.slide-right .modal-dialog {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
}
.modal.fade.slide-right .modal-dialog .modal-content-wrapper,
.modal.fade.slide-right .modal-dialog .modal-content {
  min-height: 100%;
}
.modal.fade.slide-right .modal-content {
  border-radius: 0;
}
.modal.fade.slide-left.show .modal-dialog {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.modal.fade.slide-left .modal-dialog {
  position: absolute;
  left: 0;
  margin: 0;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
}
.modal.fade.slide-left .modal-dialog .modal-content-wrapper,
.modal.fade.slide-left .modal-dialog .modal-content {
  min-height: 100%;
}
.modal.fade.slide-left .modal-content {
  border-radius: 0;
}
.modal.fade.full-width-modal {
  transition-duration: 0s;
}
.modal.fade.full-width-modal .modal-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0;
  transition: 0s;
}
.modal.fade.full-width-modal .modal-dialog .modal-content {
  width: 100vw;
  height: 100%;
}
.modal.large .modal-header {
  padding: 10px 10px;
}
.modal.large .modal-dialog {
  transition: all 0.2s !important;
  border-radius: 9px;
  max-width: 1200px;
}
.modal.large.show .modal-dialog {
  opacity: 1;
  transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  background-color: rgb(255, 255, 255);
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.modal.large .modal-content {
  padding: 10px 10px;
  width: 100%;
  max-width: 950px;
}
.modal.large .modal-content .close {
  z-index: 99999;
  position: absolute;
  right: 20px;
  top: 0px;
  color: #c4c4c4;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 38px;
  display: block;
}
.modal.large .modal-content .close img {
  width: 15px;
  height: 15px;
}
.modal.large .modal-content .modal-body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal.large .modal-content .modal-footer {
  margin-top: 0px;
}

.fill-in-modal .modal-backdrop {
  background-color: transparent;
}

.modal-backdrop {
  /*  top: 110px;*/
  opacity: 0;
  transition: opacity 0.2s linear;
}
.modal-backdrop.show {
  opacity: 0.7;
}

/*
2. Responsive Handlers: Modals
--------------------------------------------------
*/
@media (max-width: 767px) {
  .loginModal.modal {
    overflow: hidden;
    padding-right: 0px !important;
  }
  .loginModal.modal .close {
    z-index: 99999;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #373737;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 38px;
  }
  .loginModal.modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    align-items: center;
  }
  .loginModal.modal .modal-dialog .modal-content {
    height: 100%;
  }
  .loginModal.modal .modal-dialog .modal-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    perspective: 1000px;
  }
  .loginModal.modal .modal-dialog .modal-content.return .modal-body {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
  }
  .loginModal.modal .modal-dialog .modal-body {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-bottom: 0px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-login-container {
    transform: rotateY(180deg);
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container {
    backface-visibility: hidden;
    width: 312px;
    min-height: 80vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container h3,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container h3 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #c4c4c4;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media {
    width: 100%;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul li,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul li {
    display: flex;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    height: 40px;
    box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul li a,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul li a {
    color: #424242;
    display: flex;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul li a span,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul li a span {
    margin-right: 10px;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .recaptcha-container,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .recaptcha-container {
    min-height: 77px;
    display: block;
    width: 100%;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container p,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container p {
    text-align: center;
    margin-top: 15px;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form {
    width: 80%;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form label,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form .forget-password,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form .forget-password {
    text-align: right;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form .forget-password a,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form .forget-password a {
    text-decoration: underline;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #c4c4c4;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form .btn,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form .btn {
    width: 100%;
    margin-bottom: 35px;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container p,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container p {
    display: none;
    margin-bottom: 0px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .btn,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .btn {
    color: #fff;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 80%;
  }
  .loginModal.modal .modal-dialog.loginModal .modal-content {
    padding: 66px 0px;
  }
}
@media (max-width: 768px) {
  .modal.fade.slide-down.show .modal-dialog, .modal.fade.slide-up.show .modal-dialog {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    margin: 20vh auto 0px auto;
  }
}
@media (min-width: 768px) {
  .modal-register-container,
  .modal-login-container {
    width: 312px;
    min-height: 487px;
  }
  .modal-dialog.loginModal {
    width: 882px;
  }
  .modal.slide-down .modal-dialog {
    margin: -5px auto;
  }
  .modal.slide-up .modal-dialog, .modal.fill-in .modal-dialog {
    margin: 0 auto;
  }
  .modal .modal-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .modal.loginModal .modal-content {
    padding: 66px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .loginModal.modal .modal-dialog {
    width: 100%;
    max-width: 90vmin;
    align-items: center;
  }
  .loginModal.modal .modal-dialog .modal-body {
    display: flex;
    justify-content: space-around;
    padding-bottom: 0px;
    /*.modal-register-container {
        h3 {
            margin-top: -83px;
        }
    }*/
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container h3,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container h3 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #c4c4c4;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media {
    width: 100%;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul li,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul li {
    display: flex;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    height: 40px;
    box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul li a,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul li a {
    color: #424242;
    display: flex;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .social-media ul li a span,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .social-media ul li a span {
    margin-right: 10px;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .recaptcha-container,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .recaptcha-container {
    min-height: 77px;
    display: block;
    width: 100%;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container p,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container p {
    text-align: center;
    margin-top: 15px;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form {
    width: 80%;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form label,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form .forget-password,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form .forget-password {
    text-align: right;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container .form .forget-password a,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container .form .forget-password a {
    text-decoration: underline;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #c4c4c4;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container > p,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container > p {
    margin-bottom: 0px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4;
  }
  .loginModal.modal .modal-dialog .modal-body .modal-register-container > button,
  .loginModal.modal .modal-dialog .modal-body .modal-login-container > button {
    background-color: #c4c4c4;
    color: #fff;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .loginModal .modal-body {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .loginModal .modal-body .modal-register-container {
    margin-right: 30px;
    /*  h3 {
        margin-top: -83px;
    }*/
  }
  .loginModal .modal-body .modal-register-container,
  .loginModal .modal-body .modal-login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .loginModal .modal-body .modal-register-container h3,
  .loginModal .modal-body .modal-login-container h3 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #c4c4c4;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .loginModal .modal-body .modal-register-container .social-media,
  .loginModal .modal-body .modal-login-container .social-media {
    width: 100%;
  }
  .loginModal .modal-body .modal-register-container .social-media ul,
  .loginModal .modal-body .modal-login-container .social-media ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .loginModal .modal-body .modal-register-container .social-media ul li,
  .loginModal .modal-body .modal-login-container .social-media ul li {
    display: flex;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    padding: 5px;
    box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(2, 2, 2, 0.1);
  }
  .loginModal .modal-body .modal-register-container .social-media ul li a,
  .loginModal .modal-body .modal-login-container .social-media ul li a {
    color: #424242;
    display: flex;
  }
  .loginModal .modal-body .modal-register-container .social-media ul li a span,
  .loginModal .modal-body .modal-login-container .social-media ul li a span {
    margin-right: 10px;
  }
  .loginModal .modal-body .modal-register-container .recaptcha-container,
  .loginModal .modal-body .modal-login-container .recaptcha-container {
    min-height: 77px;
    display: block;
    width: 100%;
  }
  .loginModal .modal-body .modal-register-container p,
  .loginModal .modal-body .modal-login-container p {
    text-align: center;
    margin-top: 15px;
  }
  .loginModal .modal-body .modal-register-container .form,
  .loginModal .modal-body .modal-login-container .form {
    width: 80%;
  }
  .loginModal .modal-body .modal-register-container .form label,
  .loginModal .modal-body .modal-login-container .form label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .loginModal .modal-body .modal-register-container .form .forget-password,
  .loginModal .modal-body .modal-login-container .form .forget-password {
    text-align: right;
  }
  .loginModal .modal-body .modal-register-container .form .forget-password a,
  .loginModal .modal-body .modal-login-container .form .forget-password a {
    text-decoration: underline;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #c4c4c4;
  }
  .loginModal .modal-body .modal-register-container > p,
  .loginModal .modal-body .modal-login-container > p {
    margin-bottom: 0px;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4;
  }
  .loginModal .modal-body .modal-register-container > button,
  .loginModal .modal-body .modal-login-container > button {
    background-color: #c4c4c4;
    color: #fff;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 80%;
  }
  .modal-lg {
    max-width: 882px !important;
  }
  .loginModal .modal-lg {
    width: 882px !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog.modal-sm {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .button-box button[data-toggle=modal] {
    white-space: normal;
  }
  .col-12.col-sm-8.col-md-9.col-xl-10 button[data-toggle=modal] {
    margin-top: 0;
  }
  .modal .modal-dialog,
  .modal .modal-dialog {
    top: 0 !important;
  }
  .modal.fade.slide-left .modal-dialog .modal-content,
  .modal.fade.slide-left .modal-dialog .modal-content-wrapper {
    min-height: 100%;
  }
}
.modal-login-container .btn {
  width: 100% !important;
}

/*-----SMS MODAL------------*/
#smsModal .modal-title {
  text-align: center;
  margin: 0 auto;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
#smsModal .modal-body .sms-container .text {
  max-width: 260px;
  margin: 0 auto;
}
#smsModal .modal-body .sms-container .text p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #373737;
  font-weight: bold;
}
#smsModal .modal-body .sms-container .timing {
  text-align: center;
  margin: 0 auto;
}
#smsModal .modal-body .sms-container .timing .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #939393;
}
#smsModal .modal-body .sms-container .code .sms-input-group {
  display: flex;
  justify-content: space-between;
}
#smsModal .modal-body .sms-container .code .sms-input-group input {
  border-radius: 7px;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 576px) {
  #smsModal .modal-body .sms-container .code .sms-input-group input {
    width: 50px;
    height: 50px;
    margin: 10px;
  }
}
@media (max-width: 575px) {
  #smsModal .modal-body .sms-container .code .sms-input-group input {
    padding: 0px;
    margin: 5px;
  }
}
#smsModal .modal-body .sms-container .code-link span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
#smsModal .modal-body .sms-container .code-link span:hover {
  cursor: pointer;
}
#smsModal .modal-body .sms-container .code-skip {
  text-align: center;
  margin-top: 40px;
}
#smsModal .modal-body .sms-container .code-skip span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #c9c9c9;
}
#smsModal .modal-body .sms-container .code-skip span:hover {
  cursor: pointer;
}

/*-----Mobile App Modal------*/
.app-modal .modal-dialog {
  margin: 45vh auto 0px auto !important;
}
.app-modal .modal-body {
  padding: 0;
}
.app-modal .modal-body button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  right: 1px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  opacity: 1;
  padding: 12px;
  border: 0px;
  box-shadow: 0px 2px 5px 0px rgba(191, 191, 191, 0.36);
  -moz-box-shadow: 0px 2px 5px 0px rgba(191, 191, 191, 0.36);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(191, 191, 191, 0.36);
}
.app-modal .modal-body button span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 23px;
}
.app-modal .modal-body .app-modal-container {
  display: flex;
  padding: 20px;
}
.app-modal .modal-body .app-modal-container span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.14;
  color: #222;
  font-weight: bold;
  margin-right: 15px;
}
.app-modal .android-link,
.app-modal .ios-link {
  display: none;
}
.app-modal .android-link.active,
.app-modal .ios-link.active {
  display: block;
}

/*-----SMS MODAL------------*/
.productModal .modal-dialog {
  min-width: 80vw;
}
@media (min-width: 992px) {
  .productModal .modal-dialog {
    min-width: 560px;
  }
}
.productModal .modal-body {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  white-space: normal;
}
@media (min-width: 992px) {
  .productModal .modal-body {
    min-height: 206px;
  }
}
.productModal .modal-body .destionation-product .destination-img {
  float: left;
  margin-right: 15px;
  width: 141px;
  height: 136px;
}
@media (max-width: 767px) {
  .productModal .modal-body .destionation-product .destination-img {
    width: 100%;
    left: none;
    margin-bottom: 10px;
  }
}
.productModal .modal-body .destionation-product .destination-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.productModal .modal-body .destionation-product .destination-text h3 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
}
.productModal .modal-body .destionation-product .destination-text p {
  margin-bottom: 4px;
  color: #939393;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#commentModal .modal-dialog {
  min-width: 80vw;
}
@media (min-width: 992px) {
  #commentModal .modal-dialog {
    min-width: 882px;
  }
}
#commentModal .modal-body {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  white-space: normal;
}
@media (min-width: 992px) {
  #commentModal .modal-body {
    min-height: 206px;
  }
}
#commentModal .modal-body .modal-rating-container {
  width: 100%;
}
#commentModal .modal-body .modal-rating-container,
#commentModal .modal-body .modal-comment-container {
  border-radius: 7px;
  background-color: #fff;
}
#commentModal .modal-body .modal-rating-container .title,
#commentModal .modal-body .modal-comment-container .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #939393;
  margin-bottom: 20px;
}
#commentModal .modal-body .modal-rating-container .title span,
#commentModal .modal-body .modal-comment-container .title span {
  display: block;
}
#commentModal .modal-body .modal-rating-container .title span:first-child,
#commentModal .modal-body .modal-comment-container .title span:first-child {
  font-weight: bold;
}
#commentModal .modal-body .modal-rating-container .rank-container,
#commentModal .modal-body .modal-comment-container .rank-container {
  margin-bottom: 40px;
}
#commentModal .modal-body .modal-rating-container .rank-container .br-theme-css-stars .br-widget a,
#commentModal .modal-body .modal-comment-container .rank-container .br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 35px;
  margin-right: 16px;
}
#commentModal .modal-body .modal-rating-container .text,
#commentModal .modal-body .modal-comment-container .text {
  width: 100%;
  display: flex;
  justify-content: center;
}
#commentModal .modal-body .modal-rating-container .text textarea,
#commentModal .modal-body .modal-comment-container .text textarea {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #979797;
  padding: 5px 11px 5px 7px;
  color: #939393;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}
#commentModal .modal-body .modal-rating-container .vote-button,
#commentModal .modal-body .modal-comment-container .vote-button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#commentModal .modal-body .modal-rating-container .vote-button button,
#commentModal .modal-body .modal-comment-container .vote-button button {
  min-width: 270px;
}

#starModal .modal-dialog {
  min-width: 80vw;
}
@media (min-width: 992px) {
  #starModal .modal-dialog {
    min-width: 882px;
  }
}
#starModal .modal-body {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  white-space: normal;
}
@media (min-width: 992px) {
  #starModal .modal-body {
    min-height: 206px;
  }
}
#starModal .modal-body .modal-rating-container {
  width: 100%;
}
#starModal .modal-body .modal-rating-container,
#starModal .modal-body .modal-comment-container {
  border-radius: 7px;
  background-color: #fff;
}
#starModal .modal-body .modal-rating-container .title,
#starModal .modal-body .modal-comment-container .title {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #939393;
  margin-bottom: 20px;
}
#starModal .modal-body .modal-rating-container .title span,
#starModal .modal-body .modal-comment-container .title span {
  display: block;
}
#starModal .modal-body .modal-rating-container .title span:first-child,
#starModal .modal-body .modal-comment-container .title span:first-child {
  font-weight: bold;
}
#starModal .modal-body .modal-rating-container .rank-container,
#starModal .modal-body .modal-comment-container .rank-container {
  margin-bottom: 40px;
}
#starModal .modal-body .modal-rating-container .rank-container .br-theme-css-stars .br-widget a,
#starModal .modal-body .modal-comment-container .rank-container .br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 35px;
  margin-right: 16px;
}
#starModal .modal-body .modal-rating-container .text,
#starModal .modal-body .modal-comment-container .text {
  width: 100%;
  display: flex;
  justify-content: center;
}
#starModal .modal-body .modal-rating-container .text textarea,
#starModal .modal-body .modal-comment-container .text textarea {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #979797;
  padding: 5px 11px 5px 7px;
  color: #939393;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}
#starModal .modal-body .modal-rating-container .vote-button,
#starModal .modal-body .modal-comment-container .vote-button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#starModal .modal-body .modal-rating-container .vote-button button,
#starModal .modal-body .modal-comment-container .vote-button button {
  min-width: 270px;
}

#problemModal .problem-container {
  padding-top: 55px;
}
#problemModal .problem-container p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  text-align: center;
}
#problemModal .problem-container a {
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
  color: #515151;
}
#problemModal .problem-container a span {
  margin-right: 15px;
}
#problemModal .problem-container a:hover {
  text-decoration: none;
  color: #515151;
}

#puanModal .modal-header h3 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #585858;
  display: block;
  text-align: center;
  width: 100%;
}
#puanModal .puanModalForm {
  padding: 60px;
}
@media (max-width: 991px) {
  #puanModal .modal-dialog {
    min-width: 90vw;
  }
}
@media (min-width: 992px) {
  #puanModal .modal-dialog {
    min-width: 605px;
  }
}
#puanModal .modal-body {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  white-space: normal;
}
@media (min-width: 992px) {
  #puanModal .modal-body {
    min-height: 206px;
  }
}
#puanModal .modal-body .puan-container {
  width: 80%;
  display: block;
  position: relative;
  height: 10px;
}
#puanModal .modal-body .puan-container .puan-title {
  width: 100%;
  position: relative;
}
#puanModal .modal-body .puan-container .puan-title label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #bfbfbf;
  width: 47px;
  text-align: center;
  line-height: 1;
}
#puanModal .modal-body .puan-container .puan-title label:first-child {
  position: absolute;
  left: -15px;
  top: -35px;
}
#puanModal .modal-body .puan-container .puan-title label:first-child:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 10px;
  bottom: -17px;
}
#puanModal .modal-body .puan-container .puan-title label:last-child {
  position: absolute;
  right: -15px;
  top: -35px;
}
#puanModal .modal-body .puan-container .puan-title label:last-child:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: -17px;
}
#puanModal .modal-body .puan-container .progress {
  height: 8px !important;
}
#puanModal .modal-body .puan-container .progress .puan-location span {
  position: absolute;
  top: 39px;
  left: -22px;
}
#puanModal .modal-body .puan-container .progress .puan-location:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: -22px;
  bottom: -17px;
}
#puanModal .modal-body .puan-container .puan-between {
  width: 100%;
  position: relative;
}
#puanModal .modal-body .puan-container .puan-between label {
  color: #bfbfbf;
}
#puanModal .modal-body .puan-container .puan-between label:first-child {
  position: absolute;
  left: -10px;
  top: 20px;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#puanModal .modal-body .puan-container .puan-between label:last-child {
  position: absolute;
  right: -10px;
  top: 20px;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#puanModal .modal-body .puan-container .puan-location {
  position: absolute;
  display: block;
}
#puanModal .modal-body hr {
  border: 1px solid #e1e1e1;
  width: 90%;
  margin-top: 70px;
  margin-bottom: 30px;
}
#puanModal .modal-body .puan-box-container {
  width: 80%;
}
#puanModal .modal-body .puan-box-container h3 {
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
#puanModal .modal-body .puan-box-container .social-card {
  width: 100%;
  margin-bottom: 33px;
  display: grid;
}
@media (max-width: 991px) {
  #puanModal .modal-body .puan-box-container .social-card {
    grid-template-columns: 48% 48%;
    grid-template-rows: 80px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 24px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  #puanModal .modal-body .puan-box-container .social-card {
    grid-template-columns: 23% 23% 23% 23%;
    grid-template-rows: 80px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 24px;
    padding: 5px;
  }
}
#puanModal .modal-body .puan-box-container .social-card .puan,
#puanModal .modal-body .puan-box-container .social-card .save,
#puanModal .modal-body .puan-box-container .social-card .favori,
#puanModal .modal-body .puan-box-container .social-card .like {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  background-color: #fff;
  position: relative;
  height: 80px;
}
#puanModal .modal-body .puan-box-container .social-card .puan [class*=icon-],
#puanModal .modal-body .puan-box-container .social-card .save [class*=icon-],
#puanModal .modal-body .puan-box-container .social-card .favori [class*=icon-],
#puanModal .modal-body .puan-box-container .social-card .like [class*=icon-] {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -8px;
  margin: 0 auto;
}
#puanModal .modal-body .puan-box-container .social-card .puan .score,
#puanModal .modal-body .puan-box-container .social-card .save .score,
#puanModal .modal-body .puan-box-container .social-card .favori .score,
#puanModal .modal-body .puan-box-container .social-card .like .score {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
#puanModal .modal-body .puan-box-container .social-card .puan .text,
#puanModal .modal-body .puan-box-container .social-card .save .text,
#puanModal .modal-body .puan-box-container .social-card .favori .text,
#puanModal .modal-body .puan-box-container .social-card .like .text {
  text-align: center;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #585858;
}

@media (min-width: 0px) {
  .modal-forget-container {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .modal-forget-container {
    padding: 50px;
  }
}
.modal-forget-container form {
  margin-top: 35px;
}
.modal-forget-container form input {
  border-bottom: 0.5px solid #979797;
}
.modal-forget-container form .btn {
  width: 100%;
}

section .content-wrapper {
  background-color: #f9f9f9;
}
section .content-wrapper .container .content-box {
  padding: 20px 35px 0px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  background-color: #fff;
  top: -95px;
  position: relative;
}
section .content-wrapper .container .content-box.detail {
  margin-bottom: 65px;
}
section .content-wrapper .container .content-box.comment-list {
  margin-top: 25px;
  margin-bottom: 15px;
}
section .content-wrapper .container .content-box.comment-list .header {
  border: 0px !important;
}
section .content-wrapper .container .content-box.comment-list .title h2 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box.comment-list .title h2 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #373737;
  }
}
section .content-wrapper .container .content-box.comment-list .comment {
  margin-bottom: 30px;
  width: 100%;
  /* @include flexbox();
  @include align-items(center);
  .photo {
      margin-right: 15px;
  }
   .text {
      position: relative;
      p {
          margin-bottom: 0px;
      }
      .author {
          @include font-Izmir(16px);
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: $color-author;
      }
      .author-comment {
          @include font-Izmir(12px);
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.33;
          letter-spacing: normal;
          color: $color-author-comment;
          margin-bottom: 0;
      }
      .rank-container {
          @include xs-max {
              position: relative;
              margin: 5px 0px;
          }
          position: absolute;
          right: 0;
          top: 0;
          .br-theme-css-stars .br-widget {
              display: block;
              top: -8px;
              position: relative;
          }
      }
  }*/
}
section .content-wrapper .container .content-box.comment-list .comment .photo {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 15px;
}
section .content-wrapper .container .content-box.comment-list .comment .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
  border-radius: 7px;
}
section .content-wrapper .container .content-box.comment-list .comment .text {
  display: block;
  position: relative;
}
section .content-wrapper .container .content-box.comment-list .comment .text .author {
  display: block;
  margin-bottom: 0px;
  width: 100%;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
}
section .content-wrapper .container .content-box.comment-list .comment .text .author-comment {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #939393;
  margin-bottom: 0;
}
section .content-wrapper .container .content-box.comment-list .comment .text .rank-container {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 460px) {
  section .content-wrapper .container .content-box.comment-list .comment .text .rank-container {
    position: relative;
    margin: 5px 0px;
  }
}
section .content-wrapper .container .content-box.comment-list .comment .text .rank-container .br-theme-css-stars .br-widget {
  display: block;
  top: -8px;
  position: relative;
}
section .content-wrapper .container .content-box.comment-list .no-comment {
  padding-bottom: 67px;
}
section .content-wrapper .container .content-box.comment-list .no-comment .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section .content-wrapper .container .content-box.comment-list .no-comment .text .one {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
@media (min-width: 0px) {
  section .content-wrapper .container .content-box.comment-list .no-comment .text .one {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  section .content-wrapper .container .content-box.comment-list .no-comment .text .one {
    flex-direction: row;
  }
}
section .content-wrapper .container .content-box.comment-list .no-comment .text .one .icon-visit-comment {
  margin-right: 15px;
}
section .content-wrapper .container .content-box.comment-list .no-comment .text .one p {
  margin-bottom: 0;
  color: #000;
}
section .content-wrapper .container .content-box.comment-list .no-comment .text .link {
  display: block;
}
section .content-wrapper .container .content-box.comment-list .no-comment .text .link:hover {
  cursor: pointer;
}
section .content-wrapper .container .content-box.comment-list .content {
  border-bottom: 0px;
}
section .content-wrapper .container .content-box.feedback-form {
  margin-top: 25px;
}
section .content-wrapper .container .content-box.feedback-form .header {
  border: 0px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0px !important;
}
section .content-wrapper .container .content-box.feedback-form .header .title h2 {
  margin-bottom: 0px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box.feedback-form .header .title h2 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #373737;
  }
}
section .content-wrapper .container .content-box.feedback-form .content {
  text-align: right;
}
section .content-wrapper .container .content-box.feedback-form .content .text {
  width: 100%;
  display: flex;
  justify-content: center;
}
section .content-wrapper .container .content-box.feedback-form .content .text textarea {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #979797;
  padding: 5px 11px 5px 7px;
  color: #939393;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  width: 100%;
}
@media (min-width: 0px) {
  section .content-wrapper .container .content-box.feedback-form .content .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  section .content-wrapper .container .content-box.feedback-form .content .btn {
    width: 30%;
  }
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box {
    top: -25px;
  }
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box {
    padding: 15px 15px 0px;
  }
}
section .content-wrapper .container .content-box .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 1.5px #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  section .content-wrapper .container .content-box .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
section .content-wrapper .container .content-box .header .rank-container .d-flex {
  align-items: center;
}
section .content-wrapper .container .content-box .header .rank-container span.number {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #737373;
}
@media (min-width: 576px) {
  section .content-wrapper .container .content-box .header .rank-container {
    position: absolute;
    right: 40px;
  }
}
section .content-wrapper .container .content-box .header .title h1 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box .header .title h1 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #373737;
  }
}
section .content-wrapper .container .content-box .header .title .location {
  display: flex;
}
section .content-wrapper .container .content-box .header .title .icon-map-maker {
  margin-right: 9px;
}
section .content-wrapper .container .content-box .header .title .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
section .content-wrapper .container .content-box .header-v1 {
  border-bottom: solid 1.5px #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
section .content-wrapper .container .content-box .header-v1 .row {
  position: relative;
}
section .content-wrapper .container .content-box .header-v1 .breadcrumb-nav ul {
  list-style: none;
  padding-left: 15px;
}
section .content-wrapper .container .content-box .header-v1 .breadcrumb-nav ul li {
  display: inline;
}
section .content-wrapper .container .content-box .header-v1 .breadcrumb-nav ul li:after {
  content: "";
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1098px -255px;
  width: 8px;
  height: 7px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
section .content-wrapper .container .content-box .header-v1 .breadcrumb-nav ul li:last-child::after {
  content: "";
  background: none;
}
section .content-wrapper .container .content-box .header-v1 .breadcrumb-nav ul li a {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #959595;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
section .content-wrapper .container .content-box .header-v1 .breadcrumb-nav ul li a:hover {
  text-decoration: none;
}
section .content-wrapper .container .content-box .header-v1 .rank-container {
  position: absolute;
  right: 15px;
  bottom: 5px;
}
section .content-wrapper .container .content-box .header-v1 .rank-container .d-flex {
  align-items: center;
}
@media (max-width: 991px) {
  section .content-wrapper .container .content-box .header-v1 .rank-container {
    position: relative;
    padding-left: 30px;
    width: 100%;
  }
}
section .content-wrapper .container .content-box .header-v1 .rank-container span.number {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #737373;
}
section .content-wrapper .container .content-box .header-v1 .title {
  padding-left: 15px;
  width: 100%;
  margin-top: 10px;
  padding-right: 15px;
  position: relative;
}
section .content-wrapper .container .content-box .header-v1 .title h1 {
  max-width: 80%;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box .header-v1 .title h1 {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #373737;
  }
}
section .content-wrapper .container .content-box .header-v1 .title .location {
  display: flex;
  position: absolute;
  right: 15px;
  top: 9px;
}
@media (max-width: 1199px) {
  section .content-wrapper .container .content-box .header-v1 .title .location {
    position: relative;
    right: 15px;
    top: 9px;
    padding-left: 15px;
  }
}
section .content-wrapper .container .content-box .header-v1 .title .icon-map-maker {
  margin-right: 9px;
}
section .content-wrapper .container .content-box .header-v1 .title .text {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
section .content-wrapper .container .content-box .content {
  border-bottom: solid 1.5px #e1e1e1;
  padding-bottom: 15px;
}
section .content-wrapper .container .content-box .content h3 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
}
section .content-wrapper .container .content-box .content p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
section .content-wrapper .container .content-box .content img {
  max-width: 1024px;
}
@media (max-width: 1199px) {
  section .content-wrapper .container .content-box .content img {
    width: 100%;
    height: auto;
  }
}
section .content-wrapper .container .content-box .footer {
  padding: 25px 0px;
  /*
  ul {
      @include flexbox();
      @include justify-content(space-between);
      width: 100%;
      list-style: none;
      padding-left: 0;
      .social-container {
          display: none;
      }
      input {
          opacity: 0;
          width: 30px;
          height: 30px;
          &:checked {
              &~.social-container {
                  @include flex;
                  @include justify-content(space-evenly);
                  @include align-items(center);
                  top: 0;
                  left: 100%;
                  @include xs {
                      width: 213px;
                  }
                  @include sm {
                      width: 190px;
                  }
                  @include lg {
                      width: 213px;
                  }
                  @include xl {
                      width: 260px;
                  }
                  z-index: 9999;
                  background-color: $color-white;
                  position: absolute;
              }
          }
      }
  }
  span {
      position: relative;
      &:hover {
          cursor: pointer;
      }
      i {
          @include font-Izmir(12px);
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.42;
          letter-spacing: -0.17px;
          color: $color-header-default;
          position: absolute;
          left: -18px;
      }
  }*/
}
section .content-wrapper .container .content-box .footer .visit-card-footer {
  padding: 0px 0px 15px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .content-wrapper .container .content-box .footer .visit-card-footer [class^=icon-visit-] {
  display: block;
  margin-bottom: 0px;
  position: relative;
}
section .content-wrapper .container .content-box .footer .visit-card-footer label {
  margin-bottom: 0px;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-share-check {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-share-check:checked ~ .social-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 0px 15px 0 rgba(2, 2, 2, 0.09);
  -moz-box-shadow: 0px 0px 15px 0 rgba(2, 2, 2, 0.09);
  -webkit-box-shadow: 0px 0px 15px 0 rgba(2, 2, 2, 0.09);
  visibility: visible;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-share-check:checked ~ .social-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-share-check:checked ~ .social-container .social-facebook {
  background: url("../../assets/images/social/facebook.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-share-check:checked ~ .social-container .social-twitter {
  background: url("../../assets/images/social/twitter.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-share-check:checked ~ .social-container .social-whatsapp {
  background: url("../../assets/images/social/whatsapp.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .social-container {
  position: absolute;
  margin-top: 53px;
  left: 45px;
  width: 250px;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.05);
  padding: 5px;
  background-color: #fff;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-comment span,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-star span,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-like span,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-save span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.17px;
  color: #939393;
  position: absolute;
  right: 32px;
  top: 2px;
}
@media (min-width: 768px) {
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-comment span,
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-star span,
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-like span,
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-save span {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
}
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-comment span:hover,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-star span:hover,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-like span:hover,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-save span:hover {
  cursor: pointer;
}
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-comment i,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-star i,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-like i,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-save i {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.17px;
  color: #939393;
  position: absolute;
  right: 32px;
  top: 2px;
}
@media (min-width: 768px) {
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-comment i,
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-star i,
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-like i,
  section .content-wrapper .container .content-box .footer .visit-card-footer .icon-save i {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
}
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-comment i:hover,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-visit-star i:hover,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-like i:hover,
section .content-wrapper .container .content-box .footer .visit-card-footer .icon-save i:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  section .content-wrapper .container .content-box .footer .sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-height: 370px;
  }
}
@media (min-width: 768px) {
  section .content-wrapper .container .content-box .footer .sponsor-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
section .content-wrapper .container .content-box .social-box,
section .content-wrapper .container .content-box .sponsor-box {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .content-wrapper .container .content-box .social-box .unibel,
section .content-wrapper .container .content-box .sponsor-box .unibel {
  margin-right: 30px;
}
section .content-wrapper .container .content-box .social-box a,
section .content-wrapper .container .content-box .sponsor-box a {
  margin-right: 30px;
}
section .content-wrapper .container .content-box .social-box a:last-child,
section .content-wrapper .container .content-box .sponsor-box a:last-child {
  margin-right: 0px;
}
section .content-wrapper .container .content-box .sponsor-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .content-wrapper .container .content-box .sponsor-text p {
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
  color: #696969;
}

.profile-favori a {
  display: block;
}
.profile-favori a:hover {
  text-decoration: none;
}
.profile-favori a .profile-photo-name {
  margin: 35px 0px;
  position: relative;
  display: block;
  height: 55px;
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: flex;
  align-items: center;
}
.profile-favori a .profile-photo-name .profile-photo {
  position: absolute;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  overflow: hidden;
  background-color: #ffffff;
}
.profile-favori a .profile-photo-name .profile-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-favori a .profile-photo-name .profile-name {
  display: block;
  position: relative;
  margin-left: 90px;
  width: 100%;
  text-align: center;
}
.profile-favori a .profile-photo-name .profile-name p {
  margin-bottom: 0px;
  color: #fff;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.profile-favori a .profile-puan-btn,
.profile-favori a .profile-favori-btn,
.profile-favori a .profile-like-btn,
.profile-favori a .profile-comment-btn {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-favori a .profile-puan-btn:hover,
.profile-favori a .profile-favori-btn:hover,
.profile-favori a .profile-like-btn:hover,
.profile-favori a .profile-comment-btn:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 0px) {
  .profile-favori a .profile-puan-btn,
  .profile-favori a .profile-favori-btn,
  .profile-favori a .profile-like-btn,
  .profile-favori a .profile-comment-btn {
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .profile-favori a .profile-puan-btn,
  .profile-favori a .profile-favori-btn,
  .profile-favori a .profile-like-btn,
  .profile-favori a .profile-comment-btn {
    margin: 40px 0px;
  }
}
.profile-favori a .profile-puan-btn .icon,
.profile-favori a .profile-favori-btn .icon,
.profile-favori a .profile-like-btn .icon,
.profile-favori a .profile-comment-btn .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) {
  .profile-favori a .profile-puan-btn .icon,
  .profile-favori a .profile-favori-btn .icon,
  .profile-favori a .profile-like-btn .icon,
  .profile-favori a .profile-comment-btn .icon {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .profile-favori a .profile-puan-btn .icon,
  .profile-favori a .profile-favori-btn .icon,
  .profile-favori a .profile-like-btn .icon,
  .profile-favori a .profile-comment-btn .icon {
    left: 15px;
  }
}
@media (min-width: 992px) {
  .profile-favori a .profile-puan-btn .icon,
  .profile-favori a .profile-favori-btn .icon,
  .profile-favori a .profile-like-btn .icon,
  .profile-favori a .profile-comment-btn .icon {
    left: 30px;
  }
}
.profile-favori a .profile-puan-btn .text p,
.profile-favori a .profile-favori-btn .text p,
.profile-favori a .profile-like-btn .text p,
.profile-favori a .profile-comment-btn .text p {
  margin-bottom: 0px;
  color: #585858;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 22px;
}
.profile-favori .tabSlideFavori {
  width: 95%;
}

.preloader {
  width: 112px;
  height: 112px;
}
.preloader .box1,
.preloader .box2,
.preloader .box3 {
  border: 16px solid #f5f5f5;
  box-sizing: border-box;
  position: absolute;
  display: block;
}
.preloader .box1 {
  width: 112px;
  height: 48px;
  margin-top: 64px;
  margin-left: 0px;
  animation: anime1 duration delay forwards timeFunction infinite;
}
.preloader .box2 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 0px;
  animation: anime2 duration delay forwards timeFunction infinite;
}
.preloader .box3 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 64px;
  animation: anime3 duration delay forwards timeFunction infinite;
}

.etkinlikList {
  padding-bottom: 25px;
  padding-top: 25px;
}
.etkinlikList:nth-of-type(odd) {
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  .etkinlikList {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.etkinlikList .header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.etkinlikList .header-title h2 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #373737;
  margin-right: 87px;
  margin-bottom: 0;
}
.etkinlikList .header-title a {
  text-decoration: none;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .etkinlikList .header-title {
    display: flex;
    align-items: center;
    justify-content: initial;
  }
  .etkinlikList .header-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #373737;
    margin-right: 87px;
  }
  .etkinlikList .header-title a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  .etkinlikList .header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .etkinlikList .header-title h2 {
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #373737;
    margin-right: 87px;
  }
  .etkinlikList .header-title a {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
}
@media (max-width: 575px) {
  .etkinlikList .visit-card {
    max-width: 100%;
  }
  .etkinlikList .visit-card img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.user-comment-list .comment-box {
  position: relative;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) {
  .user-comment-list .comment-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .user-comment-list .comment-box {
    margin-bottom: 75px;
  }
}
.user-comment-list .comment-box .header {
  display: block;
  height: 53px;
  position: relative;
}
.user-comment-list .comment-box .header .photo {
  margin-right: 13px;
  width: 59px;
  height: 53px;
  position: relative;
  display: block;
  float: left;
}
.user-comment-list .comment-box .header .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 7px;
}
.user-comment-list .comment-box .header .text {
  position: absolute;
  left: 69px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.user-comment-list .comment-box .header .text h3 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #373737;
}
.user-comment-list .comment-box .header .trash {
  position: absolute;
  right: 0;
}
.user-comment-list .comment-box hr {
  margin: 10px 0px;
}
.user-comment-list .comment-box .content {
  position: relative;
  border-bottom: 0px;
}
.user-comment-list .comment-box .content .rank-container {
  position: absolute;
  left: 0px;
  top: -9px;
}
.user-comment-list .comment-box .content .date {
  position: absolute;
  right: 0px;
  top: 0px;
}
.user-comment-list .comment-box .content .date span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cbcbcb;
}
.user-comment-list .comment-box .content .text {
  position: relative;
  padding-top: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.user-comment-list .comment-box .content .text p {
  margin-bottom: 0px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #939393;
}
.user-comment-list .comment-box .content .link {
  text-align: center;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.content-wrapper.blogList {
  background-color: #f9f9f9;
  /*&:nth-child(2) {
      background-color: $color-striped;
  }*/
  padding: 55px 0;
}
.content-wrapper.blogList .blog-item-wrapper {
  margin-bottom: 45px;
  border-radius: 7px;
  padding: 10px;
  background-color: #fff;
}
.content-wrapper.blogList .blog-item-wrapper a {
  position: relative;
  display: block;
  text-decoration: none;
}
.content-wrapper.blogList .blog-item-wrapper a .photo {
  max-height: 212px;
  overflow: hidden;
}
.content-wrapper.blogList .blog-item-wrapper a .photo img {
  width: 100%;
  border-radius: 7px;
}
.content-wrapper.blogList .blog-item-wrapper a .text {
  border-radius: 7px;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  display: block;
  margin: -15px auto;
  text-align: center;
  padding: 10px;
}
.content-wrapper.blogList .blog-item-wrapper a .text span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.content-wrapper.blogList .blog-item-wrapper a:hover {
  text-decoration: none;
}
.content-wrapper.blogList .blog-item-wrapper:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.3);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.3);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.3);
}

.destinasyon-form h1 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #373737;
  margin-bottom: 25px;
}
.destinasyon-form label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold !important;
  opacity: 1 !important;
}
.destinasyon-form h2 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold !important;
  color: #373737;
}
.destinasyon-form .form-button {
  text-align: center;
  width: 100%;
}
@media (min-width: 0px) {
  .destinasyon-form .form-button .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .destinasyon-form .form-button .btn {
    width: 70%;
  }
}

.flat-sidebar {
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .flat-sidebar {
    margin-top: 15px;
  }
}
.flat-sidebar ul li {
  margin-bottom: 10px;
}
.flat-sidebar ul li a {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #979797;
}
.flat-sidebar ul li a:hover {
  text-decoration: none;
}
.flat-sidebar ul li a.active {
  font-weight: bold;
  color: #222121;
}

.flat-content {
  border-radius: 7px;
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 50px;
}
.flat-content h1 {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 10px;
}

/**/
/**/
/*Form Element*/
/**/
/*
@mixin xxl {
    @media (min-width: 1600px) {
        @content;
    }
}
*/
/**/
/*display*/
/*display*/
/*Flexbox*/
/*/Flexbox*/
/**/
/**/
/**/
body.theme-red {
  /* .icon-like {
          @if $name=="red" {
              background: url($path-like-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-like-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-like-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-like-turquoise) no-repeat;
          }
          cursor: pointer;
          height: 22px;
          width: 22px;
          position: relative;
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }
      .icon-save {
          @if $name=="red" {
              background: url($path-save-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-save-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-save-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-save-turquoise) no-repeat;
          }
          position: absolute;
          cursor: pointer;
          height: 100px;
          width: 100px;
          @include xs {
              right: 50%;
          }
          @include xs-max-350 {
              right: 44%;
          }
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }*/
  /*OWL*/
  /*wrapper*/
  /*Map*/
}
@media (max-width: 767px) {
  body.theme-red .mobile-sponsor-link a {
    color: #ff6579;
  }
}
@media (min-width: 768px) {
  body.theme-red .sponsor-wrapper {
    border-top: 7px solid #ff6579;
  }
}
body.theme-red header .container .header-menu .logo-container span {
  color: #ff6579;
}
body.theme-red header .container .header-menu .top-menu li a:hover {
  text-decoration: underline;
  color: #ff6579;
}
body.theme-red header .container .header-menu .top-menu li a.active {
  color: #ff6579;
  font-weight: bold;
}
body.theme-red header .container .header-menu .search-login-container .search-form .search-box input {
  border: 1px solid #ff6579;
}
body.theme-red header .container .header-menu .search-login-container .search-result {
  border-right: 2px solid #ff6579;
  border-bottom: 2px solid #ff6579;
  border-left: 2px solid #ff6579;
}
body.theme-red header .container .header-menu .search-login-container .search-result .search-item .search-item-header.collapsed:after {
  color: #ff6579;
}
@media (min-width: 768px) {
  body.theme-red header .container .header-menu .calendar-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ff6579;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
}
body.theme-red header .container .header-menu .calendar-container button {
  background-color: #ff6579;
}
@media (min-width: 0px) {
  body.theme-red header .container .header-menu .filter-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ff6579;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list {
    border: 2px solid #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-header.collapsed:after {
    color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff6579 !important;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #ff6579;
  }
}
@media (max-width: 767px) {
  body.theme-red header .container .header-menu .filter-container .filter-list.active {
    border: 2px solid #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-header.collapsed:after {
    color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff6579 !important;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #ff6579;
  }
  body.theme-red header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #ff6579;
  }
}
body.theme-red header .container .header-menu .filter-container button#filterbtn {
  background-color: #ff6579;
}
@media (min-width: 768px) {
  body.theme-red footer {
    background-color: #ff6579;
  }
}
body.theme-red footer .bullettin-container button {
  color: #ff6579;
}
body.theme-red footer .mobile-fixed-menu {
  background-color: #ff6579;
}
@media (min-width: 768px) {
  body.theme-red footer .footer-copyright {
    background-color: #ff4c63;
  }
}
body.theme-red footer .footer-bullettin .footer-app-box .destination-btn {
  color: #ff6579;
}
body.theme-red .main-banner-container.about {
  background-color: #ff6579;
}
body.theme-red .social-check:hover .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -116px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-red .social-check .icon-visit-share {
  pointer-events: none;
}
body.theme-red .social-share-check {
  z-index: 9999;
}
body.theme-red .social-share-check:checked ~ .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -116px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-red .icon-visit-comment:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -183px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-red .icon-visit-comment:active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -183px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-red .icon-visit-star:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -507px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-red .icon-visit-star.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -507px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-red .icon-like:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -157px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-red .icon-like.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -157px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-red .icon-save:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -138px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-red .icon-save.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -138px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-red .btn-brand {
  background-color: #ff6579;
}
body.theme-red .btn-brand-shadow {
  background-color: #ff6579;
  box-shadow: 0 3px 8px 0 #ff6579;
  -moz-box-shadow: 0 3px 8px 0 #ff6579;
  -webkit-box-shadow: 0 3px 8px 0 #ff6579;
  transition: all 0.2s ease-out;
}
body.theme-red *::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d8d8d8;
}
body.theme-red *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #d8d8d8;
}
body.theme-red *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ff6579;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body.theme-red .owl-theme .owl-dots .owl-dot.active span {
  background: #ff6579;
}
body.theme-red .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6579;
}
body.theme-red .highlights-slide-wrapper .new-added-slide-title a {
  color: #ff6579;
}
body.theme-red .new-added-slide-wrapper .new-added-slide-title a {
  color: #ff6579;
}
body.theme-red .discover-slide-wrapper .new-added-slide-title a {
  color: #ff6579;
}
body.theme-red .category-slide-wrapper .category-slide-title a {
  color: #ff6579;
}
body.theme-red .form-group .form-control:focus ~ .form-control-line {
  color: #ff6579;
  opacity: 1;
}
body.theme-red .form-group .form-control:focus ~ .form-control-line:after {
  background-color: #ff6579;
}
body.theme-red .form-group .form-control:focus ~ label {
  color: #ff6579;
  opacity: 1;
}
body.theme-red .form-group .form-control:focus ~ label:after {
  background-color: #ff6579;
}
body.theme-red .breadcrumb-wrapper .tab-menu a {
  text-align: center;
  position: relative;
}
body.theme-red .breadcrumb-wrapper .tab-menu a.active::after {
  content: "";
  border-bottom: 2px solid #ff6579;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.theme-red .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible:after {
  color: #ff6579;
}
body.theme-red .content-wrapper.blogList .blog-item-wrapper a .text {
  background-color: #ff6579;
}
body.theme-red .content-wrapper.blogList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #ff324d;
  -moz-box-shadow: 0 5px 15px 0 #ff324d;
  -webkit-box-shadow: 0 5px 15px 0 #ff324d;
}
body.theme-red .content-wrapper.categoryList .blog-item-wrapper a .text {
  background-color: #ff6579;
}
body.theme-red .content-wrapper.categoryList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #ff324d;
  -moz-box-shadow: 0 5px 15px 0 #ff324d;
  -webkit-box-shadow: 0 5px 15px 0 #ff324d;
}
body.theme-red .daterangepicker {
  border: 1px solid #ff6579;
}
body.theme-red .daterangepicker:before {
  border-bottom: 7px solid #ff6579;
}
body.theme-red .daterangepicker:after {
  border-bottom: 6px solid #ff6579;
}
body.theme-red .daterangepicker.drop-up:after {
  border-top: 7px solid #ff6579;
}
body.theme-red .daterangepicker .calendar-table {
  border: 1px solid #ff6579;
}
body.theme-red .daterangepicker .calendar-table .next span {
  border: solid #ff6579;
  border-width: 0 2px 2px 0;
}
body.theme-red .daterangepicker .calendar-table .prev span {
  border: solid #ff6579;
  border-width: 0 2px 2px 0;
}
body.theme-red .daterangepicker thead {
  border-bottom: 2px solid #939393;
}
body.theme-red .daterangepicker tr th {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
}
body.theme-red .daterangepicker td {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body.theme-red .daterangepicker td.active {
  background-color: #ff6579;
}
body.theme-red .daterangepicker td.active:hover {
  background-color: #ff6579;
}
body.theme-red .daterangepicker td.in-range {
  background-color: #ffe5e8;
}
body.theme-red .daterangepicker td.end-date {
  background-color: #ff6579;
}
body.theme-red .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ff6579;
}
body.theme-red .daterangepicker.show-ranges.ltr .drp-calendar.right {
  border-left: 1px solid #ff6579;
}
body.theme-red .daterangepicker .ranges li.active {
  background-color: #ff6579;
}
body.theme-red .daterangepicker .drp-buttons .btn {
  background-color: #ff6579;
  color: #fff;
  text-decoration: none;
}
body.theme-red .daterangepicker .drp-buttons .btn:hover {
  background-color: #ff6579;
  color: #fff;
  text-decoration: none;
}
body.theme-red #spinner {
  color: #ff6579;
}
@media (min-width: 992px) {
  body.theme-red .modal .modal-content {
    border: 1px solid #ff6579;
  }
}
@media (max-width: 991px) {
  body.theme-red .modal .modal-content.return .modal-register-container,
  body.theme-red .modal .modal-content.return .modal-login-container {
    border: solid 1px #ff6579;
  }
}
body.theme-red .modal .modal-body .modal-register-container.active,
body.theme-red .modal .modal-body .modal-login-container.active {
  border: solid 1px #ff6579;
}
body.theme-red .modal .modal-body .modal-login-container span,
body.theme-red .modal .modal-body .modal-register-container span {
  color: #ff6579;
}
body.theme-red .modal .modal-body .modal-register-container:hover, body.theme-red .modal .modal-body .modal-register-container.active,
body.theme-red .modal .modal-body .modal-login-container:hover,
body.theme-red .modal .modal-body .modal-login-container.active {
  /* border: solid 1px $color;*/
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-red .modal .modal-body .modal-register-container:hover h3, body.theme-red .modal .modal-body .modal-register-container.active h3,
body.theme-red .modal .modal-body .modal-login-container:hover h3,
body.theme-red .modal .modal-body .modal-login-container.active h3 {
  color: #373737;
  font-weight: bold;
}
body.theme-red .modal .modal-body .modal-register-container:hover p, body.theme-red .modal .modal-body .modal-register-container.active p,
body.theme-red .modal .modal-body .modal-login-container:hover p,
body.theme-red .modal .modal-body .modal-login-container.active p {
  color: #ff6579;
  font-weight: bold;
  text-align: center;
}
body.theme-red .modal .modal-body .modal-register-container:hover .social-media ul li:hover, body.theme-red .modal .modal-body .modal-register-container.active .social-media ul li:hover,
body.theme-red .modal .modal-body .modal-login-container:hover .social-media ul li:hover,
body.theme-red .modal .modal-body .modal-login-container.active .social-media ul li:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-red .modal .modal-body .modal-register-container:hover .form .forget-password a, body.theme-red .modal .modal-body .modal-register-container.active .form .forget-password a,
body.theme-red .modal .modal-body .modal-login-container:hover .form .forget-password a,
body.theme-red .modal .modal-body .modal-login-container.active .form .forget-password a {
  color: #ff6579;
}
body.theme-red .modal .modal-body .modal-register-container:hover .form label, body.theme-red .modal .modal-body .modal-register-container.active .form label,
body.theme-red .modal .modal-body .modal-login-container:hover .form label,
body.theme-red .modal .modal-body .modal-login-container.active .form label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
body.theme-red .modal .modal-body .modal-register-container:hover button, body.theme-red .modal .modal-body .modal-register-container.active button,
body.theme-red .modal .modal-body .modal-login-container:hover button,
body.theme-red .modal .modal-body .modal-login-container.active button {
  background-color: #ff6579;
  color: #fff;
}
body.theme-red .modal .modal-body .modal-register-container:hover button:hover, body.theme-red .modal .modal-body .modal-register-container.active button:hover,
body.theme-red .modal .modal-body .modal-login-container:hover button:hover,
body.theme-red .modal .modal-body .modal-login-container.active button:hover {
  box-shadow: 0 3px 8px 0 #ff6579;
  -moz-box-shadow: 0 3px 8px 0 #ff6579;
  -webkit-box-shadow: 0 3px 8px 0 #ff6579;
  transition: all 0.2s ease-out;
}
body.theme-red .modal#smsModal .modal-body .sms-container .timing .time {
  color: #ff6579;
}
body.theme-red .modal#smsModal .modal-body .sms-container .code {
  margin-top: 15px;
}
body.theme-red .modal#smsModal .modal-body .sms-container .code .sms-input-group input {
  border: 1px solid #cccccc;
  color: #ff6579;
  border: 1px solid #ff6579;
}
body.theme-red .modal#smsModal .modal-body .sms-container .code .sms-input-group input:active, body.theme-red .modal#smsModal .modal-body .sms-container .code .sms-input-group input:focus {
  border: 1px solid #ff6579;
}
body.theme-red .modal#smsModal .modal-body .sms-container .code .sms-input-group input.valid {
  border: 1px solid #ff6579;
}
body.theme-red .modal#smsModal .modal-body .sms-container .code-link {
  margin-top: 15px;
}
body.theme-red .modal#smsModal .modal-body .sms-container .code-link span {
  display: block;
  text-align: center;
  color: #ff6579;
}
body.theme-red #mapdestinasyon,
body.theme-red #map,
body.theme-red #mapRota {
  /*  .marker-cluster-small {
          background-color: darken($color: $color, $amount: 10);
          position: relative;
          width: 35px !important;
          height: 35px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 25px;
              height: 25px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }
      .marker-cluster-medium {
          background-color: darken($color: $color, $amount: 30);
          position: relative;
          width: 45px !important;
          height: 45px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 35px;
              height: 35px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }*/
  /* IE 6-8 fallback colors */
}
body.theme-red #mapdestinasyon .marker-cluster-small,
body.theme-red #map .marker-cluster-small,
body.theme-red #mapRota .marker-cluster-small {
  background-color: #ff324d;
}
body.theme-red #mapdestinasyon .marker-cluster-small div,
body.theme-red #map .marker-cluster-small div,
body.theme-red #mapRota .marker-cluster-small div {
  background-color: #fe0021;
}
body.theme-red #mapdestinasyon .marker-cluster-medium,
body.theme-red #map .marker-cluster-medium,
body.theme-red #mapRota .marker-cluster-medium {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .marker-cluster-medium div,
body.theme-red #map .marker-cluster-medium div,
body.theme-red #mapRota .marker-cluster-medium div {
  background-color: #ff324d;
}
body.theme-red #mapdestinasyon .marker-cluster-large,
body.theme-red #map .marker-cluster-large,
body.theme-red #mapRota .marker-cluster-large {
  background-color: #fe0021;
}
body.theme-red #mapdestinasyon .marker-cluster-large div,
body.theme-red #map .marker-cluster-large div,
body.theme-red #mapRota .marker-cluster-large div {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-oldie .marker-cluster-small,
body.theme-red #map .leaflet-oldie .marker-cluster-small,
body.theme-red #mapRota .leaflet-oldie .marker-cluster-small {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-oldie .marker-cluster-small div,
body.theme-red #map .leaflet-oldie .marker-cluster-small div,
body.theme-red #mapRota .leaflet-oldie .marker-cluster-small div {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-oldie .marker-cluster-medium,
body.theme-red #map .leaflet-oldie .marker-cluster-medium,
body.theme-red #mapRota .leaflet-oldie .marker-cluster-medium {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-oldie .marker-cluster-medium div,
body.theme-red #map .leaflet-oldie .marker-cluster-medium div,
body.theme-red #mapRota .leaflet-oldie .marker-cluster-medium div {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-oldie .marker-cluster-large,
body.theme-red #map .leaflet-oldie .marker-cluster-large,
body.theme-red #mapRota .leaflet-oldie .marker-cluster-large {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-oldie .marker-cluster-large div,
body.theme-red #map .leaflet-oldie .marker-cluster-large div,
body.theme-red #mapRota .leaflet-oldie .marker-cluster-large div {
  background-color: #cb001a;
}
body.theme-red #mapdestinasyon .leaflet-bar a,
body.theme-red #mapdestinasyon .leaflet-bar a,
body.theme-red #map .leaflet-bar a,
body.theme-red #map .leaflet-bar a,
body.theme-red #mapRota .leaflet-bar a,
body.theme-red #mapRota .leaflet-bar a {
  background-color: #ff6579;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.theme-red #mapdestinasyon .leaflet-touch .leaflet-control-layers,
body.theme-red #mapdestinasyon .leaflet-touch .leaflet-bar,
body.theme-red #map .leaflet-touch .leaflet-control-layers,
body.theme-red #map .leaflet-touch .leaflet-bar,
body.theme-red #mapRota .leaflet-touch .leaflet-control-layers,
body.theme-red #mapRota .leaflet-touch .leaflet-bar {
  border-bottom: 1px solid #fff;
}
body.theme-red .map-wrapper .google-maps-link a {
  color: #ff6579;
}
body.theme-red .map-wrapper .map-detail-container .read-more-less span {
  color: #ff6579;
}
body.theme-red .map-wrapper .read-detail-button .btn:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 8px 0 #ff6579;
  -moz-box-shadow: 0 3px 8px 0 #ff6579;
  -webkit-box-shadow: 0 3px 8px 0 #ff6579;
}
body.theme-red .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn {
  border: solid 1px #ff6579;
  color: #ff6579;
}
body.theme-red .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn:hover {
  color: #ff6579;
}
body.theme-red .register-form .title {
  color: #ff6579;
}
body.theme-red .register-form .photo-upload label {
  background-color: #ff6579;
}
body.theme-red .register-form .photo-upload #photoPreview.active {
  border: 2px solid #ff6579;
}
body.theme-red .register-form .material-radio .custom-control-input ~ .custom-control-label:after {
  background-color: #ff6579;
}
body.theme-red .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff6579 !important;
}
body.theme-red .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #ff6579;
}
body.theme-red .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #ff6579;
}
body.theme-red .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-red .register-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ff6579 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-red .category-form-wrapper .title {
  color: #ff6579;
}
body.theme-red .profile-wrapper .profile-container .title {
  color: #ff6579;
}
body.theme-red .profile-wrapper .profile-container .photo-card .text .location span b {
  color: #ff6579;
}
body.theme-red .profile-wrapper .profile-container .score-card .score {
  color: #ff6579;
}
body.theme-red .profile-wrapper .profile-container .score-card .link {
  color: #ff6579;
}
body.theme-red .profile-wrapper .profile-settings-container .title {
  color: #ff6579;
}
body.theme-red .profile-wrapper .profile-settings-container .photo-upload label {
  background-color: #ff6579;
}
body.theme-red .profile-wrapper .profile-settings-container .photo-upload #photoPreview.active {
  border: 2px solid #ff6579;
}
body.theme-red .profile-wrapper .profile-settings-container .profile-item .profile-item-header.collapsed:after {
  color: #ff6579;
}
body.theme-red .profile-form .title {
  color: #ff6579;
}
body.theme-red .profile-form .photo-upload label {
  background-color: #ff6579;
}
body.theme-red .profile-form .photo-upload #photoPreview.active {
  border: 2px solid #ff6579;
}
body.theme-red .profile-form .custom-checkbox,
body.theme-red .profile-form .custom-radio {
  transition: border 0.2s linear 0s, #ff6579 0.2s linear 0s;
  cursor: pointer;
}
body.theme-red .profile-form .custom-checkbox .custom-control-label:before,
body.theme-red .profile-form .custom-radio .custom-control-label:before {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  transition: color 0.2s linear 0s;
}
body.theme-red .profile-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
body.theme-red .profile-form .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  transform: color 0.2s linear 0s;
  -webkit-transform: color 0.2s linear 0s;
  -moz-transform: color 0.2s linear 0s;
  -o-transform: color 0.2s linear 0s;
  -ms-transform: color 0.2s linear 0s;
}
body.theme-red .profile-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
body.theme-red .profile-form .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-red .profile-form .custom-checkbox .custom-control-input:active ~ .custom-control-label:before,
body.theme-red .profile-form .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  background-color: #ff6579;
}
body.theme-red .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:after, body.theme-red .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before,
body.theme-red .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:after,
body.theme-red .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:before {
  opacity: 0.6;
}
body.theme-red .profile-form .custom-checkbox .custom-control-label,
body.theme-red .profile-form .custom-radio .custom-control-label {
  margin: 3px;
  cursor: pointer;
}
body.theme-red .profile-form .material-radio input[type=radio], body.theme-red .profile-form .material-radio input[type=checkbox] {
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
}
body.theme-red .profile-form .material-radio input[type=radio]:focus, body.theme-red .profile-form .material-radio input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-red .profile-form .material-radio .custom-control-label:before {
  transition: all 0.2s ease-in-out;
  left: 10px !important;
  top: initial !important;
  bottom: -30px !important;
  width: 20px;
  height: 20px;
  background-color: #d8d8d8 !important;
  border: 3px solid #d8d8d8;
}
body.theme-red .profile-form .material-radio .custom-control-label:after {
  content: "";
  transform: scale(0);
  background-image: none !important;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.theme-red .profile-form .material-radio .custom-control-label {
  margin: 0 3px 0 -20px;
  padding-left: 24px;
}
body.theme-red .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-image: none;
  background-color: #ff6579 !important;
}
body.theme-red .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  transform: scale(1);
}
body.theme-red .profile-form .material-radio .custom-control-input:active ~ .custom-control-label:before, body.theme-red .profile-form .material-radio .custom-control-input:disabled ~ .custom-control-label:before, body.theme-red .profile-form .material-radio .custom-control-input:focus ~ .custom-control-label:before {
  background-color: transparent;
}
body.theme-red .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #ff6579;
}
body.theme-red .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-red .profile-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ff6579 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-red .custom-control-label:before {
  border: 2px solid rgba(255, 101, 121, 0.6);
}
body.theme-red .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #d8d8d8;
}
body.theme-red .br-theme-css-stars .br-widget a.br-active:after {
  color: #ffc351;
}
body.theme-red .br-theme-css-stars .br-widget a.br-selected:after {
  color: #ffc351;
}
body.theme-red .br-theme-css-stars .br-widget span.br-active:after {
  color: #ffc351;
}
body.theme-red .br-theme-css-stars .br-widget span.br-selected:after {
  color: #ffc351;
}
body.theme-red #commentModal .modal-body .vote-button .btn-brand:hover {
  box-shadow: 0 3px 8px 0 #ff6579;
  -moz-box-shadow: 0 3px 8px 0 #ff6579;
  -webkit-box-shadow: 0 3px 8px 0 #ff6579;
  transition: all 0.2s ease-out;
}
body.theme-red #commentModal .modal-body .vote-button .btn-gray:hover {
  box-shadow: 0 3px 8px 0 #939393;
  -moz-box-shadow: 0 3px 8px 0 #939393;
  -webkit-box-shadow: 0 3px 8px 0 #939393;
  transition: all 0.2s ease-out;
}
body.theme-red #puanModal .puan-container .puan-title label.active {
  color: #ff6579;
}
body.theme-red #puanModal .puan-container .puan-title label:first-child:after {
  border: 1px solid #ff6579;
}
body.theme-red #puanModal .puan-container .puan-title label:last-child:after {
  border: 1px solid #ff6579;
}
body.theme-red #puanModal .puan-container .progress .brand-progress {
  background-color: #ff6579;
}
body.theme-red #puanModal .puan-container .progress .puan-location:after {
  border: 1px solid #ff6579;
}
body.theme-red #puanModal .puan-container .progress .puan-location span {
  color: #ff6579;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body.theme-red #puanModal .puan-box-container .social-card .puan .active,
body.theme-red #puanModal .puan-box-container .social-card .save .active,
body.theme-red #puanModal .puan-box-container .social-card .favori .active,
body.theme-red #puanModal .puan-box-container .social-card .like .active {
  color: #ff6579;
}
body.theme-red .no-comment .link {
  color: #ff6579;
}
body.theme-red .swal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
body.theme-red .swal-modal {
  background-color: #fff;
  border: 1px solid #ff6579;
  border-radius: 7px;
}
body.theme-red .swal-text {
  color: #373737;
}
body.theme-red .swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #ff6579;
  font-size: 12px;
  border: 0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
body.theme-red .swal-button:hover {
  background-color: #ff6579;
  box-shadow: 0 3px 8px 0 #ff6579;
  -moz-box-shadow: 0 3px 8px 0 #ff6579;
  -webkit-box-shadow: 0 3px 8px 0 #ff6579;
  transition: all 0.2s ease-out;
}
body.theme-red .swal-button:focus {
  outline: none;
}
body.theme-red .pagination.bootpag {
  font-family: Izmir;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 6.3px;
}
body.theme-red .pagination.bootpag a {
  color: #939393;
  text-decoration: none;
}
body.theme-red .pagination.bootpag a:hover {
  text-decoration: none;
}
body.theme-red .pagination.bootpag li.active {
  background-color: #ff6579;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.theme-red .pagination.bootpag li.active a {
  color: #fff;
  letter-spacing: 0;
}
body.theme-red .filter-input-price .price .price-input:checked ~ .price-label {
  background-color: #fff !important;
  border: 2px solid #ff6579 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body.theme-red .filter-input-price .price .price-input:checked ~ .price-label span {
  color: #ff6579;
}
body.theme-red .sidebar-box .destination .destination-text span {
  color: #ff6579;
  text-decoration: underline;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body.theme-red .sidebar-box .destination .destination-text span:hover {
  cursor: pointer;
}
body.theme-red .sidebar-box .price .price-content .price-label.active {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ff6579;
}
body.theme-red .sidebar-box .price .price-content .price-label.active span {
  color: #ff6579;
}
body.theme-red .profile-favori .profile-photo-name {
  background-color: #ff6579;
}
body.theme-red .profile-favori .profile-photo-name .profile-photo {
  border: 2px solid #ff6579;
}
body.theme-red .profile-favori .profile-puan-btn.active,
body.theme-red .profile-favori .profile-favori-btn.active,
body.theme-red .profile-favori .profile-like-btn.active,
body.theme-red .profile-favori .profile-comment-btn.active {
  border: 1px solid #ff6579;
}
body.theme-red .user-puan-list .puan-box .content .link a {
  color: #ff6579;
}
body.theme-red .user-comment-list .comment-box .content .link a {
  color: #ff6579;
}
body.theme-red .cookie-info-wrapper a {
  color: #ff6579;
}

body.theme-turquoise {
  /* .icon-like {
          @if $name=="red" {
              background: url($path-like-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-like-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-like-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-like-turquoise) no-repeat;
          }
          cursor: pointer;
          height: 22px;
          width: 22px;
          position: relative;
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }
      .icon-save {
          @if $name=="red" {
              background: url($path-save-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-save-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-save-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-save-turquoise) no-repeat;
          }
          position: absolute;
          cursor: pointer;
          height: 100px;
          width: 100px;
          @include xs {
              right: 50%;
          }
          @include xs-max-350 {
              right: 44%;
          }
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }*/
  /*OWL*/
  /*wrapper*/
  /*Map*/
}
@media (max-width: 767px) {
  body.theme-turquoise .mobile-sponsor-link a {
    color: #5fc4c4;
  }
}
@media (min-width: 768px) {
  body.theme-turquoise .sponsor-wrapper {
    border-top: 7px solid #5fc4c4;
  }
}
body.theme-turquoise header .container .header-menu .logo-container span {
  color: #5fc4c4;
}
body.theme-turquoise header .container .header-menu .top-menu li a:hover {
  text-decoration: underline;
  color: #5fc4c4;
}
body.theme-turquoise header .container .header-menu .top-menu li a.active {
  color: #5fc4c4;
  font-weight: bold;
}
body.theme-turquoise header .container .header-menu .search-login-container .search-form .search-box input {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise header .container .header-menu .search-login-container .search-result {
  border-right: 2px solid #5fc4c4;
  border-bottom: 2px solid #5fc4c4;
  border-left: 2px solid #5fc4c4;
}
body.theme-turquoise header .container .header-menu .search-login-container .search-result .search-item .search-item-header.collapsed:after {
  color: #5fc4c4;
}
@media (min-width: 768px) {
  body.theme-turquoise header .container .header-menu .calendar-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #5fc4c4;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
}
body.theme-turquoise header .container .header-menu .calendar-container button {
  background-color: #5fc4c4;
}
@media (min-width: 0px) {
  body.theme-turquoise header .container .header-menu .filter-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #5fc4c4;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list {
    border: 2px solid #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-header.collapsed:after {
    color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #5fc4c4 !important;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #5fc4c4;
  }
}
@media (max-width: 767px) {
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active {
    border: 2px solid #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-header.collapsed:after {
    color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #5fc4c4 !important;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #5fc4c4;
  }
  body.theme-turquoise header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #5fc4c4;
  }
}
body.theme-turquoise header .container .header-menu .filter-container button#filterbtn {
  background-color: #5fc4c4;
}
@media (min-width: 768px) {
  body.theme-turquoise footer {
    background-color: #5fc4c4;
  }
}
body.theme-turquoise footer .bullettin-container button {
  color: #5fc4c4;
}
body.theme-turquoise footer .mobile-fixed-menu {
  background-color: #5fc4c4;
}
@media (min-width: 768px) {
  body.theme-turquoise footer .footer-copyright {
    background-color: #4cbdbd;
  }
}
body.theme-turquoise footer .footer-bullettin .footer-app-box .destination-btn {
  color: #5fc4c4;
}
body.theme-turquoise .main-banner-container.about {
  background-color: #5fc4c4;
}
body.theme-turquoise .social-check:hover .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -207px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-turquoise .social-check .icon-visit-share {
  pointer-events: none;
}
body.theme-turquoise .social-share-check {
  z-index: 9999;
}
body.theme-turquoise .social-share-check:checked ~ .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -207px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-turquoise .icon-visit-comment:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -274px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-turquoise .icon-visit-comment:active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -274px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-turquoise .icon-visit-star:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -532px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-turquoise .icon-visit-star.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -532px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-turquoise .icon-like:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -248px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-turquoise .icon-like.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -248px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-turquoise .icon-save:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -229px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-turquoise .icon-save.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -229px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-turquoise .btn-brand {
  background-color: #5fc4c4;
}
body.theme-turquoise .btn-brand-shadow {
  background-color: #5fc4c4;
  box-shadow: 0 3px 8px 0 #5fc4c4;
  -moz-box-shadow: 0 3px 8px 0 #5fc4c4;
  -webkit-box-shadow: 0 3px 8px 0 #5fc4c4;
  transition: all 0.2s ease-out;
}
body.theme-turquoise *::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d8d8d8;
}
body.theme-turquoise *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #d8d8d8;
}
body.theme-turquoise *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5fc4c4;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body.theme-turquoise .owl-theme .owl-dots .owl-dot.active span {
  background: #5fc4c4;
}
body.theme-turquoise .owl-theme .owl-dots .owl-dot:hover span {
  background: #5fc4c4;
}
body.theme-turquoise .highlights-slide-wrapper .new-added-slide-title a {
  color: #5fc4c4;
}
body.theme-turquoise .new-added-slide-wrapper .new-added-slide-title a {
  color: #5fc4c4;
}
body.theme-turquoise .discover-slide-wrapper .new-added-slide-title a {
  color: #5fc4c4;
}
body.theme-turquoise .category-slide-wrapper .category-slide-title a {
  color: #5fc4c4;
}
body.theme-turquoise .form-group .form-control:focus ~ .form-control-line {
  color: #5fc4c4;
  opacity: 1;
}
body.theme-turquoise .form-group .form-control:focus ~ .form-control-line:after {
  background-color: #5fc4c4;
}
body.theme-turquoise .form-group .form-control:focus ~ label {
  color: #5fc4c4;
  opacity: 1;
}
body.theme-turquoise .form-group .form-control:focus ~ label:after {
  background-color: #5fc4c4;
}
body.theme-turquoise .breadcrumb-wrapper .tab-menu a {
  text-align: center;
  position: relative;
}
body.theme-turquoise .breadcrumb-wrapper .tab-menu a.active::after {
  content: "";
  border-bottom: 2px solid #5fc4c4;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.theme-turquoise .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible:after {
  color: #5fc4c4;
}
body.theme-turquoise .content-wrapper.blogList .blog-item-wrapper a .text {
  background-color: #5fc4c4;
}
body.theme-turquoise .content-wrapper.blogList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #41afaf;
  -moz-box-shadow: 0 5px 15px 0 #41afaf;
  -webkit-box-shadow: 0 5px 15px 0 #41afaf;
}
body.theme-turquoise .content-wrapper.categoryList .blog-item-wrapper a .text {
  background-color: #5fc4c4;
}
body.theme-turquoise .content-wrapper.categoryList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #41afaf;
  -moz-box-shadow: 0 5px 15px 0 #41afaf;
  -webkit-box-shadow: 0 5px 15px 0 #41afaf;
}
body.theme-turquoise .daterangepicker {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker:before {
  border-bottom: 7px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker:after {
  border-bottom: 6px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker.drop-up:after {
  border-top: 7px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker .calendar-table {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker .calendar-table .next span {
  border: solid #5fc4c4;
  border-width: 0 2px 2px 0;
}
body.theme-turquoise .daterangepicker .calendar-table .prev span {
  border: solid #5fc4c4;
  border-width: 0 2px 2px 0;
}
body.theme-turquoise .daterangepicker thead {
  border-bottom: 2px solid #939393;
}
body.theme-turquoise .daterangepicker tr th {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
}
body.theme-turquoise .daterangepicker td {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body.theme-turquoise .daterangepicker td.active {
  background-color: #5fc4c4;
}
body.theme-turquoise .daterangepicker td.active:hover {
  background-color: #5fc4c4;
}
body.theme-turquoise .daterangepicker td.in-range {
  background-color: #bce6e6;
}
body.theme-turquoise .daterangepicker td.end-date {
  background-color: #5fc4c4;
}
body.theme-turquoise .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker.show-ranges.ltr .drp-calendar.right {
  border-left: 1px solid #5fc4c4;
}
body.theme-turquoise .daterangepicker .ranges li.active {
  background-color: #5fc4c4;
}
body.theme-turquoise .daterangepicker .drp-buttons .btn {
  background-color: #5fc4c4;
  color: #fff;
  text-decoration: none;
}
body.theme-turquoise .daterangepicker .drp-buttons .btn:hover {
  background-color: #5fc4c4;
  color: #fff;
  text-decoration: none;
}
body.theme-turquoise #spinner {
  color: #5fc4c4;
}
@media (min-width: 992px) {
  body.theme-turquoise .modal .modal-content {
    border: 1px solid #5fc4c4;
  }
}
@media (max-width: 991px) {
  body.theme-turquoise .modal .modal-content.return .modal-register-container,
  body.theme-turquoise .modal .modal-content.return .modal-login-container {
    border: solid 1px #5fc4c4;
  }
}
body.theme-turquoise .modal .modal-body .modal-register-container.active,
body.theme-turquoise .modal .modal-body .modal-login-container.active {
  border: solid 1px #5fc4c4;
}
body.theme-turquoise .modal .modal-body .modal-login-container span,
body.theme-turquoise .modal .modal-body .modal-register-container span {
  color: #5fc4c4;
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover, body.theme-turquoise .modal .modal-body .modal-register-container.active,
body.theme-turquoise .modal .modal-body .modal-login-container:hover,
body.theme-turquoise .modal .modal-body .modal-login-container.active {
  /* border: solid 1px $color;*/
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover h3, body.theme-turquoise .modal .modal-body .modal-register-container.active h3,
body.theme-turquoise .modal .modal-body .modal-login-container:hover h3,
body.theme-turquoise .modal .modal-body .modal-login-container.active h3 {
  color: #373737;
  font-weight: bold;
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover p, body.theme-turquoise .modal .modal-body .modal-register-container.active p,
body.theme-turquoise .modal .modal-body .modal-login-container:hover p,
body.theme-turquoise .modal .modal-body .modal-login-container.active p {
  color: #5fc4c4;
  font-weight: bold;
  text-align: center;
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover .social-media ul li:hover, body.theme-turquoise .modal .modal-body .modal-register-container.active .social-media ul li:hover,
body.theme-turquoise .modal .modal-body .modal-login-container:hover .social-media ul li:hover,
body.theme-turquoise .modal .modal-body .modal-login-container.active .social-media ul li:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover .form .forget-password a, body.theme-turquoise .modal .modal-body .modal-register-container.active .form .forget-password a,
body.theme-turquoise .modal .modal-body .modal-login-container:hover .form .forget-password a,
body.theme-turquoise .modal .modal-body .modal-login-container.active .form .forget-password a {
  color: #5fc4c4;
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover .form label, body.theme-turquoise .modal .modal-body .modal-register-container.active .form label,
body.theme-turquoise .modal .modal-body .modal-login-container:hover .form label,
body.theme-turquoise .modal .modal-body .modal-login-container.active .form label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover button, body.theme-turquoise .modal .modal-body .modal-register-container.active button,
body.theme-turquoise .modal .modal-body .modal-login-container:hover button,
body.theme-turquoise .modal .modal-body .modal-login-container.active button {
  background-color: #5fc4c4;
  color: #fff;
}
body.theme-turquoise .modal .modal-body .modal-register-container:hover button:hover, body.theme-turquoise .modal .modal-body .modal-register-container.active button:hover,
body.theme-turquoise .modal .modal-body .modal-login-container:hover button:hover,
body.theme-turquoise .modal .modal-body .modal-login-container.active button:hover {
  box-shadow: 0 3px 8px 0 #5fc4c4;
  -moz-box-shadow: 0 3px 8px 0 #5fc4c4;
  -webkit-box-shadow: 0 3px 8px 0 #5fc4c4;
  transition: all 0.2s ease-out;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .timing .time {
  color: #5fc4c4;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .code {
  margin-top: 15px;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .code .sms-input-group input {
  border: 1px solid #cccccc;
  color: #5fc4c4;
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .code .sms-input-group input:active, body.theme-turquoise .modal#smsModal .modal-body .sms-container .code .sms-input-group input:focus {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .code .sms-input-group input.valid {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .code-link {
  margin-top: 15px;
}
body.theme-turquoise .modal#smsModal .modal-body .sms-container .code-link span {
  display: block;
  text-align: center;
  color: #5fc4c4;
}
body.theme-turquoise #mapdestinasyon,
body.theme-turquoise #map,
body.theme-turquoise #mapRota {
  /*  .marker-cluster-small {
          background-color: darken($color: $color, $amount: 10);
          position: relative;
          width: 35px !important;
          height: 35px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 25px;
              height: 25px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }
      .marker-cluster-medium {
          background-color: darken($color: $color, $amount: 30);
          position: relative;
          width: 45px !important;
          height: 45px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 35px;
              height: 35px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }*/
  /* IE 6-8 fallback colors */
}
body.theme-turquoise #mapdestinasyon .marker-cluster-small,
body.theme-turquoise #map .marker-cluster-small,
body.theme-turquoise #mapRota .marker-cluster-small {
  background-color: #41afaf;
}
body.theme-turquoise #mapdestinasyon .marker-cluster-small div,
body.theme-turquoise #map .marker-cluster-small div,
body.theme-turquoise #mapRota .marker-cluster-small div {
  background-color: #338a8a;
}
body.theme-turquoise #mapdestinasyon .marker-cluster-medium,
body.theme-turquoise #map .marker-cluster-medium,
body.theme-turquoise #mapRota .marker-cluster-medium {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .marker-cluster-medium div,
body.theme-turquoise #map .marker-cluster-medium div,
body.theme-turquoise #mapRota .marker-cluster-medium div {
  background-color: #41afaf;
}
body.theme-turquoise #mapdestinasyon .marker-cluster-large,
body.theme-turquoise #map .marker-cluster-large,
body.theme-turquoise #mapRota .marker-cluster-large {
  background-color: #338a8a;
}
body.theme-turquoise #mapdestinasyon .marker-cluster-large div,
body.theme-turquoise #map .marker-cluster-large div,
body.theme-turquoise #mapRota .marker-cluster-large div {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-oldie .marker-cluster-small,
body.theme-turquoise #map .leaflet-oldie .marker-cluster-small,
body.theme-turquoise #mapRota .leaflet-oldie .marker-cluster-small {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-oldie .marker-cluster-small div,
body.theme-turquoise #map .leaflet-oldie .marker-cluster-small div,
body.theme-turquoise #mapRota .leaflet-oldie .marker-cluster-small div {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-oldie .marker-cluster-medium,
body.theme-turquoise #map .leaflet-oldie .marker-cluster-medium,
body.theme-turquoise #mapRota .leaflet-oldie .marker-cluster-medium {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-oldie .marker-cluster-medium div,
body.theme-turquoise #map .leaflet-oldie .marker-cluster-medium div,
body.theme-turquoise #mapRota .leaflet-oldie .marker-cluster-medium div {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-oldie .marker-cluster-large,
body.theme-turquoise #map .leaflet-oldie .marker-cluster-large,
body.theme-turquoise #mapRota .leaflet-oldie .marker-cluster-large {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-oldie .marker-cluster-large div,
body.theme-turquoise #map .leaflet-oldie .marker-cluster-large div,
body.theme-turquoise #mapRota .leaflet-oldie .marker-cluster-large div {
  background-color: #256565;
}
body.theme-turquoise #mapdestinasyon .leaflet-bar a,
body.theme-turquoise #mapdestinasyon .leaflet-bar a,
body.theme-turquoise #map .leaflet-bar a,
body.theme-turquoise #map .leaflet-bar a,
body.theme-turquoise #mapRota .leaflet-bar a,
body.theme-turquoise #mapRota .leaflet-bar a {
  background-color: #5fc4c4;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.theme-turquoise #mapdestinasyon .leaflet-touch .leaflet-control-layers,
body.theme-turquoise #mapdestinasyon .leaflet-touch .leaflet-bar,
body.theme-turquoise #map .leaflet-touch .leaflet-control-layers,
body.theme-turquoise #map .leaflet-touch .leaflet-bar,
body.theme-turquoise #mapRota .leaflet-touch .leaflet-control-layers,
body.theme-turquoise #mapRota .leaflet-touch .leaflet-bar {
  border-bottom: 1px solid #fff;
}
body.theme-turquoise .map-wrapper .google-maps-link a {
  color: #5fc4c4;
}
body.theme-turquoise .map-wrapper .map-detail-container .read-more-less span {
  color: #5fc4c4;
}
body.theme-turquoise .map-wrapper .read-detail-button .btn:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 8px 0 #5fc4c4;
  -moz-box-shadow: 0 3px 8px 0 #5fc4c4;
  -webkit-box-shadow: 0 3px 8px 0 #5fc4c4;
}
body.theme-turquoise .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn {
  border: solid 1px #5fc4c4;
  color: #5fc4c4;
}
body.theme-turquoise .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn:hover {
  color: #5fc4c4;
}
body.theme-turquoise .register-form .title {
  color: #5fc4c4;
}
body.theme-turquoise .register-form .photo-upload label {
  background-color: #5fc4c4;
}
body.theme-turquoise .register-form .photo-upload #photoPreview.active {
  border: 2px solid #5fc4c4;
}
body.theme-turquoise .register-form .material-radio .custom-control-input ~ .custom-control-label:after {
  background-color: #5fc4c4;
}
body.theme-turquoise .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #5fc4c4 !important;
}
body.theme-turquoise .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #5fc4c4;
}
body.theme-turquoise .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #5fc4c4;
}
body.theme-turquoise .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-turquoise .register-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5fc4c4 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-turquoise .category-form-wrapper .title {
  color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-container .title {
  color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-container .photo-card .text .location span b {
  color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-container .score-card .score {
  color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-container .score-card .link {
  color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-settings-container .title {
  color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-settings-container .photo-upload label {
  background-color: #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-settings-container .photo-upload #photoPreview.active {
  border: 2px solid #5fc4c4;
}
body.theme-turquoise .profile-wrapper .profile-settings-container .profile-item .profile-item-header.collapsed:after {
  color: #5fc4c4;
}
body.theme-turquoise .profile-form .title {
  color: #5fc4c4;
}
body.theme-turquoise .profile-form .photo-upload label {
  background-color: #5fc4c4;
}
body.theme-turquoise .profile-form .photo-upload #photoPreview.active {
  border: 2px solid #5fc4c4;
}
body.theme-turquoise .profile-form .custom-checkbox,
body.theme-turquoise .profile-form .custom-radio {
  transition: border 0.2s linear 0s, #5fc4c4 0.2s linear 0s;
  cursor: pointer;
}
body.theme-turquoise .profile-form .custom-checkbox .custom-control-label:before,
body.theme-turquoise .profile-form .custom-radio .custom-control-label:before {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  transition: color 0.2s linear 0s;
}
body.theme-turquoise .profile-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
body.theme-turquoise .profile-form .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  transform: color 0.2s linear 0s;
  -webkit-transform: color 0.2s linear 0s;
  -moz-transform: color 0.2s linear 0s;
  -o-transform: color 0.2s linear 0s;
  -ms-transform: color 0.2s linear 0s;
}
body.theme-turquoise .profile-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
body.theme-turquoise .profile-form .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-turquoise .profile-form .custom-checkbox .custom-control-input:active ~ .custom-control-label:before,
body.theme-turquoise .profile-form .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  background-color: #5fc4c4;
}
body.theme-turquoise .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:after, body.theme-turquoise .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before,
body.theme-turquoise .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:after,
body.theme-turquoise .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:before {
  opacity: 0.6;
}
body.theme-turquoise .profile-form .custom-checkbox .custom-control-label,
body.theme-turquoise .profile-form .custom-radio .custom-control-label {
  margin: 3px;
  cursor: pointer;
}
body.theme-turquoise .profile-form .material-radio input[type=radio], body.theme-turquoise .profile-form .material-radio input[type=checkbox] {
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
}
body.theme-turquoise .profile-form .material-radio input[type=radio]:focus, body.theme-turquoise .profile-form .material-radio input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-turquoise .profile-form .material-radio .custom-control-label:before {
  transition: all 0.2s ease-in-out;
  left: 10px !important;
  top: initial !important;
  bottom: -30px !important;
  width: 20px;
  height: 20px;
  background-color: #d8d8d8 !important;
  border: 3px solid #d8d8d8;
}
body.theme-turquoise .profile-form .material-radio .custom-control-label:after {
  content: "";
  transform: scale(0);
  background-image: none !important;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.theme-turquoise .profile-form .material-radio .custom-control-label {
  margin: 0 3px 0 -20px;
  padding-left: 24px;
}
body.theme-turquoise .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-image: none;
  background-color: #5fc4c4 !important;
}
body.theme-turquoise .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  transform: scale(1);
}
body.theme-turquoise .profile-form .material-radio .custom-control-input:active ~ .custom-control-label:before, body.theme-turquoise .profile-form .material-radio .custom-control-input:disabled ~ .custom-control-label:before, body.theme-turquoise .profile-form .material-radio .custom-control-input:focus ~ .custom-control-label:before {
  background-color: transparent;
}
body.theme-turquoise .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #5fc4c4;
}
body.theme-turquoise .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-turquoise .profile-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5fc4c4 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-turquoise .custom-control-label:before {
  border: 2px solid rgba(95, 196, 196, 0.6);
}
body.theme-turquoise .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #d8d8d8;
}
body.theme-turquoise .br-theme-css-stars .br-widget a.br-active:after {
  color: #ffc351;
}
body.theme-turquoise .br-theme-css-stars .br-widget a.br-selected:after {
  color: #ffc351;
}
body.theme-turquoise .br-theme-css-stars .br-widget span.br-active:after {
  color: #ffc351;
}
body.theme-turquoise .br-theme-css-stars .br-widget span.br-selected:after {
  color: #ffc351;
}
body.theme-turquoise #commentModal .modal-body .vote-button .btn-brand:hover {
  box-shadow: 0 3px 8px 0 #5fc4c4;
  -moz-box-shadow: 0 3px 8px 0 #5fc4c4;
  -webkit-box-shadow: 0 3px 8px 0 #5fc4c4;
  transition: all 0.2s ease-out;
}
body.theme-turquoise #commentModal .modal-body .vote-button .btn-gray:hover {
  box-shadow: 0 3px 8px 0 #939393;
  -moz-box-shadow: 0 3px 8px 0 #939393;
  -webkit-box-shadow: 0 3px 8px 0 #939393;
  transition: all 0.2s ease-out;
}
body.theme-turquoise #puanModal .puan-container .puan-title label.active {
  color: #5fc4c4;
}
body.theme-turquoise #puanModal .puan-container .puan-title label:first-child:after {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise #puanModal .puan-container .puan-title label:last-child:after {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise #puanModal .puan-container .progress .brand-progress {
  background-color: #5fc4c4;
}
body.theme-turquoise #puanModal .puan-container .progress .puan-location:after {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise #puanModal .puan-container .progress .puan-location span {
  color: #5fc4c4;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body.theme-turquoise #puanModal .puan-box-container .social-card .puan .active,
body.theme-turquoise #puanModal .puan-box-container .social-card .save .active,
body.theme-turquoise #puanModal .puan-box-container .social-card .favori .active,
body.theme-turquoise #puanModal .puan-box-container .social-card .like .active {
  color: #5fc4c4;
}
body.theme-turquoise .no-comment .link {
  color: #5fc4c4;
}
body.theme-turquoise .swal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
body.theme-turquoise .swal-modal {
  background-color: #fff;
  border: 1px solid #5fc4c4;
  border-radius: 7px;
}
body.theme-turquoise .swal-text {
  color: #373737;
}
body.theme-turquoise .swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #5fc4c4;
  font-size: 12px;
  border: 0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
body.theme-turquoise .swal-button:hover {
  background-color: #5fc4c4;
  box-shadow: 0 3px 8px 0 #5fc4c4;
  -moz-box-shadow: 0 3px 8px 0 #5fc4c4;
  -webkit-box-shadow: 0 3px 8px 0 #5fc4c4;
  transition: all 0.2s ease-out;
}
body.theme-turquoise .swal-button:focus {
  outline: none;
}
body.theme-turquoise .pagination.bootpag {
  font-family: Izmir;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 6.3px;
}
body.theme-turquoise .pagination.bootpag a {
  color: #939393;
  text-decoration: none;
}
body.theme-turquoise .pagination.bootpag a:hover {
  text-decoration: none;
}
body.theme-turquoise .pagination.bootpag li.active {
  background-color: #5fc4c4;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.theme-turquoise .pagination.bootpag li.active a {
  color: #fff;
  letter-spacing: 0;
}
body.theme-turquoise .filter-input-price .price .price-input:checked ~ .price-label {
  background-color: #fff !important;
  border: 2px solid #5fc4c4 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body.theme-turquoise .filter-input-price .price .price-input:checked ~ .price-label span {
  color: #5fc4c4;
}
body.theme-turquoise .sidebar-box .destination .destination-text span {
  color: #5fc4c4;
  text-decoration: underline;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body.theme-turquoise .sidebar-box .destination .destination-text span:hover {
  cursor: pointer;
}
body.theme-turquoise .sidebar-box .price .price-content .price-label.active {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .sidebar-box .price .price-content .price-label.active span {
  color: #5fc4c4;
}
body.theme-turquoise .profile-favori .profile-photo-name {
  background-color: #5fc4c4;
}
body.theme-turquoise .profile-favori .profile-photo-name .profile-photo {
  border: 2px solid #5fc4c4;
}
body.theme-turquoise .profile-favori .profile-puan-btn.active,
body.theme-turquoise .profile-favori .profile-favori-btn.active,
body.theme-turquoise .profile-favori .profile-like-btn.active,
body.theme-turquoise .profile-favori .profile-comment-btn.active {
  border: 1px solid #5fc4c4;
}
body.theme-turquoise .user-puan-list .puan-box .content .link a {
  color: #5fc4c4;
}
body.theme-turquoise .user-comment-list .comment-box .content .link a {
  color: #5fc4c4;
}
body.theme-turquoise .cookie-info-wrapper a {
  color: #5fc4c4;
}

body.theme-yellow {
  /* .icon-like {
          @if $name=="red" {
              background: url($path-like-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-like-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-like-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-like-turquoise) no-repeat;
          }
          cursor: pointer;
          height: 22px;
          width: 22px;
          position: relative;
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }
      .icon-save {
          @if $name=="red" {
              background: url($path-save-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-save-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-save-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-save-turquoise) no-repeat;
          }
          position: absolute;
          cursor: pointer;
          height: 100px;
          width: 100px;
          @include xs {
              right: 50%;
          }
          @include xs-max-350 {
              right: 44%;
          }
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }*/
  /*OWL*/
  /*wrapper*/
  /*Map*/
}
@media (max-width: 767px) {
  body.theme-yellow .mobile-sponsor-link a {
    color: #ffc351;
  }
}
@media (min-width: 768px) {
  body.theme-yellow .sponsor-wrapper {
    border-top: 7px solid #ffc351;
  }
}
body.theme-yellow header .container .header-menu .logo-container span {
  color: #ffc351;
}
body.theme-yellow header .container .header-menu .top-menu li a:hover {
  text-decoration: underline;
  color: #ffc351;
}
body.theme-yellow header .container .header-menu .top-menu li a.active {
  color: #ffc351;
  font-weight: bold;
}
body.theme-yellow header .container .header-menu .search-login-container .search-form .search-box input {
  border: 1px solid #ffc351;
}
body.theme-yellow header .container .header-menu .search-login-container .search-result {
  border-right: 2px solid #ffc351;
  border-bottom: 2px solid #ffc351;
  border-left: 2px solid #ffc351;
}
body.theme-yellow header .container .header-menu .search-login-container .search-result .search-item .search-item-header.collapsed:after {
  color: #ffc351;
}
@media (min-width: 768px) {
  body.theme-yellow header .container .header-menu .calendar-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ffc351;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
}
body.theme-yellow header .container .header-menu .calendar-container button {
  background-color: #ffc351;
}
@media (min-width: 0px) {
  body.theme-yellow header .container .header-menu .filter-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ffc351;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list {
    border: 2px solid #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-header.collapsed:after {
    color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ffc351 !important;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #ffc351;
  }
}
@media (max-width: 767px) {
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active {
    border: 2px solid #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-header.collapsed:after {
    color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ffc351 !important;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #ffc351;
  }
  body.theme-yellow header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #ffc351;
  }
}
body.theme-yellow header .container .header-menu .filter-container button#filterbtn {
  background-color: #ffc351;
}
@media (min-width: 768px) {
  body.theme-yellow footer {
    background-color: #ffc351;
  }
}
body.theme-yellow footer .bullettin-container button {
  color: #ffc351;
}
body.theme-yellow footer .mobile-fixed-menu {
  background-color: #ffc351;
}
@media (min-width: 768px) {
  body.theme-yellow footer .footer-copyright {
    background-color: #ffba38;
  }
}
body.theme-yellow footer .footer-bullettin .footer-app-box .destination-btn {
  color: #ffc351;
}
body.theme-yellow .main-banner-container.about {
  background-color: #ffc351;
}
body.theme-yellow .social-check:hover .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -298px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-yellow .social-check .icon-visit-share {
  pointer-events: none;
}
body.theme-yellow .social-share-check {
  z-index: 9999;
}
body.theme-yellow .social-share-check:checked ~ .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -298px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-yellow .icon-visit-comment:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -365px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-yellow .icon-visit-comment:active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -365px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-yellow .icon-visit-star:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -557px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-yellow .icon-visit-star.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -557px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-yellow .icon-like:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -339px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-yellow .icon-like.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -339px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-yellow .icon-save:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -320px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-yellow .icon-save.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -320px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-yellow .btn-brand {
  background-color: #ffc351;
}
body.theme-yellow .btn-brand-shadow {
  background-color: #ffc351;
  box-shadow: 0 3px 8px 0 #ffc351;
  -moz-box-shadow: 0 3px 8px 0 #ffc351;
  -webkit-box-shadow: 0 3px 8px 0 #ffc351;
  transition: all 0.2s ease-out;
}
body.theme-yellow *::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d8d8d8;
}
body.theme-yellow *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #d8d8d8;
}
body.theme-yellow *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffc351;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body.theme-yellow .owl-theme .owl-dots .owl-dot.active span {
  background: #ffc351;
}
body.theme-yellow .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc351;
}
body.theme-yellow .highlights-slide-wrapper .new-added-slide-title a {
  color: #ffc351;
}
body.theme-yellow .new-added-slide-wrapper .new-added-slide-title a {
  color: #ffc351;
}
body.theme-yellow .discover-slide-wrapper .new-added-slide-title a {
  color: #ffc351;
}
body.theme-yellow .category-slide-wrapper .category-slide-title a {
  color: #ffc351;
}
body.theme-yellow .form-group .form-control:focus ~ .form-control-line {
  color: #ffc351;
  opacity: 1;
}
body.theme-yellow .form-group .form-control:focus ~ .form-control-line:after {
  background-color: #ffc351;
}
body.theme-yellow .form-group .form-control:focus ~ label {
  color: #ffc351;
  opacity: 1;
}
body.theme-yellow .form-group .form-control:focus ~ label:after {
  background-color: #ffc351;
}
body.theme-yellow .breadcrumb-wrapper .tab-menu a {
  text-align: center;
  position: relative;
}
body.theme-yellow .breadcrumb-wrapper .tab-menu a.active::after {
  content: "";
  border-bottom: 2px solid #ffc351;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.theme-yellow .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible:after {
  color: #ffc351;
}
body.theme-yellow .content-wrapper.blogList .blog-item-wrapper a .text {
  background-color: #ffc351;
}
body.theme-yellow .content-wrapper.blogList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #ffb11e;
  -moz-box-shadow: 0 5px 15px 0 #ffb11e;
  -webkit-box-shadow: 0 5px 15px 0 #ffb11e;
}
body.theme-yellow .content-wrapper.categoryList .blog-item-wrapper a .text {
  background-color: #ffc351;
}
body.theme-yellow .content-wrapper.categoryList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #ffb11e;
  -moz-box-shadow: 0 5px 15px 0 #ffb11e;
  -webkit-box-shadow: 0 5px 15px 0 #ffb11e;
}
body.theme-yellow .daterangepicker {
  border: 1px solid #ffc351;
}
body.theme-yellow .daterangepicker:before {
  border-bottom: 7px solid #ffc351;
}
body.theme-yellow .daterangepicker:after {
  border-bottom: 6px solid #ffc351;
}
body.theme-yellow .daterangepicker.drop-up:after {
  border-top: 7px solid #ffc351;
}
body.theme-yellow .daterangepicker .calendar-table {
  border: 1px solid #ffc351;
}
body.theme-yellow .daterangepicker .calendar-table .next span {
  border: solid #ffc351;
  border-width: 0 2px 2px 0;
}
body.theme-yellow .daterangepicker .calendar-table .prev span {
  border: solid #ffc351;
  border-width: 0 2px 2px 0;
}
body.theme-yellow .daterangepicker thead {
  border-bottom: 2px solid #939393;
}
body.theme-yellow .daterangepicker tr th {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
}
body.theme-yellow .daterangepicker td {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body.theme-yellow .daterangepicker td.active {
  background-color: #ffc351;
}
body.theme-yellow .daterangepicker td.active:hover {
  background-color: #ffc351;
}
body.theme-yellow .daterangepicker td.in-range {
  background-color: #ffefd1;
}
body.theme-yellow .daterangepicker td.end-date {
  background-color: #ffc351;
}
body.theme-yellow .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ffc351;
}
body.theme-yellow .daterangepicker.show-ranges.ltr .drp-calendar.right {
  border-left: 1px solid #ffc351;
}
body.theme-yellow .daterangepicker .ranges li.active {
  background-color: #ffc351;
}
body.theme-yellow .daterangepicker .drp-buttons .btn {
  background-color: #ffc351;
  color: #fff;
  text-decoration: none;
}
body.theme-yellow .daterangepicker .drp-buttons .btn:hover {
  background-color: #ffc351;
  color: #fff;
  text-decoration: none;
}
body.theme-yellow #spinner {
  color: #ffc351;
}
@media (min-width: 992px) {
  body.theme-yellow .modal .modal-content {
    border: 1px solid #ffc351;
  }
}
@media (max-width: 991px) {
  body.theme-yellow .modal .modal-content.return .modal-register-container,
  body.theme-yellow .modal .modal-content.return .modal-login-container {
    border: solid 1px #ffc351;
  }
}
body.theme-yellow .modal .modal-body .modal-register-container.active,
body.theme-yellow .modal .modal-body .modal-login-container.active {
  border: solid 1px #ffc351;
}
body.theme-yellow .modal .modal-body .modal-login-container span,
body.theme-yellow .modal .modal-body .modal-register-container span {
  color: #ffc351;
}
body.theme-yellow .modal .modal-body .modal-register-container:hover, body.theme-yellow .modal .modal-body .modal-register-container.active,
body.theme-yellow .modal .modal-body .modal-login-container:hover,
body.theme-yellow .modal .modal-body .modal-login-container.active {
  /* border: solid 1px $color;*/
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-yellow .modal .modal-body .modal-register-container:hover h3, body.theme-yellow .modal .modal-body .modal-register-container.active h3,
body.theme-yellow .modal .modal-body .modal-login-container:hover h3,
body.theme-yellow .modal .modal-body .modal-login-container.active h3 {
  color: #373737;
  font-weight: bold;
}
body.theme-yellow .modal .modal-body .modal-register-container:hover p, body.theme-yellow .modal .modal-body .modal-register-container.active p,
body.theme-yellow .modal .modal-body .modal-login-container:hover p,
body.theme-yellow .modal .modal-body .modal-login-container.active p {
  color: #ffc351;
  font-weight: bold;
  text-align: center;
}
body.theme-yellow .modal .modal-body .modal-register-container:hover .social-media ul li:hover, body.theme-yellow .modal .modal-body .modal-register-container.active .social-media ul li:hover,
body.theme-yellow .modal .modal-body .modal-login-container:hover .social-media ul li:hover,
body.theme-yellow .modal .modal-body .modal-login-container.active .social-media ul li:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-yellow .modal .modal-body .modal-register-container:hover .form .forget-password a, body.theme-yellow .modal .modal-body .modal-register-container.active .form .forget-password a,
body.theme-yellow .modal .modal-body .modal-login-container:hover .form .forget-password a,
body.theme-yellow .modal .modal-body .modal-login-container.active .form .forget-password a {
  color: #ffc351;
}
body.theme-yellow .modal .modal-body .modal-register-container:hover .form label, body.theme-yellow .modal .modal-body .modal-register-container.active .form label,
body.theme-yellow .modal .modal-body .modal-login-container:hover .form label,
body.theme-yellow .modal .modal-body .modal-login-container.active .form label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
body.theme-yellow .modal .modal-body .modal-register-container:hover button, body.theme-yellow .modal .modal-body .modal-register-container.active button,
body.theme-yellow .modal .modal-body .modal-login-container:hover button,
body.theme-yellow .modal .modal-body .modal-login-container.active button {
  background-color: #ffc351;
  color: #fff;
}
body.theme-yellow .modal .modal-body .modal-register-container:hover button:hover, body.theme-yellow .modal .modal-body .modal-register-container.active button:hover,
body.theme-yellow .modal .modal-body .modal-login-container:hover button:hover,
body.theme-yellow .modal .modal-body .modal-login-container.active button:hover {
  box-shadow: 0 3px 8px 0 #ffc351;
  -moz-box-shadow: 0 3px 8px 0 #ffc351;
  -webkit-box-shadow: 0 3px 8px 0 #ffc351;
  transition: all 0.2s ease-out;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .timing .time {
  color: #ffc351;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .code {
  margin-top: 15px;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .code .sms-input-group input {
  border: 1px solid #cccccc;
  color: #ffc351;
  border: 1px solid #ffc351;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .code .sms-input-group input:active, body.theme-yellow .modal#smsModal .modal-body .sms-container .code .sms-input-group input:focus {
  border: 1px solid #ffc351;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .code .sms-input-group input.valid {
  border: 1px solid #ffc351;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .code-link {
  margin-top: 15px;
}
body.theme-yellow .modal#smsModal .modal-body .sms-container .code-link span {
  display: block;
  text-align: center;
  color: #ffc351;
}
body.theme-yellow #mapdestinasyon,
body.theme-yellow #map,
body.theme-yellow #mapRota {
  /*  .marker-cluster-small {
          background-color: darken($color: $color, $amount: 10);
          position: relative;
          width: 35px !important;
          height: 35px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 25px;
              height: 25px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }
      .marker-cluster-medium {
          background-color: darken($color: $color, $amount: 30);
          position: relative;
          width: 45px !important;
          height: 45px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 35px;
              height: 35px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }*/
  /* IE 6-8 fallback colors */
}
body.theme-yellow #mapdestinasyon .marker-cluster-small,
body.theme-yellow #map .marker-cluster-small,
body.theme-yellow #mapRota .marker-cluster-small {
  background-color: #ffb11e;
}
body.theme-yellow #mapdestinasyon .marker-cluster-small div,
body.theme-yellow #map .marker-cluster-small div,
body.theme-yellow #mapRota .marker-cluster-small div {
  background-color: #ea9900;
}
body.theme-yellow #mapdestinasyon .marker-cluster-medium,
body.theme-yellow #map .marker-cluster-medium,
body.theme-yellow #mapRota .marker-cluster-medium {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .marker-cluster-medium div,
body.theme-yellow #map .marker-cluster-medium div,
body.theme-yellow #mapRota .marker-cluster-medium div {
  background-color: #ffb11e;
}
body.theme-yellow #mapdestinasyon .marker-cluster-large,
body.theme-yellow #map .marker-cluster-large,
body.theme-yellow #mapRota .marker-cluster-large {
  background-color: #ea9900;
}
body.theme-yellow #mapdestinasyon .marker-cluster-large div,
body.theme-yellow #map .marker-cluster-large div,
body.theme-yellow #mapRota .marker-cluster-large div {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-oldie .marker-cluster-small,
body.theme-yellow #map .leaflet-oldie .marker-cluster-small,
body.theme-yellow #mapRota .leaflet-oldie .marker-cluster-small {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-oldie .marker-cluster-small div,
body.theme-yellow #map .leaflet-oldie .marker-cluster-small div,
body.theme-yellow #mapRota .leaflet-oldie .marker-cluster-small div {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-oldie .marker-cluster-medium,
body.theme-yellow #map .leaflet-oldie .marker-cluster-medium,
body.theme-yellow #mapRota .leaflet-oldie .marker-cluster-medium {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-oldie .marker-cluster-medium div,
body.theme-yellow #map .leaflet-oldie .marker-cluster-medium div,
body.theme-yellow #mapRota .leaflet-oldie .marker-cluster-medium div {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-oldie .marker-cluster-large,
body.theme-yellow #map .leaflet-oldie .marker-cluster-large,
body.theme-yellow #mapRota .leaflet-oldie .marker-cluster-large {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-oldie .marker-cluster-large div,
body.theme-yellow #map .leaflet-oldie .marker-cluster-large div,
body.theme-yellow #mapRota .leaflet-oldie .marker-cluster-large div {
  background-color: #b77800;
}
body.theme-yellow #mapdestinasyon .leaflet-bar a,
body.theme-yellow #mapdestinasyon .leaflet-bar a,
body.theme-yellow #map .leaflet-bar a,
body.theme-yellow #map .leaflet-bar a,
body.theme-yellow #mapRota .leaflet-bar a,
body.theme-yellow #mapRota .leaflet-bar a {
  background-color: #ffc351;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.theme-yellow #mapdestinasyon .leaflet-touch .leaflet-control-layers,
body.theme-yellow #mapdestinasyon .leaflet-touch .leaflet-bar,
body.theme-yellow #map .leaflet-touch .leaflet-control-layers,
body.theme-yellow #map .leaflet-touch .leaflet-bar,
body.theme-yellow #mapRota .leaflet-touch .leaflet-control-layers,
body.theme-yellow #mapRota .leaflet-touch .leaflet-bar {
  border-bottom: 1px solid #fff;
}
body.theme-yellow .map-wrapper .google-maps-link a {
  color: #ffc351;
}
body.theme-yellow .map-wrapper .map-detail-container .read-more-less span {
  color: #ffc351;
}
body.theme-yellow .map-wrapper .read-detail-button .btn:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 8px 0 #ffc351;
  -moz-box-shadow: 0 3px 8px 0 #ffc351;
  -webkit-box-shadow: 0 3px 8px 0 #ffc351;
}
body.theme-yellow .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn {
  border: solid 1px #ffc351;
  color: #ffc351;
}
body.theme-yellow .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn:hover {
  color: #ffc351;
}
body.theme-yellow .register-form .title {
  color: #ffc351;
}
body.theme-yellow .register-form .photo-upload label {
  background-color: #ffc351;
}
body.theme-yellow .register-form .photo-upload #photoPreview.active {
  border: 2px solid #ffc351;
}
body.theme-yellow .register-form .material-radio .custom-control-input ~ .custom-control-label:after {
  background-color: #ffc351;
}
body.theme-yellow .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ffc351 !important;
}
body.theme-yellow .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #ffc351;
}
body.theme-yellow .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #ffc351;
}
body.theme-yellow .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-yellow .register-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffc351 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-yellow .category-form-wrapper .title {
  color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-container .title {
  color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-container .photo-card .text .location span b {
  color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-container .score-card .score {
  color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-container .score-card .link {
  color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-settings-container .title {
  color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-settings-container .photo-upload label {
  background-color: #ffc351;
}
body.theme-yellow .profile-wrapper .profile-settings-container .photo-upload #photoPreview.active {
  border: 2px solid #ffc351;
}
body.theme-yellow .profile-wrapper .profile-settings-container .profile-item .profile-item-header.collapsed:after {
  color: #ffc351;
}
body.theme-yellow .profile-form .title {
  color: #ffc351;
}
body.theme-yellow .profile-form .photo-upload label {
  background-color: #ffc351;
}
body.theme-yellow .profile-form .photo-upload #photoPreview.active {
  border: 2px solid #ffc351;
}
body.theme-yellow .profile-form .custom-checkbox,
body.theme-yellow .profile-form .custom-radio {
  transition: border 0.2s linear 0s, #ffc351 0.2s linear 0s;
  cursor: pointer;
}
body.theme-yellow .profile-form .custom-checkbox .custom-control-label:before,
body.theme-yellow .profile-form .custom-radio .custom-control-label:before {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  transition: color 0.2s linear 0s;
}
body.theme-yellow .profile-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
body.theme-yellow .profile-form .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  transform: color 0.2s linear 0s;
  -webkit-transform: color 0.2s linear 0s;
  -moz-transform: color 0.2s linear 0s;
  -o-transform: color 0.2s linear 0s;
  -ms-transform: color 0.2s linear 0s;
}
body.theme-yellow .profile-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
body.theme-yellow .profile-form .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-yellow .profile-form .custom-checkbox .custom-control-input:active ~ .custom-control-label:before,
body.theme-yellow .profile-form .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  background-color: #ffc351;
}
body.theme-yellow .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:after, body.theme-yellow .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before,
body.theme-yellow .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:after,
body.theme-yellow .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:before {
  opacity: 0.6;
}
body.theme-yellow .profile-form .custom-checkbox .custom-control-label,
body.theme-yellow .profile-form .custom-radio .custom-control-label {
  margin: 3px;
  cursor: pointer;
}
body.theme-yellow .profile-form .material-radio input[type=radio], body.theme-yellow .profile-form .material-radio input[type=checkbox] {
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
}
body.theme-yellow .profile-form .material-radio input[type=radio]:focus, body.theme-yellow .profile-form .material-radio input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-yellow .profile-form .material-radio .custom-control-label:before {
  transition: all 0.2s ease-in-out;
  left: 10px !important;
  top: initial !important;
  bottom: -30px !important;
  width: 20px;
  height: 20px;
  background-color: #d8d8d8 !important;
  border: 3px solid #d8d8d8;
}
body.theme-yellow .profile-form .material-radio .custom-control-label:after {
  content: "";
  transform: scale(0);
  background-image: none !important;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.theme-yellow .profile-form .material-radio .custom-control-label {
  margin: 0 3px 0 -20px;
  padding-left: 24px;
}
body.theme-yellow .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-image: none;
  background-color: #ffc351 !important;
}
body.theme-yellow .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  transform: scale(1);
}
body.theme-yellow .profile-form .material-radio .custom-control-input:active ~ .custom-control-label:before, body.theme-yellow .profile-form .material-radio .custom-control-input:disabled ~ .custom-control-label:before, body.theme-yellow .profile-form .material-radio .custom-control-input:focus ~ .custom-control-label:before {
  background-color: transparent;
}
body.theme-yellow .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #ffc351;
}
body.theme-yellow .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-yellow .profile-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffc351 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-yellow .custom-control-label:before {
  border: 2px solid rgba(255, 195, 81, 0.6);
}
body.theme-yellow .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #d8d8d8;
}
body.theme-yellow .br-theme-css-stars .br-widget a.br-active:after {
  color: #ffc351;
}
body.theme-yellow .br-theme-css-stars .br-widget a.br-selected:after {
  color: #ffc351;
}
body.theme-yellow .br-theme-css-stars .br-widget span.br-active:after {
  color: #ffc351;
}
body.theme-yellow .br-theme-css-stars .br-widget span.br-selected:after {
  color: #ffc351;
}
body.theme-yellow #commentModal .modal-body .vote-button .btn-brand:hover {
  box-shadow: 0 3px 8px 0 #ffc351;
  -moz-box-shadow: 0 3px 8px 0 #ffc351;
  -webkit-box-shadow: 0 3px 8px 0 #ffc351;
  transition: all 0.2s ease-out;
}
body.theme-yellow #commentModal .modal-body .vote-button .btn-gray:hover {
  box-shadow: 0 3px 8px 0 #939393;
  -moz-box-shadow: 0 3px 8px 0 #939393;
  -webkit-box-shadow: 0 3px 8px 0 #939393;
  transition: all 0.2s ease-out;
}
body.theme-yellow #puanModal .puan-container .puan-title label.active {
  color: #ffc351;
}
body.theme-yellow #puanModal .puan-container .puan-title label:first-child:after {
  border: 1px solid #ffc351;
}
body.theme-yellow #puanModal .puan-container .puan-title label:last-child:after {
  border: 1px solid #ffc351;
}
body.theme-yellow #puanModal .puan-container .progress .brand-progress {
  background-color: #ffc351;
}
body.theme-yellow #puanModal .puan-container .progress .puan-location:after {
  border: 1px solid #ffc351;
}
body.theme-yellow #puanModal .puan-container .progress .puan-location span {
  color: #ffc351;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body.theme-yellow #puanModal .puan-box-container .social-card .puan .active,
body.theme-yellow #puanModal .puan-box-container .social-card .save .active,
body.theme-yellow #puanModal .puan-box-container .social-card .favori .active,
body.theme-yellow #puanModal .puan-box-container .social-card .like .active {
  color: #ffc351;
}
body.theme-yellow .no-comment .link {
  color: #ffc351;
}
body.theme-yellow .swal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
body.theme-yellow .swal-modal {
  background-color: #fff;
  border: 1px solid #ffc351;
  border-radius: 7px;
}
body.theme-yellow .swal-text {
  color: #373737;
}
body.theme-yellow .swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #ffc351;
  font-size: 12px;
  border: 0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
body.theme-yellow .swal-button:hover {
  background-color: #ffc351;
  box-shadow: 0 3px 8px 0 #ffc351;
  -moz-box-shadow: 0 3px 8px 0 #ffc351;
  -webkit-box-shadow: 0 3px 8px 0 #ffc351;
  transition: all 0.2s ease-out;
}
body.theme-yellow .swal-button:focus {
  outline: none;
}
body.theme-yellow .pagination.bootpag {
  font-family: Izmir;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 6.3px;
}
body.theme-yellow .pagination.bootpag a {
  color: #939393;
  text-decoration: none;
}
body.theme-yellow .pagination.bootpag a:hover {
  text-decoration: none;
}
body.theme-yellow .pagination.bootpag li.active {
  background-color: #ffc351;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.theme-yellow .pagination.bootpag li.active a {
  color: #fff;
  letter-spacing: 0;
}
body.theme-yellow .filter-input-price .price .price-input:checked ~ .price-label {
  background-color: #fff !important;
  border: 2px solid #ffc351 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body.theme-yellow .filter-input-price .price .price-input:checked ~ .price-label span {
  color: #ffc351;
}
body.theme-yellow .sidebar-box .destination .destination-text span {
  color: #ffc351;
  text-decoration: underline;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body.theme-yellow .sidebar-box .destination .destination-text span:hover {
  cursor: pointer;
}
body.theme-yellow .sidebar-box .price .price-content .price-label.active {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ffc351;
}
body.theme-yellow .sidebar-box .price .price-content .price-label.active span {
  color: #ffc351;
}
body.theme-yellow .profile-favori .profile-photo-name {
  background-color: #ffc351;
}
body.theme-yellow .profile-favori .profile-photo-name .profile-photo {
  border: 2px solid #ffc351;
}
body.theme-yellow .profile-favori .profile-puan-btn.active,
body.theme-yellow .profile-favori .profile-favori-btn.active,
body.theme-yellow .profile-favori .profile-like-btn.active,
body.theme-yellow .profile-favori .profile-comment-btn.active {
  border: 1px solid #ffc351;
}
body.theme-yellow .user-puan-list .puan-box .content .link a {
  color: #ffc351;
}
body.theme-yellow .user-comment-list .comment-box .content .link a {
  color: #ffc351;
}
body.theme-yellow .cookie-info-wrapper a {
  color: #ffc351;
}

body.theme-blue {
  /* .icon-like {
          @if $name=="red" {
              background: url($path-like-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-like-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-like-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-like-turquoise) no-repeat;
          }
          cursor: pointer;
          height: 22px;
          width: 22px;
          position: relative;
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }
      .icon-save {
          @if $name=="red" {
              background: url($path-save-red) no-repeat;
          }
          @else if $name=="yellow" {
              background: url($path-save-yellow) no-repeat;
          }
          @else if $name=="blue" {
              background: url($path-save-navy) no-repeat;
          }
          @else if $name=="turquoise" {
              background: url($path-save-turquoise) no-repeat;
          }
          position: absolute;
          cursor: pointer;
          height: 100px;
          width: 100px;
          @include xs {
              right: 50%;
          }
          @include xs-max-350 {
              right: 44%;
          }
          background-position: left;
          background-repeat: no-repeat;
          &:hover {
              background-position: right;
          }
          &.active {
              animation: heart-burst .8s steps(28) 1;
              animation-fill-mode: forwards;
          }
      }*/
  /*OWL*/
  /*wrapper*/
  /*Map*/
}
@media (max-width: 767px) {
  body.theme-blue .mobile-sponsor-link a {
    color: #162c55;
  }
}
@media (min-width: 768px) {
  body.theme-blue .sponsor-wrapper {
    border-top: 7px solid #162c55;
  }
}
body.theme-blue header .container .header-menu .logo-container span {
  color: #162c55;
}
body.theme-blue header .container .header-menu .top-menu li a:hover {
  text-decoration: underline;
  color: #162c55;
}
body.theme-blue header .container .header-menu .top-menu li a.active {
  color: #162c55;
  font-weight: bold;
}
body.theme-blue header .container .header-menu .search-login-container .search-form .search-box input {
  border: 1px solid #162c55;
}
body.theme-blue header .container .header-menu .search-login-container .search-result {
  border-right: 2px solid #162c55;
  border-bottom: 2px solid #162c55;
  border-left: 2px solid #162c55;
}
body.theme-blue header .container .header-menu .search-login-container .search-result .search-item .search-item-header.collapsed:after {
  color: #162c55;
}
@media (min-width: 768px) {
  body.theme-blue header .container .header-menu .calendar-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #162c55;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
}
body.theme-blue header .container .header-menu .calendar-container button {
  background-color: #162c55;
}
@media (min-width: 0px) {
  body.theme-blue header .container .header-menu .filter-container.maxi:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #162c55;
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px auto;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list {
    border: 2px solid #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-header.collapsed:after {
    color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #162c55 !important;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container.maxi .filter-list .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #162c55;
  }
}
@media (max-width: 767px) {
  body.theme-blue header .container .header-menu .filter-container .filter-list.active {
    border: 2px solid #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-header.collapsed:after {
    color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-ilce input {
    border: solid 1px #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-input-restoran input {
    border: solid 1px #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input ~ .custom-control-label:after {
    background-color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #162c55 !important;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d8d8d8;
    background-color: #162c55;
  }
  body.theme-blue header .container .header-menu .filter-container .filter-list.active .filter-item .filter-item-result .filter-result .material-checkbox .custom-control-input:checked ~ .custom-control-label {
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #162c55;
  }
}
body.theme-blue header .container .header-menu .filter-container button#filterbtn {
  background-color: #162c55;
}
@media (min-width: 768px) {
  body.theme-blue footer {
    background-color: #162c55;
  }
}
body.theme-blue footer .bullettin-container button {
  color: #162c55;
}
body.theme-blue footer .mobile-fixed-menu {
  background-color: #162c55;
}
@media (min-width: 768px) {
  body.theme-blue footer .footer-copyright {
    background-color: #112241;
  }
}
body.theme-blue footer .footer-bullettin .footer-app-box .destination-btn {
  color: #162c55;
}
body.theme-blue .main-banner-container.about {
  background-color: #162c55;
}
body.theme-blue .social-check:hover .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -389px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-blue .social-check .icon-visit-share {
  pointer-events: none;
}
body.theme-blue .social-share-check {
  z-index: 9999;
}
body.theme-blue .social-share-check:checked ~ .icon-visit-share {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -389px -351px;
  width: 20px;
  height: 22px;
  display: block;
}
body.theme-blue .icon-visit-comment:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -456px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-blue .icon-visit-comment:active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -456px -351px;
  width: 22px;
  height: 21px;
  display: block;
}
body.theme-blue .icon-visit-star:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -582px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-blue .icon-visit-star.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -582px -351px;
  width: 22px;
  height: 22px;
  display: block;
}
body.theme-blue .icon-like:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -430px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-blue .icon-like.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -430px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-blue .icon-save:hover {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -411px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-blue .icon-save.active {
  cursor: pointer;
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -411px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}
body.theme-blue .btn-brand {
  background-color: #162c55;
}
body.theme-blue .btn-brand-shadow {
  background-color: #162c55;
  box-shadow: 0 3px 8px 0 #162c55;
  -moz-box-shadow: 0 3px 8px 0 #162c55;
  -webkit-box-shadow: 0 3px 8px 0 #162c55;
  transition: all 0.2s ease-out;
}
body.theme-blue *::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d8d8d8;
}
body.theme-blue *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #d8d8d8;
}
body.theme-blue *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #162c55;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
body.theme-blue .owl-theme .owl-dots .owl-dot.active span {
  background: #162c55;
}
body.theme-blue .owl-theme .owl-dots .owl-dot:hover span {
  background: #162c55;
}
body.theme-blue .highlights-slide-wrapper .new-added-slide-title a {
  color: #162c55;
}
body.theme-blue .new-added-slide-wrapper .new-added-slide-title a {
  color: #162c55;
}
body.theme-blue .discover-slide-wrapper .new-added-slide-title a {
  color: #162c55;
}
body.theme-blue .category-slide-wrapper .category-slide-title a {
  color: #162c55;
}
body.theme-blue .form-group .form-control:focus ~ .form-control-line {
  color: #162c55;
  opacity: 1;
}
body.theme-blue .form-group .form-control:focus ~ .form-control-line:after {
  background-color: #162c55;
}
body.theme-blue .form-group .form-control:focus ~ label {
  color: #162c55;
  opacity: 1;
}
body.theme-blue .form-group .form-control:focus ~ label:after {
  background-color: #162c55;
}
body.theme-blue .breadcrumb-wrapper .tab-menu a {
  text-align: center;
  position: relative;
}
body.theme-blue .breadcrumb-wrapper .tab-menu a.active::after {
  content: "";
  border-bottom: 2px solid #162c55;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.theme-blue .breadcrumb-wrapper .breadcrumb-nav .breadcrumb-visible:after {
  color: #162c55;
}
body.theme-blue .content-wrapper.blogList .blog-item-wrapper a .text {
  background-color: #162c55;
}
body.theme-blue .content-wrapper.blogList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #0c172c;
  -moz-box-shadow: 0 5px 15px 0 #0c172c;
  -webkit-box-shadow: 0 5px 15px 0 #0c172c;
}
body.theme-blue .content-wrapper.categoryList .blog-item-wrapper a .text {
  background-color: #162c55;
}
body.theme-blue .content-wrapper.categoryList .blog-item-wrapper:hover a .text {
  box-shadow: 0 5px 15px 0 #0c172c;
  -moz-box-shadow: 0 5px 15px 0 #0c172c;
  -webkit-box-shadow: 0 5px 15px 0 #0c172c;
}
body.theme-blue .daterangepicker {
  border: 1px solid #162c55;
}
body.theme-blue .daterangepicker:before {
  border-bottom: 7px solid #162c55;
}
body.theme-blue .daterangepicker:after {
  border-bottom: 6px solid #162c55;
}
body.theme-blue .daterangepicker.drop-up:after {
  border-top: 7px solid #162c55;
}
body.theme-blue .daterangepicker .calendar-table {
  border: 1px solid #162c55;
}
body.theme-blue .daterangepicker .calendar-table .next span {
  border: solid #162c55;
  border-width: 0 2px 2px 0;
}
body.theme-blue .daterangepicker .calendar-table .prev span {
  border: solid #162c55;
  border-width: 0 2px 2px 0;
}
body.theme-blue .daterangepicker thead {
  border-bottom: 2px solid #939393;
}
body.theme-blue .daterangepicker tr th {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
}
body.theme-blue .daterangepicker td {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body.theme-blue .daterangepicker td.active {
  background-color: #162c55;
}
body.theme-blue .daterangepicker td.active:hover {
  background-color: #162c55;
}
body.theme-blue .daterangepicker td.in-range {
  background-color: #3060ba;
}
body.theme-blue .daterangepicker td.end-date {
  background-color: #162c55;
}
body.theme-blue .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #162c55;
}
body.theme-blue .daterangepicker.show-ranges.ltr .drp-calendar.right {
  border-left: 1px solid #162c55;
}
body.theme-blue .daterangepicker .ranges li.active {
  background-color: #162c55;
}
body.theme-blue .daterangepicker .drp-buttons .btn {
  background-color: #162c55;
  color: #fff;
  text-decoration: none;
}
body.theme-blue .daterangepicker .drp-buttons .btn:hover {
  background-color: #162c55;
  color: #fff;
  text-decoration: none;
}
body.theme-blue #spinner {
  color: #162c55;
}
@media (min-width: 992px) {
  body.theme-blue .modal .modal-content {
    border: 1px solid #162c55;
  }
}
@media (max-width: 991px) {
  body.theme-blue .modal .modal-content.return .modal-register-container,
  body.theme-blue .modal .modal-content.return .modal-login-container {
    border: solid 1px #162c55;
  }
}
body.theme-blue .modal .modal-body .modal-register-container.active,
body.theme-blue .modal .modal-body .modal-login-container.active {
  border: solid 1px #162c55;
}
body.theme-blue .modal .modal-body .modal-login-container span,
body.theme-blue .modal .modal-body .modal-register-container span {
  color: #162c55;
}
body.theme-blue .modal .modal-body .modal-register-container:hover, body.theme-blue .modal .modal-body .modal-register-container.active,
body.theme-blue .modal .modal-body .modal-login-container:hover,
body.theme-blue .modal .modal-body .modal-login-container.active {
  /* border: solid 1px $color;*/
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-blue .modal .modal-body .modal-register-container:hover h3, body.theme-blue .modal .modal-body .modal-register-container.active h3,
body.theme-blue .modal .modal-body .modal-login-container:hover h3,
body.theme-blue .modal .modal-body .modal-login-container.active h3 {
  color: #373737;
  font-weight: bold;
}
body.theme-blue .modal .modal-body .modal-register-container:hover p, body.theme-blue .modal .modal-body .modal-register-container.active p,
body.theme-blue .modal .modal-body .modal-login-container:hover p,
body.theme-blue .modal .modal-body .modal-login-container.active p {
  color: #162c55;
  font-weight: bold;
  text-align: center;
}
body.theme-blue .modal .modal-body .modal-register-container:hover .social-media ul li:hover, body.theme-blue .modal .modal-body .modal-register-container.active .social-media ul li:hover,
body.theme-blue .modal .modal-body .modal-login-container:hover .social-media ul li:hover,
body.theme-blue .modal .modal-body .modal-login-container.active .social-media ul li:hover {
  box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(2, 2, 2, 0.1);
}
body.theme-blue .modal .modal-body .modal-register-container:hover .form .forget-password a, body.theme-blue .modal .modal-body .modal-register-container.active .form .forget-password a,
body.theme-blue .modal .modal-body .modal-login-container:hover .form .forget-password a,
body.theme-blue .modal .modal-body .modal-login-container.active .form .forget-password a {
  color: #162c55;
}
body.theme-blue .modal .modal-body .modal-register-container:hover .form label, body.theme-blue .modal .modal-body .modal-register-container.active .form label,
body.theme-blue .modal .modal-body .modal-login-container:hover .form label,
body.theme-blue .modal .modal-body .modal-login-container.active .form label {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #373737;
  font-weight: bold;
}
body.theme-blue .modal .modal-body .modal-register-container:hover button, body.theme-blue .modal .modal-body .modal-register-container.active button,
body.theme-blue .modal .modal-body .modal-login-container:hover button,
body.theme-blue .modal .modal-body .modal-login-container.active button {
  background-color: #162c55;
  color: #fff;
}
body.theme-blue .modal .modal-body .modal-register-container:hover button:hover, body.theme-blue .modal .modal-body .modal-register-container.active button:hover,
body.theme-blue .modal .modal-body .modal-login-container:hover button:hover,
body.theme-blue .modal .modal-body .modal-login-container.active button:hover {
  box-shadow: 0 3px 8px 0 #162c55;
  -moz-box-shadow: 0 3px 8px 0 #162c55;
  -webkit-box-shadow: 0 3px 8px 0 #162c55;
  transition: all 0.2s ease-out;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .timing .time {
  color: #162c55;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .code {
  margin-top: 15px;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .code .sms-input-group input {
  border: 1px solid #cccccc;
  color: #162c55;
  border: 1px solid #162c55;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .code .sms-input-group input:active, body.theme-blue .modal#smsModal .modal-body .sms-container .code .sms-input-group input:focus {
  border: 1px solid #162c55;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .code .sms-input-group input.valid {
  border: 1px solid #162c55;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .code-link {
  margin-top: 15px;
}
body.theme-blue .modal#smsModal .modal-body .sms-container .code-link span {
  display: block;
  text-align: center;
  color: #162c55;
}
body.theme-blue #mapdestinasyon,
body.theme-blue #map,
body.theme-blue #mapRota {
  /*  .marker-cluster-small {
          background-color: darken($color: $color, $amount: 10);
          position: relative;
          width: 35px !important;
          height: 35px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 25px;
              height: 25px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }
      .marker-cluster-medium {
          background-color: darken($color: $color, $amount: 30);
          position: relative;
          width: 45px !important;
          height: 45px !important;
          @include flex;
          @include justify-content(center);
          @include align-content(center);
          @include align-items(center);
          @include border-radius(50%);
          div {
              background-color: darken($color: $color, $amount: 10);
              width: 35px;
              height: 35px;
              @include flex;
              @include align-items(center);
              @include justify-content(center);
              text-align: center;
              @include border-radius(50%);
              @include font-Izmir(12px);
              span {
                  line-height: 45px;
                  color: $color-white;
                  font-weight: bold;
              }
          }
      }*/
  /* IE 6-8 fallback colors */
}
body.theme-blue #mapdestinasyon .marker-cluster-small,
body.theme-blue #map .marker-cluster-small,
body.theme-blue #mapRota .marker-cluster-small {
  background-color: #0c172c;
}
body.theme-blue #mapdestinasyon .marker-cluster-small div,
body.theme-blue #map .marker-cluster-small div,
body.theme-blue #mapRota .marker-cluster-small div {
  background-color: #010204;
}
body.theme-blue #mapdestinasyon .marker-cluster-medium,
body.theme-blue #map .marker-cluster-medium,
body.theme-blue #mapRota .marker-cluster-medium {
  background-color: black;
}
body.theme-blue #mapdestinasyon .marker-cluster-medium div,
body.theme-blue #map .marker-cluster-medium div,
body.theme-blue #mapRota .marker-cluster-medium div {
  background-color: #0c172c;
}
body.theme-blue #mapdestinasyon .marker-cluster-large,
body.theme-blue #map .marker-cluster-large,
body.theme-blue #mapRota .marker-cluster-large {
  background-color: #010204;
}
body.theme-blue #mapdestinasyon .marker-cluster-large div,
body.theme-blue #map .marker-cluster-large div,
body.theme-blue #mapRota .marker-cluster-large div {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-oldie .marker-cluster-small,
body.theme-blue #map .leaflet-oldie .marker-cluster-small,
body.theme-blue #mapRota .leaflet-oldie .marker-cluster-small {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-oldie .marker-cluster-small div,
body.theme-blue #map .leaflet-oldie .marker-cluster-small div,
body.theme-blue #mapRota .leaflet-oldie .marker-cluster-small div {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-oldie .marker-cluster-medium,
body.theme-blue #map .leaflet-oldie .marker-cluster-medium,
body.theme-blue #mapRota .leaflet-oldie .marker-cluster-medium {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-oldie .marker-cluster-medium div,
body.theme-blue #map .leaflet-oldie .marker-cluster-medium div,
body.theme-blue #mapRota .leaflet-oldie .marker-cluster-medium div {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-oldie .marker-cluster-large,
body.theme-blue #map .leaflet-oldie .marker-cluster-large,
body.theme-blue #mapRota .leaflet-oldie .marker-cluster-large {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-oldie .marker-cluster-large div,
body.theme-blue #map .leaflet-oldie .marker-cluster-large div,
body.theme-blue #mapRota .leaflet-oldie .marker-cluster-large div {
  background-color: black;
}
body.theme-blue #mapdestinasyon .leaflet-bar a,
body.theme-blue #mapdestinasyon .leaflet-bar a,
body.theme-blue #map .leaflet-bar a,
body.theme-blue #map .leaflet-bar a,
body.theme-blue #mapRota .leaflet-bar a,
body.theme-blue #mapRota .leaflet-bar a {
  background-color: #162c55;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.theme-blue #mapdestinasyon .leaflet-touch .leaflet-control-layers,
body.theme-blue #mapdestinasyon .leaflet-touch .leaflet-bar,
body.theme-blue #map .leaflet-touch .leaflet-control-layers,
body.theme-blue #map .leaflet-touch .leaflet-bar,
body.theme-blue #mapRota .leaflet-touch .leaflet-control-layers,
body.theme-blue #mapRota .leaflet-touch .leaflet-bar {
  border-bottom: 1px solid #fff;
}
body.theme-blue .map-wrapper .google-maps-link a {
  color: #162c55;
}
body.theme-blue .map-wrapper .map-detail-container .read-more-less span {
  color: #162c55;
}
body.theme-blue .map-wrapper .read-detail-button .btn:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 8px 0 #162c55;
  -moz-box-shadow: 0 3px 8px 0 #162c55;
  -webkit-box-shadow: 0 3px 8px 0 #162c55;
}
body.theme-blue .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn {
  border: solid 1px #162c55;
  color: #162c55;
}
body.theme-blue .map-wrapper .mobile-destination-detail .mobile-destination-wrapper .content .detail-btn:hover {
  color: #162c55;
}
body.theme-blue .register-form .title {
  color: #162c55;
}
body.theme-blue .register-form .photo-upload label {
  background-color: #162c55;
}
body.theme-blue .register-form .photo-upload #photoPreview.active {
  border: 2px solid #162c55;
}
body.theme-blue .register-form .material-radio .custom-control-input ~ .custom-control-label:after {
  background-color: #162c55;
}
body.theme-blue .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #162c55 !important;
}
body.theme-blue .register-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #162c55;
}
body.theme-blue .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #162c55;
}
body.theme-blue .register-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-blue .register-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #162c55 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-blue .category-form-wrapper .title {
  color: #162c55;
}
body.theme-blue .profile-wrapper .profile-container .title {
  color: #162c55;
}
body.theme-blue .profile-wrapper .profile-container .photo-card .text .location span b {
  color: #162c55;
}
body.theme-blue .profile-wrapper .profile-container .score-card .score {
  color: #162c55;
}
body.theme-blue .profile-wrapper .profile-container .score-card .link {
  color: #162c55;
}
body.theme-blue .profile-wrapper .profile-settings-container .title {
  color: #162c55;
}
body.theme-blue .profile-wrapper .profile-settings-container .photo-upload label {
  background-color: #162c55;
}
body.theme-blue .profile-wrapper .profile-settings-container .photo-upload #photoPreview.active {
  border: 2px solid #162c55;
}
body.theme-blue .profile-wrapper .profile-settings-container .profile-item .profile-item-header.collapsed:after {
  color: #162c55;
}
body.theme-blue .profile-form .title {
  color: #162c55;
}
body.theme-blue .profile-form .photo-upload label {
  background-color: #162c55;
}
body.theme-blue .profile-form .photo-upload #photoPreview.active {
  border: 2px solid #162c55;
}
body.theme-blue .profile-form .custom-checkbox,
body.theme-blue .profile-form .custom-radio {
  transition: border 0.2s linear 0s, #162c55 0.2s linear 0s;
  cursor: pointer;
}
body.theme-blue .profile-form .custom-checkbox .custom-control-label:before,
body.theme-blue .profile-form .custom-radio .custom-control-label:before {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  transition: color 0.2s linear 0s;
}
body.theme-blue .profile-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
body.theme-blue .profile-form .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  transform: color 0.2s linear 0s;
  -webkit-transform: color 0.2s linear 0s;
  -moz-transform: color 0.2s linear 0s;
  -o-transform: color 0.2s linear 0s;
  -ms-transform: color 0.2s linear 0s;
}
body.theme-blue .profile-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
body.theme-blue .profile-form .custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-blue .profile-form .custom-checkbox .custom-control-input:active ~ .custom-control-label:before,
body.theme-blue .profile-form .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  background-color: #162c55;
}
body.theme-blue .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:after, body.theme-blue .profile-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before,
body.theme-blue .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:after,
body.theme-blue .profile-form .custom-radio .custom-control-input:disabled ~ .custom-control-label:before {
  opacity: 0.6;
}
body.theme-blue .profile-form .custom-checkbox .custom-control-label,
body.theme-blue .profile-form .custom-radio .custom-control-label {
  margin: 3px;
  cursor: pointer;
}
body.theme-blue .profile-form .material-radio input[type=radio], body.theme-blue .profile-form .material-radio input[type=checkbox] {
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
}
body.theme-blue .profile-form .material-radio input[type=radio]:focus, body.theme-blue .profile-form .material-radio input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.theme-blue .profile-form .material-radio .custom-control-label:before {
  transition: all 0.2s ease-in-out;
  left: 10px !important;
  top: initial !important;
  bottom: -30px !important;
  width: 20px;
  height: 20px;
  background-color: #d8d8d8 !important;
  border: 3px solid #d8d8d8;
}
body.theme-blue .profile-form .material-radio .custom-control-label:after {
  content: "";
  transform: scale(0);
  background-image: none !important;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.theme-blue .profile-form .material-radio .custom-control-label {
  margin: 0 3px 0 -20px;
  padding-left: 24px;
}
body.theme-blue .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-image: none;
  background-color: #162c55 !important;
}
body.theme-blue .profile-form .material-radio .custom-control-input:checked ~ .custom-control-label:after {
  transform: scale(1);
}
body.theme-blue .profile-form .material-radio .custom-control-input:active ~ .custom-control-label:before, body.theme-blue .profile-form .material-radio .custom-control-input:disabled ~ .custom-control-label:before, body.theme-blue .profile-form .material-radio .custom-control-input:focus ~ .custom-control-label:before {
  background-color: transparent;
}
body.theme-blue .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #d8d8d8;
  background-color: #162c55;
}
body.theme-blue .profile-form .material-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #373737;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
body.theme-blue .profile-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #162c55 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 32%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 80%;
  width: 0;
}
body.theme-blue .custom-control-label:before {
  border: 2px solid rgba(22, 44, 85, 0.6);
}
body.theme-blue .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #d8d8d8;
}
body.theme-blue .br-theme-css-stars .br-widget a.br-active:after {
  color: #ffc351;
}
body.theme-blue .br-theme-css-stars .br-widget a.br-selected:after {
  color: #ffc351;
}
body.theme-blue .br-theme-css-stars .br-widget span.br-active:after {
  color: #ffc351;
}
body.theme-blue .br-theme-css-stars .br-widget span.br-selected:after {
  color: #ffc351;
}
body.theme-blue #commentModal .modal-body .vote-button .btn-brand:hover {
  box-shadow: 0 3px 8px 0 #162c55;
  -moz-box-shadow: 0 3px 8px 0 #162c55;
  -webkit-box-shadow: 0 3px 8px 0 #162c55;
  transition: all 0.2s ease-out;
}
body.theme-blue #commentModal .modal-body .vote-button .btn-gray:hover {
  box-shadow: 0 3px 8px 0 #939393;
  -moz-box-shadow: 0 3px 8px 0 #939393;
  -webkit-box-shadow: 0 3px 8px 0 #939393;
  transition: all 0.2s ease-out;
}
body.theme-blue #puanModal .puan-container .puan-title label.active {
  color: #162c55;
}
body.theme-blue #puanModal .puan-container .puan-title label:first-child:after {
  border: 1px solid #162c55;
}
body.theme-blue #puanModal .puan-container .puan-title label:last-child:after {
  border: 1px solid #162c55;
}
body.theme-blue #puanModal .puan-container .progress .brand-progress {
  background-color: #162c55;
}
body.theme-blue #puanModal .puan-container .progress .puan-location:after {
  border: 1px solid #162c55;
}
body.theme-blue #puanModal .puan-container .progress .puan-location span {
  color: #162c55;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body.theme-blue #puanModal .puan-box-container .social-card .puan .active,
body.theme-blue #puanModal .puan-box-container .social-card .save .active,
body.theme-blue #puanModal .puan-box-container .social-card .favori .active,
body.theme-blue #puanModal .puan-box-container .social-card .like .active {
  color: #162c55;
}
body.theme-blue .no-comment .link {
  color: #162c55;
}
body.theme-blue .swal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
body.theme-blue .swal-modal {
  background-color: #fff;
  border: 1px solid #162c55;
  border-radius: 7px;
}
body.theme-blue .swal-text {
  color: #373737;
}
body.theme-blue .swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #162c55;
  font-size: 12px;
  border: 0;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
body.theme-blue .swal-button:hover {
  background-color: #162c55;
  box-shadow: 0 3px 8px 0 #162c55;
  -moz-box-shadow: 0 3px 8px 0 #162c55;
  -webkit-box-shadow: 0 3px 8px 0 #162c55;
  transition: all 0.2s ease-out;
}
body.theme-blue .swal-button:focus {
  outline: none;
}
body.theme-blue .pagination.bootpag {
  font-family: Izmir;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 6.3px;
}
body.theme-blue .pagination.bootpag a {
  color: #939393;
  text-decoration: none;
}
body.theme-blue .pagination.bootpag a:hover {
  text-decoration: none;
}
body.theme-blue .pagination.bootpag li.active {
  background-color: #162c55;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.theme-blue .pagination.bootpag li.active a {
  color: #fff;
  letter-spacing: 0;
}
body.theme-blue .filter-input-price .price .price-input:checked ~ .price-label {
  background-color: #fff !important;
  border: 2px solid #162c55 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body.theme-blue .filter-input-price .price .price-input:checked ~ .price-label span {
  color: #162c55;
}
body.theme-blue .sidebar-box .destination .destination-text span {
  color: #162c55;
  text-decoration: underline;
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body.theme-blue .sidebar-box .destination .destination-text span:hover {
  cursor: pointer;
}
body.theme-blue .sidebar-box .price .price-content .price-label.active {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #162c55;
}
body.theme-blue .sidebar-box .price .price-content .price-label.active span {
  color: #162c55;
}
body.theme-blue .profile-favori .profile-photo-name {
  background-color: #162c55;
}
body.theme-blue .profile-favori .profile-photo-name .profile-photo {
  border: 2px solid #162c55;
}
body.theme-blue .profile-favori .profile-puan-btn.active,
body.theme-blue .profile-favori .profile-favori-btn.active,
body.theme-blue .profile-favori .profile-like-btn.active,
body.theme-blue .profile-favori .profile-comment-btn.active {
  border: 1px solid #162c55;
}
body.theme-blue .user-puan-list .puan-box .content .link a {
  color: #162c55;
}
body.theme-blue .user-comment-list .comment-box .content .link a {
  color: #162c55;
}
body.theme-blue .cookie-info-wrapper a {
  color: #162c55;
}

/*Theme Defaul Icon*/
@media (min-width: 1200px) {
  .icon-category-right {
    background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -206px -466px;
    width: 26px;
    height: 50px;
    display: block;
    position: absolute;
    top: 114px;
    right: 39px;
    z-index: 99999;
  }
}
@media (min-width: 1450px) {
  .icon-category-right {
    background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -206px -466px;
    width: 26px;
    height: 50px;
    display: block;
    position: absolute;
    top: 114px;
    right: -39px;
    z-index: 99999;
  }
}
.icon-play {
  background: url("../../assets/images/icon/video-play.png") no-repeat;
  width: 52px;
  height: 51px;
  display: block;
}

.icon-problem {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1230px -190px;
  width: 37px;
  height: 37px;
  display: block;
}

.icon-trash {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1291px -197px;
  width: 17px;
  height: 19px;
  display: block;
}

.icon-phone {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -27px -480px;
  width: 25px;
  height: 25px;
  display: block;
}

.icon-kalp {
  background: url("../../assets/images/sprite/like.png") no-repeat;
  cursor: pointer;
  height: 100px;
  width: 100px;
  background-position: left;
  background-repeat: no-repeat;
  /*  background-size: 2900%;*/
}

.icon-kalp:hover {
  background-position: right;
}

.icon-kalp.active {
  animation: heart-burst 0.8s steps(28) 1;
  animation-fill-mode: forwards;
}

@keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.icon-google-map {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1269px -197px;
  width: 18px;
  height: 25px;
  display: block;
}

.icon-email {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -56px -484px;
  width: 25px;
  height: 17px;
  display: block;
}

.icon-konum {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -85px -480px;
  width: 17px;
  height: 25px;
  display: block;
}

.icon-photo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -125px -482px;
  width: 25px;
  height: 18px;
  display: block;
}

.icon-settings {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -104px -482px;
  width: 19px;
  height: 20px;
  display: block;
}

/*
.icon-check {
    background: url($path-sprite) no-repeat -1175px -197px;
    width: 25px;
    height: 25px;
    display: block;
}*/
.icon-error {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1312px -197px;
  width: 25px;
  height: 25px;
  display: block;
}

.icon-success {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1175px -197px;
  width: 25px;
  height: 25px;
  display: block;
}

.icon-check {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1202px -197px;
  width: 25px;
  height: 25px;
  display: block;
}
.icon-check.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1175px -197px;
  width: 25px;
  height: 25px;
  display: block;
}

.footer-logo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -767px -309px;
  width: 200px;
  height: 38px;
  display: block;
}

.footer-ibb-logo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -672px -311px;
  width: 84px;
  height: 92px;
  display: block;
}

.icon-map-maker {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1390px -135px;
  width: 25px;
  height: 24px;
}

.icon-nav-user {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -994px -104px;
  width: 22px;
  height: 25px;
  display: inline-block;
  margin-right: 0px;
}
@media (max-width: 991px) {
  .icon-nav-user {
    margin-right: 0px;
  }
}

/*Sprite Sağ Üst taraf aktif griler*/
.icon-visit-yemek {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -899px -34px;
  width: 27px;
  height: 25px;
  display: block;
}

.icon-visit-tarih {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -928px -34px;
  width: 20px;
  height: 25px;
  display: block;
}

.icon-visit-camii {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -950px -33px;
  width: 24px;
  height: 26px;
  display: block;
}

.icon-visit-otel {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -976px -34px;
  width: 23px;
  height: 25px;
  display: block;
}

.icon-visit-vazo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1001px -34px;
  width: 20px;
  height: 25px;
  display: block;
}

.icon-visit-deniz {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1023px -33px;
  width: 28px;
  height: 26px;
  display: block;
}

.icon-visit-kirsal {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1053px -33px;
  width: 20px;
  height: 26px;
  display: block;
}

.icon-visit-mavi-bayrak {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1074px -33px;
  width: 26px;
  height: 26px;
  display: block;
}

.icon-visit-bisiklet {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1101px -36px;
  width: 35px;
  height: 20px;
  display: block;
}

.icon-visit-turuncu {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1138px -32px;
  width: 28px;
  height: 28px;
  display: block;
}

.icon-visit-rota {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1168px -36px;
  width: 18px;
  height: 20px;
  display: block;
}

.icon-visit-tiyatro {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1187px -33px;
  width: 35px;
  height: 25px;
  display: block;
}

.icon-visit-tablo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1223px -33px;
  width: 20px;
  height: 26px;
  display: block;
}

.icon-visit-saray {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1245px -34px;
  width: 23px;
  height: 24px;
  display: block;
}

.icon-visit-kaplica {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1270px -34px;
  width: 24px;
  height: 25px;
  display: block;
}

.icon-visit-havuz {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1296px -34px;
  width: 28px;
  height: 24px;
  display: block;
}

.icon-visit-endustri {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1326px -34px;
  width: 26px;
  height: 24px;
  display: block;
}

/*/Sprite Sağ Üst taraf aktif griler*/
/*Sprite Sol Üst Circle aktif*/
.icon-visit-circle-yemek.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -23px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-tarih.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -71px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-camii.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -119px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-otel.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -167px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-vazo.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -215px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-deniz.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -263px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-kirsal.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -311px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-mavi-bayrak.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -359px -32px;
  height: 46px;
  width: 46px;
  display: block;
}

.icon-visit-circle-bisiklet.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -407px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-turuncu.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -455px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-rota.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -503px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-tiyatro.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -551px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-tablo.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -599px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-saray.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -647px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-kaplica.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -695px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-havuz.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -743px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-endustri.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -791px -32px;
  width: 46px;
  height: 46px;
  display: block;
}

/*/Sprite Sol üst Circle aktif*/
/*Sprite Sol Üst Circle Pasif*/
.icon-visit-circle-yemek {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -23px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-tarih {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -71px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-camii {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -119px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-otel {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -167px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-vazo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -215px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-deniz {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -263px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-kirsal {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -311px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-mavi-bayrak {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -359px -80px;
  height: 46px;
  display: block;
}

.icon-visit-circle-bisiklet {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -407px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-turuncu {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -455px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-rota {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -503px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-tiyatro {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -551px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-tablo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -599px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-saray {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -647px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-kaplica {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -695px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-havuz {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -743px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

.icon-visit-circle-endustri {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -791px -80px;
  width: 46px;
  height: 46px;
  display: block;
}

/*/Sprite Sol Üst Circle Pasif*/
.icon-visit-share {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -25px -351px;
  width: 20px;
  height: 22px;
  display: block;
}

.icon-visit-save {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -47px -351px;
  width: 17px;
  height: 22px;
  display: block;
}

.icon-visit-favorite {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -66px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}

.icon-visit-comment {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -92px -351px;
  width: 22px;
  height: 21px;
  display: block;
  position: relative;
}

.icon-visit-star {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -482px -351px;
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}

.icon-like {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -66px -351px;
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
}

.icon-save {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -47px -351px;
  width: 17px;
  height: 22px;
  display: block;
  position: relative;
}

.icon-visit-home {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -899px -131px;
  width: 21px;
  height: 25px;
  display: block;
}

.icon-visit-home.active {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -899px -104px;
  width: 21px;
  height: 25px;
  display: block;
}

.icon-visit-map {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -922px -131px;
  width: 17px;
  height: 25px;
  display: block;
}

.icon-visit-map.active {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -922px -104px;
  width: 17px;
  height: 25px;
  display: block;
}

.icon-visit-discover {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -941px -131px;
  width: 25px;
  height: 25px;
  display: block;
}

.icon-visit-discover.active {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -941px -104px;
  width: 25px;
  height: 25px;
  display: block;
}

.icon-visit-calendar {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -968px -131px;
  width: 24px;
  height: 25px;
  display: block;
}

.icon-visit-calendar-h {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -1046px -131px;
  width: 24px;
  height: 25px;
  display: block;
}

.icon-visit-filter-h {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -1017px -131px;
  width: 28px;
  height: 20px;
  display: block;
}

.icon-visit-calendar.active {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -968px -104px;
  width: 24px;
  height: 25px;
  display: block;
}

.icon-visit-user {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -994px -131px;
  width: 22px;
  height: 25px;
  display: block;
}

.icon-visit-user.active {
  background: url("../images/sprite/icon-sprite.svg") no-repeat -994px -104px;
  width: 22px;
  height: 25px;
  display: block;
}

/*Map icon*/
.icon-visit-map-yemek.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -23px -150px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-tarih.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -73px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-camii.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -123px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-otel.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -173px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-vazo.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -223px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-deniz.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -273px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-kirsal.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -323px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-mavi-bayrak.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -373px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-bisiklet.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -423px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-turuncu.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -473px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-rota.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -523px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-tiyatro.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -573px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-tablo.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -623px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-saray.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -673px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-kaplica.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -723px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-havuz.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -773px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-endustri.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -823px -149px;
  width: 48px;
  height: 69px;
  display: block;
}

/*/Map-icon*/
/*Map-icon Pasif*/
.icon-visit-map-yemek {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -23px -150px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-tarih {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -73px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-camii {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -123px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-otel {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -173px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-vazo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -223px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-deniz {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -273px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-kirsal {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -323px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-mavi-bayrak {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -373px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-bisiklet {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -423px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-turuncu {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -473px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-rota {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -523px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-tiyatro {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -573px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-tablo {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -623px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-saray {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -673px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-kaplica {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -723px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-havuz {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -773px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

.icon-visit-map-endustri {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -823px -222px;
  width: 48px;
  height: 69px;
  display: block;
}

/*/Map-icon pasif*/
/*Theme Color Icon*/
/*$name,width,height,redwith,redheight,yellowwith,yellowheight,turquoisewith,turquoiseheight,bluewith,blueheight*/
.theme-red .icon-youtube {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1014px -224px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-turquoise .icon-youtube {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1037px -224px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-yellow .icon-youtube {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1060px -224px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-blue .icon-youtube {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1083px -224px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-red .icon-arrow-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1006px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-turquoise .icon-arrow-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -991px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-yellow .icon-arrow-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -976px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-blue .icon-arrow-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -944px -961px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-red .icon-arrow-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -899px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-turquoise .icon-arrow-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -914px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-yellow .icon-arrow-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -929px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-blue .icon-arrow-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -944px -274px;
  width: 13px;
  height: 25px;
  display: block;
}

.theme-red .icon-visit-profile {
  background: url("../../assets/images/sprite/icon-sprite.svg") -24px -411px;
  width: 18px;
  height: 20px;
  display: block;
}

.theme-turquoise .icon-visit-profile {
  background: url("../../assets/images/sprite/icon-sprite.svg") -90px -411px;
  width: 18px;
  height: 20px;
  display: block;
}

.theme-yellow .icon-visit-profile {
  background: url("../../assets/images/sprite/icon-sprite.svg") -156px -411px;
  width: 18px;
  height: 20px;
  display: block;
}

.theme-blue .icon-visit-profile {
  background: url("../../assets/images/sprite/icon-sprite.svg") -222px -411px;
  width: 18px;
  height: 20px;
  display: block;
}

.theme-red .icon-visit-settings {
  background: url("../../assets/images/sprite/icon-sprite.svg") -44px -411px;
  width: 19px;
  height: 20px;
  display: block;
}

.theme-turquoise .icon-visit-settings {
  background: url("../../assets/images/sprite/icon-sprite.svg") -110px -411px;
  width: 19px;
  height: 20px;
  display: block;
}

.theme-yellow .icon-visit-settings {
  background: url("../../assets/images/sprite/icon-sprite.svg") -176px -411px;
  width: 19px;
  height: 20px;
  display: block;
}

.theme-blue .icon-visit-settings {
  background: url("../../assets/images/sprite/icon-sprite.svg") -242px -411px;
  width: 19px;
  height: 20px;
  display: block;
}

.theme-red .icon-visit-help {
  background: url("../../assets/images/sprite/icon-sprite.svg") -65px -411px;
  width: 23px;
  height: 20px;
  display: block;
}

.theme-turquoise .icon-visit-help {
  background: url("../../assets/images/sprite/icon-sprite.svg") -131px -411px;
  width: 23px;
  height: 20px;
  display: block;
}

.theme-yellow .icon-visit-help {
  background: url("../../assets/images/sprite/icon-sprite.svg") -197px -411px;
  width: 23px;
  height: 20px;
  display: block;
}

.theme-blue .icon-visit-help {
  background: url("../../assets/images/sprite/icon-sprite.svg") -263px -411px;
  width: 23px;
  height: 20px;
  display: block;
}

.theme-red .icon-visit-share.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -116px -351px;
  width: 20px;
  height: 22px;
  display: block;
}

.theme-turquoise .icon-visit-share.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -207px -351px;
  width: 20px;
  height: 22px;
  display: block;
}

.theme-yellow .icon-visit-share.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -298px -351px;
  width: 20px;
  height: 22px;
  display: block;
}

.theme-blue .icon-visit-share.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -389px -351px;
  width: 20px;
  height: 22px;
  display: block;
}

.theme-red .icon-visit-save.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -138px -351px;
  width: 17px;
  height: 22px;
  display: block;
}

.theme-turquoise .icon-visit-save.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -229px -351px;
  width: 17px;
  height: 22px;
  display: block;
}

.theme-yellow .icon-visit-save.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -320px -351px;
  width: 17px;
  height: 22px;
  display: block;
}

.theme-blue .icon-visit-save.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -411px -351px;
  width: 17px;
  height: 22px;
  display: block;
}

.theme-red .icon-visit-favorite.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -157px -351px;
  width: 24px;
  height: 22px;
  display: block;
}

.theme-turquoise .icon-visit-favorite.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -248px -351px;
  width: 24px;
  height: 22px;
  display: block;
}

.theme-yellow .icon-visit-favorite.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -339px -351px;
  width: 24px;
  height: 22px;
  display: block;
}

.theme-blue .icon-visit-favorite.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -430px -351px;
  width: 24px;
  height: 22px;
  display: block;
}

.theme-red .icon-visit-comment.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -183px -351px;
  width: 22px;
  height: 21px;
  display: block;
}

.theme-turquoise .icon-visit-comment.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -274px -351px;
  width: 22px;
  height: 21px;
  display: block;
}

.theme-yellow .icon-visit-comment.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -365px -351px;
  width: 22px;
  height: 21px;
  display: block;
}

.theme-blue .icon-visit-comment.active {
  background: url("../../assets/images/sprite/icon-sprite.svg") -456px -351px;
  width: 22px;
  height: 21px;
  display: block;
}

.theme-red .icon-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -899px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-turquoise .icon-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -968px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-yellow .icon-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1037px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-blue .icon-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1106px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-red .icon-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -922px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-turquoise .icon-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -991px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-yellow .icon-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1060px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-blue .icon-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1129px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-red .icon-instagram {
  background: url("../../assets/images/sprite/icon-sprite.svg") -945px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-turquoise .icon-instagram {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1014px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-yellow .icon-instagram {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1083px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-blue .icon-instagram {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1152px -199px;
  width: 21px;
  height: 21px;
  display: block;
}

.theme-red .icon-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -897px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-turquoise .icon-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -947px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-yellow .icon-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -997px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-blue .icon-left {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1047px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-red .icon-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -922px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-turquoise .icon-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -972px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-yellow .icon-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1022px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-blue .icon-right {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1072px -249px;
  width: 24px;
  height: 19px;
  display: block;
}

.theme-red .icon-search {
  background: url("../../assets/images/sprite/icon-sprite.svg") -897px -223px;
  width: 25px;
  height: 25px;
  display: block;
}

.theme-turquoise .icon-search {
  background: url("../../assets/images/sprite/icon-sprite.svg") -924px -223px;
  width: 25px;
  height: 25px;
  display: block;
}

.theme-yellow .icon-search {
  background: url("../../assets/images/sprite/icon-sprite.svg") -951px -223px;
  width: 25px;
  height: 25px;
  display: block;
}

.theme-blue .icon-search {
  background: url("../../assets/images/sprite/icon-sprite.svg") -978px -223px;
  width: 25px;
  height: 25px;
  display: block;
}

/*Linkli iconlar için*/
/*$name,width,height,defwith,defheight,redwith,redheight,yellowwith,yellowheight,turquoisewith,turquoiseheight,bluewith,blueheight*/
.modal-login-container .icon-modal-gmail,
.modal-register-container .icon-modal-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -263px -380px;
  width: 22px;
  height: 23px;
  display: block;
}
.modal-login-container:hover,
.modal-register-container:hover {
  text-decoration: none;
}

.theme-red .modal-login-container:hover .icon-modal-gmail, .theme-red .modal-login-container.active .icon-modal-gmail,
.theme-red .modal-register-container:hover .icon-modal-gmail,
.theme-red .modal-register-container.active .icon-modal-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -22px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-turquoise .modal-login-container:hover .icon-modal-gmail, .theme-turquoise .modal-login-container.active .icon-modal-gmail,
.theme-turquoise .modal-register-container:hover .icon-modal-gmail,
.theme-turquoise .modal-register-container.active .icon-modal-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -82px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-yellow .modal-login-container:hover .icon-modal-gmail, .theme-yellow .modal-login-container.active .icon-modal-gmail,
.theme-yellow .modal-register-container:hover .icon-modal-gmail,
.theme-yellow .modal-register-container.active .icon-modal-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -142px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-blue .modal-login-container:hover .icon-modal-gmail, .theme-blue .modal-login-container.active .icon-modal-gmail,
.theme-blue .modal-register-container:hover .icon-modal-gmail,
.theme-blue .modal-register-container.active .icon-modal-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -202px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.modal-login-container .icon-modal-facebook,
.modal-register-container .icon-modal-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -286px -380px;
  width: 11px;
  height: 24px;
  display: block;
}
.modal-login-container:hover,
.modal-register-container:hover {
  text-decoration: none;
}

.theme-red .modal-login-container:hover .icon-modal-facebook, .theme-red .modal-login-container.active .icon-modal-facebook,
.theme-red .modal-register-container:hover .icon-modal-facebook,
.theme-red .modal-register-container.active .icon-modal-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -45px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-turquoise .modal-login-container:hover .icon-modal-facebook, .theme-turquoise .modal-login-container.active .icon-modal-facebook,
.theme-turquoise .modal-register-container:hover .icon-modal-facebook,
.theme-turquoise .modal-register-container.active .icon-modal-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -105px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-yellow .modal-login-container:hover .icon-modal-facebook, .theme-yellow .modal-login-container.active .icon-modal-facebook,
.theme-yellow .modal-register-container:hover .icon-modal-facebook,
.theme-yellow .modal-register-container.active .icon-modal-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -165px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-blue .modal-login-container:hover .icon-modal-facebook, .theme-blue .modal-login-container.active .icon-modal-facebook,
.theme-blue .modal-register-container:hover .icon-modal-facebook,
.theme-blue .modal-register-container.active .icon-modal-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -225px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.modal-login-container .icon-modal-twitter,
.modal-register-container .icon-modal-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -300px -383px;
  width: 21px;
  height: 17px;
  display: block;
}
.modal-login-container:hover,
.modal-register-container:hover {
  text-decoration: none;
}

.theme-red .modal-login-container:hover .icon-modal-twitter, .theme-red .modal-login-container.active .icon-modal-twitter,
.theme-red .modal-register-container:hover .icon-modal-twitter,
.theme-red .modal-register-container.active .icon-modal-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -59px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-turquoise .modal-login-container:hover .icon-modal-twitter, .theme-turquoise .modal-login-container.active .icon-modal-twitter,
.theme-turquoise .modal-register-container:hover .icon-modal-twitter,
.theme-turquoise .modal-register-container.active .icon-modal-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -119px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-yellow .modal-login-container:hover .icon-modal-twitter, .theme-yellow .modal-login-container.active .icon-modal-twitter,
.theme-yellow .modal-register-container:hover .icon-modal-twitter,
.theme-yellow .modal-register-container.active .icon-modal-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -179px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-blue .modal-login-container:hover .icon-modal-twitter, .theme-blue .modal-login-container.active .icon-modal-twitter,
.theme-blue .modal-register-container:hover .icon-modal-twitter,
.theme-blue .modal-register-container.active .icon-modal-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -239px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-red .icon-social-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -22px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-turquoise .icon-social-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -82px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-yellow .icon-social-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -142px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-blue .icon-social-gmail {
  background: url("../../assets/images/sprite/icon-sprite.svg") -202px -380px;
  width: 22px;
  height: 23px;
  display: block;
}

.theme-red .icon-social-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -45px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-turquoise .icon-social-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -105px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-yellow .icon-social-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -165px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-blue .icon-social-facebook {
  background: url("../../assets/images/sprite/icon-sprite.svg") -225px -380px;
  width: 11px;
  height: 24px;
  display: block;
}

.theme-red .icon-social-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -59px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-turquoise .icon-social-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -119px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-yellow .icon-social-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -179px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

.theme-blue .icon-social-twitter {
  background: url("../../assets/images/sprite/icon-sprite.svg") -239px -383px;
  width: 21px;
  height: 17px;
  display: block;
}

a .icon-nav-harita {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1075px -134px;
  width: 14px;
  height: 20px;
}

.theme-red a.active .icon-nav-harita, .theme-red a:hover .icon-nav-harita {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1137px -134px;
  width: 14px;
  height: 20px;
}

.theme-turquoise a.active .icon-nav-harita, .theme-turquoise a:hover .icon-nav-harita {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1199px -134px;
  width: 14px;
  height: 20px;
}

.theme-yellow a.active .icon-nav-harita, .theme-yellow a:hover .icon-nav-harita {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1261px -134px;
  width: 14px;
  height: 20px;
}

.theme-blue a.active .icon-nav-harita, .theme-blue a:hover .icon-nav-harita {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1323px -134px;
  width: 14px;
  height: 20px;
}

a .icon-nav-kesfet {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1092px -134px;
  width: 20px;
  height: 20px;
}

.theme-red a.active .icon-nav-kesfet, .theme-red a:hover .icon-nav-kesfet {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1154px -134px;
  width: 20px;
  height: 20px;
}

.theme-turquoise a.active .icon-nav-kesfet, .theme-turquoise a:hover .icon-nav-kesfet {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1216px -134px;
  width: 20px;
  height: 20px;
}

.theme-yellow a.active .icon-nav-kesfet, .theme-yellow a:hover .icon-nav-kesfet {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1278px -134px;
  width: 20px;
  height: 20px;
}

.theme-blue a.active .icon-nav-kesfet, .theme-blue a:hover .icon-nav-kesfet {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1340px -134px;
  width: 20px;
  height: 20px;
}

a .icon-nav-etkinlik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1115px -134px;
  width: 19px;
  height: 20px;
}

.theme-red a.active .icon-nav-etkinlik, .theme-red a:hover .icon-nav-etkinlik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1177px -134px;
  width: 19px;
  height: 20px;
}

.theme-turquoise a.active .icon-nav-etkinlik, .theme-turquoise a:hover .icon-nav-etkinlik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1239px -134px;
  width: 19px;
  height: 20px;
}

.theme-yellow a.active .icon-nav-etkinlik, .theme-yellow a:hover .icon-nav-etkinlik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1301px -134px;
  width: 19px;
  height: 20px;
}

.theme-blue a.active .icon-nav-etkinlik, .theme-blue a:hover .icon-nav-etkinlik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1363px -134px;
  width: 19px;
  height: 20px;
}

a .icon-nav-saglik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -347px -477px;
  width: 23px;
  height: 20px;
}

.theme-red a.active .icon-nav-saglik, .theme-red a:hover .icon-nav-saglik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -243px -477px;
  width: 23px;
  height: 20px;
}

.theme-turquoise a.active .icon-nav-saglik, .theme-turquoise a:hover .icon-nav-saglik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1239px -134px;
  width: 23px;
  height: 20px;
}

.theme-yellow a.active .icon-nav-saglik, .theme-yellow a:hover .icon-nav-saglik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1301px -134px;
  width: 23px;
  height: 20px;
}

.theme-blue a.active .icon-nav-saglik, .theme-blue a:hover .icon-nav-saglik {
  background: url("../../assets/images/sprite/icon-sprite.svg") -1363px -134px;
  width: 23px;
  height: 20px;
}

.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;
  outline: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  line-height: 39px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  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;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  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;
  outline: 0;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: 0;
}
.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: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 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[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  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 #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 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--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.notification-wrapper {
  position: fixed;
  z-index: 9999;
}
@media (max-width: 767px) {
  .notification-wrapper {
    bottom: 40px;
    left: 10px;
    right: 10px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .notification-wrapper {
    top: 40vh;
    right: 20px;
    width: 348px;
  }
}
.notification-wrapper .error.natification-container {
  margin-bottom: 15px;
  border-left: 6px solid #cf2626;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.notification-wrapper .error.natification-container .icon span {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1312px -197px;
  width: 25px;
  height: 25px;
  display: block;
}
.notification-wrapper .success.natification-container {
  margin-bottom: 15px;
  border-left: 6px solid #5bd363;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.notification-wrapper .success.natification-container .icon span {
  background: url("../../assets/images/sprite/icon-sprite.svg") no-repeat -1312px -197px;
  width: 25px;
  height: 25px;
  display: block;
}
.notification-wrapper .text {
  margin-left: 15px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #565656;
}
.notification-wrapper .natification-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.preloader {
  display: none;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 0;
  z-index: 999999999;
}
.preloader.active {
  display: flex;
}

.preloader-container {
  width: 112px;
  height: 112px;
}

.preloader::after {
  content: "";
  background: black;
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
  opacity: 0.6;
}

.box1,
.box2,
.box3 {
  border: 16px solid #fff;
  box-sizing: border-box;
  position: absolute;
  display: block;
  z-index: 999999999999;
}

.box1 {
  width: 112px;
  height: 48px;
  margin-top: 64px;
  margin-left: 0px;
  animation: anime1 4s 0s forwards ease-in-out infinite;
}

.box2 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 0px;
  animation: anime2 4s 0s forwards ease-in-out infinite;
}

.box3 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 64px;
  animation: anime3 4s 0s forwards ease-in-out infinite;
}

@keyframes anime1 {
  0% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  75% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 0px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
@keyframes anime2 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  50% {
    width: 112px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
}
@keyframes anime3 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  25% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 64px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  100% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
}
.user-puan-list .puan-box {
  position: relative;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) {
  .user-puan-list .puan-box {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .user-puan-list .puan-box {
    margin-bottom: 75px;
  }
}
.user-puan-list .puan-box .header {
  display: block;
  height: 53px;
  position: relative;
}
.user-puan-list .puan-box .header .photo {
  margin-right: 13px;
  width: 59px;
  height: 53px;
  position: relative;
  display: block;
  float: left;
}
.user-puan-list .puan-box .header .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 7px;
}
.user-puan-list .puan-box .header .text {
  position: absolute;
  left: 69px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.user-puan-list .puan-box .header .text h3 {
  font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #373737;
}
.user-puan-list .puan-box .header .trash {
  position: absolute;
  right: 0;
}
.user-puan-list .puan-box hr {
  margin: 10px 0px;
}
.user-puan-list .puan-box .content {
  position: relative;
  min-height: 100px;
}
.user-puan-list .puan-box .content .rank-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .user-puan-list .puan-box .content .rank-container span {
    font-size: 29px !important;
    margin-right: 4px !important;
  }
}
@media (min-width: 1200px) {
  .user-puan-list .puan-box .content .rank-container span {
    font-size: 32px !important;
    margin-right: 6px !important;
  }
}
.user-puan-list .puan-box .content .rank-container .puan-text p {
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #939393;
  margin-bottom: 0px;
}
.user-puan-list .puan-box .content .date {
  position: absolute;
  right: 0px;
  top: -6px;
}
.user-puan-list .puan-box .content .date span {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cbcbcb;
}
.user-puan-list .puan-box .content .text {
  position: relative;
  padding-top: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.user-puan-list .puan-box .content .text p {
  margin-bottom: 0px;
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #939393;
}
.user-puan-list .puan-box .content .link {
  text-align: center;
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.sponsor-wrapper {
  width: 100%;
  /* margin-top: 135px;*/
  position: relative;
}
.sponsor-wrapper.map-page-sponsor {
  margin-top: 111px;
}
@media (max-width: 767px) {
  .sponsor-wrapper {
    margin-top: 0px;
    margin-bottom: 150px;
  }
  .sponsor-wrapper.map-page-sponsor {
    display: none;
  }
}
@media (min-width: 768px) {
  .sponsor-wrapper {
    background-color: #fff;
  }
}
.sponsor-wrapper .mobile-sponsor-link {
  display: none;
}
@media (max-width: 767px) {
  .sponsor-wrapper .mobile-sponsor-link {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .sponsor-wrapper .mobile-sponsor-link .btn {
    background-color: #d0d0d0;
    height: 45px;
    width: 70vw;
    font-family: "Izmir-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
  }
  .sponsor-wrapper .mobile-sponsor-link a {
    font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .sponsor-wrapper .sponsor-container {
    display: none;
  }
}
@media (min-width: 768px) {
  .sponsor-wrapper .sponsor-container {
    text-align: center;
  }
  .sponsor-wrapper .sponsor-container .lbl-sponsor {
    position: relative;
    font-family: "Izmir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 105px;
  }
  .sponsor-wrapper .sponsor-container .lbl-sponsor:hover {
    cursor: pointer;
  }
  .sponsor-wrapper .sponsor-container .lbl-sponsor:before {
    position: absolute;
    right: -40px;
    top: 4px;
    content: "";
    background: url("../../assets/images/sponsor/down.svg") no-repeat;
    width: 30px;
    height: 20px;
    display: block;
  }
  .sponsor-wrapper .sponsor-container .chk-sponsor {
    opacity: 0;
  }
  .sponsor-wrapper .sponsor-container .chk-sponsor:checked ~ .lbl-sponsor:before {
    position: absolute;
    right: -40px;
    top: 4px;
    content: "";
    background: url("../../assets/images/sponsor/up.svg") no-repeat;
    width: 30px;
    height: 20px;
    display: block;
  }
  .sponsor-wrapper .sponsor-container .chk-sponsor:checked ~ .other-sponsor {
    display: flex;
  }
  .sponsor-wrapper .sponsor-container .other-sponsor {
    display: none;
    padding-top: 35px;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sponsor-wrapper .sponsor-container .other-sponsor {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .sponsor-wrapper .sponsor-container .other-sponsor {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .sponsor-wrapper .sponsor-container .other-sponsor .deu-isletme,
  .sponsor-wrapper .sponsor-container .other-sponsor .deu-mimarlik,
  .sponsor-wrapper .sponsor-container .other-sponsor .kivi,
  .sponsor-wrapper .sponsor-container .other-sponsor .uhs,
  .sponsor-wrapper .sponsor-container .other-sponsor .kulturel-vakif,
  .sponsor-wrapper .sponsor-container .other-sponsor .doga {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sponsor-wrapper .sponsor-container .other-sponsor .deu-isletme,
  .sponsor-wrapper .sponsor-container .other-sponsor .deu-mimarlik,
  .sponsor-wrapper .sponsor-container .other-sponsor .kivi,
  .sponsor-wrapper .sponsor-container .other-sponsor .uhs,
  .sponsor-wrapper .sponsor-container .other-sponsor .kulturel-vakif,
  .sponsor-wrapper .sponsor-container .other-sponsor .doga {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sponsor-wrapper .sponsor-container .other-sponsor .deu-isletme .box,
  .sponsor-wrapper .sponsor-container .other-sponsor .deu-mimarlik .box,
  .sponsor-wrapper .sponsor-container .other-sponsor .kivi .box,
  .sponsor-wrapper .sponsor-container .other-sponsor .uhs .box,
  .sponsor-wrapper .sponsor-container .other-sponsor .kulturel-vakif .box,
  .sponsor-wrapper .sponsor-container .other-sponsor .doga .box {
    border-radius: 7px;
    box-shadow: 0 2px 15px 0 rgba(2, 2, 2, 0.1);
    background-color: #ffffff;
  }
  .sponsor-wrapper .sponsor-container .other-sponsor a {
    display: block;
    padding: 23px;
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sponsor-wrapper .sponsor-container .other-sponsor a {
    width: 175px;
    height: 84px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .sponsor-wrapper .sponsor-container .other-sponsor a {
    width: 182px;
    height: 88px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .sponsor-wrapper .sponsor-container .other-sponsor a {
    width: 203px;
    height: 98px;
  }
}
@media (min-width: 768px) {
  .sponsor-wrapper .sponsor-container .other-sponsor a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .sponsor-wrapper .sponsor-container .main-sponsor {
    display: flex;
    justify-content: center;
  }
  .sponsor-wrapper .sponsor-container .main-sponsor .ibb,
  .sponsor-wrapper .sponsor-container .main-sponsor .izmir-vakfi,
  .sponsor-wrapper .sponsor-container .main-sponsor .sunexpress {
    display: flex;
    align-items: center;
  }
  .sponsor-wrapper .sponsor-container .main-sponsor .ibb:before,
  .sponsor-wrapper .sponsor-container .main-sponsor .izmir-vakfi:before,
  .sponsor-wrapper .sponsor-container .main-sponsor .sunexpress:before {
    border-right: 2px solid #e4e4e4;
    content: "";
    display: block;
    height: 60px;
  }
  .sponsor-wrapper .sponsor-container .main-sponsor .ibb:before {
    display: none;
  }
  .sponsor-wrapper .sponsor-container .main-sponsor a {
    padding: 30px 45px;
    display: block;
  }
  .sponsor-wrapper .sponsor-container .main-sponsor a img {
    width: 100%;
  }
}

.sponsor-title {
  top: -125px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .sponsor-title {
    top: -55px;
  }
}
.sponsor-title h3 {
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #004684;
}

.social-title {
  position: relative;
  text-align: center;
}
.social-title h3 {
  font-family: "Izmir-Semibold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #004684;
}

.content-box .other-sponsor {
  display: flex;
  padding-top: 35px;
  padding-bottom: 25px;
  justify-content: center;
}
@media (min-width: 0px) {
  .content-box .other-sponsor {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .content-box .other-sponsor {
    flex-wrap: nowrap;
  }
}
.content-box .other-sponsor .deu-isletme,
.content-box .other-sponsor .deu-mimarlik,
.content-box .other-sponsor .kivi,
.content-box .other-sponsor .uhs,
.content-box .other-sponsor .kulturel-vakif,
.content-box .other-sponsor .doga {
  padding-right: 15px;
}
@media (min-width: 0px) {
  .content-box .other-sponsor .deu-isletme,
  .content-box .other-sponsor .deu-mimarlik,
  .content-box .other-sponsor .kivi,
  .content-box .other-sponsor .uhs,
  .content-box .other-sponsor .kulturel-vakif,
  .content-box .other-sponsor .doga {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.content-box .other-sponsor .deu-isletme .box,
.content-box .other-sponsor .deu-mimarlik .box,
.content-box .other-sponsor .kivi .box,
.content-box .other-sponsor .uhs .box,
.content-box .other-sponsor .kulturel-vakif .box,
.content-box .other-sponsor .doga .box {
  border-radius: 7px;
  box-shadow: 0 2px 15px 0 rgba(2, 2, 2, 0.1);
  background-color: #ffffff;
}
.content-box .other-sponsor a {
  display: block;
  padding: 23px;
  text-align: center;
}
@media (min-width: 0px) {
  .content-box .other-sponsor a {
    width: 175px;
    height: 84px;
  }
}
@media (min-width: 768px) {
  .content-box .other-sponsor a {
    width: 175px;
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .content-box .other-sponsor a {
    width: 182px;
    height: 88px;
  }
}
@media (min-width: 1600px) {
  .content-box .other-sponsor a {
    width: 192px;
    height: 98px;
  }
}
.content-box .other-sponsor a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}/*# sourceMappingURL=main.css.map */