/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Kings Caslon', sans-serif;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
     overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/** global **/
* {
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  font-variant: no-common-ligatures !important;
}
html {
  overflow-x: hidden;
}
article {
}
article,
section {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
label {
}
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

@font-face {
  font-family: Kings Caslon;
  src: url("fonts/AnyConv.com__FFClanProRegular.eot");
  src: local("☺"), url("fonts/AnyConv.com__FFClanProRegular.woff") format("woff"),
    url("fonts/AnyConv.com__FFClanProRegular.ttf") format("truetype"), url("fonts/AnyConv.com__FFClanProRegular.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Kings Caslon Display';
  src: url('fonts/KingsCaslonDisplay-Regular.woff2') format('woff2'),
      url('fonts/KingsCaslonDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kings Caslon';
  src: url('fonts/KingsCaslon-Italic.woff2') format('woff2'),
      url('fonts/KingsCaslon-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Kings Caslon';
  src: url('fonts/KingsCaslon-Bold.woff2') format('woff2'),
      url('fonts/KingsCaslon-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kings Caslon';
  src: url('fonts/KingsCaslon-Regular.woff2') format('woff2'),
      url('fonts/KingsCaslon-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.absolute-center-x {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.absolute-center-y {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.t1 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.1s;
}

.t2 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
}

.t3 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.3s;
}

.t4 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.4s;
}

.t5 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.5s;
}

.t10 {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 1s;
}
.t50 {
  transition: all linear 5s;
  -moz-transition: all linear 5s;
  -webkit-transition: all linear 5s;
  -o-transition: all linear 5s;
}
.container {
  width: 1600px;
  margin: 0px auto;
  position: relative;
}
a {
  text-decoration: none;
}
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.absolute-center-x {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.absolute-center-y {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(91, 102, 112, 0.6);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(91, 102, 112, 0.6);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(91, 102, 112, 0.6);
}

/*** footer ***/
footer {
  background-color: #f1f1f1;
}
#footer_top{border-top:1px solid #e1e1e1; padding-top:60px; padding-bottom:60px;}
	#footer_top #footer_top_title{
		font-family: Kings Caslon;
		text-align: center;
		font: normal normal normal 50px Kings Caslon;
		letter-spacing: 0px;
		color: #434343;
		opacity: 1;
	}
	#footer_top p{
		text-align: center;
		font: normal normal 300 16px/30px Kings Caslon;
		letter-spacing: 0px;
		color: #434343;
		text-transform: uppercase;
		opacity: 0.5;
		margin-bottom:40px;
	}
	#footer_top form{
		text-align:center;
	}
	#footer_top form input{display:inline-block;width: 360px;
height: 80px;

padding-left:40px;font: normal normal 300 14px/37px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
border: 1px solid #010F2A;background-color: #f1f1f1;
opacity: 1; margin-right:30px;}
#footer_top form button{display:inline-block;width: 148px;
height: 80px;

background: #010F2A 0% 0% no-repeat padding-box;
opacity: 1;text-align: center;
font: normal normal 300 18px/37px Kings Caslon;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;}
#footer_mid{border-top:1px solid #e1e1e1; }
#footer_mid_left{float:left; width:50%; height:400px;padding-top:100px;}
#footer_navigation {
  width: 100%;
  text-align: center;
}
#footer_navigation li {
  text-align: left;
font: normal normal 300 18px/20px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
text-transform: uppercase;
opacity: 1;
float:left;
width:50%;
margin-bottom:40px;
}
#footer_navigation li a {
  color: #010F2A;
}

#footer_mid_right{padding-top:60px;float:left; width:50%;border-left:1px solid #e1e1e1; height:400px;}
	#footer_contact_cover{float:left; width:50%; padding-left:101px; height:140px;}
		#footer_contact_phone{
			text-align: left;
			display:block;
font: normal normal 400 30px/30px Kings Caslon;
letter-spacing: 1px;
color: #010F2A;
opacity: 1;
margin-bottom:27px;
		}
		
		
		#footer_contact_cover p{
			text-align: left;
font: normal normal 300 14px/18px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
text-transform: uppercase;
opacity: 1;
		}
	#footer_social_cover{float:left; width:50%; height:140px;}
		#footer_social_title{
			text-align: right;
font: normal normal normal 26px/26px Kings Caslon;
letter-spacing: 0px;
float:right;
color: #010F2A;
margin-bottom:41px;
opacity: 1;
		}
#footer_social {
  float:right;
}
	#footer_social li {
	  float:left;
	  margin-left: 25px;
	  font-size: 22px;
	}
		#footer_social li a {
		  color: #010F2A;
		}
		
#footer_legal{
  display: flex;
    justify-content: center;
  gap: 1rem;
    border-top:1px solid #e1e1e1;
		height:200px;
	}
	#footer_legal ul{float:right; margin-top:92px;}
	#footer_legal ul li:first-of-type{margin-left:0;}
		#footer_legal ul li{float:left; margin-left:210px; text-align: left;
font: normal normal 300 14px/16px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
text-transform: uppercase;
opacity: 1;}
#footer_legal ul li a{color: #010F2A;}
		
#footer_bottom{border-top:1px solid #e1e1e1;padding-top:60px; padding-bottom:60px;}
#footer_bottom_left {
  float: left;
  width: 20%;
}
	#footer_bottom_left img{height:32px;}
#footer_bottom_center {
  float: left;
  width: 60%;
  text-align: center;
}
	#footer_bottom_center p {
	  text-align: center;
		font: normal normal 300 13px/32px Kings Caslon;
		letter-spacing: 0px;
		color: #010F2A;
		text-transform: uppercase;
		opacity: 1;
	}
#footer_bottom_right {
  float: right;
  width: 20%;
}
	#footer_bottom_right img {
	  float: right;
	  height: 22px;
	  margin-top:5px;
	}

/*** polat ***/
#page_changer {
  padding-bottom: 115px;
  padding-top: 115px;
  overflow: hidden;
}
.page_changer_mid {
  float: left;
  width: 50%;
}
.page_changer_mid a {
  display: block;
  font-family: Kings Caslon;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;

  font-style: normal;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1.38px;
  color: #010F2A;
}
.page_changer_mid {
  height: 60px;
  float: left;
}
.left_page_changer img {
  float: left;
  margin-right: 56px;
  width: 80px;
}
.page_changer_mid img {
  transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -moz-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -webkit-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
  -o-transition: all cubic-bezier(0.6, 0.18, 0.85, 0.94) 0.2s;
}
.left_page_changer:hover img {
  margin-right: 76px;
}
.right_page_changer {
  text-align: right;
}
.right_page_changer img {
  float: right;
  margin-left: 56px;
  width: 80px;
}
.right_page_changer:hover img {
  margin-left: 76px;
}

