/* Minification failed. Returning unminified contents.
(751,1): run-time error CSS1019: Unexpected token, found '@import'
(751,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,800,900&amp;subset=latin-ext)'
(826,25): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(830,25): run-time error CSS1039: Token not allowed after unary operator: '-color3'
(842,25): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(972,17): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(987,20): run-time error CSS1039: Token not allowed after unary operator: '-logo_maxheight'
(988,20): run-time error CSS1039: Token not allowed after unary operator: '-logo_margintop'
(989,21): run-time error CSS1039: Token not allowed after unary operator: '-logo_marginleft'
(1031,27): run-time error CSS1039: Token not allowed after unary operator: '-color3'
(1036,27): run-time error CSS1039: Token not allowed after unary operator: '-color3'
(1310,26): run-time error CSS1039: Token not allowed after unary operator: '-color3'
(1601,14): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(1644,25): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(1647,14): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(1667,26): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(1683,15): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(1717,25): run-time error CSS1039: Token not allowed after unary operator: '-color2'
(1886,26): run-time error CSS1039: Token not allowed after unary operator: '-color2'
(2100,15): run-time error CSS1039: Token not allowed after unary operator: '-color2'
(2313,25): run-time error CSS1039: Token not allowed after unary operator: '-color2'
(2344,15): run-time error CSS1039: Token not allowed after unary operator: '-contact_height'
(2516,26): run-time error CSS1039: Token not allowed after unary operator: '-color2'
(2750,25): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(3311,14): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(3494,14): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(4293,25): run-time error CSS1039: Token not allowed after unary operator: '-color3'
(4309,25): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(4469,25): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5039,28): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5273,17): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5333,17): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5365,17): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5413,24): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5617,17): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5621,33): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5714,35): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5998,35): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(5999,32): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(6113,28): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(6240,17): run-time error CSS1039: Token not allowed after unary operator: '-color1'
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/


[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

[class*='col-'] {
	float: left;
  	min-height: 1px;
}

[class*='col-'] [class*='col-']:last-child {
	padding-right: 0;
}

.grid {
	width: 100%;
	max-width: 1170px;
	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		
	}

	[class*='col-'] {
		width: auto;
		float: none;
		padding-left: 0; /* column-space */
	}

	[class*='col-'] [class*='col-'] {
		padding-right: 0;
	}

	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		padding-left: 0; /* column-space */
		padding-bottom: 0;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}


@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,800,900&amp;subset=latin-ext);

html, body {
	font-family: 'Raleway', sans-serif;
	background-color: #efefef;
	background-image: url(../media/pattern/pat_01.png);
	overflow-x: hidden;
}

.row {
	float: left;
	width: 100%;
	clear: both;
}

.ml0 {
	margin-left: 0;
}

.pr15 {
	padding-right: 15px;
}

.h0 {
	min-height: 0;
}

.pr {
	position: relative;
	height: 240px;
}

.pos-r {
	position: relative;
}

.mb0 {
	margin-bottom: 0;
}

.p15 {
	padding-left: 15px;
	padding-right: 15px;
}

.p30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p80 {
	padding-left: 80px;
	padding-right: 80px;
}

.p55 {
	padding-left: 55px;
	padding-right: 55px;
}

.h30 {
	height: 30px;
}

.show-on-mobile {
	display: none;
}

.tac {
	text-align: center;
}

/* Colors */

.bg-blue {
	background-color: var(--color1) !important;
}

