body {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	padding-bottom: 41px;
	background: #414141;
    color: #f4f4f4;
}
.progress {
    z-index:414141;
	border-radius:0;
	height:4px;
	width:100%;
	position: fixed;
    top: 0;
	display:none;
	transition:.4s all;
}
.progress-bar {
	background-color: rgba(255, 0, 0, 0.4);
}
.h1, h1 {
    font-size: 2em;
	margin-top:0;
}
.h2, h2 {
	font-weight: 700;
	font-size:3em;
	margin-top:0;
	background:black;
	padding: 4px 14px;
    transform: skew(-8deg);
}	
#home.sayfa-wrapper {
	padding:0;
}
#map {
        height: 100%;
      }
.seans-btn {
	    display: block;
    height: 26px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    background: #919191;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	    margin: 4px;
}
.sayfa-wrapper {
	height:100vh;
	padding: 41px 0;
	display: flex;
    align-items: center;
	flex-direction:column;
	justify-content: center;
}
.sayfa-wrapper:nth-child(2n) {
    background: #242424;
}
.twitter-wrapper {
	height:inherit !important;
	min-height:100vh;

	padding: 41px 0;
	display: flex;
    align-items: center;
	flex-direction:column;
	justify-content: center;
}
.sinirlar ul {
    display: flex;
    list-style: none;
	padding: 0;
}
.sinirlar ul li {
 margin: 4px 2px;   
}
.ucboyut {
	margin: 4px 2px;	
}
.altyazi {
	margin: 4px 2px;
}
.info-wrapper {
    display: flex;
	    width: 741px;
}
.aciklama-wrapper {
    padding-left: 20px;
	    width: 64%;
}
.afis-wrapper {
    height: 400px;
	width: 32%;
}
.afis-wrapper img {
    max-height: 400px;
    max-width: 100%;
}
.twit-resim {
    width: 50%;
}
.twit-resim img{
    width: 100%;
}
#menu-mobil {
	position: fixed;
	left: 0px;
	text-align: center;
	width: 100%;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid white;
	padding:4px;
}
#menu-mobil:after {
	content: '';
    position: absolute;
    width: 114%;
    height: 400px;
    background: white;
    right: -2%;
    bottom: 0px;
    z-index: -1;
    transform: rotate(-1deg);
    transform-origin: 100% 100%;
	transition:.4s all;
}
#menu-mobil:hover:after  {
	transform: rotate(-2deg);
}
.menu_logo{
	transition:.8s all;
	transform: scale(.8);
	transform-origin: 0% 0%;
	margin: 4px 0 0 4px;
}

#menu-mobil:hover .menu_logo  {
	transform: scale(1);
	transform-origin: 0% 0%;
}
#menu_mobil_container {
	height:0;
	max-height:100vh;
	transition: .4s all;
	overflow:hidden;
}
#menu_mobil_container.clicked {
	height:1000px;
	max-height:100vh;
}
@media screen (max-width:768px) {
	#menu-mobil {
		display:block;
	}
}
#menu {
	
    position: fixed;
    display: flex;
	z-index:41;
	display:none;
}
#menu_container {
	display: flex;
    flex-wrap: wrap;
	background: #dededede;
	    width: 200px;
    flex-direction: column;
}
.menu {
    flex-shrink: 0;
	padding: 2px 10px;
}
.menu-child {
	display: none;
}
.menu-btn {
    width: 100%;
    box-shadow: 0 0 0 1px;
    display: block;
    height: 41px;
    line-height: 3em;
	color: #414141;
	
}
footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px;
    display: flex;
	background:#f4f4f4;
	z-index:41;
}
#socials {
    display: flex;
}
#socials a{
    width: 24px;
    margin-left: 10px;
}
#link_container {
	display: flex;
}


#menu_button {
	cursor: pointer;
	position: relative;
	padding:8px;
	    width: 64px;
    height: 48px;
}

.bar {
	height: 4px;
	width: 46px;
	background-color: #414141;
	transform-origin: left;
	transition: .4s transform;
	transform: scale(1.2);
	margin-bottom:9px;
	position:absolute;
	left: 8px;
    top: 22px;
}
#menu_button .bar:first-child {

    top: 8px;
}
#menu_button .bar:last-child{
	top: 36px;
}
#menu_button.clicked .bar:first-child {
	top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