.half_content {
  float: left;
  width: 50%;
}
.half_content_text {
  float: left;
  width: 80%;
}
.half_content_text table{}
.half_content_text table tr td{padding:10px 20px;}
.half_content_text table tr td strong{font-weight:700;}
.half_content_text table tr td a{margin-right:20px;}

.left_text_half_content .half_content_text {
  float: right;
}
.half_content .half_content_text p {
	text-align: left;
	font: normal normal 300 16px/30px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	/* text-transform: uppercase; */
	opacity: 1;
	text-align: justify;
}
.half_content .half_content_text ul{
	list-style:disc;
	padding-left:20px;
}
.half_content .half_content_text ul li {
	text-align: left;
	font: normal normal 300 16px/30px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	text-transform: uppercase;
	opacity: 1;
	text-align: justify;
}
.half_content .half_content_text p {
  margin-bottom: 18px;
}
.half_content .half_content_text .big p {
  font-family: Kings Caslon;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.46px;
  color: #35394a;
}
.half_content .half_content_text .big p span {
  color: #bc945c;
}

.parallax_image_container {
  box-shadow: 0 55px 60px -14px rgba(53, 57, 74, 0.3);
  display: inline-block;
  margin-top: -408px;
  position: relative;
  z-index: 10;
}
.parallax_image_container img {
  float: left;
  max-width: 100%;
}
.right_align_image .parallax_image_container {
  float: right;
}

.full_width_image {
  padding-left: 78px;
  padding-right: 78px;
}
.full_width_image img {
  width: 80%;
  display: block;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
.full_width_content {
  padding-left: 156px;
  padding-right: 156px;
  padding-top: 224px;
  padding-bottom: 156px;
}
.full_width_content ul{padding-left:20px;margin-bottom:20px;}
.full_width_content ul li{
	font: normal normal 300 16px/30px Kings Caslon;
	list-style:disc;
}

.page_image {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page_image img {
  max-width: 100%;
}

blockquote {
  margin-bottom: 40px;
}
blockquote h1 {
    text-align: left;
	font: normal normal normal 48px/77px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	text-transform: uppercase;
	opacity: 1;
}
blockquote h1 span {
  color: #010F2A;
}
blockquote h1.small_h2{
	font: normal normal normal 50px/64px Kings Caslon;
}
blockquote h3 {
    text-align: left;
	font: normal normal normal 44px/77px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	text-transform: uppercase;
	opacity: 1;
}
blockquote h2 {
    text-align: left;
	font: normal normal normal 44px/77px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	text-transform: uppercase;
	opacity: 1;
}
blockquote h2 span {
  color: #010F2A;
}
blockquote h2.small_h2{
	font: normal normal normal 50px/64px Kings Caslon;
}
#game_changer::after {
  position: absolute;
  content: " ";
  bottom: 0;
  width: 17px;
  height: 99px;
  background: url("../images/scroll-down.png") center center no-repeat;
  left: 50%;
  margin-left: -8px;
  z-index: 10;
}
#game_changer {
  width: 100%;
  height: 100vh;
}
#game_changer.arch_bg {
  background: url(../images/new-slider/slider-2.jpg) center bottom no-repeat;
  background-size: cover;
}
#game_changer.loc_bg {
  background: url(../images/new-slider/slider-2.jpg) center bottom no-repeat;
  background-size: cover;
}
#game_changer.polat_bg {
  background: url("../images/bg_about.jpg") center center no-repeat;
  background-size: cover;
}
#game_changer.bg_home {
  /*background: url("../images/img_home.jpg") center center no-repeat;
  background-size: cover;*/
}
#game_changer.floor_bg {
  background: url("../images/img_floor.png?v=123") center center no-repeat;
  background-size: cover;
  background-position: 0 0px;
}
#game_changer h1 {
  text-align: center;
font: normal normal normal 40px/1 Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
  height: 100px;
  top: 50%;
  margin-top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  line-height: 100px;
  z-index: 4;
  letter-spacing: 3.81px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  opacity: 0;
}
#game_changer h1.active {
  opacity: 1;
  margin-top: -50px;
}
#game_changer.kempinsky_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}
#game_changer.kempinsky_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}
#game_changer.kempinsky_promo p {
  font: normal normal 300 32px/37px Kings Caslon;
}
#game_changer.kempinsky_promo p.active {
  opacity: 1;
  margin-top: -30px;
  color: #010F2A;
}
#game_changer p{
	text-align: center;
font: normal normal 300 16px/30px Kings Caslon;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
opacity: 0.8;
  height: 100px;
  top: 50%;
  margin-top: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
  line-height: 100px;
  z-index: 4;
  letter-spacing: 3.81px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  opacity: 0;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
#header_logo {
  position: absolute;
  width: 268px;
  height: auto;
  top: 0px;
  left: 50%;
  background-color: #010F2A;
  margin-left: -134px;
}
#hambuger_icon {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 80px;
  height: 80px;
  background: #010F2A 0% 0% no-repeat padding-box;
  cursor: pointer;
}
#h1_line {
  position: absolute;
  top: 25px;
  height: 1px;
  width: 30px;
  left: 25px;
  background-color: #fff;
}
#hambuger_icon:hover #h1_line {
  width: 10px;
}
#h2_line {
  position: absolute;
  top: 40px;
  top: 39.5px;
  height: 1px;
  width: 10px;
  left: 25px;
  background-color: #fff;
}
#hambuger_icon:hover #h2_line {
  width: 20px;
}
#h3_line {
  position: absolute;
  bottom: 25px;
  height: 1px;
  width: 30px;
  left: 25px;
  background-color: #fff;
}
#hambuger_icon:hover #h3_line {
  width: 10px;
}
#header_cta{
	top: 25px;
right: 25px;
width: 228px;
height: 80px;
position:absolute;

background: #010F2A 0% 0% no-repeat padding-box;
opacity: 1;
text-align: center;
font: normal normal bold 16px/80px Kings Caslon;
letter-spacing: 0px;
text-transform: uppercase;
opacity: 1;
}
#header_cta a{
	display:block;
	width: 228px;