.bg-aqua {
	background-color: var(--color3) !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.sc-sinema {
	background-color: #b42ad6 !important;
}

.sc-site {
	background-color: var(--color1) !important;
}

.sc-sihirbaz {
	background-color: #2a9ad6  !important;
}

.sc-magaza {
    background-color: #2a9ad6 !important;
}

.sc-etkinlik {
    background-color: #f18b31 !important;
}

.sc-kampanya, .nr-kampanya {
    background-color: #d62a6f !important;
}

.sd-kampanya {
    color: #d62a6f !important;
}

.sc-basin {
    background-color: #6633cc !important;
}

.sc-kiralama {
    background-color: #e43131 !important;
}

.nr-etkinlik {
	background-color: #f18b31 !important;
}

.nr-sinema {
	background-color: #b42ad6 !important;
}

.nl-etkinlik {
    background-color: rgba(241, 139, 49, 0.45) !important;
}

.nl-sinema {
	background-color: rgba(180, 42, 214, 0.45) !important;
}

.nl-kampanya {
	background-color: rgba(214, 42, 111, 0.45) !important;
}

.nr-title-etkinlik {
    color: #f18b31 !important;
}

.nr-title-sinema {
    color: #b42ad6 !important;
}

/* Header-top */

.header-top {
	height: 30px;
	margin: auto;
	max-width: 1280px;
	position: relative;
	z-index: 11;
}

.ht-menu-area {
	text-align: right;
	margin-right: 15px;
}

	.ht-menu-area a {
		color: white;
		line-height: 30px;
		font-size: 11px;
		text-decoration: none;
		display: inline-block;
		margin-right: 9px;
		margin-left: 9px;
		font-weight: 800;
		letter-spacing: 0.4px;
		transition: all 0.3s ease;
		font-family: sans-serif;
	}

.ht-social-area {
	text-align: center;
	margin-top: 4px;
	height: 30px;
	cursor: pointer;
	min-width: 140px;
}

	.ht-social-area a {
		width: 20px;
		height: 20px;
		display: inline-block;
		text-decoration: none !important;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 2px;
		transition: all 0.3s ease;
	}

		.ht-social-area a:hover {
			transform: scale(0.9);
		}

.ht-lang-area {
	float: left;
	width: 100%;
	text-align: center;
	height: 30px;
}

	.ht-lang-area span {
		float: left;
		width: 25%;
		height: 100%;
		color: white;
		line-height: 30px;
		font-size: 11px;
		cursor: pointer;
	}

		.ht-lang-area span.active {
			background-color: white;
			color: 	var(--color1);
		}

/* Header-bottom */

.header-bottom {
	margin: auto;
	max-width: 1280px !important;
	max-height: 80px;
	position: relative;
	z-index: 11;
}

	.hb-logo-area img {
		float: left;
		max-height: var(--logo_maxheight);
		margin-top: var(--logo_margintop);
		margin-left: var(--logo_marginleft);
	}

.hb-menu-area {
	text-align: left;
}

	.hb-menu-link {
		float: left;
		line-height: 40px;
		color: #333;
		font-weight: 200;
		text-decoration: none;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 18px;
		transition: all 0.3s ease;
		padding-top: 20px;
		padding-bottom: 20px;
		cursor: pointer;
	}

		.hb-menu-link-dd {
			float: left;
			line-height: 40px;
			color: #333;
			font-weight: 200;
			text-decoration: none;
			padding-left: 12px;
			padding-right: 12px;
			font-size: 18px;
			transition: all 0.3s ease;
			padding-top: 20px;
			padding-bottom: 20px;
			cursor: pointer;
			background-repeat: no-repeat;
			background-position: center bottom 28px;
		}

		.hb-menu-link-dd:hover, .hb-menu-link-dd.active {
			background-image: url(../media/icon/main-menu-arrow.png);
			background-position: center bottom 8px;
			background-color: var(--color3);
			color: white;
		}

		.hb-menu-link:hover, .hb-menu-link.active {
			background-color: var(--color3);
			color: white;
		}

		.hb-menu-link:first-child {
			margin-left: 0;
		}

	.hb-menu-area a img {
		float: left;
	}

.hb-home {
	margin-top: 2px;
	float: left;
	padding-top: 20px;
	margin-right: 20px;
}

.hb-right-area {
	height: 40px;
    position: relative;
}

.ht-icon {
	float: right;
	width: 50%;
	height: 100%;
	max-width: 70px;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.5s ease;
	position: relative;
}

	.ht-icon:hover, .ht-icon.active {
		background-color: #f2f2f2;
	}

.user-row {
	display: none;
}

.ht-user-close {
	float: right;
	transition: all 0.5s ease;
	margin-right: 10px;
	cursor: pointer;
}

	.ht-user-close:hover {
		transform: rotate(90deg);
	}

.ht-user-title {
	float: left;
	font-size: 14px;
	text-align: left;
	color: black;
	font-weight: 600;
	margin-top: 20px;
	padding-left: 30px;
}

.ht-input-area {
	float: left;
	width: 120px;
	height: 40px;
	background-color: white;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left 16px center;
	margin-top: 20px;
	padding-left: 40px;
	margin-left: 30px;
	margin-bottom: 20px;
}

	.ht-input-user {
		background-image: url(../media/icon/user.png);
	}

	.ht-input-password {
		background-image: url(../media/icon/icon-kilit.png);
		width: 170px;
		margin-left: 10px;
	}

	.ht-input-password input {
		width: 70px !important;
	}

	.ht-input-area input {
		float: left;
		line-height: 40px;
		width: 100px;
		font-size: 13px;
		padding: 0;
		outline: 0;
		border: 0;
	}

input::-webkit-input-placeholder {
	color: black;
}
input:-moz-placeholder {
	color: black;
}
input::-moz-placeholder {
	color: black;
}
input:-ms-input-placeholder {
    color: black;
}

.ht-giris {
	float: right;
	background-color: black;
	font-size: 10px;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 0.9;
	color: white;
	padding: 10px;
	cursor: pointer;
	margin: 4px;
	transition: all 0.5s ease;
}

	.ht-giris:hover {
		background-color: #333;
	}

.ht-p {
	float: left;
	color: #a7a7a7;
	font-size: 12px;
	width: 100%;
	margin-top: 0;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 20px;
}

	.ht-p span {
		color: black;
		font-weight: 600;
		text-decoration: underline;
		cursor: pointer;
		margin-left: 10px;
	}

.ht-user-bottom {
	float: left;
	width: 100%;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
    display: none;
}

	.ht-user-bottom span {
		float: left;
		color: black;
		font-size: 12px;
		margin-left: 30px;
		line-height: 30px;
	}

	.ht-user-bottom img {
		float: left;
		margin-left: 5px;
        height: 30px;
	}


.hb-user-menu {
	float: right;
	position: absolute;
	right: 0px;
	width: 430px;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	height: 150px;
	background-color: #f2f2f2;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	top: 0;
	transition: all 0.5s ease;
	transform: skewX(1deg);
}

	.hb-user-come {
		visibility: visible;
		opacity: 1;
		transform: skewX(0deg);
	}

	.hb-user-go {
		visibility: hidden;
		opacity: 0;
		transform: skewX(1deg);
	}

/* Slider */

.slider-area {
	margin: auto;
	position: relative;
	max-width: 1280px !important;
	text-align: center;
}

.sliderLink {
    float: left;
    position: relative;
    z-index: 9999;
}

.slider-item img {
	float: left;
	width: 100%;
}

	.slider-area .owl-prev {
		position: absolute;
		left: 0;
		background-image: url(../media/icon/left-arrow.png);
		background-color: white;
		background-repeat: no-repeat;
		background-position: center center;
		width: 25px;
		height: 50px;
		top: 40%;
	}

	.slider-area .owl-next {
		position: absolute;
		right: 0;
		background-image: url(../media/icon/right-arrow.png);
		background-color: white;
		background-repeat: no-repeat;
		background-position: center center;
		width: 25px;
		height: 50px;
		top: 40%;
	}

	.slider-area .owl-dots {
	    display: inline-block;
	    bottom: 0;
	    position: relative;
	    margin-bottom: 10px;
	    margin-top: -50px;
	    top: -20px;
	}

	.slider-area .owl-dot {
		width: 11px;
		height: 11px;
		border-radius: 50px;
		margin: 5px;
		background-color: white;
		float: left;
		margin-top: 10px;
	}

	.slider-area .owl-dot.active {
		background-color: transparent;
		width: 9px;
		height: 9px;
		border: 5px solid var(--color3);
		margin-top: 5px;
	}

.slider-item {
	position: relative;
}

.slider-content {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 10;
    min-height: 610px;
}

.slider-category {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 120px;
	position: relative;
}

	.slider-category a {
		text-decoration: none;
	}

	.slider-category span {
		font-weight: 600;
		font-size: 11px;
		color: white;
		padding: 4px 5px;
		text-align: center;
		letter-spacing: 0.9px;
		cursor: pointer;
		z-index: 10;
		position: relative;
		text-decoration: none;
	}

.slider-title {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

	.slider-title h2 {
		font-weight: 900;
		letter-spacing: 1.5px;
		color: white;
		font-size: 48px;
		text-align: center;
		margin-top: 0;
	}

	.slider-title h4 {
		font-weight: 900;
		letter-spacing: 1.5px;
		color: white;
		font-size: 26px;
		text-align: center;
		margin-bottom: 0;
	}

	.slider-title p {
		color: white;
		max-width: 480px;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 20px;
	}

.slider-info {
	display: inline-block;
	margin-top: 20px;
}

.slider-info span {
	float: left;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 12px 16px 12px 34px;
	color: white;
	border-right: 1px solid #363939;
	background-repeat: no-repeat;
	background-position: left 10px center;
	margin: 0;
}

	.slider-info span:first-child {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.slider-info span:last-child {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-right: 0;
	}

.slider-view {
	background-image: url(../media/icon/slider-goz.png);
}

.slider-comment {
	background-image: url(../media/icon/slider-yorum.png);
}

.slider-like {
	background-image: url(../media/icon/slider-kalp.png);
}

.slider-date {
	background-image: url(../media/icon/slider-takvim.png);
}

.slider-link {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-image: url(../media/icon/slider-link-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	border-radius: 40px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.sliderBLink {
    font-size: 11px;
    color: white;
    padding: 4px 5px;
    text-align: center;
    letter-spacing: 0.9px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    text-decoration: none;
    left: 20px;
    bottom: 20px;
}

	.slider-link:hover {
		transform: rotate(360deg);
	}


/* Icons */

.i-search {
	background-image: url(../media/icon/search.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.i-menu {
	background-image: url(../media/icon/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.i-user {
	background-image: url(../media/icon/user.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.i-facebook {
	background-image: url(../media/sprite/facebook.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.i-facebook2 {
	background-image: url(../media/sprite/top-social.png);
	background-position: 0 16px;
}

.i-facebook3 {
	background-image: url(../media/sprite/bread-social.png);
	background-position: 0 0px;
}	

.i-twitter {
	background-image: url(../media/sprite/twitter.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.i-twitter2 {
	background-image: url(../media/sprite/top-social.png);
	background-position: -16px 16px;
}

.i-twitter3 {
	background-image: url(../media/sprite/bread-social.png);
	background-position: -23px 0px;
}	

.i-instagram {
	background-image: url(../media/sprite/instagram.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.i-instagram2 {
	background-image: url(../media/sprite/top-social.png);
	background-position: -32px 16px;
}	

.i-youtube {
	background-image: url(../media/sprite/youtube.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.i-youtube2 {
	background-image: url(../media/sprite/top-social.png);
	background-position: -48px 16px;
}	
.i-pinterest {
	background-image: url(../media/sprite/pinterest.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.i-pinterest2 {
	background-image: url(../media/sprite/top-social.png);
	background-position: -64px 16px;
}

.i-pinterest3 {
	background-image: url(../media/sprite/bread-social.png);
	background-position: -92px 0px;
}	

.i-whatsapp3 {
	background-image: url(../media/sprite/bread-social.png);
	background-position: -46px 0px;
}	

.i-gplus3 {
	background-image: url(../media/sprite/bread-social.png);
	background-position: -69px 0px;
}	

.i-4dx {
	display: inline-block;
	background-image: url(../media/icon/4dx.png);
	background-repeat: no-repeat;
	width: 213px;
	height: 82px;
}

/* content-top */

.content-top-area {
	margin: auto;
	margin-top: 10px;
	max-width: 1280px;
	width: 100%;
	text-align: center;
	position: relative;
	box-shadow: 0 0 10px 0 lightgray;
	min-height: 345px;
	background-color: white;
}

.content-filter {
	float: left;
	width: 100%;
	height: 345px;
	background-image: url(../media/pattern/pat_02.png);
	position: relative;
	text-align: center;
}

.content-corner {
	right: 0;
	top: 0;
	position: absolute;
}

.cf-title {
	float: left;
	width: 100%;
	color: var(--color1);
	margin-top: 26px;
	font-size: 35px;
	text-align: left;
	text-indent: 55px; 
}

.cf-filter {
	float: left;
	margin-left: 55px;
}

.cf-desc {
	color: white;
	float: left;
	margin-left: 55px;
	font-size: 11px;
	font-weight: 600;
	margin-top: 20px;
}

.filter {
	float: left;
	width: 70px;
	margin-top: 30px;
	margin-right: 30px;
	padding-bottom: 20px;
	cursor: pointer;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.5s ease;
}

	.filter.active, .filter:hover {
		background-image: url(../media/icon/filter-arrow.png);
	}

	.filter:last-child {
		margin-right: 0;
	}

.filter:hover > .filter-icon {
	background-color: var(--color1);
}
.filter:hover > .filter-title {
	color: var(--color1); 	
}

.filter-select {
    display: none;
}


.filter-icon {
	float: left;
	width: 70px;
	height: 70px;
	background-color: #999999;
	border-radius: 70px;
	transition: all 0.5s ease;
	background-repeat: no-repeat;
	background-position: center center;
}

	.filter-icon.active {
		background-color: var(--color1);
	}

.filter-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: 800;
	transition: all 0.5s ease;
	margin-top: 8px;
	color: #999999;
	letter-spacing: 0.4px;
}

	.filter-title.active {
		color: var(--color1);
	}

	.filter:hover > .filter-icon {
		transform: scale(0.9);
	}

.filter-icon.magaza {
	background-image: url(../media/icon/icon-magaza.png);
}

.filter-icon.yemek {
	background-image: url(../media/icon/icon-yemek.png);
}

.filter-icon.eglence {
	background-image: url(../media/icon/icon-eglence.png);
}

.filter-icon.etkinlik {
	background-image: url(../media/icon/icon-etkinlik.png);
}

.filter-icon.sinema {
	background-image: url(../media/icon/icon-sinema.png);
}

.filter-icon.kampanya {
	background-image: url(../media/icon/icon-kampanya.png);
}

.cf-bottom {
	float: left;
	width: 100%;
	background-color: var(--color2);
	height: 140px;
}

.cf-input-area {
	float: left;
	width: 200px;
	height: 40px;
	background-color: white;
	border-radius: 4px;
	margin-left: 55px;
	margin-top: 40px;
	background-image: url(../media/icon/icon-kalem.png);
	background-repeat: no-repeat;
	background-position: left 16px center;
	padding-left: 40px;
}

	.cf-input-area input {
		float: left;
		border: none;
		background: none;
		color: black;
		line-height: 40px;
		outline: 0;
		font-size: 11px;
		width: 240px;
	}

	.cf-input-area input::-webkit-input-placeholder {
		color: black;
	}
	.cf-input-area input:-moz-placeholder {
		color: black;
	}
	.cf-input-area input::-moz-placeholder {
		color: black;
	}
	.cf-input-area input:-ms-input-placeholder {
	    color: black;
	}

.cf-select-area {
	float: left;
	width: 140px;
	height: 40px;
	background-color: white;
	border-radius: 4px;
	margin-left: 15px;
	margin-top: 40px;
	background-image: url(../media/icon/menu.png);
	background-repeat: no-repeat;
	background-position: left 16px center;
	padding-left: 45px;
}

	.cf-select-area select {
		background-image: none;
		background-color: transparent;
		-webkit-appearance: none;
		border: 0;
		font-size: 11px;
		float: left;
		line-height: 40px;
		outline: 0;
		cursor: pointer;
	}

.i-arrow {
	background-image: url(../media/icon/select-arrow.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	background-size: 11px 7px;
	margin-right: 10px;
	width: 11px;
	float: right;
}

.i-arrow2 {
	background-image: url(../media/icon/select-arrow.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	background-size: 11px 7px;
	margin-right: 10px;
	width: 11px;
	float: right;
}

.cf-search {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 1;
}

	.cf-search:hover {
		transform: rotate(90deg);
		opacity: 0.8;
	}

.col-filter {
	height: 345px;
}

.col-news {
	height: 345px;
}

.col-event {
	padding-right: 10px;
	padding-left: 10px;
}

/* news-area */

.news-left {
	float: left;
	width: 44%;
	height: 345px;
	cursor: pointer;
	overflow: hidden;
}

.nl-slider-item {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.nl-slider-image {
	float: left;
	width: 100%;
	height: 345px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.news-right {
	float: left;
	width: 56%;
	height: 345px;
}

.nl-slider .owl-dots {
		float: left;
		left: 0;
		bottom: 0;
		position: absolute;
		margin-bottom: 30px;
		margin-left: 30px;
	}

	.nl-slider .owl-dot {
		width: 10px;
		height: 10px;
		border-radius: 50px;
		margin: 3px;
		background-color: white;
		float: left;
		margin-top: 10px;
	}

	.nl-slider .owl-dot.active {
		background-color: var(--color2);
	}

	.owl-prev, .owl-next {
		transition: all 0.5s ease;
	}

	.slider-area .owl-prev:hover, .slider-area .owl-next:hover {
		transform: scale(0.7);
	}

.nl-link {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../media/icon/slider-link-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d62a6f;
	border-radius: 40px;
	bottom: 20px;
	right: 30px;
	cursor: pointer;
	opacity: 1;
	z-index: 10;
	transition: all 0.5s ease;
}

.nl-filter {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.nl-direct {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../media/icon/event-direct2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border-radius: 40px;
	bottom: 20px;
	right: 80px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s ease;
	display: none;
}

	.nl-direct:hover, .nl-link:hover {
		transform: rotate(360deg);
		opacity: 0.85 !important;
	}

.nl-slider-item:hover > .nl-filter {
	opacity: 1;
}

.nl-slider-item:hover > .nl-direct {
	opacity: 1;
}

.nl-slider-item:hover > .nl-link {
	background-image: url(../media/icon/slider-link-arrow.png);
	background-color: white;
}

	.nl-link:hover {
		background-color: #333;
	}

.nr-item {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #161616;
}

.nr-category {
	float: left;
	font-weight: 600;
	font-size: 11px;
	color: white;
	padding: 4px 5px;
	text-align: center;
	letter-spacing: 0.9px;
	cursor: pointer;
	z-index: 10;
	margin-left: 30px;
	position: relative;
}

.nr-date {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}

.nr-title {
	float: left;
	font-size: 22px;
	color: #fe309b;
	margin-left: 30px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-top: 10px;
	text-align: left;
	cursor: pointer;
    min-height: 64px;
}
	
	.nr-title:hover {
		text-decoration: underline;
	}

.nr-from {
	float: left;
	font-size: 13px;
	color: #fe309b;
	margin-left: 30px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: left;
}

.nr-content {
	float: left;
	max-width: 300px;
	margin-left: 30px;
	text-align: left;
	color: white;
	overflow: hidden;
	min-height: 110px;
}

.nr-type {
	display: inline-block;
}

.nr-type span {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #2e2e2e;
	border-radius: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
}

	.nr-type span.active {
		background-color: #d62a6f;
	}

.icon-nr-duyuru {
	background-image: url(../media/icon/nr-duyuru.png);
}

.icon-nr-etkinlik {
	background-image: url(../media/icon/nr-etkinlik.png);
}

.icon-nr-sinema {
	background-image: url(../media/icon/nr-sinema.png);
}

.icon-nr-eglence {
	background-image: url(../media/icon/nr-eglence.png);
}

/* Event area */

.event-area {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	background-image: url(../media/image/etkinlik-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
	margin-top: 10px;
}

.event-item {
	float: left;
	width: 100%;
}

.et-title {
	float: left;
	background-repeat: no-repeat;
	background-position: left top 8px;
	padding-left: 30px;
	line-height: 40px;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.et-yildiz {
		background-image: url(../media/icon/event-yildiz.png);
		color: var(--color2);
		background-position: left top 6px;
	}

	.et-saat {
		background-image: url(../media/icon/event-saat.png);
		color: #f18b31;
	}

.event-slider {
	float: left;
	width: 100%;
	height: 360px;
}

.eb-left {
	float: left;
	width: 100%;
	height: 300px;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.eb-right {
	float: left;
	width: 100%;
	height: 60px;
	background-color: #f6f6f6;
	position: absolute;
	bottom: 0;
}

.event-info {
	
	display: inline-block;
	margin-top: 200px;
	display: none;
}


.event-info span {
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 12px 10px 34px;
	color: white;
	border-right: 1px solid #363939;
	background-repeat: no-repeat;
	background-position: left 10px center;
	margin: 0;
	transition: all 0.3s ease;
}

	.event-info span:first-child {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.event-info span:last-child {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-right: 0;
	}

.er-day.eb-detay {
	float: left;
	margin-left: 30px;
}

.er-month.eb-detay {
	float: left;
	margin-left: 10px;
}

.event-view {
	background-image: url(../media/icon/slider-goz.png);
}

.event-comment {
	background-image: url(../media/icon/slider-yorum.png);
}

.event-like {
	background-image: url(../media/icon/slider-kalp.png);
}

.er-day {
	float: right;
	font-size: 52px;
	font-weight: 600;
	color: #e5e5e5;
	margin-right: 5px;
}

.eb-campaign:hover  {
    background-color: #d62a6f !important;
    background-image: url(../media/icon/event-direct2.png) !important;
}

.eb-campaign2:hover {
    background-color: #d62a6f !important;
	background-image: url(../media/icon/slider-link-arrow.png) !important;
}
	
	.er-day b {
		font-weight: 600;
		color: #f18b31;
	}

.er-month {
	float: right;
	font-size: 16px;
	font-weight: 900;
	color: black;
	margin-top: 11px;
	margin-right: 125px;
}

	.er-month span {
		font-weight: 200;
		font-size: 11px;
		color: #9d9d9d;
	}

.er-title {
	color: #f18b31;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 15px;
	margin-bottom: 0;
	max-width: 170px;
}

.er-content {
	float: left;
	margin-left: 30px;
	font-size: 14px;
	margin-top: 5px;
	height: 48px;
	overflow: hidden;
	max-width: 240px;
}

.eb-link {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../media/icon/event-link.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border-radius: 40px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 1;
	top: 11px;
	z-index: 10;
	transition: all 0.5s ease;
}

.eb-direct {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../media/icon/event-direct.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	border-radius: 40px;
	bottom: 20px;
	right: 70px;
	cursor: pointer;
	z-index: 10;
	opacity: 1;
	top: 11px;
	transition: all 0.5s ease;
}

	.eb-direct:hover, .eb-link:hover {
		transform: rotate(360deg);
		opacity: 0.85 !important;
		background-color: #f18b31;
	}

	.eb-direct:hover {
		background-image: url(../media/icon/event-direct2.png);
	}

	.eb-link:hover {
		background-image: url(../media/icon/slider-link-arrow.png);
	}

.event-bottom1 .owl-dots {
	display: inline-block;
	position: absolute;
	top: -55px;
	right: 0;
}

.event-bottom1 .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin: 5px;
	background-color: white;
	float: left;
	margin-top: 10px;
}

.event-bottom1 .owl-dot.active {
	background-color: var(--color2);
}


.event-bottom2 .owl-dots {
	display: inline-block;
	position: absolute;
	top: -55px;
	right: 0;
}

.event-bottom2 .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin: 5px;
	background-color: white;
	float: left;
	margin-top: 10px;
}

.event-bottom2 .owl-dot.active {
	background-color: #f18b31;
}

/* home-contact */

.home-contact-top {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	height: var(--contact_height);
	text-align: center;
	background-size: cover;
    overflow: hidden;
	background-image: url(../media/image/home-contact.jpg);
}

.hc-content {
	float: left;
	width: 100%;
	color: white;
	height: 100%;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.5px;
	background-color: rgba(0, 0, 0, 0.3);
}

.hc-content h2 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
}

.hc-content p {
	margin: auto;
	max-width: 1190px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.map-click {
	float: left;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.home-contact-bottom {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	height: 300px;
	overflow: hidden;
	position: relative;
}

/* Footer-area */

.footer-area {
	margin: auto;
	max-width: 1280px;
	width: 100%;
	background-image: url(../media/pattern/pat_05.jpg);
	padding-top: 10px;
}

.footer-item-title {
	margin-top: 20px;
	float: left;
	width: 100%;
	color: #666666;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-image: url(../media/icon/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 10px;
}

.footer-item-p {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.footer-item-content {
	float: left;
	width: 100%;
	min-height: 80px;
}

.footer-item-content a {
	float: left;
	width: 100%;
	cursor: pointer;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

	.footer-item-content a:hover {
		text-decoration: underline;
	}

.footer-avm-sosyal {
	float: left;
	text-align: right;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 18px;
}

	.footer-avm-sosyal b {
		font-weight: 900;
		font-size: 22px;
	}

.footer-social {
	float: left;
	min-width: 140px;
	text-align: center;
	margin-top: 35px;
}

	.footer-social a {
		width: 16px;
		height: 16px;
		display: inline-block;
		text-decoration: none !important;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 2px;
		transition: all 0.3s ease;
	}

.footer-malls {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

	.footer-malls a img {
		border: 1px solid #e3e3e3;
	}

	.footer-malls .owl-dots {
		display: inline-block;
		margin-top: 30px;
	}

	.footer-malls .owl-dot {
		width: 10px;
		height: 10px;
		display: inline-block;
		border-radius: 50px;
		margin: 5px;
		background-color: #e3e3e3;
		float: left;
		margin-top: 10px;
	}

	.footer-malls .owl-dot.active {
		background-color: var(--color2);
	}

.footer-bulten {
	display: none;
	max-width: 488px;
	width: 100%;
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 151px;
	background-image: url(../media/image/footer-bulten.png);
	position: static;
	bottom: 0;
	text-align: center;
}

.footer-bottom {
	float: left;
	width: 100%;
	background-color: #414141;
	min-height: 55px;
}

.footer-col {
	padding-left: 15px;
	padding-right: 15px;
}

.footer-bottom p {
	float: left;
	margin: 0;
	padding-right: 15px;
	color: #cccccc;
	font-size: 10px;
	line-height: 20px;
	margin-top: 19px;
}

	.footer-bottom p a {
		color: #49d0ed;
	}

.to-top {
	float: right;
	margin-top: 21px;
	margin-bottom: 20px;
}

.mbsays {
	float: right;
	margin-right: 55px;
	margin-top: 19px;
	margin-bottom: 20px;
}

.fb-item {
	display: inline-block;
	margin-top: 30px;
	width: 85%;
	height: 40px;
	color: #999999;
	text-align: left;
}

.fb-title {
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 15px;
}

.fb-input {
	float: left;
	height: 40px;
	width: 230px;
	background-color: #f6f6f6;
	background-image: url(../media/icon/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left 16px center;
	padding-left: 40px;
	border-radius: 4px;
	margin-left: 15px;
}

	.fb-input input {
		float: left;
		background: 0;
		border: 0;
		line-height: 40px;
		width: 155px;
		font-size: 14px;
		outline: 0;
	}

	.fb-item p {
		float: left;
		line-height: 40px;
		margin: 0;
	}

	.fb-kaydet, .fb-kaydet2 {
		float: right;
		background-color: black;
		color: white;
		font-size: 10px;
		padding: 10px;
		border-radius: 3px;
		cursor: pointer;
		margin: 5px;
		transition: all 0.5s ease;
	}

		.fb-kaydet:hover, .fb-kaydet2:hover {
			background-color: #333;
		}

	.fb-input input::-webkit-input-placeholder {
		color: black;
	}
	.fb-input input:-moz-placeholder {
		color: black;
	}
	.fb-input input::-moz-placeholder {
		color: black;
	}
	.fb-input input:-ms-input-placeholder {
	    color: black;
	}

.overlay-area {
	float: left;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
}

.overlay-content {
	float: left;
	position: fixed;
	display: none;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	top: 25%;
    max-width: 450px;
    min-height: 340px;
    background-color: #f2f2f2;
}

.overlay-content2 {
    float: left;
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 150px;
    max-width: 450px;
    min-height: 340px;
    background-color: #f2f2f2;
}

.overlay-text {
    padding-left: 30px;
    padding-right: 30px;
    max-height: 600px;
    overflow-y: scroll;
}

.overlay-close {
	float: right;
	margin-top: 5px;
	transition: all 0.5s ease;
	cursor: pointer;
    margin-right: 30px;
}

	.overlay-close:hover {
		transform: rotate(90deg);
	}

.overlay-title {
	float: left;
    margin-left: 30px;
	font-weight: 200;
	font-size: 20px;
    color: white;
    margin-top: 5px;
}

.form-title {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
}

.form-input {
	float: left;
	background-color: white;
	border: 0;
	line-height: 40px;
	color: black;
	margin-top: 10px;
	outline: 0;
	text-indent: 10px;
	font-size: 14px;
	width: 85%;
}


.uyelik-form-table {
	float: left;
	width: 100%;
}

.uyelik-form-table td:first-child {
	padding-left: 30px;
}

.uyelik-olustur, .uyelik-guncelle {
	float: left;
	padding: 10px 23px;
	background-color: var(--color1);
	color: white;
	font-size: 10px;
	font-weight: 800;
	border-radius: 3px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	transition: all 0.5s ease;
	cursor: pointer;
}

	.uyelik-olustur:hover, .uyelik-guncelle:hover {
		background-color: #333;
	}

.main-menu {
	float: left;
	width: 100%;
	position: absolute;
	top: 80px;
	opacity: 0;
	visibility: hidden;
	min-height: 280px;
	background-image: url(../media/image/menu-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	transition: all 0.5s ease;
}	

	.main-menu-show {
		opacity: 1;
		visibility: visible;
	}

.mm-slider {
	text-align: center;
}

.mm-item {
	position: relative;
	width: 170px;
	margin-top: 30px;
	cursor: pointer;
	display: inline-block;
	text-align: left;
}

	.mm-item:hover > .mm-image {
		border: 1px solid gray;
		border-color: lightgray; 
	}

	.mm-item:hover > .mm-title, .mm-item:hover > .mm-detay {
		text-decoration: underline;
	}

.mm-image {
	float: left;
	width: 100%;
	max-width: 170px;
	height: 107px;
	border: 1px solid transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mm-title {
	float: left;
	width: 100%;
	color: white;
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
}

.mm-p {
	float: left;
	width: 100%;
	font-size: 11px;
	margin-top: 10px;
	color: white;
}

.mm-detay {
	float: left;
	background-image: url(../media/icon/detayli-bilgi.png);
	background-repeat: no-repeat;
	background-position: right top 4px;
	font-size: 11px;
	padding: 5px;
	color: white;
	font-weight: 800;
	letter-spacing: 0.5px;
	padding-left: 0;
	padding-right: 15px;
	cursor: pointer;
}

	.mm-detay:hover {
		text-decoration: underline;
	}

.list-top-area {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	min-height: 610px;
}

.breadcrumb-area {
	float: left;
	width: 100%;
	max-width: 1280px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 70px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.breads {
	float: left;
}

	.breads a {
		float: left;
		line-height: 70px;
		color: white;
		font-size: 12px;
		letter-spacing: 0.7px;
		text-decoration: none;
	}

		.breads a:hover {
			text-decoration: underline;
		}

	.breads span {
		float: left;
		height: 70px;
		line-height: 70px;
		background-image: url(../media/icon/bread-ok.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 20px;
	}

.breads-social {
	float: right;
}

	.breads-social p {
		float: right;
		line-height: 70px;
		color: white;
		margin: 0;
		font-size: 12px;
		letter-spacing: 0.9px;
		text-decoration: none;
		margin-right: 5px;
	}

	.breads-share {
		float: right;
		padding-top: 18px;
	}

	.breads-share span {
		float: left;
		width: 23px;
		height: 23px;
		background-repeat: no-repeat;
		margin: 5px;
		cursor: pointer;
		transition: all 0.2s ease;
	}


		.breads-share span:hover {
			background-position-y: -23px;
		}

.list-top-content {
	float: left;
	width: 100%;
	text-align: center;
	min-height: 610px;
	position: relative;
}

.lt-category {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 130px;
	position: relative;
}

	.lt-category span {
		font-weight: 600;
		font-size: 11px;
		color: white;
		padding: 4px 5px;
		text-align: center;
		letter-spacing: 0.9px;
		cursor: pointer;
		z-index: 10;
		position: relative;
	}

	.lt-category a {
		text-decoration: none;
	}

.lt-title {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.lt-title h2 {
	font-weight: 900;
	letter-spacing: 1.5px;
	color: white;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

.lt-title h4 {
	font-weight: 900;
	letter-spacing: 1.5px;
	color: white;
	margin-top: 0;
	font-size: 35px;
	text-align: center;
	margin-bottom: 0;
}

.lt-title p {
	color: white;
	max-width: 820px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.lt-select {
	float: left;
	width: 100%;
	text-align: center;
}

.lt-select-area {
	display: inline-block;
	height: 45px;
	background-color: #b42ad6;
	margin-top: 25px;
    width: 240px;
}

	.lt-select-area select {
		-webkit-appearance: none;
		border: 0;
		width: 100%;
		cursor: pointer;
		color: white;
		font-size: 18px;
		float: left;
		line-height: 45px;
		outline: 0;
		font-weight: 200;
        background-image: url(../media/icon/select-arrow2.png);
	    background-repeat: no-repeat;
	    background-position: right 16px center;
        text-indent: 20px;
	}

.sinema-list-area {
	width: 100%;
	margin: auto;
	max-width: 1280px;
	position: relative;
}

.sinema-list-top-area {
	width: 100%;
	margin: auto;
	max-width: 1280px;
	position: relative;
    background-color: white;
}

.list-sinema {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 45px;
	background-color: white;
	border-bottom: 1px solid #ebebeb;
}

.ls-top span {
	float: left;
	width: 100%;
	font-size: 35px;
	color: #b42ad6;
	font-weight: 200;
	margin-bottom: 10px;
}

.ls-bottom {
	float: left;
	margin-top: 10px;
    width: 100%;
        position: relative;
}

.ls-image {
	float: left;
	width: 100%;
	max-width: 270px;
}

	.ls-image img {
		float: left;
		width: 100%;
	}

.ls-detay-tl {
	float: left;
	color: #666666;
	font-size: 15px;
	text-align: left;
    line-height: 28px;
    padding-bottom: 120px;
    max-width: 660px;
    width: 100%; 
}

.eventDetaytext {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}

.campaign-text {
	float: left;
	color: #666666;
	font-size: 20px;
	text-align: left;
    line-height: 28px;
    padding-bottom: 10px;
    max-width: 660px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.event-text {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ls-detay-tl th {
	font-weight: 800;
	line-height: 25px;
	padding-right: 20px;
	width: 110px;
}

.sinema-list-area .ls-detay-tl {
    padding-bottom: 20px;
}

.ls-detay-tr span {
	float: right;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border-radius: 25px;
	background-position: center center;
	margin-left: 10px;
	border: 1px solid white;
	border-color: 0;
	transition: all 0.3s ease;
}

	.ls-detay-tr span:hover {
		background-color: white;
		border-color: #f6f6f6;
	}

.ls-detay-2d {
	background-image: url(../media/icon/icon-2d.png);
}

.ls-detay-trailer {
	background-image: url(../media/icon/icon-trailer.png);
}

.ls-detay-link {
	background-image: url(../media/icon/icon-fl.png);
}

.ls-detay-bl {
	float: left;
	width: 100%;
}

.seans-title {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #b42ad6;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 50px;
}

.seanslar {
	float: left;
	width: 60%;
}

.seans {
	float: left;
	background-color: #ededed;
	border-radius: 4px;
	padding: 8px;
	font-size: 15px;
	cursor: pointer;
	color: #666666;
	transition: all 0.3s ease;
	margin: 9px;
	margin-left: 0;
}

	.seans:hover {
		background-color: #666666;
		color: #ededed;
	}

.movie-info {
	float: right;
	width: 40%;
}

.movie-info span {
	float: left;
	background-color: white;
	padding: 12px 16px 12px 34px;
	color: #999999;
	border-right: 1px solid #f6f6f6;
	background-repeat: no-repeat;
	background-position: left 10px center;
	margin: 0;
}

	.movie-info span:first-child {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.movie-info span:last-child {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-right: 0;
	}

.movie-view {
	background-image: url(../media/icon/icon-goz.png);
}

.movie-comment {
	background-image: url(../media/icon/icon-comment.png);
}

.movie-like {
	background-image: url(../media/icon/icon-kalp.png);
}

.movie-date {
	background-image: url(../media/icon/icon-date.png);
}

.list-magaza {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
    max-height: 360px;
}

.lm-image {
	float: left;
	width: 100%;
	height: 360px;
    border-spacing: 0;
}

	.lm-image td {
		text-align: center;
        padding: 0;
	}

		.lm-image td img {
			display: inline-block;
		}

.list-magaza:nth-child(odd){
	background-color: #fafafa;
}

.list-magaza:nth-child(even){
	background-color: white;
}

.lm-content {
	float: left;
	width: 100%;
	height: 360px;
	background-color: #f6f6f6;
}

	.list-magaza:nth-child(even) .lm-content {
		background-color: white;
	}

.lm-info {
	float: left;
	font-size: 20px;
	font-weight: 900;
	color: #666666;
	margin: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}

.lm-info {
	font-weight: 800;
}

.lm-ct {
	float: left;
	margin-left: 30px;
	color: var(--color1);
	font-weight: 800;
	font-size: 16px;
}

.lm-contact span {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

	.lm-contact span a {
		color: #666666;
	}

	.lm-kat {
		background-image: url(../media/icon/icon-kat.png);
	}

	.lm-tel {
		background-image: url(../media/icon/icon-tel.png);
	}

	.lm-web {
		background-image: url(../media/icon/icon-web.png);
	}

.magaza-list-area {
	margin: auto;
	width: 100%;
	max-width: 1280px;
}

.detail-magaza-list-area {
	margin: auto;
	width: 100%;
	max-width: 1280px;
    position: relative;
    padding-top: 70px;
}

.magaza-info {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
    display: none;
}

.magaza-info span {
	float: left;
	background-color: #949494;
	padding: 10px;
	padding-left: 35px;
	padding-right: 15px;
	color: white;
	border-right: 1px solid #a9a9a9;
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: left 10px center;
	margin: 0;
}

	.magaza-info span:first-child {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.magaza-info span:last-child {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-right: 0;
	}

.magaza-view {
	background-image: url(../media/icon/slider-goz.png);
}

.magaza-comment {
	background-image: url(../media/icon/slider-yorum.png);
}

.magaza-like {
	background-image: url(../media/icon/slider-kalp.png);
}

.magaza-link {
	float: right;
	width: 40px;
	height: 40px;
	background-color: white;
	background-image: url(../media/icon/icon-fl.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-right: 30px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid white;
}

	.list-magaza:nth-child(even) .magaza-link:hover {
		background-color: white;
		border-color: #f6f6f6;
	}

	.list-magaza:nth-child(even) .magaza-link {
		background-color: #f6f6f6;
		border-color: white; 
	}

	.list-magaza:nth-child(odd) .magaza-link:hover {
		background-color: #f6f6f6;
		border-color: white;
	}

.etkinlik-list-area {
	margin: auto;
	width: 100%;
	max-width: 1280px;
}

.list-etkinlik {
	float: left;
	width: 100%;
	background-color: #f6f6f6;
}

.le-image {
	float: left;
	width: 100%;
}

	.le-image img {
		width: 100%;
        display: block;
	}

.le-content {
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	height: 360px;
    border-left: 1px solid #f6f6f6;
}

	.list-magaza:nth-child(even) .le-content {
		background-color: white;
	}

	.list-etkinlik:nth-child(even) .le-content {
		background-color: white;
	}

.le-title {
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	color: #f18b31;
	font-weight: 900;
	font-size: 20px;
}

.le-info {
	float: left;
	font-size: 20px;
	font-weight: 900;
	color: #666666;
	margin: 30px;
	margin-top: 10px;
	padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.le-ct {
	float: left;
	margin-left: 30px;
	color: var(--color1);
	font-weight: 800;
	font-size: 16px;
}

.le-contact span {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

	.le-contact span a {
		color: #666666;
	}

	.le-kat {
		background-image: url(../media/icon/icon-kat.png);
	}

	.le-tel {
		background-image: url(../media/icon/icon-tel.png);
	}

	.le-web {
		background-image: url(../media/icon/icon-web.png);
	}

.etkinlik-info {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	display: none;
}

.etkinlik-info span {
	float: left;
	background-color: #949494;
	padding: 10px;
	padding-left: 35px;
	padding-right: 15px;
	color: white;
	border-right: 1px solid #a9a9a9;
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: left 10px center;
	margin: 0;
}

	.etkinlik-info span:first-child {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.etkinlik-info span:last-child {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-right: 0;
	}

.etkinlik-view {
	background-image: url(../media/icon/slider-goz.png);
}

.etkinlik-comment {
	background-image: url(../media/icon/slider-yorum.png);
}

.etkinlik-like {
	background-image: url(../media/icon/slider-kalp.png);
}

.etkinlik-date {
	background-image: url(../media/icon/slider-takvim.png);
}

.etkinlik-link {
	float: right;
	width: 40px;
	height: 40px;
	background-color: white;
	background-image: url(../media/icon/icon-fl.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-right: 30px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid white;
}

	.list-etkinlik:nth-child(even) .etkinlik-link:hover {
		background-color: white;
		border-color: #f6f6f6;
	}

	.list-etkinlik:nth-child(even) .etkinlik-link {
		background-color: #f6f6f6;
		border-color: white; 
	}

	.list-etkinlik:nth-child(odd) .etkinlik-link:hover {
		background-color: #f6f6f6;
		border-color: white;
	}

.le-takvime-ekle {
	float: left;
	background-color: #f18b31;
	color: white;
	font-size: 10px;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 30px;
	margin-top: 20px;
	transition: all 0.5s ease;
}

	.le-takvime-ekle:hover {
		background-color: #333;
	}

.sihirbaz-top-area {
	float: left;
	width: 100%;
	height: 279px;
	bottom: 0;
	position: absolute;
	text-align: center;
}

.sihirbaz-top-area .cf-filter {
	float: left;
	width: 100%;
    margin-left: 0;
}

.sihirbaz-top-area .cf-bottom {
	position: absolute;
	bottom: 0;
}

.sihirbaz-top-area .cf-filter {
	position: absolute;
	bottom: 136px;
}

.sihirbaz-top-area .filter {
    display: inline-block;
    float: none;
}

.sihirbaz-top-area .cf-bottom-content {
	width: 100%;
	max-width: 600px;
	margin: auto;
    height: 139px;
}

.profile-top-area {
	float: left;
	text-align: center;
	width: 100%;
}

.profile-content {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin-top: 100px;
}

.profile-image-area {
	position: relative;
	display: inline-block;
	width: 170px;
}

	.profile-image {
		overflow: hidden;
		width: 170px;
		height: 170px;
		border-radius: 120px;
        background-position: center center;
        background-size: cover;
		position: relative;
	}

		.profile-image img {
			float: left;
			width: 100%;
		}

.profile-change {
	width: 22px;
	height: 21px;
	background-image: url(../media/icon/icon-profile.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	z-index: 10;
}

.profile-yuzde {
	float: left;
	width: 100%;
	margin-top: 130px;
	color: white;
	font-size: 13px;
}

	.profile-yuzde span {
		float: right;
	}

.profile-progress {
	float: left;
	width: 100%;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}

	.profile-progress span {
		float: right;
		width: 40%;
		height: 3px;
		background-color: #25d366;
	}

.site-progress {
	float: left;
	width: 100%;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}

	.site-progress span {
		float: right;
		width: 85%;
		height: 3px;
		background-color: #00baff;
	}

.site-yuzde {
	float: left;
	width: 100%;
	margin-top: 130px;
	color: white;
	font-size: 13px;
}

	.site-yuzde span {
		float: left;
	}

.profile-info {
	float: left;
	width: 100%;
	text-align: center;
}

	.profile-info h2 {
		margin-top: 15px;
		font-size: 48px;
		color: white;
		margin-bottom: 0;
	}

	.profile-info h4 {
		margin-top: 10px;
		font-size: 20px;
		color: white;
		margin-bottom: 15px;
	}

.profile-options {
	display: inline-block;
	width: 210px;
	color: white;
}

	.profile-options span {
		float: left;
		margin-left: 5px;
	}

.profile-option {
	float: left;
	color: white;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin-left: 5px;
	background-image: url(../media/icon/icon-profile-option.png);
	cursor: pointer;
}

	.profile-option:hover {
		text-decoration: underline;
	}

.profile-logout {
	float: left;
	color: white;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin-left: 10px;
	background-image: url(../media/icon/icon-logout.png);
	cursor: pointer;
}

	.profile-logout:hover {
		text-decoration: underline;
	}

.profile-mission-area {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
}

.mission-dayleft {
	float: right;
	line-height: 30px;
	padding-bottom: 30px;
	background-image: url(../media/icon/icon-missionarrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: white;
	margin-right: 60px;
}

.mission-dayleft b {
	font-size: 30px;
}

.profile-top-bg {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5)
}

.mission-bottom {
	float: left;
	width: 100%;
	background-color: #ad0664;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.mb-image {
	display: inline-block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 70px;
    background-position: center center;
    background-size: 100%;
}

.mb-yuzde {
	float: left;
	width: 100%;
}

.mb-yuzde-text {
	float: left;
	color: white;
	font-weight: 900;
	font-size: 15px;
	margin-left: 20%;
	text-align: left;
}

	.mb-yuzde-text b {
		font-size: 30px;
	}

.mb-progress {
	float: left;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	height: 5px;
	margin-top: 10px;
}

	.mb-progress span {
		float: left;
		width: 25%;
		height: 100%;
		background-color: white;
	}

.mb-mission-text {
	float: left;
	color: white;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
}

	.mb-mission-text b {
		font-size: 30px;
	}

.sinema-detay-area {
	margin: auto;
	width: 100%;
	max-width: 1280px;
	background-color: white;
	position: relative;
	min-height: 450px;
    padding-bottom: 30px;
}

.sd-title {
	float: left;
	font-size: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
}

.sd-sinema {
    color: #b42ad6;
}

.sd-etkinlik {
    color: #6e47a9;
}

.sd-eglence {
    color: #6e47a9;
}

.sd-arrows {
	float: right;
	width: 100px;
	height: 50px;
	right: 55px;
	top: 0;
	position: absolute;
}

.sd-arrows-left {
	float: left;
	width: 50%;
	height: 100%;
	background-color: #f6f6f6;
	background-image: url(../media/icon/left-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.3s ease;
}

	.sd-arrows-left:hover {
		opacity: 0.9;
	}

.sd-arrows-right {
	float: right;
	width: 50%;
	height: 100%;
	background-color: #b42ad6;
	background-image: url(../media/icon/bread-ok.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.3s ease;
}

	.sd-arrows-right:hover {
		opacity: 0.9;
	}

.sd-image {
	float: left;
	width: 100%;
	text-align: center;
}

	.sd-image img {
		display: inline-block;
		max-width: 100%;
	}


.sd-ozet {
	float: left;
	width: 100%;
}

	.sd-ozet span {
		float: left;
		width: 100%;
		color: #666666;
		text-align: left;
		font-size: 20px;
		font-weight: 600;
		margin-top: 30px;
	}

	.sd-ozet p {
		float: left;
		width: 100%;
		color: #666666;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}

.sd-info {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

	.sd-info img {
		float: left;
		max-height: 40px;
	}

.sinema-detay-area .seanslar {
	width: 100%;
}

	.sinema-detay-area .seans-title {
		margin-top: 30px;
	}

.sinema-detay-area .lm-contact .lm-kat {
	margin-left: 0;
	width: 100%;
}

.sinema-detay-area .lm-contact .lm-tel {
	margin-left: 0;
	width: 100%;
}

.media-area {
	margin: auto;
	width: 100%;
    max-width: 1280px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../media/image/media-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.sinema-detay-area .le-takvime-ekle {
	margin-left: 0;
}

.magaza-media-area {
	margin: auto;
	width: 100%;
    max-width: 1280px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../media/image/magaza-slide-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    display: none;
}

.ma-title {
	float: left;
	color: white;
	font-size: 35px;
	font-weight: 200;
	padding-bottom: 20px;
}

.ma-image {
	float: left;
	width: 23%;
	max-width: 270px;
}

	.ma-image img {
		width: 100%;
		float: left;
	}

.ma-slider {
	margin: auto;
	width: 54%;
	max-width: 630px;
	position: relative;
	text-align: center;
}

	.ma-slider img {
		width: 100%;
	}

.magaza-media-area .ma-image {
    width: 31.2%;
    max-width: 600px;
    max-height: 260px;
}

.magaza-media-area .ma-slider {
    width: 36.8%;
     max-height: 260px;
}


.ma-slider .owl-dots {
	display: inline-block;
	top: 0;
	position: absolute;
	margin-top: -40px;
}

.ma-slider .owl-dot {
	width: 11px;
	height: 11px;
	border-radius: 50px;
	margin: 5px;
	background-color: white;
	float: left;
	margin-top: 10px;
}
	
	.ma-slider .owl-dot.active {
		background-color: #49d0ed;
	}

.media-embed {
    float: left;
	display: inline-block;
	margin: auto;
	width: 54%;
}

.comment-area {
	margin: auto;
	max-width: 1280px !important;
	position: relative;
}

.ca-content {
    float: left;
    width: 100%;
    background-color: #1da1f2;
}

.ca-title-area {
	float: left;
	width: 90%;
    margin-left: 5%;
	background-image: url(../media/icon/ca-title-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 80px;
	text-align: center;
}

	.ca-title-area span {
		display: inline-block;		
		padding: 20px 20px;
		background-color: #1da1f2; 
		color: white;
		font-size: 35px;
		font-weight: 200;
	}

.ca-image-area {
	width: 45px;
	height: 45px;
	display: inline-block;
	border: 5px solid #4ab4f5;
	border-radius: 90px;
	background-size: cover;
}

.ca-user-name {
	float: left;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	margin-top: 10px;
}

.ca-user-from {
	float: left;
	width: 100%;
	color: white;
	text-align: center;
	font-weight: 200;
	font-size: italic;
	font-size: 14px;
}

.ca-comment-area {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../media/icon/ca-comment-bg.png);
	background-repeat: no-repeat;
	background-position: left top 35px;
	padding-left: 11px;
}

.ca-comment-text {
	float: left;
	width: 90%;
	border-radius: 4px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 25px;
    padding-bottom: 25px;
	color: white;
	background-color: #34abf3;
    text-align: left;
}

.ca-slider {
	float: left;
	width: 100%;
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.ca-slider-item {
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #34abf3;
    width: 90%;
    margin-left: 5%;
}

.SendComment {
    float: left;
    width: 50%;
    margin-left: 25%;
}

.SendComment textarea {
    resize: none;
    float: left;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: white;
    height: 40px;
    border-radius: 30px;
    padding: 15px 30px;
    color: #757575;
}

.ca-slider .owl-dots {
	display: inline-block;
	bottom: -50px;
	position: absolute;
}

.ca-slider .owl-dot {
	width: 11px;
	height: 11px;
	border-radius: 50px;
	margin: 5px;
	background-color: white;
	float: left;
	margin-top: 10px;
}

.ca-slider .owl-dot.active {
	background-color: transparent;
	width: 9px;
	height: 9px;
	border: 5px solid var(--color3);
	margin-top: 5px;
}


/*Magaza Detay*/

.magaza-detay-area {
	float: left;
	width: 100%;
	max-width: 1280px;
	background-color: white;
	position: relative;
}

.arrow-clr {
	background-color: var(--color1);
}

/* Profil Detay */

.profile-tab-area {
	margin: auto;
    max-width: 1280px;
	width: 100%;
	background-color: #f6f6f6;
	display: none;
}

.pf-tab {
	float: left;
	width: 200px;
	height: 80px;
	text-align: center;
}

.pf-tab span {
	color: #999999;
	line-height: 90px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: 200;
}

	.pf-tab.active span {
		color: white;
	}

	.pf-tab.active {
		color: white;
		background-color: #999999;
	}


.yaka {
	background-position: left 30px center;
	background-image: url(../media/icon/icon-kupa-pasif.png);
	background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
}

	.yaka.active {
		background-image: url(../media/icon/icon-kupa.png);
	}

.kac {
	background-image: url(../media/icon/icon-kumsaati.png);
	background-position: left 30px center;
	background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
}

	.kac.active {
		background-image: url(../media/icon/icon-kumsaati-aktif.png);
	}


.paylas {
	text-align: center;
	background-image: url(../media/icon/icon-profil-share.png);
	background-position: left 30px center;
	background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
}

	.paylas.active {
		background-image: url(../media/icon/icon-profil-share-aktif.png);
	}

.pf-news-area {
	padding-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
    background-color: white;
}

.pf-image-area {
	margin: auto;
	width: 170px;
	height: 170px;
	border: 1px solid #e7e7e7;
	border-radius: 120px;
	background-size: cover;
	background-repeat: no-repeat;
}

.dnr {
	background-image: url(../media/image/profil-news-dnr.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.swatch {
	background-image: url(../media/image/profil-news-swatch.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.play {
	background-image: url(../media/image/profil-news-play.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.arc {
	background-image: url(../media/image/profil-news-arc.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.pf-kisi {
	text-align: center;
	padding-top: 20px;
	width: 100%;
	color: #666666;
	font-size: 15px;
}

.pf-firma {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	color: #666666;
}

.pf-yuzde {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	color: #666666;
}

/* Sýk Sorulanlar */

.sorular-area {
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.soru-box {
	margin: auto;
	width: 100%;
	max-width: 770px;
	border-radius: 5px;
	margin-bottom: 30px;
	display: inline-block;
}

.soru-box * {
	transition: all 0.5s ease;
}

.soru-left {
	float: left;
	background-color: var(--color1);
	width: 90%;
	height: 58px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

.soru-left span {
	color: white;
	line-height: 58px;
	font-size: 16px;
}

.soru-right {
	float: right;
	width: 10%;
	height: 58px;
	background-color: #333333;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../media/icon/icon-soru-arti.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cevap-area {
	float: left;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 20px;
	display: none;
}

.cevap-area p {
	float: left;
	font-size: 16px;
	color: #666666;
}

	.soru-box.active > .cevap-area {
		display: block;
	}

	.soru-box.active > .soru-left {
		background-color: black;
	}

	.soru-box.active > .soru-right {
		background-image: url(../media/icon/icon-soru-eksi.png);
	}

/* E-Bulten */

.ebulten {
	padding-bottom: 70px;
}

.bulten-area {
	margin: auto;
	padding-top: 50px;
	padding-bottom: 90px;
	width: 100%;
	max-width: 770px;
}

.bulten-left {
	float: left;
	width: 100%;
	max-width: 170px;
	height: 50px;
	background-color: #333333;
	background-image: url(../media/icon/bulten-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

	.bulten-left.active {
		background-color: #6633cc;
		background-image: url(../media/icon/bulten-arrow-aktif.png);
	}

.kro-text {
	float: left;
	padding-left: 20px;
	line-height: 50px;
	color: white;
	font-size: 16px;
}

.bulten-mid {
	float: left;
	width: 100%;
	max-width: 430px;
	height: 50px;
	background-color: #000000;
	background-image: url(../media/icon/bulten-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.bulten-mid.active {
		background-color: #6633cc;
		background-image: url(../media/icon/bulten-arrow-aktif.png);
	}

.alfa-text {
	float: left;
	padding-left: 20px;
	line-height: 50px;
	color: white;
	font-size: 16px;
}

.bulten-right {
	float: left;
	width: 100%;
	max-width: 170px;
	height: 50px;
	background-color: #333333;
	background-image: url(../media/icon/bulten-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;

}

	.bulten-right.active {
		background-color: #6633cc;
		background-image: url(../media/icon/bulten-arrow-aktif.png);
	}

.kaynak-text {
	float: left;
	padding-left: 20px;
	color: white;
	line-height: 50px;
	font-size: 16px;
}

.bulten-detay {
	float: left;
	width: 100%;
	background-color: #333333;
	border-radius: 5px;
	height: 100px;
	margin-top: 20px;
}

.detay-date {
	float: left;
	width: 170px;
	height: 100%;
}

.detay-date span {
	float: right;
	font-size: 14px;
	color: #cccccc;
	margin-top: 20px;
	margin-right: 10px;
}

.detay-img {
	float: left;
}

.detay-info {
	float: left;
	width: 260px;
	height: 100%;
}

.detay-info span {
	float: left;
	color: white;
	margin-top: 20px;
	margin-left: 15px;
}

.detay-pdf {
	float: left;
	background-image: url(../media/icon/icon-pdf.png);
	background-repeat: no-repeat;	
	background-position: left 15px center;
}

.detay-pdf a {
	float: left;
	text-decoration: none;
	color: #9999ff;
	font-size: 16px;
	margin-left: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.detay-f {
	float: left;
	width: 170px;
	height: 100%;
}

.detay-f span {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	color: #cccccc;
	font-size: 14px;
}

.lt-etkinlik-info {
	display: inline-block;
	margin-top: 50px;
    position: relative;
}

.lt-etkinlik-info span {
	float: left;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	padding-left: 35px;
	padding-right: 15px;
	color: white;
	border-right: 1px solid #333;
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: left 10px center;
	margin: 0;
}

	.lt-etkinlik-info span:first-child {
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}

	.lt-etkinlik-info span:last-child {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-right: 0;
	}

.lt-takvime-ekle {
	display: inline-block;
	background-color: #f18b31;
	color: white;
	font-size: 10px;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 20px;
	transition: all 0.5s ease;
}

	.lt-takvime-ekle:hover {
		background-color: #333;
	}

.error-list-area span, .error-list-area2 span {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
}

.hb-user-info {
    float: left;
    margin-top: 30px;
    width: 120px;
}

.hb-user {
    float: left;
    border-left: 1px solid #e5e5e5;
    height: 80px;
    margin-left: -3px;
    padding-left: 20px;
    position: relative;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .hb-user:hover {
        background-color: #f2f2f2;
    }

.hb-user-image {
    float: left; 
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-size: 100%;
    background-position: center center;
    margin-top: 20px;
    margin-right: 10px;
}

.hb-user-name {
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: 800;
    color: #666666;
}

.hb-user-mail {
    float: left;
    width: 100%;
    margin-top: 0;
    font-size: 11px;
    font-weight: 200;
    color: #8f8f8f;
}

.hb-user-logout {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}

.hb-user-settings {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.hb-user .i-search {
    position: absolute;
    right: -70px;
    padding: 0;
}

/* sinema */

.nxm-session-btn  {
    float: left;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    width: 117px;
    -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-right: 10px;
    margin-bottom: 10px;
}

    .nxm-session-btn:hover {
        background: #ea168c;
    }

.ls-detay-tl li {
    list-style-type: none;
}

.ls-session-area {
    float: left;
    width: 100%;
}

.ls-detay-tl h1 a {
    font-size: 35px;
    color: #b42ad6;
    font-weight: 200;
    margin-bottom: 10px;
    text-decoration: none;
}

.sessions-display__saloon__session-list {
    float: left;
    width: 100%;
    padding: 0;
}

.sessions-display__saloon__graphic-info {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

.sessions-display__graphic-info__list {
    display: inline-block;
    text-align: center;
}

.sessions-display__graphic-info__list li {
    display: inline-block;
    margin: 0 2px 5px;
    width: 24px;
    height: 24px;
}

.ls-detay-tl .icon {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
}

.icon--movie-under-seven-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -507px -630px;
    width: 24px;
    height: 24px;
}

.icon--movie-under-thirteen-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -732px -602px;
    width: 24px;
    height: 24px;
}

.icon--movie-plus-fifteen-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -704px -602px;
    width: 24px;
    height: 24px;
}

.icon--movie-plus-thirteen-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -732px -574px;
    width: 24px;
    height: 24px;
}

.icon--movie-under-fifteen-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -740px -536px;
    width: 24px;
    height: 24px;
}

.icon--movie-sexual-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -648px -574px;
    width: 24px;
    height: 24px;
}

.icon--movie-plus-eighteen-black {
    background-image: url(/Assets/Web/build/assets/images/sprite-common.png?v=1);
    background-position: -143px -630px;
    width: 24px;
    height: 24px;
}

.icon--movie-violence-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -423px -630px;
    width: 24px;
    height: 24px;
}

.icon--movie-negative-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -199px -630px;
    width: 24px;
    height: 24px;
}s

.icon--movie-under-thirteen-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -732px -602px;
    width: 24px;
    height: 24px;
}

.icon--movie-plus-seven-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -648px -602px;
    width: 24px;
    height: 24px;
}

.icon--movie-negative-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -199px -630px;
    width: 24px;
    height: 24px;
}

.icon--movie-under-fifteen-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -740px -536px;
    width: 24px;
    height: 24px;
}

.icon--movie-general-black {
    background-image: url(/media/Sprite/sprite-common.png);
    background-position: -255px -630px;
    width: 24px;
    height: 24px;
}

.sessions-display__saloon__session-list li a.button--inactive {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    cursor: default;
}

.sessions-display__saloon__movie-title {
    margin-bottom: 0;
}

.sessions-display__saloon__title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.sessions-display__saloon__movie-original-title {
    margin-top: 0px;
    font-size: 14px;
}

.sessions-display__saloon__place {
    margin-top: 0;
}

.sinema-list-title-area {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    background-color: white;
}

.sinema-list-title {
    font-size: 35px;
    color: #b42ad6;
    font-weight: 200;
    margin-bottom: 10px;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.overlay-title-area {
    float: left;
    width: 100%;
    position: relative;
    background-color: var(--color1);
    padding-top: 15px;
    padding-bottom: 15px;
}

.overlay-logo {
    float: left;
    
}

.campaign-title {
    color: #d62a6f;
}

.campaign-info {
    font-weight: 200;
}

.campaign-info b {
    font-weight: 800;
}

.campaign-buttons a {
    text-decoration: none;
}

.campaign-button {
	float: left;
	padding: 10px 23px;
	background-color: #d62a6f;
	font-size: 13px;
	border-radius: 3px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
    color: white !important;
    font-weight: 200;
	transition: all 0.5s ease;
	cursor: pointer;
}

    .campaign-button:hover {
        background-color: #666666;
    }

.file-button {
    float: left;
    padding: 10px 23px;
    background-color: #d62a6f;
    font-size: 13px;
    border-radius: 3px;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: white !important;
    font-weight: 200;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .file-button:hover {
        background-color: #666666;
    }

.campaign-direct {
    display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../media/icon/event-direct2.png);
	background-repeat: no-repeat;
    background-color: #d62a6f;
	background-position: center center;
	border-radius: 40px;
	bottom: 20px;
	right: 80px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.5s ease;
    margin-top: 12px;
    margin-left: 15px;
}

    .campaign-direct:hover {
		transform: rotate(360deg);
		background-color: #666666;
    }

.kit-area {
    margin: auto;
    max-width: 1280px;
    width: 100%;
    padding-top: 45px;
    min-height: 130px;
    background-image: url(../media/image/basin-kit-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.kit-title {
    float: left;
    color: white;
    font-size: 34px;
    font-weight: 900;
}

.kit-info {
    float: right;
    color: white;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    background-image: url(/media/icon/icon-kit-pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.kit-file {
    float: left;
    color: white;
    font-weight: 200;
    margin-top: 30px;
}

.kit-button {
    float: left;
    color: white;
    font-size: 13px;
    font-weight: 200;
    border: 1px solid white;
    border-radius: 3px;
    padding: 7px 15px;
    text-decoration: none;
    margin-top: 25px;
    margin-left: 15px;
    cursor: pointer;
}

    .kit-button:hover {
        opacity: 0.9;
    }

.detay-rent {
    background-image: url(../media/icon/icon-red-pdf.png)
}

.detay-rent a {
    color: #e43131 !important;
}

#AvmSihirbaz, #bulten {
    transition: all 0.5s ease;
}

#AvmSihirbaz.active {
    box-shadow: inset 0 0 20px #5fafda;
}

#bulten.active {
    transform: scale(1.2);
}

.sl-today {
    display: inline-block;
    font-size: 33px;
    color: #b42ad6;
    font-weight: 200;
    margin-bottom: 10px;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 20px;
    font-style: normal;
    text-align: center;
}

.sl-today em {
    margin-right: 14px;
    font-style: normal;
}

.sl-nextday {
    float: right;
    font-size: 33px;
    color: #b42ad6;
    font-weight: 200;
    margin-bottom: 10px;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 20px;
    font-style: normal;
    border-bottom: 1px solid;
}

.sl-nextday a {
    text-decoration: none;
    color: #b42ad6;
}

.sl-nextday em {
    margin-right: 14px;
    font-style: normal;
}



.sl-prevday a {
    text-decoration: none;
    color: #b42ad6;
}

.sl-prevday em {
    margin-right: 14px;
    font-style: normal;
}

.aboutus-area {
    background-color: white;
    width: 100%;
    margin: auto;
    max-width: 1280px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.career-area {
    background-color: white;
    width: 100%;
    margin: auto;
    max-width: 1280px;
}

.aboutus-area .title {
    font-size: 30px;
    color: var(--color1);
}

.ca-yorum {
    display: inline-block;
    color: white;
    background-image: url(../media/icon/icon-yorumyap.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid white;
    padding-right: 42px;
    border-radius: 20px;
}

    .ca-yorum:hover {
        box-shadow: 0 0 3px 0 white;
    }

.nl-slider .owl-next {
	position: absolute;
	right: 0;
	background-image: url(../media/icon/right-arrow.png);
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 35px;
	top: 0%;
}

.nl-slider .owl-prev {
	position: absolute;
	right: 50px;
	background-image: url(../media/icon/left-arrow.png);
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 35px;
	top: 0%;
}

.fb-sozlesme {
    float: left !important;
    margin-left: 137px !important;
    line-height: 26px !important;
    font-size: 12px !important;
}

.fb-sozlesme input {
    margin-top: 6px;
    float: left;
    margin-right: 5px;
}

.fb-sozlesme span {
    color: var(--color1);
    cursor: pointer;
    text-decoration: underline;
}

.fb-sozlesme.uyelik {
	margin-left: 30px !important;
	margin-top: 10px;
	margin-bottom: 0;
}

.eb-direct.detail {
	position: relative;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
	background-color: #f18b31;
	background-image: url(../media/icon/event-direct2.png);
	top: 0;
	right: 0;
}

.contact-list-area {
    width: 100%;
	margin: auto;
	max-width: 1280px;
	position: relative;
    background-color: white;
    text-align: center;
}

.cl-title {
    color: var(--color1);
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cl-text {
    margin: auto;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    color: #666666;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
}

.cl-form-area {
    width: 100%;
    max-width: 820px;
    display: inline-block;
    min-height: 200px;
    margin-top: 35px;
    padding-bottom: 35px;
}

.cl-form-box {
    float: left;
    width: 180px;
    height: 100px;
    border-radius: 90px;
    border: 2px solid #b5b5b5;
    background-repeat: no-repeat;
    background-position: center top 20px;
    cursor: pointer;
    font-size: 20px;
    padding-top: 80px;
    font-weight: bold;
    color: #666666;
    margin-left: 10px;
    margin-right: 10px;
}

.cl-form-box:hover {
    border-color: var(--color1);
}

.cl-musteri {
    background-image: url(../media/icon/cl-comment.png);
}

.cl-kiralama {
    background-image: url(../media/icon/cl-build.png);
}

.cl-pazarlama {
    background-image: url(../media/icon/cl-hamachi.png);
}

.cl-insan {
    background-image: url(../media/icon/cl-human.png);
}

.yk-area {
	margin: auto;
	max-width: 1280px;
	position: relative;
	z-index: 11;
    padding-top: 30px;
    background-color: white;
    min-height: 950px;
    text-align: center;
}

/* Yasam Kart */

.konut {
    float: left;
    width: 30%;
    margin-left: 1%;
}

.avantaj {
    float: left;
    width: 21%;
    margin-top: 20px;
    margin-left: 3%;
}

.konut-text {
	color: #666666;
	float: left;
	font-weight: 200;
	padding-left: 70px;
	font-size: 15px;
	line-height: 18px;
	height: 130px;
    text-align: left;
}

.konut-title {
	float: left;
	color: #2a9ad6;
	font-weight: 400;
	font-size: 24px;
	padding-left: 70px;
}

.konut {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../media/icon/ev-48x48.png);
}

.arac-text {
	color: #666666;
	float: left;
	font-weight: 200;
	padding-left: 70px;
	font-size: 14px;
	height: 130px;
}

.arac-title {
	float: left;
	color: #2a9ad6;
	font-weight: 400;
	font-size: 24px;
	padding-left: 70px;
}

.arac {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../media/icon/arac-48x48.png);
}


.seyahat-text {
	color: #666666;
	float: left;
	font-weight: 200;
	padding-left: 70px;
	font-size: 14px;
	height: 130px;
}

.seyahat-title {
	float: left;
	color: #2a9ad6;
	font-weight: 400;
	font-size: 24px;
	padding-left: 70px;
}

.seyahat {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../media/icon/seyahat-48x48.png);
}

.ysm-link {
	float: left;
	padding-left: 70px;
	text-decoration: none;
	color: #2a9ad6;
	padding-top: 10px;
	margin-bottom: 30px;
	cursor: pointer;
}

.avantaj-img {
	float: left;
	width: 269px;
	height: 175px;
	border: 1px solid #2a9ad6;
}

.avantaj-title {
	float: left;
	padding-top: 15px;
	color: #2a9ad6;
	font-size: 18px;
	font-weight: 400;
}

.avantaj-text {
	float: left;
	color: #666666;
	font-size: 14px;
	width: 269px;
	display: inline-block;
    text-align: left;
    line-height: 18px;
}


.avantaj-area {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.yasam-text {
	display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 840px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	padding-top: 30px;
	padding-bottom: 60px;
}

.avantaj-box {
	margin: auto;
	width: 269px;
}

.konut-alt {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: #2a9ad6;
}

.konut-md {
	float: left;
	width: 100%;
	font-weight: bold;
	color: #2a9ad6;
	font-size: 21px;
}

.konut-p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666666;
}

.yk-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: var(--color1);
    font-weight: 400;
    padding-top: 30px;
    margin-bottom: 0;
    border-top: 1px dashed var(--color1);
}

.campaign-date .er-day b {
    color: #d62a6f;
}

.career-title {
    color: #009688;
}

.header-bulten {
	display: inline-block;
	max-width: 488px;
	width: 100%;
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 151px;
	background-image: url(../media/image/footer-bulten.png);
	position: static;
	bottom: 0;
	text-align: center;
    position: absolute;
    left: 374px;
    top: -500px;
    z-index: 100;
    transform: rotate(180deg);
}

.header-bulten .fb-item {
    transform: rotate(180deg);
}

.e-bulten-top {
    cursor: pointer;
}

.career-item {
    padding-top: 35px;
    padding-bottom: 35px;
}

.career-img {
    float: left;
}

.career-right {
    float: left;
}

.career-button {
	float: left;
	padding: 10px 23px;
	background-color: #009688;
	font-size: 13px;
	border-radius: 3px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
    color: white !important;
    font-weight: 200;
	transition: all 0.5s ease;
	cursor: pointer;
}

    .campaign-button:hover {
        background-color: #666666;
    }

.footer-bottom {
    
}

.contact-form-area {
    padding-top: 30px;
    padding-bottom: 35px;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    background-image: url(../media/pattern/pat_04.png);
    background-color: white;
}

.contact-form-title {
    display: inline-block;
    width: 65%;
    text-align: center;
    padding: 20px 0;
    color: #e73a89;
    font-size: 22px;
    font-weight: 800;
    border-bottom: 2px solid var(--color1);
}

.contact-form {
    width: 65%;
    display: inline-block;
    margin: auto;
    padding-top: 30px;
    margin-left: -25px;
    padding-bottom: 30px;
}

.contact-form-item {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.contact-form-left {
    float: left;
    width: 50%;
}

.contact-form-right {
    float: left;
    width: 50%;
}

.contact-form label {
    float: left;
    line-height: 35px;
    width: 30%;
    text-align: right;
    font-weight: 600;
}

.contact-form input {
    float: left;
    margin-left: 30px;
    width: 50%;
    border: 1px solid #efefef;
    border: 0;
    line-height: 35px;
    outline: 0;
    padding: 0 15px;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 #dadada;
}

.contact-form textarea {
    width: 75%;
    float: left;
    margin-left: 30px;
    border: 0;
    resize: none;
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    outline: 0;
}

.contact-form-button {
	display: inline-block;
	padding: 9px 54px;
    background-color: #d62a6f;
    font-size: 15px;
	border-radius: 3px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
    color: white !important;
    font-weight: 200;
	transition: all 0.5s ease;
	cursor: pointer;
    margin-top: 20px;
    font-weight: 600;
}

    .contact-form-button:hover {
        transition: all 0.5s ease;
        background-color: #333;
    }

    .contact-form-button:active {
        background-color: #666;
    }

.label-error {
    float: left;
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
    font-weight: 800;
    color: red;
    display: none;
}

/*.tr {
    background-image: url(../media/icon/turkey.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.en {
    background-image: url(../media/icon/united-kingdom.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ru {
    background-image: url(../media/icon/russia.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ar {
    background-image: url(../media/icon/saudi-arabia.png);
    background-repeat: no-repeat;
    background-position: center center;
}*/

.hc-left {
    float: left;
    width: 50%;
}

.hc-right {
    float: left;
    width: 50%;
}

.hizmetler-area {
    width: 970px;
    margin: auto;
}

.hizmet-item {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .hizmet-left {
        float: left;
        width: 60px;
    }

    .hizmet-right {
        float: left;
        width: 85%;
    }

    .hizmet-item img {
        float: left;
    }

    .hizmet-item span {
        float: left;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: #c994b2;
        font-size: 18px;
    }

    .hizmet-item p {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }

.list-eglence {
	display: inline-block;
	width: 28%;
	margin: auto;
	background-color: #f6f6f6;
	padding: 15px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 35px;
	margin-bottom: 35px;
	height: 820px;
	border-radius: 10px;
}

.leg-title {
	float: left;
	width: 100%;
	color: #6e47a9;
	font-weight: 600;
	font-size: 25px;
	margin-top: 20px;
	height: 55px;
}

.leg-desc {
	float: left;
	width: 85%;
	margin-left: 7.5%;
	font-size: 18px;
	font-weight: 200;
	margin-top: 20px;
	text-align: center;
	height: 240px;
}

.leg-img {
	margin: auto;
}

.leg-link {
	display: inline-block;
	color: #289ad8;
	border: 2px solid #289ad8;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 45px;
	padding: 8px 78px;
	text-decoration: none;
}

.basvuru-area {
    max-width: 1280px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-image: url(../media/pattern/pat_03.png);
}

.h-item {
    display: inline-block;
    width: 200px;
    text-align:center;
    padding: 12px;
}

    .h-item img {
        display: inline-block;
        width: 180px;
    }

    .h-item span {
        float: left;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #2b3183;
        font-weight: 600;
    }

.getMoreComment {
    display: inline-block;
    padding: 10px 23px;
	background-color: #d62a6f;
	font-size: 18px;
	border-radius: 25px;
	margin-top: 15px;
	margin-bottom: 30px;
    color: white !important;
    font-weight: 200;
	transition: all 0.5s ease;
	cursor: pointer;
}

    .getMoreComment:hover {
        background-color: #333;
    }

    .getMoreComment:active {
        background-color: black;
    }

.mobile-menu {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1000px;
    min-height: 250px;
    background-color: white;
    border-bottom: 1px solid var(--color1);
    border-top: 1px solid var(--color1);
    z-index: 999;
    transition: all 0.5s ease;
}

.mobile-menu.active {
    top: 105px;
}

#mobileMenu.active {
    transition: all 0.5s ease;
    transform: rotate(180deg);
    background-image: url(../media/icon/icon-close.png);
}

.mobile-menu-item {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ah-area {
    width: 1170px;
    margin: auto;
    text-align: center;
}

    .ah-area img {
        display: inline-block;
        width: 20%;
       
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--color1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: -5px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
    max-height: 650px;
    overflow-y: scroll;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.glyphicon-modal-window:before {
    content: "\e237";
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}

.lm-dty {
    float: left !important;
    width: 100% !important;
    border-bottom: 1px solid #ebebeb !important;
    max-height: 360px !important;
}

.lm-cnt2 {
    float: left;
    width: 100%;
    height: 360px;
    background-color: #f6f6f6;
}

.lm-img2 {
    float: left !important;
    width: 100% !important;
    height: 360px !important;
    border-spacing: 0 !important;
    padding-top: 0px !important;
}

.lm-info2 {
    float: left;
    font-size: 20px;
    font-weight: 900;
    color: #666666;
    margin: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.lm-info2 {
    font-weight: 800;
}

.lm-ct2 {
    float: left;
    margin-left: 30px;
    color: var(--color1);
    font-weight: 800;
    font-size: 16px;
}

.lm-contact2 span {
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    font-size: 15px;
    color: #666666;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

    .lm-contact2 span a {
        color: #666666;
    }

.lm-kat2 {
    background-image: url(../media/icon/icon-kat.png);
}

.lm-tel2 {
    background-image: url(../media/icon/icon-tel.png);
}

.lm-web2 {
    background-image: url(../media/icon/icon-web.png);
}

.etkinlik-bttn {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
    text-indent: 20px;
    font-weight: 400;
}

.esteban {
    margin: auto !important;
    max-width: 340px !important;
    width: 100% !important;
}

/* Sinema Css */

.ls-detay-tl li a {
    display: block;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 11px 9px;
    line-height: 16px;
}

    .ls-detay-tl li a:hover {
        background-image: linear-gradient(to right, #eb2441 0%, #e70674 100%);
        background-repeat: repeat-x;
        transition: all 0.3s ease-out;
        color: #fff;
        border-color: #eb2441;
    }

.ls-detay-tl li {
    list-style-type: none;
    float: left;
    display: block;
    width: 107px;
    height: 39px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.ls-detay-tl ul {
    list-style-type: none;
    padding: 0;
}

.sl-prevday {
    margin-left: -15px;
    margin-bottom: 30px;
    background-color: #fff;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.sl-prevday ul {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    list-style-type: none;
    margin: 0;
    padding: 20px 65px 18px 0;
    float: left;
    width: 100%;
    height: 43px;
    overflow-y: hidden;
}

.sl-prevday ul li {
    float: left;
    margin-right: 25px;
    outline: none;
    height: 58px;
    margin-left: 20px;
}
    
    .selected-item {
        border-bottom: 1px solid #d62a6f;
    }

.sl-prevday ul li a {
    outline: none;
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 200;
    color: #9c9c9c;
    line-height: 30px;
    height: 50px;
    text-decoration: none;
}

.sl-prevday ul li a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}


/*Blog Page*/

.blogArea {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.blogBg {
    float: left;
    width: 100%;
    background-color: white;
}

.categoryArea {
    border-bottom: 5px solid grey;
    margin-bottom: 50px;
}

.categoryTitle {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px 15px 0px;
}

.category1 {
    background-image: url(../media/icon/grass.png);
    background-position: center left 50px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.blogLeft {
    float: left;
    width: 100%;
    border-right: 3px solid lightgrey;
    min-height: 600px;
    margin-bottom: 40px;
}

.blogRight {
    float: left;
    width: 100%;
    border-right: 3px solid lightgrey;
    margin-bottom: 40px;
}

.blogCategory {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blogTitle {
    float: left; 
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.blogText {
    float: left;
    width: 100%;
    text-align: center;
}

.blogImage {
    float: left;
    width: 100%;
}

.blogBox {
    float: left;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px!important;
}

.blogPo {
    float: left;
    width: 100%;
    text-align: center;
}

.blogrightBox {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
}

.blogrightImage {
    float: left;
    width: 100%;
}

.blogrightTitle {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
}

.blogRightImg {
    padding-left: 15px;
    padding-right: 15px;
}

.instagramThumb img {
    float: left;
    padding-left: 10px;
}

.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 213123px;
    background-color: #2a9ad6;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hizmet-red {
    margin-top: 30px;
    margin-bottom: 30px;
}

.redHizmet {
    float: left;
    max-width: 81px;
    width: 100%;
    padding-left: 7px;
}

.redHizmet img {
    float: left;
    width: 100%;
}

.redHizmet span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #ff3239;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.techs {
	float: left;
    width: 100%;
}

.subduyurutitle {
	float: left;
	width: 35%!important;
	
	font-size: 11px!important;
	color: #666666;
	cursor: pointer;
}










@media (max-width: 1170px){

	.slider-category {
		margin-top: 40px;
	}

	.col-filter {
		width: 55%;
	}

	.col-news {
		width: 45%;
	}

	.nl-link, .nl-direct {
		top: 30px;
	}

	.le-info {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

}

@media (min-width: 768px) and (max-width: 1050px){

	.fb-item {
		width: 91%;
	}

	.news-left {
		width: 100%;
		height: 205px;
	}

	.news-right {
		width: 100%;
		height: 140px;
	}

	.nr-date {
		margin-top: 14px;
	}

	.nr-title {
		font-size: 20px;
		line-height: 26px;
		margin-top: 10px;
	}

	.nr-from {
		font-size: 12px; 
		line-height: 20px;
	}

	.nr-content {
		display: none;
	}

	.nr-type {
		display: none;
	}

}

@media (max-width: 1050px){

	.eb-left {
		background-size: 110%;
	}

	.col-filter {
		width: 55%;
	}

	.col-news {
		width: 45%;
	}

	.er-day, .er-title, .er-content {
		margin-left: 10px;
	}

	.movie-info span {
		font-size: 12px;
	}

	.movie-info span:nth-child(3){
		border-right: 0;
	}

	.ls-detay-tr span {
		margin-right: 10px;
	}

	.le-content .er-day {
		margin-left: 30px;
	}

}

@media (max-width: 920px){
	.er-month, .er-title {
		margin-top: 10px;
	}

	.eb-link, .eb-direct {
		bottom: 10px;
	}
}

@media (max-width: 990px){

	.footer-bulten {
		zoom: 0.7;
	}

	.col-filter {
		width: 70%;
	}

	.col-news {
		width: 30%;
	}

	.slider-category {
		margin-top: 30px;
	}

	.slider-item {
		zoom: 0.86;
	}

	.hb-menu-link, .hb-menu-link-dd {
		font-size: 15px;
	}

	.slider-item {
		zoom: 0.85;
	}

	.hb-home {
		margin-left: 15px;
		margin-right: 10px;
	}

	.ls-detay-tl {
		margin-top: 20px;
	}

	.ls-detay-tr span {
		margin-top: 15px;
	}
}

@media (max-width: 890px){

	.nr-title {
		font-size: 14px;
		line-height: 20px;
	}

	.col-filter {
		width: 75%;
	}

	.col-news {
		width: 25%;
	}

	.slider-category {
		margin-top: 30px;
	}

	.slider-item {
		zoom: 0.75;
	}

	.hb-menu-link, .hb-menu-link-dd {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.hb-home {
		margin-left: 30px;
	}

	.lt-category {
		margin-top: 90px;
	}

	.lt-title h2 {
		font-size: 40px;
	}

	.lt-title h4 {
		font-size: 28px;
	}

	.lt-select-area {
		margin-top: 15px;
	}

	.ma-slider {
		width: 60%;
	}

	.ma-image {
		width: 20%;
	}

	.media-embed {
		width: 60%;
	}

	.forumboxArea {
		display: unset;
	}

}

@media (max-width: 767px){

    .mobile-menu .hb-menu-link {
        width: 100%;
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .uYok {
        display: none;
    }

    .hb-user-come {
        width: 100%;
    }

    .ht-input-area {
        margin-left: 10px;
        width: 34%;
    }

    .ht-giris {
        margin-top: 10px;
    }

    .ht-p {
        padding-left: 6px;
    }

    .ht-icon.i-search {
        display: none;
    }

    ht-social-area {
        float: left;
        margin-left: 10px;
    }

    

    .header-bulten {
        display: none;
    }

    .list-magaza {
        max-height: initial;
    }

	.comment-area {
		min-height: 650px;
	}

	.ca-comment-area {
		margin-left: -25px;
		margin-top: 20px;
	}

	.ca-slider .owl-dots {
		margin-left: -25px;
	}

	.footer-bulten {
		zoom: 0.63;
	}

	.home-contact-top {
		height: 360px;
	}

	.event-item {
		height: 375px;
	}

	.event-area {
		height: 770px;
	}

	.eb-left {
		background-size: 140%;
	}

	.event-bottom2 .owl-dot {
		background-color: #333;
	}

	.content-top-area {
		min-height: 690px;
	}

	.cf-desc {
		margin-left: 15px;
		margin-top: 10px;
	}

	.nr-title, .nr-category, .nr-date, .nr-content, .nr-from {
		margin-left: 15px;
	}

	.cf-input-area {
		width: 190px;
		margin-top: 15px;
	}

	.cf-input-area input {
		width: 180px;
	}

	.cf-select-area {
		width: 120px;
		margin-top: 15px;
	}

	.cf-search {
		float: right;
		margin-top: 10px;
		margin-right: 20px;
	}

	.filter {
		width: 55px;
	}

	.filter-icon {
		width: 55px;
		height: 55px;
	}

	.filter-title {
		font-size: 6px;
	}

	.cf-title {
		text-indent: 20px;
	}

	.cf-filter {
		margin-left: 20px;
	}

	.filter {
		margin-right: 10px;
	}

	.cf-input-area {
		margin-left: 15px;
	}

	.col-filter {
		width: 100%;
	}

	.col-news {
		width: 100%;
	}

	.show-on-mobile {
		display: block;
	}

	.slider-link {
		bottom: -40px;
	}

	.slider-category {
		margin-top: 30px;
	}

	.slider-item {
		zoom: 0.40;
	}

	.slider-area .owl-prev, .slider-area .owl-next {
		width: 20px;
		height: 20px;
	}

	.slider-area .owl-dots {
		margin-bottom: 10px;
		zoom: 0.5;
	}

	.mbsays {
		margin-right: 0;
	}

	.seans-title {
		margin-top: 20px;
	}

	.breads-social p {
		display: none;
	}

	.profile-list .mission-bottom .col-1-12:nth-child(3) .mb-image {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.profile-list .list-top-content {
		height: 900px;
	}

	.hb-user-image {
		display: none;
	}

	.hb-user {
		padding-left: 5px;
		padding-right: 5px;
	}

    .embedMobile iframe{
        width: 100%;
    }

    .esteban {
        width: 100%!important;
        max-width: 410px!important;
    }

    .home-contact-top {
        height: auto!important;
    }

    .hc-right {
        width: 100%;
    }

    .hc-left {
        width: 100%;
    }

    .mg-box {
        width: 50% !important;
        margin-right: 0px !important;
        height: auto !important;
        float: left;
    }

    .lm-image {
        height: auto;
    }

    .breads-share span {
        margin: 1px!important;
    }

    .konu-title {
        width: 100%;
        min-height: 30px;
        padding-left: 0px !important;
        font-size: 15px;
    }

    .yk-area {
        float: left;
        width: 100%;
        text-align: left;
    }

    .konut {
        margin-left: 3px!important;
    }

    .konut-text {
        width: 100%;
        margin-bottom: 70px;
        margin-top: 40px;
        min-height: 250px;
        padding-left: 0px !important;
        font-size: 13px;
    }

    .konut-title {
        width: 100%;
        min-height: 30px;
        padding-left: 0px !important;
        font-size: 15px;
    }

    .ysm-link {
        padding-left: 0px !important;
        margin-top: 30px;
    }

    .avantaj {
        width: 43%;
        min-height: 550px !important;
    }

    .avantaj-box {
        float: left;
        width: 100%;
        max-width: 220px;
    }

    .avantaj-img {
        float: left;
        width: 100%;
        height: 175px;
        border: 1px solid #2a9ad6;
        max-width: 220px;
    }

    .avantaj-title {
        width: 100%;
        min-height: 30px;
        font-size: 16px;
    }

    .avantaj-text {
        width: 100%;
        font-size: 13px;
    }
}
