/********* CİZGİLİ EFEKT START *********/
.cizgili-efekt {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;

}
.cizgili-efekt:hover {
  border: none;
  transition: all 2s linear;
}
.cizik{
  display: block;
  padding: 15px;
}
.cizgili-efekt::before, .cizgili-efekt::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 2s linear;
  background: rgba(255,255,255,0.5);
  z-index: 9;
}
.cizgili-efekt .cizik::before, .cizgili-efekt .cizik::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: rgba(255,255,255,0.5);
  z-index: 9;
}
.cizgili-efekt:hover::before, .cizgili-efekt:hover::after{
  width: 100%;
}
.cizgili-efekt:hover .cizik::before, .cizgili-efekt:hover .cizik::after{
  height: 100%;
}
.cizgili-efekt::after{
  right:0;
  bottom: 0;
  transition-duration: 0.8s;
}
.cizgili-efekt .cizik::after{
  right:0;
  bottom: 0;
  transition-duration: 0.8s;
}
.cizgili-efekt::before{
  left: 0;
  top: 0;
  transition-duration: 0.8s;
}
.cizgili-efekt .cizik::before{
  left: 0;
  top: 0;
  transition-duration: 0.8s;
}
/********* CİZGİLİ EFEKT FINISH *********/
/****************** TOOL TİP START  *********************/
.tooltip-item {
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  float: left;
}
.tooltip-content, .tooltip-item::after {
  left: 50%;
  width: 300px;
  position: absolute
}
.ribbon.popular {
  background: url(../img/ribbon_popular.png) no-repeat
}
.ribbon.top_rated {
  background: url(../img/ribbon_top_rated.png) no-repeat
}
.tooltip_styled {
  display: inline;
  position: relative;
  z-index: 999;
}
.tooltip-item {
  cursor: pointer;
  display: inline-block
}
.tooltip-content, .tooltip-content-flip {
  z-index: 9999;
  bottom: 100%;
  cursor: default;
  color: #fff
}
.tooltip-item::after {
  content: '';
  height: 20px;
  bottom: 100%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.tooltip_styled:hover .tooltip-item::after {
  pointer-events: auto
}
.tooltip-content {
  margin: 0 0 20px -180px;
  text-align: left;
  line-height: 20px;
  display: block;
  padding: 15px;
  font-size: 12px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, .2);
  background: #333;
  opacity: 0;
  pointer-events: none
}
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s
}
.tooltip-effect-2 .tooltip-content {
  -webkit-transform-origin: 50% calc(100% + 10px);
  transform-origin: 50% calc(100% + 10px);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s
}
.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s
}
.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(.7, .3, 1);
  transform: scale3d(.7, .3, 1);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s
}
.tooltip_styled:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
}
.tooltip-content::after, .tooltip_flip::after {
  pointer-events: none;
  content: ''
}
.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}
.tooltip-content::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: #333 transparent transparent;
  border-width: 10px;
  margin-left: -10px
}
.tooltip-content .label {
  margin-left: 10px
}
.tooltip-content i {
  font-size: 20px !important;
  top: 3px !important;
  left: -3px !important;
  position: relative
}
.tooltip-content h4 {
  display: block;
  margin: 0 0 10px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}