color: #FFFFFF;
height: 80px;
}
#header_call {
  position: absolute;
  top: 25px;
  right:278px;
  background: #010F2A  0% 0% no-repeat padding-box;
  border: 1px solid #010F2A;
opacity: 1;
height: 80px;
}
#header_call a{    width: 100%;
    height: 80px;
    display: block;
    line-height: 80px;
    color: white;
	padding-right:22px;
}
#header_call img {
  width: 22px;
height: 22px;
float:left;
margin-top:29px;
margin-left:20px;
margin-right:20px;
}


#top_circle {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0.5px rgba(196, 161, 92, 0.29);
  width: 1180px;
  height: 1180px;
  border-radius: 100%;
  top: -500px;
  left: -300px;
  z-index:-1;
}
#top_circle::after {
  top: 90px;
  right: 90px;
  left: 90px;
  bottom: 90px;
  border: solid 0.5px #c4a15c;
  position: absolute;
  border-radius: 100%;
  content: " ";
  animation-iteration-count: infinite;
  animation-name: top_circle_loop;
  animation-duration: 6s;
}
@keyframes top_circle_loop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
    top: 150px;
    right: 150px;
    left: 150px;
    bottom: 150px;
  }
}

#mid_circle {
  position: absolute;
  top: 50%;
  right: -500px;
  border: solid 0.5px rgba(196, 161, 92, 0.29);
  width: 1180px;
  height: 1180px;
  border-radius: 100%;
  z-index:-1;
}
#mid_circle::after {
  top: 90px;
  right: 90px;
  left: 90px;
  bottom: 90px;
  border: solid 0.5px #c4a15c;
  position: absolute;
  border-radius: 100%;
  content: " ";
  animation-iteration-count: infinite;
  animation-name: mid_circle_loop;
  animation-duration: 6s;
}
@keyframes mid_circle_loop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
    top: 150px;
    right: 150px;
    left: 150px;
    bottom: 150px;
  }
}
body.home #small_circle {
  z-index: 1;
  bottom: 0;
}
#small_circle {
  position: absolute;
  bottom: 200px;
  right: -80px;
  border: solid 0.5px rgba(196, 161, 92, 0.29);
  width: 480px;
  height: 480px;
  border-radius: 100%;
  pointer-events:none;
  z-index:-1;
}
#small_circle::after {
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  border: solid 0.5px #c4a15c;
  position: absolute;
  border-radius: 100%;
  content: " ";
  animation-iteration-count: infinite;
  animation-name: small_circle_loop;
  animation-duration: 6s;
}
@keyframes small_circle_loop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
    top: 50px;
    right: 50px;
    left: 50px;
    bottom: 50px;
  }
}
#lang{position:absolute; left:70px; top:70px;}
#lang li{float:left; margin-right:20px; color:#fff; font-size:20px; font-family: Bariol;}
	#lang li a{color:#fff;}
		#lang li.active a{text-decoration:underline;}
#mobile_lang{display:none;}
/* contact */
.closeForm {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 44;
}
.formPopup {
     top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    display: none;
    background-color: #0009;
}
.formPopup #request_form {
    top: 10%;
}
.formPopup #form_wrapper {
    width: 900px;
    position: relative;
}
.formPopup .left_half_buton {
    margin-bottom: 20px;
    height: 50px;
}
.formPopup .right_half_buton {
    margin-bottom: 20px;
    height: 50px;
}
.formPopup #subject {
    margin-bottom: 20px;
    height: 50px; 
}
.formPopup #form_wrapper {
    padding:45px;
    z-index: 2;
}
.formPopup #form_wrapper button {
    width: 200px;
    height: 50px;
    line-height: 50px;
}
.formPopup .custom_checkbox_wrapper {
    line-height: 25px;
    height: 25px;
}
.formPopup .custom_checkbox {
    height: 25px;
    width: 25px;
}
.contact h1 {
    opacity: 1 !important;
    top: auto;
    left: auto;
    position: relative;
}
/*** contact ***/
#contact_form {
  top: 2%;
  /*padding-top:156px;padding-bottom:156px;*/
}
#contact_promo {
  width: 100%;
  height: 90vh;
  background: url("../images/contact/bg.png") center center no-repeat;
  background-size: cover;
}
body.contact {
  background-color: #fdf9f5;
}

body.contact h1 {
  color: #bb9959;
}
body.contact #header_logo {
  filter: none;
}

body.contact #header_call {
  color: #010F2A;
}

#form_wrapper {
  width: 1200px;
  margin: 0px auto;
  border-radius: 2px;
  box-shadow: 0 55px 60px -14px rgba(53, 57, 74, 0.1);
  padding: 60px 160px;
  background-color: #ffffff;
  padding: 60px;
}

#form_wrapper p {
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  text-align: center;
  color: #35394a;
  margin-bottom: 54px;
}

.left_half_buton {
  height: 66px;
  line-height: 66px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 1px #bb9959;
  width: 48%;
  float: left;
  margin-bottom: 42px;
  padding-left: 30px;
  font-family: Bariol;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5b6670;
}
.right_half_buton {
  height: 66px;
  line-height: 66px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 1px #bb9959;
  width: 48%;
  float: right;
  margin-bottom: 42px;
  padding-left: 30px;
  font-family: Bariol;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5b6670;
}

#form_wrapper textarea {
  height: 132px;
  line-height: 66px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 1px #bb9959;
  width: 100%;
  float: left;
  margin-bottom: 42px;
  padding-left: 30px;
  font-family: Bariol;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5b6670;
}
#textarea_label {
  margin-bottom: 42px;
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: right;
  display: block;
  color: #bb9959;
}

.custom_checkbox_wrapper {
  height: 36px;
  line-height: 36px;
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #bb9959;
  margin-bottom: 12px;
}
.custom_checkbox_wrapper a {
  color: #bb9959;
  text-decoration: underline;
}
.custom_checkbox {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 1px #bb9959;
  display: inline-block;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  position: relative;
}
.custom_checkbox.active::after {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #bb9959;
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
#form_wrapper button {
  width: 226px;
  height: 66px;
  object-fit: contain;
  font-family: Bariol;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 66px;
  border-radius: 66px;
  background-color: #bb9959;
  cursor: pointer;
  letter-spacing: normal;
  color: #ffffff;
}