#menu_button.clicked .bar:nth-child(2) {
	    opacity: 0;
}
#menu_button.clicked .bar:last-child {
	bottom: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	position: absolute;
}

#home_button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	top: 0;
	vertical-align: top;
	margin: 4px;
}

#home_button > a > img {
	width: 30px;
	height: 30px;
	margin-top: 3px;
}
.salonlar-wrapper {
	display:flex;
	flex-wrap:wrap;
}
.tab-pane.active {
	color: #fff;
    background-color: #141414;
	border-radius: 4px;
	padding: 10px 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills>li>a {
    border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #393939;
	color: #b8b8b8;
}
.menu-button-container {
	display:flex;
	justify-content: space-between;
	align-items:start;
}
.seanslar-label {
    color: #fff;
    background-color: #141414;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 15px;
}
.nav {
    display: flex;
}


.owl-carousel .owl-item {
    position: relative;
    min-height: 100vh;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
	box-shadow:-4px 0 0 1px #fff;
	cursor:pointer;
}
.owl-bg{
	width: 100%;
	background-position: top center;
    background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	display:flex;
	align-items:center;
	justify-content:center;
}
.owl-bg.guncel{
	background-image: url(../imgs/cover.png), url(../imgs/1v.jpg);
}
.owl-bg.gelecek{
	background-image: url(../imgs/cover.png), url(../imgs/2p.jpg);
}
.owl-bg.duyurular{
	background-image: url(../imgs/cover.png), url(../imgs/3du.jpg);
}
.owl-bg.iletisim{
	background-image: url(../imgs/cover.png), url(../imgs/4i.jpg);
}
.owl-dots {
    position: absolute;
    bottom: 141px;
    left: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-nav {
    position: absolute;
    top: 57%;
    left: 0;
	width: 100%;
    display: flex;
	justify-content: space-between;
}
.owl-next {
	font-size: 0;
    background: red;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    padding-top: 22px;
    border-radius: 50%;
}
.owl-next.disabled {
    display:none;
}

.owl-next:after {
    content: '';
    position: absolute;
    right: 32px;
    background: transparent;
    width: 34px;
    height: 34px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.owl-prev {
	font-size: 0;
    background: red;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    padding-top: 22px;
    border-radius: 50%;
}
.owl-prev.disabled {
    display:none;
}

.owl-prev:after {
    content: '';
    position: absolute;
    left: 32px;
    background: transparent;
    width: 34px;
    height: 34px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
}
.loader_container {
	position:absolute;
	background:#fff;
	max-width:110%;
	max-height:110%;
	width:110%;
	height:110%;
	transition:.4s opacity;
	z-index: 414141;
    top: 0;
    left: 0;
	opacity:1;
	display:flex;
	justify-content:center;
	align-items:center;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.hide_opacity {
	opacity:0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}






/*--------------------iletisim formu-------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
input:-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
input::-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
input:-ms-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}

textarea::-webkit-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
textarea:-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
textarea::-moz-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}
textarea:-ms-input-placeholder { 
  font-family: Poppins-Medium;  
  color: #555555;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff4b5a;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #ff4b5a;
  border-radius: 25px;

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }

	.film-bilgi {
		font-size: 0.9em;
	
	}
  .tab-content{
	  font-size: 0.85em;
  }
  
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.contact100-more-highlight {
  color: #ff4b5a;
}

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}


/*==================================================================
[ Button show form ]*/

.contact100-btn-show {
  color: #fff;
  font-size: 39px;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;

  top: 0;
  left: 0;
  
  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}


@keyframes beatbtn {
  0% {
    background-color: rgba(255, 75, 90, 1);
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    background-color: rgba(255, 75, 90, 0.8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.iletisim-wrapper {
	height:inherit !important;
	padding: 100% 0;
	display: flex;
    align-items: center;
	flex-direction:column;
	justify-content: center;
}

.vizyon-tarihi-container {
	padding: 4px 10px;
	background: #141414;
    transform: skew(-8deg);
	margin: 0px 2px 0px 0px;

	
}

.vizyon-tarihi {
	color: #ffffff;
    font-weight: 700;
    background: #141414;
    padding: 4px 14px;
    transform: skew(-8deg);
    font-size: 1.5em;
	
}
.film-sure {
	padding: 4px 10px;
    background: #141414;
    transform: skew(-8deg);
	margin: 0px 2px 0px 0px;
}

.film-bilgi {
	display: flex;
	width: 100%;
	font-weight: 700;
	padding: 4px;
	
}

.film-ozellikleri {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	
}
.film-ozellikleri img {
    width: 100%;
    height: auto;
}
.g {
	background: url('../imgs/yas/genel.png') center center;
    width: 50px;
    height: 50px;
}
.altiarti {
	background: url('../imgs/yas/6.png') center center;
    width: 50px;
    height: 50px;
}
.altia {
	background: url('../imgs/yas/6a.png') center center;
    width: 50px;
    height: 50px;
}
.yediarti {
	background: url('../imgs/yas/7.png') center center;
    width: 50px;
    height: 50px;
}
.yedia {
	background: url('../imgs/yas/7a.png') center center;
    width: 50px;
    height: 50px;
}
.onarti {
	background: url('../imgs/yas/10.png') center center;
    width: 50px;
    height: 50px;
}
.ona {
	background: url('../imgs/yas/10a.png') center center;
    width: 50px;
    height: 50px;
}
.onucarti {
	background: url('../imgs/yas/13.png') center center;
    width: 50px;
    height: 50px;
}
.onuca {
	background: url('../imgs/yas/13a.png') center center;
    width: 50px;
    height: 50px;
}
.onbesarti {
	background: url('../imgs/yas/15.png') center center;
    width: 50px;
    height: 50px;
}
.onbesa {
	background: url('../imgs/yas/15a.png') center center;
    width: 50px;
    height: 50px;
}
.onaltiarti {
	background: url('../imgs/yas/16.png') center center;
    width: 50px;
    height: 50px;
} 
.onsekizarti {
	background: url('../imgs/yas/18.png') center center;
    width: 50px;
    height: 50px;
} 
.siddet {
	background: url('../imgs/yas/siddet.png') center center;
    width: 50px;
    height: 50px;
} 
.cinsellik {
	background: url('../imgs/yas/cinsellik.png') center center;
    width: 50px;
    height: 50px;
}
.olumsuz {
	background: url('../imgs/yas/olumsuz.png') center center;
    width: 50px;
    height: 50px;
}
 
 
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #141414;
}
 
.telefon-footer {
	color: #414141;
	margin-left: auto;
	
}
/*==================================================================
[ Button bilet satın al ]*/
.button2 {
	background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	width: 100%;
}
.button3 {
	background-color: #141414;
    color: #f0f6fb;
    border: 2px solid #ff0000;
}
.button3:hover {
    background-color: #ff0000;
    color: black;
}
.map-wrapper {
    width: 50%;
    padding-right: 14px;
}
/*Responsive*/
@media screen and (max-width:768px){
	.afis-wrapper {
		height: inherit;
		width: 100%;
	}
	.afis-wrapper img {
		max-height: inherit;
		max-width: 100%;
		width: 100%;
	}
	.sayfa-wrapper {
		height:inherit;
		min-height:100vh;
		padding:41px;
	}
	.info-wrapper {
		flex-direction:column;
		justify-content:center;
		width: 100%;
	}
	.aciklama-wrapper {
		margin-left:0;
		padding-left:0;
		width: 100%;
	}
	#menu_mobil_container.clicked {
		height:80vh;
		max-height: 100vh;
		overflow-y: scroll;
		background: #f4f4f4
	}
	.mobil {
		min-height: 41px;
	}
	.telefon-footer {
    font-size: 0.9em;
	}
	.seans-btn {
		padding: 0 5px;
		margin: 2px;
	}
	.map-wrapper {
		width: 100%;
		height:441px;
		padding-right: 0;
		padding-bottom:14px;
	}
}