.tooltip-content a {
  font-weight: 700
}
#position ul li:after, #position ul li:first-child:before {
  font-weight: 400;
  font-family: fontello;
  font-style: normal
}
.tooltip_flip {
  position: relative
}
.tooltip_flip::after {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.tooltip_flip:hover::after {
  pointer-events: auto
}
.tooltip-content-flip {
  position: absolute;
  width: 80px;
  height: 80px;
  left: -40%;
  text-align: center;
  opacity: 0;
  margin-bottom: 7px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s
}
.strip_all_tour_list .tooltip-content-flip {
  left: -65%
}
.tooltip-effect-1 .tooltip-content-flip {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0)
}
.tooltip_flip:hover .tooltip-content-flip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.tooltip-content-flip > span {
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s
}
.tooltip-back {
  background: #e04f67;
  font-size: 12px;
  line-height: 14px;
  padding-top: 25px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 90deg)
}
.tooltip_flip:hover .tooltip-content-flip > span {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg)
}
.tooltip-content-flip .tooltip-back::after, .tooltip-content-flip .tooltip-front::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0
}
.tooltip-content-flip .tooltip-front::after {
  right: 0;
  border-top: 10px solid #e64b50;
  border-left: 10px solid transparent;
}
.tooltip-content-flip .tooltip-back::after {
  left: 45%;
  border-top: 10px solid #e64b50;
  border-right: 10px solid transparent;
}
/******************* TOOL TİP FINISH *******************/
/******************* Filtre Start *************************/
.filterelement:before{
  content:'\f0c8';
  font-family: "Font Awesome 5 Free";
  font-size:18px;
  color: #333;
  margin-right: 8px;
  float:left;
  position: absolute;
  left:10px;
  top: 5px;
}
.filterelement.active:before{
  content:'\f14a';
}
.filterelement {
  position: relative;
  padding: 5px 50px 5px 35px;
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e2e2;
}
.etkinlik .filterelement {
  display: inline-block;
  border: 1px solid #ccc;
}
.filterelement:hover , .filterelement.active {
  background: #00a680;
  color: #FFFFFF;
}
.filterelement:hover:before , .filterelement.active:before {
  color: #FFFFFF;
}
.filterelement.active:hover {
  background: #ff7c1f;
  color: #FFFFFF;
}
.filterelement.active:hover:before {
  content:'\f410';
  color: #FFFFFF;
  font-weight: bold;
}
.filterelement .filter_count {
  position: absolute;
  top: 5px;
  right: 10px;
}
.beden .filterelement {
  display: inline-block;
  width: 32%;
}
.filtre-alt {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.filtre-alt:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.filtre .filtrele {
  float: left;
  font-family: 'GT Eesti Display';
  padding: 8px 10px;
}
.filtre #filtmenu {
  float: left;
  display: none;
}
.filtre #filtmenu.active {
  display: block;
}
/******************* Filtre Start *************************/
.rezerve {
  width: 100%;
  height: 90vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.rezerve .tablo {
  height: 90vh;
}
.rezerve .baslik {
  background: #fb0411;
  margin-top: 80px;
  margin: 0px;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-family: 'GT Eesti Display';
}
.etkinlik .kutu p {
  margin: 0px;
  width: 75%;
  float: left;
  font-family: 'GT Eesti Display';
  color: #1451ac;
}
.etkinlik .foto {
  height: 230px;
}
.etkinlik .kutu span {
  width: 25%;
  float: left;
  color: #1451ac;
}
.etkinlik .kutu h3 {
  text-transform: uppercase;
  color: #fb0411;
}
.etkinlik .kutu .biletal {
  background: #1451ac;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 100%;
  margin: 10px 0px;
}
.etkinlik .kutu:hover .biletal {
  background: #fb0411;
}
.etkinlik.icsayfa button , .etkinlik.icsayfa a {
  clear: both;
}
.owl-carousel .owl-item img {
  display: none !important;
}
.yeme .sol {
  padding: 0px 100px 0px 50px;
  width: 50%;
  color: #fff;
  text-align: right;
}
.yeme .sol h2 {
  color: #fff;
}
.yeme .sag {
  bottom: 0;
  float: right;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-color: #1451ac;
  padding: 0px 50px 0px 100px;
  color: #fff;
}
.yeme a {
  color: #fff;
}
.yeme .sag h2 {
  color: #fff;
}
.yeme {
  position: relative;
  background-color: #fb0411;
}
.yeme .tablo {
  height: 250px;
}
.yeme .foto {
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 1px 1px 10px #000000ad;
  margin: 0px auto;
  top: 50%;
  margin-top: -50px;
}
.zemin {
  background: #fff;
  padding: 20px;
  box-shadow: 1px 1px 10px #dbdbdb;
}
.panel-default {
  border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: none;
}
.acti p {
  border-bottom: 1px solid #ccc;
  margin: 0px;
  padding: 5px;
}
.acti h4 {
  margin-bottom: 0px;
}
.teslogo {
  margin: 20px 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0px
}
.teslogo h3 {
  line-height: 40px;
}
.biletal .zemin , .tesekkur .zemin , .icsayfa .zemin{
  width: 69%;
  float: left;
  margin-right: 1%;
}
.biletal .sidebar , .tesekkur .sidebar , .icsayfa .sidebar{
  width: 30%;
  float: right;
  box-shadow: 1px 1px 10px #dbdbdb;
}
.biletal .sidebar .textcont , .tesekkur .sidebar .textcont {
  background: #fff;
  box-shadow: 1px 1px 10px #dbdbdb;
  margin-bottom: 10px;
}
.biletal p.yana {
  float: left;
  margin-right: 10px;
}
#activite .rezervasyon-formu .rezervasyon {
  margin-top: 26px;
  background: #fff;
  color: #204686;
  height: 40px;
}
#activite .rezervasyon-formu .rezervasyon:hover {
  background: #fb0411;
  color: #fff;
}
.rezervasyon {
  background: #204686;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'GT Eesti Display';
  border: 0px;
  display: block;
  width: 100%;
  clear: both;
}
.kollap .panel-title a[aria-expanded="true"]:before, .kollap .panel-title a.acik:before {
  content: "\f078";
}
.kollap {
  padding: 30px 0px;
}
.kollap.panel-group .panel-heading + .panel-collapse > .panel-body, .kollap.panel-group .panel-heading + .panel-collapse > .list-group {
  padding: 20px 10px;
  line-height: 25px;
}
.kollap .panel-title a:before, .kollap .panel-title a.acik.collapsed:before {
  position: absolute;
  right: 10px;
  z-index: 99999;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.kollap .panel-title {
  position: relative;
}
.kollap .panel-heading {
  padding: 10px;
}
.tsk.foto {
  height: 276px;
}
.bankaform {
  margin-top: 18px;
}
.sidebar .baslik {
  background: #fb0411;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-family: 'GT Eesti Display';
  margin-bottom: 0px;
  font-size: 22px;
}
.sidebar ul.nav-tabs li {
  border: none;
}
.sidebar ul li {
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar ul li span{
  width: 23%;
  float: right;
}
.sidebar ul li.toplam {
  color: #348620;
  font-weight: bold;
}
.sidebar ul li.geneltoplam {
  background: #fb0411;
  color: #fff;
  font-family: 'GT Eesti Display';
  padding: 5px 20px;
}
.sidebar ul li.geneltoplam span {
  font-size: 24px;
  width: 40%;
}
.yardim svg {
  font-size: 40px;
}
.yardim a {
  display: block;
  color: #1451ac;
}
.yardim a.tel {
  font-size: 28px;
  color: #fb0411;
  margin: 10px 0px;
}
button.sil {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
}
button.sil.btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  padding: 10px 0px 0px 0px;
}
.panel-heading .nav-tabs>li.active>a, .panel-heading .nav-tabs>li.active>a:focus, .panel-heading .nav-tabs>li.active>a:hover {
  background-color: #fb0411;
  color: #fff;
}
.deneyim .icon {
  width: 40px;
  height: 40px;
  background: #cde1ff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.deneyim .form-group svg, .deneyim .form-group i {
  margin: 0px auto;
  display: block;
  line-height: 40px;
  height: 40px;
  color: #1451ac;
  text-align: center;
}
.deneyim .form-group {
  background: #FFFFFF;
  padding-left: 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,.175);
  margin: 0px 0px 10px 0px;
  height: 40px;
  position: relative;
}
.deneyim .form-control {
  box-shadow: none;
  background: transparent;
  height: 40px;
}
.deneyim .form-group .input-group {
  width: 85%;
}
.deneyim .form-group .input-group-btn .btn {
  width: 85%;
}
.deneyim .foto {
  height: 545px;
}
.deneyimler .etiket {
  background: #1451ac;
  color: #fff;
  padding: 0px 10px;
  margin: 0px;
  text-align: center;
}
.deneyimler h4 {
  text-align: center;
  margin: 0px;
  padding: 8px;
}
.deneyimler .detaylikarart h4 {
  color: #fff;
}
.deneyimler .foto {
  position: relative;
}
.deneyimler .detaylikarart {
  position: absolute;
  background: rgb(20, 81, 172,0.7);
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.deneyimler .detaylikarart p {
  color: #fff;
  margin-top: 140px;
  text-align: center;
  font-size: 20px;
}
.deneyimler:hover .detaylikarart {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.deneyimler .textcont {
  border-left: 1px solid #1451ac;
  border-right: 1px solid #1451ac;
  border-bottom: 1px solid #1451ac;
  padding: 0px;
}
.galeri .deneyimler h4 {
  border-left: 1px solid #1451ac;
  border-right: 1px solid #1451ac;
  border-bottom: 1px solid #1451ac;
}
.galeri .foto {
  height: 320px;
}
.galeri h4 {
  font-size: 26px;
  color: #fb0411;
}
.deneyimler .textcont.tablo {
  height: 55px;
}
#activite .rezervasyon-formu {
  background: #e9e9e9;
  padding: 5px 10px;
  margin-top: 8px;
}
#activite .rezervasyon-formu label {
  color: #204686;
}
.acti {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.acti .foto {
  height: 240px;
}
.acti .textcont {
  padding: 0px 10px;
}
.rezerve-ic .rezervasyon-formu {
  padding: 0px 10px;
}
.rezerve-ic {
  margin-bottom: 10px;
}
section.biletal {
  padding: 20px 0px 40px 0px;
}
.cevre {
  border: 1px solid #ccc;
  padding: 10px 5px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar .not {
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
}
.biletal h3.baslik {
  background: #eaeaea;
  padding: 7px;
}
.mt45 {
  margin-top: 45px;
}
.yeme-icme .yemelogo {
  width: 19%;
  float: left;
  margin: 0px 10px 10px 0px;
  border: 1px solid #ccc;
}
.yeme-icme .yemelogo.foto {
  background-size: contain !important;
}
.sepet .sepetim {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.sepet .sepetim .foto , .sepet .sepetim .tablo{
  height: 115px;
}
.sepet .sepetim p {
  margin: 0px;
}
.sepet .sepetim span {
  color: #1451ac;
}
.sepet .sepetim h4 {
  font-family: 'GT Eesti Display';
}
.sepet .sepetim button.sil {
  position: inherit;
}
#kisi .input-group-btn .btn {
  border: 1px solid #ccc;
  color: #000;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  background: rgba(255,255,255,.8);
  padding: 5px 10px;
}
#kisi form {
  margin: 20px 0px;
}
#kisi .modal-dialog {
  width: 300px;
  margin: 30px auto;
}
#kisi .modal-body {
  padding: 70px 30px 10px 30px;
}
.guncel {
  text-align: center;
}
.guncelle {
  background: #348620;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
}
.deneyim {
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
}
.deneyim .owl-carousel {
  padding: 0px;
}
.deneyim .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 10px;
}
.deneyim .owl-carousel.owl-theme .owl-nav .owl-prev {
  right: 50px;
  left: inherit;
}
.deneyim .owl-theme .owl-nav {
  margin: 0px;
}
.deneyim .item .foto , .deneyim .item .tablo {
  height: 400px;
}
.deneyim .item .foto img {
  display: none !important;
}
.deneyim h2 {
  font-size: 30px;
  color: #fb0411;
  font-style: italic;
  font-weight: 300;
}
.deneyim .item {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
}
.deneyim button.btn  {
  display: inline-block;
  float: left;margin: 0px 5px;
  width: inherit;
  background: #204686;
}
.deneyim button.btn:hover {
  background: #fb0411;
}
.deneyim a.btn  {
  display: inline-block;
  float: left;margin: 0px 5px;
  width: inherit;
}
.yorum {
  border-bottom: 1px solid #ccc;
}
.yorum {
  font-size: 14px;
  line-height: 19px;
}
.yorum h4 {
  color: #1451ac;
}
.yorum h4.basli {
  color: #00a680;
}
.yorum h5 {
  color: #fb0411;
}
.input-lg {
  font-size: 17px;
  color: #1451ac;
}
.yorumyaz {
  background: #00a680;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
}
.yorumyaz:hover , .yorumyaz:focus{
  color: #fff;
}
#yildiz svg.yesil {
  color: #00a680;
}
#biletim .form-control::-moz-placeholder{
  text-align: center;
}
#biletim .form-control:-ms-input-placeholder{
  text-align: center;
}
#biletim .form-control::-webkit-input-placeholder{
  text-align: center;
}
#biletim .btn {
  display: table;
  margin : 0px auto;
}
#biletim img {
  width: 60%;
  margin: 20px auto;
}
.icsayfa .biletim img {
  width: 150px;
  margin: 0px auto;
}
.icsayfa .biletim button , .icsayfa .biletim a {
  margin: 10px auto;
  display: table;
}
.icsayfa .biletim {
  border: 1px solid #ccc;
  padding: 10px;
}
.icsayfa .biletim input {
  height: 60px;
  margin: 10px auto;
}
.video .foto {
  height: 210px;
}
.rezerve-ic .rezervasyon-formu button.rezervasyon {
  margin-top: 25px;
  height: 40px;
}
.odalarimiz {
  margin-bottom: 10px;
}
.odalarimiz h3 {
  background: #1451ac;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.odalarimiz ul li {
  list-style: disc;
}
.hotel {
  font-size: 14px;
  line-height: 19px;
}
.acilissaat {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 0px 0px;
}
.acilissaat h3 {
  color: #1451ac;
  font-family: 'GT Eesti Display';
  font-size: 15px;
}
.acilissaat .icon {
  color: #fb0411;
  font-family: 'GT Eesti Display';
}
.acilissaat .icon p {
  width: 70%;
  float: left;
  line-height: 31px;
  font-size: 18px;
}
.acilissaat .icon svg {
  margin-right: 10px;
  font-size: 28px;
  float: left;
}
.headersepet svg , .headersepet p , .biletim svg , .biletim p {
  display: inline-block;
  margin-left: 5px;
  line-height: 16px;
}
#kural .modal-body , #kisitlama .modal-body {
  padding: 50px 40px 30px 40px;
}
#kural .modal-body ul li , #kisitlama .modal-body ul li{
  list-style: disc;
}
.deneyim a[data-toggle="modal"] {
  border : 1px solid #23527c;
  padding: 7px 10px;
  margin: 10px 10px 20px 0px;
  color: #23527c;
  font-family: 'GT Eesti Display';
  cursor: pointer;
  display: inline-block;
}
.deneyim a[data-toggle="modal"]:hover {
  background: #23527c;
  color: #fff;
}
@media (min-width: 1600px) {
  .deneyim .item .foto , .deneyim .item .tablo {
    height: 480px;
  }
}
@media(max-width:767px) {

  .nav>li.biletim , .nav>li.headersepet {
    display: inline-block;
  }
  .pagetitle h1 {
    font-size: 24px;
  }
  .headersepet svg , .headersepet p{
    font-size: 25px;
    line-height: 28px;
  }
  .tsk.foto {
    margin: 15px 0px;
  }
  .etkinlik .filterelement {
    width: 49%;
  }
  .etkinlik .filterelement:last-child{
    width: 100%;
  }
  .odalarimiz ul {
    padding: 20px;
  }
  .card-wrapper .jp-card {
    min-width: 100%;
  }
  .sepet .sepetim .tablo {
    height: inherit;
  }
  .sepet .sepetim .foto{
    height: 195px;
  }
  .guncel {
    text-align: left;
  }
  .biletal .zemin, .tesekkur .zemin, .icsayfa .zemin {
    width: 100%;
  }
  .biletal .sidebar, .tesekkur .sidebar, .icsayfa .sidebar {
    width: 100%;
  }
  .etkinlik .panel-title {
    font-size: 14px;
  }
  .etkinlik .filterelement {
    margin-bottom: 10px;
  }
  .yeme-icme .yemelogo {
    width: 47%;
  }
  .navbar-nav {
    margin: 0px;
  }
  section {
    padding: 20px 0px;
  }
  .yeme {
    background: transparent;
  }
  .yeme .sol {
    width: 100%;
    padding: 15px;
    background-color: #fb0411;
    text-align: left;
  }
  .yeme .sag {
    width: 100%;
    padding: 15px;
    position: inherit;
  }
  .yeme .foto {
    display: none;
  }
  .yeme .tablo {
    height: inherit;
  }
  footer ul.social li p {
    font-size: 12px;
  }
  footer ul.social li svg {
    width: 20px !important;
    height: 20px;
  }
}