#contact_text {
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  color: #35394a;
  width: 500px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -250px;
  top: 250px;
}
#contact_text p {
  text-align: center;
}

#contact_info {
  width: 670px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  text-align: center;
  top: 160px;
}
.contact_phone {
  font-family: Bariol;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: 1.62px;
  text-align: center;
  color: #5b6670;
}
.contact_mail {
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  text-align: center;
  color: #5b6670;
  margin-bottom: 10px;
  display: block;
  text-decoration: underline;
}
#contact_info p a {
  color: #5b6670;
  font-size: 16px;
  font-weight: 600;
}
#contact_info p {
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  text-align: center;
  color: #5b6670;
}

#contact_social {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}

#contact_social li {
  float: left;
  margin-left: 35px;
  font-size: 22px;
}
#contact_social li a {
  color: #010F2A;
}

#contact #top_circle {
  top: 500px;
}
#gallery #small_circle {
  width: 1180px;
  height: 1180px;
  bottom: 500px;
  right: -500px;
}

/*** gallery ***/
body.gallery {
  background-color: #fdf9f5;
}
body.gallery h1 {
  color: #bb9959;
  opacity: 1;
  margin-top: -50px;
}
body.gallery #header_logo {
  filter: none;
}
body.gallery #header_call {
  color: #010F2A;
}
body.gallery #second_parallax{margin-bottom:140px;}

.gallery_promo {
  width: 100%;
  height: 100vh;
    background: url("../images/menu_hover.jpg") center center no-repeat;
    background-size: cover;
}
#game_changer.gallery_promo h1 span{color:#010F2A;}
#game_changer.gallery_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}
#gallery_text {
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  color: #35394a;
  width: 500px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -250px;
  top: 250px;
}
#gallery_text p {
  text-align: center;
}
body.gallery .parallax_image_container {
  margin-bottom: 280px;
  max-width: 90%;
}

.gallery_image_container {
  margin-bottom: 280px;
  box-shadow: 0 55px 60px -14px rgba(53, 57, 74, 0.3);
  display: inline-block;
  max-width: 90%;
  margin-bottom:80px;
}
.gallery_image_container img {
  float: left;
  max-width: 100%;
}

#first_gallery {
  margin-top: -200px;
}
.full_width_image h2 {
  color: #010F2A;
  opacity: 1;

  font-family: Kings Caslon;
  font-size: 55px;
  font-stretch: normal;
  font-style: normal;
  height: 60px;

  margin-bottom: 40px;

  width: 100%;
  z-index: 10;
  line-height: 60px;
  z-index: 4;
  letter-spacing: 3.81px;
  text-align: center;
}

/*** location ***/
.location_map {
  height: 100vh;
}
#location_map {
  width: 100%;
  height: 100vh;
}
#location_map_left {
  width: 25%;
  height: 100vh;
  float: left;
  background-color: #010F2A;
  position: relative;
  display: none;
}
#location_map_left ul {
  width: 290px;
}
#location_map_left ul li {
  height: 58px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 58px;
  letter-spacing: 0.73px;
}
#location_map_left ul li a {
  color: #ffffff;
}
#location_map_left ul li img {
  float: left;
  margin-right: 29px;
  height: 58px;
  width: 58px;
  border: 1px solid #fff;
  border-radius: 100%;
}
#location_map_right {
  /* width: 75%; */
  width: 100%;
  height: 100vh;
  margin-bottom: 1rem;
  float: left;
  position: relative;
  background-color: #fff;
}
#location_map_right #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*** menu ****/
#menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url("../images/menu_hover.jpg") center center no-repeat;
  background-size: cover;
  z-index: 100;
}
#menu_overlay::after{
	/* content:''; */
	top:250px;
	bottom:120px;
	width:1px;
	left:50%;
	position: absolute;
	background-color:rgba(255,255,255,.3);
}
#menu_logo {
  position: absolute;
  width: 268px;
  height: auto;
  object-fit: contain;
  top: 0px;
  left: 50%;
  margin-left: -134px;
}
#menu_close {
  position: absolute;
  top: 25px;
  left: 25px;
  width:80px;
  background:#010F2A;
  height:80px;
  cursor: pointer;
}
#menu_close svg{
	width:28px;
	height:26px;
	margin-left:26px;
	margin-top:27px;
}
#menu_social {
  position: absolute;
  right: 125px;
  bottom: 50px;
}
#menu_social li {
  float: left;
  margin-left: 35px;
  font-size: 22px;
}
#menu_social li a {
  color: #fff;
}
#menu_info {
  position: absolute;
  left: 125px;
  bottom: 50px;
  text-align: left;
}
#menu_info .contact_phone {
	text-align: left;
	text-align: right;
	font: normal normal normal 30px/30px Kings Caslon;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

#menu_links {
	left:10%;
}
#menu_big_links {
  margin-bottom: 40px;
}
#menu_big_links li {
  text-align: left;
font: normal normal 500 40px/40px Kings Caslon;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
margin-top:25px;
margin-bottom:25px;
}
#menu_big_links li a {
  color: #FFFFFF;
  opacity: 0.5;
}
#menu_big_links li:hover a {
  opacity: 1;
}
#menu_promo{
	right:10%;
	width:32%;
	text-align:center;
}
#menu_promo .menu_promo_1{
font: normal normal 400 20px Kings Caslon;
letter-spacing: 0px;
color: #FFF0DB;
text-transform: uppercase;
opacity: 1;margin-bottom: 15px;
}
#menu_promo .menu_promo_2{
font: normal normal normal 80px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
line-height:80px;
text-transform: uppercase;
opacity: 1;
-webkit-text-stroke: 1px white;
}
#menu_promo .menu_promo_3{
font: normal normal normal 70px Kings Caslon;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
margin-bottom:40px;
}
#menu_promo img{width:100%;}



#tanitim_filmi_wrapper {
  position: relative;
  padding: 120px 100px;
  background-color: #fff;
}
#tanitim_filmi_wrapper iframe{
width: 100%;
height: 500px;
}
#tanitim_filmi_wrapper img.full {
  float: left;
  width: 100%;
}
#tanitim_filmi_left_text {
	left: 244px;
	text-align: left;
	font: normal normal normal 50px/69px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	text-transform: uppercase;
	opacity: 1;
	width: 480px;
}
#tanitim_filmi_left_text span {
  color: #fff;
}

#tanitim_filmi_right_text {
	right: 244px;
	text-align: left;
	font: normal normal 300 16px/30px Kings Caslon;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 0.7;
	width: 480px;
}
.tanitim_play_wrapper{width: 114px;
height: 114px;
border: 1px solid #010F2A;
display: none;
}

.tanitim_play{
	width: 80px;
height: 80px;
background: #010F2A;
color:#fff;
font-size:20px;
}


.polat_first_left_text {
    width: 120%;
    margin-right: -40%;
}

.polat_second_left_text {
    width: 100%;
}
#tanitim_filmi_right_text p {
  margin-bottom: 18px;
}
#tanitim_filmi_right_text a {
  color: #bb9959;
  font-family: Bariol;
  font-size: 12px;
  display: block;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.49px;
  text-align: justify;
  color: #010F2A;
}
#tanitim_filmi_right_text a img {
  float: left;
  margin-right: 10px;
  height: 16px;
}

/**** Home ***/
#home_properties {
	padding: 120px 100px;
	position: relative; 
	background-color: #f1f1f1;
}
#home_properties h2 {
  text-align: left;
	font: normal normal normal 50px/69px Kings Caslon;
	letter-spacing: 0px;
	color: #010F2A;
	text-transform: uppercase;
	opacity: 1;
  text-align: center;
  margin-bottom: 60px;
}
.property {
  position: relative;
  margin-right: 20px;
  float: left;
}
.property img {
  float: left;
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.property_text {
  position: absolute;
  left: 50px;
  bottom: 70px;
  right: 50px;
  z-index: 4;
  opacity:0;
}
.property:hover .property_text{
	opacity:1;
}
.property .bg-dark{
	opacity:0;
	background-color: rgba(0, 0, 0, 0.7);
}
.property:hover .bg-dark{
	opacity:1;
} 
.property_text h3 {
  font: normal normal normal 30px/1.3 Kings Caslon;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
}

#property_wrapper {
  width: 100%;
  position: relative;
}
#property_wrapper .slick-prev {
  position: absolute;
  bottom: -80px;
  left: 0px;
  width: 71px;
  height: 9px;
  background: url("../images/left.png") center center no-repeat;
  text-indent: -9999px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  background-size: 68px;
}
#property_wrapper .slick-next {
  position: absolute;
  bottom: -80px;
  right: 0px;
  width: 71px;
  background-size: 68px;
  height: 9px;
  background: url("../images/right.png") center center no-repeat;
  text-indent: -9999px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}


.more_button {
  position: absolute;
  width: 60px;
  top: 50%;
  margin-top: 70px;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
}
.more_button label {
  text-align: center;
  font-family: Bariol;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #010F2A;
}
.more_button_circle {
  width: 60px;
  height: 60px;
  background-color: #010F2A;
  border-radius: 60px;
  margin-bottom: 10px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.btn_floor_wrapper {
  position: absolute;
  height: 60px;
  display: block;
  
}
.btn_floor_wrapper button {
  cursor: pointer;
  background-color: transparent;
}
.btn_floor_circle {
  width: 60px;
  position: relative;
  height: 60px;
  background-color: #fff;
  float: left;
  margin-right: 20px;
  border-radius: 60px;
}
.btn_floor_circle::after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #010F2A;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: " ";
}
.btn_floor_circle::before {
  position: absolute;
  left: 0;
  width: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  content: " ";
  animation-iteration-count: infinite;
  animation-name: floor_circle;
  animation-duration: 6s;
  box-sizing: border-box;
}
@keyframes floor_circle {
  from {
    opacity: 1;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }
  to {
    opacity: 0;
    width: 120px;
    height: 120px;
    top: -30px;
    left: -30px;
  }
}
.btn_floor_wrapper label {
  height: 60px;
  line-height: 60px;
  font-family: Bariol;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.97px;
  text-align: justify;
  color: #ffffff;
}
#btn_floor_1 {
  top: 60%;
  left: 30%;
}

#btn_floor_2 {
  top: 33%;
  left: 24%;
}

#btn_floor_3 {
  top: 6%;
  left: 59%;
}

#btn_floor_4 {
  top: 34%;
  left: 72%;
}

#btn_floor_5 {
  top: 74%;
  left: 65%;
}

#btn_floor_6 {
  top: 65%;
  left: 43.5%;
}

#floor_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
#floor_overlay_close {
  height: 58px;
  line-height: 58px;
  position: Absolute;
  top: 20px;
  left: 20px;
  font-family: Bariol;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #5b6670;
}
#floor_overlay_close img {
  height: 58px;
  float: left;
  margin-right: 10px;
}

#promotion_movie {
  text-align: center;
}

/* flor modal */
.modal {
  transform: scale(0);
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  background-color: rgba(0, 0, 0, 0.88);
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.modal-active {
  overflow: hidden;
}
.modal-dialog {
  position: relative;
  max-width: 500px;
  padding: 67px 20px 20px 100px;
  margin: auto;
  border-radius: 4px;
  background-color: #fff;
}
.modal.is-in {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.is-in .modal-dialog {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.is-in.is-out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.is-in.is-out .modal-dialog {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-header .modal-title {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  font-family: Bariol;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.98px;
  color: #5b6670;
  cursor: pointer;
  background-color: transparent;
}
.modal-header .modal-title img {
  margin: 0 23px 0 0;
}
.modal-content {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.modal-content .room-list {
  margin: 80px 0 0;
  display: flex;
  width: 110px;
}
.modal-content .room-list::after {
  content: "";
  height: 17vh;
  width: 12%;
  position: absolute;
  bottom: 57px;
  left: 86px;
  background: url(../images/pusula-dark.svg) no-repeat;
  background-size: 100%;
  max-width: 150px;
  display: none;
}
.modal-content .room-list ul {
  display: inline-block;
  text-align: center;
}
.modal-content .room-list ul li {
  padding: 0 0 ;
  display: block;
  height:46px;
  margin-bottom:10px;
}
.modal-content .room-list ul li a {
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.73px;
  text-align: justify;
  color: #5b6670;
  transition: all ease 0.3s;
}
.modal-content .room-list ul li a:hover {
  color: #010F2A;
}
.modal-content .room-list ul li a.active {
  border-radius: 8px;
  border: solid 1px #010F2A;
  font-weight: bold;
  color: #010F2A;
  padding: 12px 31px;
}
.modal--fullscreen {
  padding: 0;
}
.modal--fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  border-radius: 0;
  height: 100%;
}
.modal.is-modal-active {
  display: -webkit-box;
  display: flex;
}
.modal-active .modal {
  display: flex;
}
.modal-active #game_changer {
  overflow-y: hidden;
  overflow-x: hidden;
}
.floor-content-img {
  width: calc(90% - 150px);
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; 
  display: flex;
  justify-content: flex-end;
}
.floor-content-img img {
  width: 91%;
  object-fit: contain;
  top: 0;
  bottom: 0;
  display: flex;
  float: right;
  right: 0;
}

/* @media only screen and (max-height: 790px) {
  .modal-content .room-list::after {
    bottom: 0;
    width: 9%;
  }
  .modal-content .room-list {
    margin: 30px 0 0; 
  }
} */
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
#mobile_only_floor_plan{display:none;}
.link_polat{color:rgb(196, 161, 92); text-decoration:underline;}
#subject {
  width: 50%;
  height: 66px;
  line-height: 66px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 1px #bb9959;
  width: 48%;
  float: left;
  margin-bottom: 42px;
  padding-left: 30px;
  font-family: Bariol;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #b3b7bb;
}



.modal-content .room-list ul{
min-width: 180px;
}
.room-top-fix, .back-fl {
  position: absolute;
  left: 110px;
}
.room-top-fix{
  margin-top: 95px;
}
.room-top-fix ul li{
font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.73px;
  text-align: justify;
  color: #5b6670;
transition: all ease 0.3s;
margin-top: 20px;
cursor:pointer;
text-align: center;
border-radius: 8px;
border: solid 1px #010F2A;
font-weight: bold;
color: #010F2A;
padding: 12px 31px;
}
.back-fl {
  font-family: Bariol;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.73px;
  text-align: justify;
  color: #5b6670;
  transition: all ease 0.3s;
margin-top: -40px;
cursor:pointer;
}
.bg-dark{
  content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.hoverCol {
  width: 100%;
  height: 150px;
  top: -50px;
  position: absolute;
  left: -125px;
}
.hoverRoom::after {
  content: '';
  background: url("../images/right-arrow.png") center center no-repeat;
  width: 5px;
  height: 10px;
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: -5px;
}
.btn_floor_wrapper .hoverRoom {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  padding:10px 20px;
  display: none;
}
.hoverRoom ul li {
  font-size: 18px;
  font-family: 'Bariol';
  border:solid 1px #5b6670;
  margin:10px 0px;
  line-height: 28px;
  width: 58px;
  border-radius: 10px;
  cursor: pointer;
  color: #5b6670;
}
.hoverRoom ul li:hover{
    color:#bc965b;
    border-color: #bc965b;
}/*
#btn_floor_1:hover .hoverRoom{
  display : ;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;
    -ms-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    opacity: 1;
}
#btn_floor_2:hover .hoverRoom{
  display : ;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;
    -ms-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    opacity: 1;
    z-index: 10;
}
#btn_floor_4:hover .hoverRoom{
  display : ;
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;
    -ms-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    opacity: 1;
    z-index: 10;
}*/
/** MEDIA PAGE STYLES**/
#media {
  
}
#game_changer.media_bg {
  background: url(../images/new-slider/slider-2.jpg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 61vh;
}
.newsCol {
  display: none;
}
.filmsCol {
  display: none;
}
.activeCol {
  display: block;
}
.mediaType {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin:60px 0px 40px 0;
}
.mediaType span {
  cursor: pointer;
  opacity: 0.4;
  font-family: Kings Caslon;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.46px;
  color: #35394a;
  border-bottom:solid 1px #35394a;
  float: left;
  padding-bottom: 30px;
  transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  cursor: pointer;
  z-index: 11;
}
.mediaType span:hover {
  transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  color: #010F2A;
  opacity: 1;
  border-color: #010F2A;
}
.mediaType span.active {
  color: #010F2A;
  opacity: 1;
  border-color: #010F2A;
}
.mediaGrid {
  padding: 0 400px;
  margin: 0 auto;
}
.mediaCol {
  width: 100%;
  float: left;
  margin-top: 35px;
}
.mediaCol .leftCol{
  width: 476px;
  float: left;
  position: relative;
}
.mediaCol span.mediaDate {
  margin-top: 100px;
  width: 100%;
  height: 28px;
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.23px;
  text-align: justify;
  color: #010F2A;
  float: left;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.mediaCol strong {
  font-family: AmericanaStd;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.46px;
  color: #35394a;
  text-transform: uppercase;
  margin-bottom: 51px;
  float: left;
}
.mediaCol strong span {
  color: #010F2A;
}
.mediaCol p {
    width: 100%;
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  text-align: justify;
  color: #35394a;
  margin-bottom: 42px;
  float: left;
}
.mediaCol a {
   width: 108px;
  height: 13px;
  font-family: Bariol;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.14px;
  color: #010F2A;
  float: left;
  position: relative;
}
.mediaCol a::after {
  content: '';
  background: url(../images/media_back_btn.svg) center center no-repeat;
  width: 80px;
  height: 46px;
  top: -15px;
  position: absolute;
   transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.mediaCol a:hover:after{
  width: 100px;
   transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.mediaCol .rightCol {
  float: right;
  width: 476px;
  position: relative;
}
.mediaCol img {
  width: 100%;
}
.mediaBorder {
  margin-top: 90px;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #010F2A2e;
}
.detail .firstCol {
  margin-top: 150px;
}
.detail span.mediaDate {
  margin-top: 0px;
}
.detail .full_width_image {
  float: left;
  margin-top: 200px;
}
.detailCol img {
  position: relative;
  margin-top: -200px;
}
.detailCol {
  margin-bottom:100px;
}
.detailCol p {
  text-transform: uppercase;
  margin-top: 100px;
}
#media #top_circle {
  top: -100px;
}
#media #mid_circle {
  right: -200px;
}
a.mediaBack {
  position: absolute;
  left: 70px;
  top: 140px;
  z-index: 1111;
}
a.mediaBack span {
  width: 37px;
  height: 12px;
  font-family: Bariol;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.98px;
  color: #ffffff;
  line-height: 58px;
  margin-left: 23px;
    transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
a.mediaBack img {
  float: left;
}
a.mediaBack:hover span {
  margin-left: 10px;
  transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}
.filmsCol img.mediaPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -68px;
  margin-left: -68px;
  width: auto;
  cursor: pointer;
}
.filmsCol iframe {
  width: 100%;
  height: 268px;
}
.filmsCol img.videoImg {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.openReview{
  cursor: pointer;
}
.openReview:hover {opacity: 0.7;}
.largeImage {
  z-index: 1111;
  width: 100%;
  height: 100vh;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
  background-color: #0006;
}
.largeImage img {
  width: auto;
  margin-top: 3%;
}
span.space {
  width: 42px;
}
.filmsCol span.mediaDate {
  margin-top: 30px;
}
.filmsCol .mediaCol {
  margin-bottom: 35px;
}
/** **END** == MEDIA PAGE STYLES**/

/** PROJECT PHOTOS**/
.allProject {
  position: relative;
  top: -350px;
}
img.upToPage {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
img.upToPage:hover {
  top: -5px;
}
.project_gallery {
  padding:0 114px;
  position: relative;
}
.dotsNone .slick-dots {
  visibility: hidden;
}
.project_gallery h5 {
  font-family: AmericanaStd;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.46px;
  text-align: center;
  color: #35394a;
  margin: 75px 0;
}
.project_gallery .project_wrapper button.slick-prev {
  background: url(../images/project-left.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  width: 71px;
  left: 25px;
  background-size: 68px;
  height: 9px;
  text-indent: -9999px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  z-index: 111;
}
.project_gallery .project_wrapper button.slick-next {
  background: url(../images/project-right.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  width: 71px;
  right: 25px;
  background-size: 68px;
  height: 9px;
  text-indent: -9999px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.projectMain {
  margin-bottom: -200px;
}
.projectMain .project_gallery::after {
  background: none!important;
}
.project_property img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.nonebutton .project_property {
  margin-bottom: 0px;
}
.project_property {
  margin:0 25px 80px 25px;
}
.project_property img {
  height: auto;
  margin: 25px 0;
}
.project_wrapper ul.slick-dots {
  width: 100%;
  text-align: center;
}
.project_wrapper ul.slick-dots li{
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #010F2A;
  margin: 0 10px;
  opacity: 0.6;
}
.project_wrapper ul.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  opacity: 1;
  position: relative;
  top: -1px;
}
.project_wrapper ul.slick-dots button {
  text-indent: -9999px;
}

/********* ****/
.galleryClose {
  position: absolute;
  right: 100px;
  top: 65px;
  cursor: pointer;
}
#project_gallery .project_property img {

}
.popGallery {
  width: 100%;
  position: relative;
  padding-left: 400px;
}
.popFixed {
  display: flex;
  align-items: center;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fdf9f5;
  width: 100%;
  height: 100vh;
  z-index: 11111111111;
  transform: scale(0);
  -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.popFixed .popGallery .slick-slide {
  opacity: 0.3;
}
.popFixed .popGallery .slick-current {
  opacity: 1;
}
.popFixed ul.slick-dots {

}
.popFixed ul.slick-dots {
  position: absolute;
  left: -310px;
  bottom: -90px;
}
.popFixed ul.slick-dots li {
  display: none;
}
.popFixed ul.slick-dots li button {
    font-size: 94px;
  letter-spacing: 3.81px;
  font-family: AmericanaStd;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #bb9959;
  background: none;

}
.popFixed ul.slick-dots li.slick-active {
  display: block;
}
.is-out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.is-in {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.popFixed .allProject {
  top: 0;
}
.popFixed .project_property {
  margin:0 64px 0 0!important;
}
.popGallery .project_gallery {
  padding:0;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  
}
.slick-slider .slick-track, .slick-slider .slick-list {
  padding-left: 0!important;
}
.popFixed .slick-next {
   background: url(../images/gallery-right-arrow.png) center center no-repeat;
  position: absolute;
  bottom: -70px;
  right: 100px;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  border: solid 1px #010F2A;
  cursor: pointer;
  text-indent: -9999px;
}
.popFixed .slick-prev {
   background: url(../images/gallery-left-arrow.png) center center no-repeat;
  position: absolute;
  bottom: -70px;
  right: 170px;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  border: solid 1px #010F2A;
  cursor: pointer;
  text-indent: -9999px;
}
span.galleryDate {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 80px;
  font-family: AmericanaStd;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.73px;
  text-align: center;
  color: #35394a;
  z-index: -1;
}
strong.galleryNumber {
   font-size: 94px;
  letter-spacing: 3.81px;
  font-family: AmericanaStd;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #bb9959;
  position: absolute;
    left: 160px;
    bottom: 65px;
}
strong.galleryNumber span {
    font-size: 36px;
  letter-spacing: 1.94px;
}
.backToGallery {
  position: absolute;
  top: 65px;
  left: 100px;
  cursor: pointer;
  z-index: 111;
}
.backToGallery img {
  float: left;
}
.backToGallery span {
  margin-left: 23px;
  line-height: 60px;
  font-family: Bariol;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.98px;
  color: #5b6670;
}
.insta {
  width: 100%;
  text-align: center;
  top: 278px;
  position: absolute;
  z-index: 11;
}
.insta img {
  margin: 19px;
  float: left;
}
.insta span {
  margin: 0 15px;
  font-family: Bariol;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.73px;
  text-align: center;
  color: #35394a;
}
.insta span.icon {
  background-color: #010F2A;
  display: inline-block;
  border-radius: 30px;
  width: 58px;
  height: 58px;
  position: relative;
}
.insta span.instaDuna {
  font-weight: bold;
}
.insta a {
  color: #35394a;
}
.gallery_img {
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}
.gallery_img img {
  width: 100%;
  float: left;
  height:500px;
}
.newgalleryFull {
  margin-top: 5%;
}
.galleryHead {
  font-size: 80px;
  margin-left: 40px;
}
.full_width_content.pd0 {
  padding-bottom: 0px!important;
}
#top_circle.galeryCircle {
  top: 1500px;
}
.project_gallery.newGlMB {
  top: -100px;
}
#page_changer.galleryChanger {
  background-color: #fff;
}
body .parallax_image_container.galleryParl {
  margin-top: -361px;
}
.popGallery .slick-list.draggable {
    max-height: 730px;
}

/*** kempinsky ***/
.kempinsky_promo {
  background: url("../images/img_kempinsky.jpg") center center no-repeat;
  background-size: cover;
}
#second_parallax{margin-bottom:80px;}
#third_parallax{margin-bottom:80px;}

/*** video galeri ***/
.full_media_content {
  padding-left: 156px;
  padding-right: 156px;
}
.full_media_content iframe{width:100%; height:720px;}
.full_media_content .half_content{padding-right:20px; height:480px;}
.full_media_content .half_content iframe{width:100%; height:480px;}

/*** white content ***/
#white_content{}
#white_content h1{
	text-align: left;
font: normal normal normal 60px/87px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
opacity: 1;
margin-bottom:40px;
}
#white_content p{
text-align: left;
font: normal normal 300 16px/30px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
opacity: 1;
margin-bottom:16px;
}


/*** imkan ***/
.imkan_promo {
  background: url("../images/menu_hover.jpg") center center no-repeat;
  background-size: cover;
}
#game_changer.imkan_promo h1 span{color:#010F2A;}
#game_changer.imkan_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}
#game_changer.imkan_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}
#game_changer.imkan_promo p {
  text-align: center;
font: normal normal 300 16px/30px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
text-transform: uppercase;

width: 100%;
    padding-left: 25%;
    padding-right: 25%;
    box-sizing: border-box;
	margin-top:130px;
	opacity:0;
}
#game_changer.imkan_promo p.active {
  opacity: 1;
  margin-top: 80px;
  color: #010F2A;
}
.imkan_title{
	text-align: center;
font: normal normal normal 43px/87px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
text-transform: uppercase;
opacity: 1;
margin-bottom:40px;
}
.imkan_subtitle{
	text-align: left;
font: normal normal 700 22px/28px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
opacity: 1;
margin-bottom:20px;
}
.full_width{width:100%; margin-bottom:40px;}

.fold{float:left; width:25%; height:97px; margin-bottom:40px;}
.fold_icon{
	width: 97px;
height: 97px;
/* background: #FFFFFF 0% 0% no-repeat padding-box; */
/* border: 1px solid #BC945C; */
border-radius: 49px;
opacity: 1;
position:relative;float:left;
	margin-right:20px;
}
.fold_icon img{
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width:100px;
}
.fold_title{float:left;
text-align: left;
font: normal normal 300 16px/19px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
opacity: 1;
padding-right:30px;
margin-top:35px;
box-sizing:border-box;
width:calc(100% - 117px)
}

/*** vaziyet plani ***/
.vaziyet_promo {
  background: url("../images/img_vaziyetplani.jpg") center center no-repeat;
  background-size: cover;
}
#game_changer.vaziyet_promo h1 span{color:#010F2A;}
#game_changer.vaziyet_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}
#game_changer.vaziyet_promo h1.active {
  opacity: 1;
  margin-top: -150px;
  color: #010F2A;
}

/** landing **/
#landing_overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:none;
	height:100vh;
	z-index:100;
	background:white;
}
#landing_overlay_image{float:left; width:75%; height:100vh;background: url("../images/img_landing.jpg") center center no-repeat;background-size: cover;}
#landing_overlay_sidebar{float:left; width:25%; box-sizing:border-box; padding:100px 30px 30px; height:100vh; position: relative; }
#landing_overlay_sidebar h2{
	text-align: left;
font: normal normal 700 36px/37px Kings Caslon;
letter-spacing: 0px;
color: #161616;
text-transform: uppercase;
opacity: 1;
margin-bottom:20px;
}
#landing_overlay_sidebar .error label span{
  color: #F00;
}
#landing_overlay_sidebar input[type="checkbox"]{
  position: absolute; left: 0px; top: 0px;
}
#landing_overlay_sidebar input[type="text"].error{
  color: #F00; border-color: #F00;
}
#landing_overlay_sidebar input[type="text"]{
	
width: 100%;
height: 60px;
line-height: 60px;
color:#010F2A;
box-sizing:border-box;
padding-left:20px;
margin-bottom:20px;
/* UI Properties */
border: 1px solid #010F2A;
opacity: 1;
}
#landing_overlay_sidebar input[type="checkbox"]{
	float:left;
width: 20px;
height: 20px;
line-height: 20px;
color:#010F2A;
box-sizing:border-box;
border: 1px solid #010F2A;
opacity: 1;margin-right:20px;
}
.form-group--styled{ position: relative; padding-left: 30px; margin-bottom: 15px; }
.styled-label span a{ color: inherit; font-weight: bold; }
.styled-label span{
	text-align: left;
font: normal normal 300 12px/22px Kings Caslon;
letter-spacing: 0px;
color: #161616;
opacity: 1;
}


#landing_overlay_sidebar button{
	
	width: 100%;
height: 60px;
line-height: 60px;
/* UI Properties */
background: #161616 0% 0% no-repeat padding-box;
opacity: 1;
text-align: center;
font: normal normal bold 20px/37px Kings Caslon;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
margin-top:20px;
}
#landing_overlay_close{
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background: #010F2A 0% 0% no-repeat padding-box;
opacity: 1;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
	color:#fff; z-index: 44;
	font-family:Kings Caslon;
}
#landing_logo {
  position: absolute;
  width: 268px;
  height: 130px;
  top: 30px;
  left: 30px;
}
.btn_imkan{
	display:inline-block;
	width: 202px;
height: 60px;
line-height: 60px;
border: 1px solid #010F2A;
opacity: 1;
text-align: center;
font: normal normal 300 18px/60px Kings Caslon;
letter-spacing: 0px;
color: #010F2A;
text-transform: uppercase;
opacity: 1;
}
.btn_imkan:hover{border-color:rgba(203, 166, 114, .1);background-color:rgba(203, 166, 114, .1);}
.btn_imkan img{margin-left:10px; width: 25px;}
.btn_imkan:hover img{margin-left:30px;}


.overlay{  display: none; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: rgba(0,0,0,.5);  }

.sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.gm-style-cc{
  display: none;
}
#game_changer h1{
  margin: 0 !important;
}
@media screen and (max-width:567px) {
 
}
.imkan_promo h1{
  color: #fff !important;
}
.imkan_promo h1 span{
  color: #fff !important;
}
.gallery_promo h1{
  color: #fff !important;
}
.gallery_promo h1 span{
  color: #fff !important;
}
@media screen and (min-width:992px) and (max-width:1441px)  {
  #pdf-link{
    margin-top: 7rem;
  }
}
#footer_contact_phone{
  white-space: nowrap;
}