.displayNone {
  display: none !important;
}

/* CSS Document */
html {
  width: 100%;
  height: 100% !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f6f6fa;
}
body.hideScroll::-webkit-scrollbar {
  display: none;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::selection {
  background: #00006c;
}

::-moz-selection {
  background: #00006c;
}

/*

font-family: bio-sans,sans-serif;
font-weight: 400;
font-style: italic;

font-family: bio-sans,sans-serif;
font-weight: 700;
font-style: italic;

200 - 300 - 400- 600- 700 -800


*/
.datepick,
body, input, textarea, select, option {
  font-family: bio-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

*:before {
  font-family: IcoFont !important;
  font-style: normal;
}

.col1 {
  width: 9.0909090909%;
  float: left;
}

.col2 {
  width: 18.1818181818%;
  float: left;
}

.col3 {
  width: 27.2727272727%;
  float: left;
}

.col4 {
  width: 36.3636363636%;
  float: left;
}

.col5 {
  width: 45.4545454545%;
  float: left;
}

.col6 {
  width: 54.5454545455%;
  float: left;
}

.col7 {
  width: 63.6363636364%;
  float: left;
}

.col8 {
  width: 72.7272727273%;
  float: left;
}

.col9 {
  width: 81.8181818182%;
  float: left;
}

.col10 {
  width: 90.9090909091%;
  float: left;
}

.col11 {
  width: 100%;
  float: left;
}

.datepick {
  background-color: #fff;
}

.datepick-popup {
  z-index: 9999 !important;
  min-width: 640px;
  -webkit-box-shadow: 0px 0px 20px 3px rgb(153, 153, 153);
  -moz-box-shadow: 0px 0px 20px 3px rgb(153, 153, 153);
  box-shadow: 0px 0px 20px 3px rgb(153, 153, 153);
  /*
  	&:after {
  		content: '';
  		display: block;
  		position: absolute;
  		top: -8px;
  		left: 75%;
  		width: 0;
  		height: 0;
  		border-left: 8px solid transparent;
  		border-right: 8px solid transparent;
  		border-bottom: 8px solid white;
  	}
  	*/
}

.datepick-popup .datepick {
  border: 0;
  width: 100% !important;
  padding: 15px 30px 30px;
}

.datepick-popup .datepick .datepick-month {
  border: 0;
}

.datepick-popup .datepick-month td .datepick-selected {
  background: #00077c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
}

.datepick-popup .datepick-month td .datepick-selected:first-child, .datepick-popup .datepick-month td .datepick-selected:last-child {
  background: #00077c;
}

.datepick-popup .datepick-ctrl {
  display: none;
}

.datepick-popup .datepick-month-header {
  color: #000;
  background: #fff;
  margin: 0 0 18px;
  padding: 27px 0 10px;
  position: relative;
  text-align: center;
}

.datepick-popup .datepick-cmd-next, .datepick-popup .datepick-cmd-prev {
  color: #00077c;
  line-height: 18px;
  z-index: 1000;
  position: absolute;
  top: 40px;
}

.datepick-popup .datepick-cmd-today {
  display: none;
}

.datepick-popup .datepick-cmd-prev {
  left: 27px;
}
.datepick-popup .datepick-cmd-prev::after {
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  content: "\ea99";
  margin: 0;
  font-size: 16px;
  font-family: IcoFont !important;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.datepick-popup .datepick-cmd-next {
  right: 27px;
}
.datepick-popup .datepick-cmd-next::after {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
  content: "\ea99";
  margin: 0;
  font-size: 16px;
  font-family: IcoFont !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.datepick-popup td {
  border: 0;
  padding: 5px;
}

.datepick-popup .datepick-month a {
  background: none;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  padding: 0;
  width: 28px;
}

.datepick-month th span {
  padding: 1em 0;
}

.datepick-month th, .datepick-month th {
  border: none;
}

.datepick-month th, .datepick-month th a {
  background: none;
  color: #000;
}

.datepick-month td .datepick-today,
.datepick-popup .datepick-cmd:hover, .datepick-popup select, .datepick-popup td, .datepick-popup td .datepick-weekend {
  background: none;
}

.datepick-popup .datepick-month {
  width: 300px;
}

.datepick-popup .datepick-month.first {
  padding-right: 15px;
}

.datepick-popup .datepick-month.last {
  padding-left: 15px;
}

.datepick-popup .datepick-month-header {
  text-transform: uppercase;
}

.intro-lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 333;
}
.intro-lightbox.active {
  display: block;
}
.intro-lightbox .intro-lightbox-content {
  position: absolute;
  width: auto;
  height: auto;
  padding: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #fff;
}
.intro-lightbox .introCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 17px;
  background: transparent url("../images/icons/close.png") no-repeat 0 0;
  cursor: pointer;
}

.ul-disc {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  overflow: hidden;
}
.ul-disc li {
  position: relative;
  font-size: 16px;
  width: 33.33%;
  font-weight: 500;
  color: #000;
  padding-left: 12px;
  margin-bottom: 10px;
}
.ul-disc li:first-child {
  margin-top: 0;
}
.ul-disc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.default-link {
  display: inline-block;
  margin-top: 24px;
  margin-right: 20px;
  background: #f4f5fe;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  padding: 15px 45px;
  font-weight: 600;
}
.default-link:hover {
  background: #00077c;
  color: #fff;
}

#video-background {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

section.intro {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
section.intro a.logo {
  display: block;
  width: 10%;
  margin: auto;
  padding-top: 5%;
}
section.intro a.logo img {
  display: block;
  width: 100%;
}
section.intro .langWrapper {
  display: block;
  position: absolute;
  right: 5%;
  top: 8.5%;
  color: #304351;
  background: #f6f6fa;
  width: 184px;
  height: 60px;
  line-height: 60px;
}
section.intro .langWrapper select {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  color: #304351;
  font-size: 14px;
  height: 60px;
  border: none;
  background: none;
  padding: 0 50px;
  cursor: pointer;
  -webkit-appearance: none; /* Webkit */
  -moz-appearance: none; /* FF */
  -ms-appearance: none; /* Edge */
  appearance: none; /* Future */
}
section.intro .langWrapper select::-ms-expand {
  display: none;
}
section.intro .langWrapper::before {
  position: absolute;
  left: 17px;
  z-index: 1;
  content: "\f02c";
  margin: 2px 10px 0 0;
}
section.intro .langWrapper::after {
  position: absolute;
  right: 6px;
  z-index: 1;
  content: "\ea99";
  margin: 2px 10px 0 0;
  font-size: 16px;
  font-family: IcoFont !important;
}
section.intro .bottom {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #00006c;
}
section.intro .bottom .girisPhone {
  width: 260px;
  margin: 0 auto;
}
section.intro .bottom a.phone {
  display: block;
  font-size: 14px;
  color: #00006c;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}
section.intro .bottom a.phone:first-child {
  margin-top: 0;
}
section.intro .bottom a.phone:before {
  content: "\efbb";
}
section.intro .bottom .links {
  padding: 25px 0;
}
section.intro .bottom .links a {
  display: inline-block;
  padding: 0 10px;
  color: #00006c;
}
section.intro .bottom .links .newsLetterWrapper {
  position: absolute;
  left: 50%;
  margin-left: -100px;
}
section.intro .bottom .links .newsletterForm {
  position: absolute;
  bottom: 40px;
  left: -80px;
  width: 480px;
  background: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  pointer-events: none;
}
section.intro .bottom .links .newsletterForm a {
  background: url(../images/icons/close.png);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-size: 100% auto;
  padding: 0;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs {
  width: 75%;
  float: left;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text] {
  height: 30px;
  line-height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #00006c;
  color: #00006c;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text]:focus {
  color: #000000;
  border-bottom: 1px solid #00006c;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text]::-webkit-input-placeholder {
  color: #000000;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text]:-moz-placeholder {
  color: #000000;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text]::-moz-placeholder {
  color: #000000;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text]:-ms-input-placeholder {
  color: #000000;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs .smallTxt {
  width: 48%;
  float: left;
  margin-bottom: 10px;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs .smallTxt:first-child {
  margin-right: 4%;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs .bigTxt {
  width: 100%;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs img {
  margin-top: 10px;
  float: left;
  width: 48%;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs .captcha {
  float: right;
  width: 48%;
  margin-top: 8%;
}
section.intro .bottom .links .newsletterForm .newsletterFormInner input[type=button] {
  display: block;
  width: 21%;
  float: left;
  margin-left: 4%;
  height: 70px;
  border: 1px solid #00006c;
  background: none;
  font-weight: 600;
  color: #000000;
}
section.intro .bottom .links .newsletterForm:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
section.intro .bottom .links .newsletterForm.opened {
  z-index: 200;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  opacity: 1;
  pointer-events: all;
}
section.intro .bottom span {
  display: block;
  font-size: 11px;
  color: #000;
}
section.intro .selection {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 110px;
}
section.intro .selection span {
  color: #fff;
  font-size: 36px;
  display: block;
  line-height: 110px;
  position: relative;
  z-index: 2;
}
section.intro .selection span strong {
  font-weight: 800;
}
section.intro .selection em {
  font-style: normal;
}
section.intro .selection .link {
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
}
section.intro .selection .link small {
  position: absolute;
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 50px;
  text-align: center;
  top: 30px;
}
section.intro .selection .link small:before {
  font-size: 18px;
}
section.intro .selection .link:before {
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
}
section.intro .selection .link > div > div {
  height: 100%;
  position: absolute;
  background: #00097d;
  top: 0;
  color: #fff;
  font-size: 14px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  z-index: 3;
}
section.intro .selection .link > div > div em {
  line-height: 110px;
  color: #fff;
  display: inline-block;
  padding: 0 7%;
}
section.intro .selection .link:hover span {
  color: #00097d;
}
section.intro .selection .link:hover:before {
  width: 100%;
}
section.intro .selection .link:hover small {
  color: #00097d;
}
section.intro .selection .left {
  padding-left: 7%;
}
section.intro .selection .left a, section.intro .selection .left a:visited, section.intro .selection .left a:active {
  background: none;
}
section.intro .selection .left small {
  right: 40px;
}
section.intro .selection .left small:before {
  content: "\eab5";
}
section.intro .selection .left:before {
  left: 0;
}
section.intro .selection .left div {
  right: 0;
}
section.intro .selection .left:hover small {
  right: 36%;
}
section.intro .selection .left:hover > div > div {
  width: 32%;
}
section.intro .selection .right {
  padding-right: 7%;
  text-align: right;
}
section.intro .selection .right small {
  left: 40px;
}
section.intro .selection .right small:before {
  content: "\eab8";
}
section.intro .selection .right:before {
  right: 0;
}
section.intro .selection .right > div > div {
  left: 0;
}
section.intro .selection .right:hover small {
  left: 36%;
}
section.intro .selection .right:hover > div > div {
  width: 32%;
}
section.intro .selection .lineSpan {
  display: inline-block !important;
  color: #fff !important;
  font-size: initial !important;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header .col9 {
  background: #f6f6fa;
  margin: auto;
  float: none;
  position: relative;
}
header .top {
  height: 85px;
  line-height: 85px;
}
header .bottom {
  height: 60px;
  line-height: 60px;
  background: #fff;
}
header .bottom nav {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
header .bottom nav a {
  float: left;
  padding: 0;
  font-size: 17px;
  color: #7c7ca2;
  line-height: 60px;
  font-weight: 600;
  position: relative;
  margin: 0 2%;
}
header .bottom nav a:before {
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #00077c;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
header .bottom nav a:hover, header .bottom nav a.active {
  color: #00077c;
}
header .bottom nav a:hover:before, header .bottom nav a.active:before {
  height: 3px;
}
header .mobile-menu {
  display: none;
}
header a.logo {
  padding: 0 50px;
  height: 100%;
  float: left;
}
header a.logo a.logo img {
  height: 100;
  width: auto;
  display: block;
}
header .type {
  float: left;
  border-right: 1px solid #e0e0e9;
}
header .type a {
  font-size: 20px;
  padding: 0 50px;
  color: #7f7f8d;
  display: inline-block;
  line-height: 85px;
  float: left;
  font-weight: 600;
}
header .type a:hover, header .type a.active {
  background: #fff;
  color: #00097d;
}
header .tools {
  float: right;
  height: 100%;
}
header .tools > .reservationButton {
  display: none;
  margin-bottom: 20px;
  width: 85px;
  text-indent: -9999em;
  background: transparent url(../images/icons/reception.png) no-repeat 0 center;
}
header .tools .langWrapper, header .tools a {
  color: #304351;
  padding: 0 30px;
  border-left: 1px solid #e0e0e9;
  line-height: 85px;
  height: 100%;
  float: right;
  font-size: 14px;
}
header .tools .langWrapper.lang:before, header .tools a.lang:before {
  content: "\f02c";
  margin-right: 10px;
}
header .tools .langWrapper.phone:before, header .tools a.phone:before {
  content: "\efbb";
  margin-right: 10px;
}
header .tools > div {
  float: right;
}
header .tools .langWrapper {
  display: block;
  position: relative;
  padding: 0;
}
header .tools .langWrapper select {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  color: #304351;
  font-size: 14px;
  height: 85px;
  border: none;
  background: none;
  padding: 0 40px;
  cursor: pointer;
  -webkit-appearance: none; /* Webkit */
  -moz-appearance: none; /* FF */
  -ms-appearance: none; /* Edge */
  appearance: none; /* Future */
}
header .tools .langWrapper select::-ms-expand {
  display: none;
}
header .tools .langWrapper::before {
  position: absolute;
  left: 17px;
  z-index: 1;
  content: "\f02c";
  margin: 2px 10px 0 0;
}
header .tools .langWrapper::after {
  position: absolute;
  right: 6px;
  z-index: 1;
  content: "\ea99";
  margin: 2px 10px 0 0;
  font-size: 16px;
  font-family: IcoFont !important;
}
header .search {
  width: 11.1111111111%;
  float: right;
  height: 100%;
  background: #1b262f;
}
header .search input[type=text] {
  width: 100%;
  height: 100%;
  color: #fff;
  background: none;
  border: none;
  padding-left: 17%;
}
header .top, header .bottom {
  width: calc(100% - 220px);
}
header .booking {
  width: 100%;
  line-height: normal;
  height: 100%;
  background: #00097d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
header .booking .selector {
  width: 100%;
}
header .booking .selector a {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
  padding: 0 30px;
  font-size: 14px;
  letter-spacing: 0;
}
header .booking .selector a.selectDate { /*border-right: 1px solid #3c4f5d;*/ }
header .booking .selector a.selectPerson {
  border-right: 1px solid #3c4f5d;
}
header .booking .selector a.selectPerson:before {
  content: "\ecfd";
  font-size: 16px;
  position: absolute;
  left: 10%;
}
header .booking .selector a .reservationButton {
  display: block;
  width: 100%;
  position: relative;
}
header .booking .selector a .reservationButton:after {
  content: "\ea67";
  position: absolute;
  right: 0;
  top: 2px;
  font-family: IcoFont !important;
  font-style: normal;
}
header .booking .selector a .reservationText {
  display: block;
  margin-bottom: 20px;
  width: 85px;
  text-indent: -9999em;
  background: transparent url(../images/icons/reception.png) no-repeat 0 center;
}
header .reservationContainer {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  height: 100%;
  background: #00097d;
}

section.mainSlider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#slideshowWrapper {
  position: relative;
  width: 646px;
  margin: auto;
}

#fssPrev {
  position: absolute;
  background: #fff;
  width: 9.0909090909%;
  height: 60px;
  z-index: 99;
  bottom: 0;
  right: 18.1818181818%;
  color: #00077c;
}
#fssPrev:hover {
  background: #f6f6fa;
}
#fssPrev:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
  content: "\eab5";
}

#fssNext {
  position: absolute;
  background: #fff;
  width: 9.0909090909%;
  height: 60px;
  z-index: 99;
  bottom: 0;
  right: 9.0909090909%;
  color: #00077c;
}
#fssNext:hover {
  background: #f6f6fa;
}
#fssNext:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
  content: "\eab8";
}

ul#slideshow {
  list-style: none;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul#slideshow a {
  position: absolute;
  bottom: 0;
  left: 9.0909090909%;
  color: #00077c;
  font-size: 22px;
  background: #fff;
  padding: 0 0 0 50px;
  font-weight: 200;
  width: 45.4545454545%;
  height: 60px;
  line-height: 60px;
}
ul#slideshow a:before {
  display: block;
  top: 8%;
  right: 5%;
  position: absolute;
  font-size: 24px;
  content: "\eab8";
}
ul#slideshow a:hover {
  width: 50%;
}
ul#slideshow .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #00077c;
  font-weight: 200;
  left: 9%;
  line-height: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  top: 80%;
  opacity: 0;
}
ul#slideshow .caption {
  font-size: 36px;
}
@media screen and (min-width: 480px) {
  ul#slideshow .caption {
    font-size: calc(36px + 59 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  ul#slideshow .caption {
    font-size: 95px;
  }
}
ul#slideshow li {
  background-position: center;
  background-size: cover;
}
ul#slideshow li img {
  display: block;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transition: all 10s;
  -moz-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
}
ul#slideshow li.active .caption {
  top: 50%;
  opacity: 1;
}
ul#slideshow li.active img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
}
ul#slideshow li.slide_video {
  position: relative;
  background: #000;
  /*&::before {opacity:0; content:""; position:absolute; left:0; top:0; width:100%; height:100%; z-index:3; background:transparent url("../images/play-ico.svg") no-repeat center center; @include easing(.3s);}*/
}
ul#slideshow li.slide_video #openVideo2 {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: none;
  z-index: 5;
}
ul#slideshow li.slide_video #openVideo2::before {
  display: none;
}
ul#slideshow li.slide_video:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul#slideshow li.slide_tekorivo,
ul#slideshow li.slide_tekorivo .caption,
ul#slideshow li.slide_tekorivo .img_mobile {
  display: none;
}

.tekirova ul#slideshow li.slide_tekorivo {
  display: block;
}

#errorPage .fullImgContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#errorPage .fullImgContent .errorImgContainer {
  width: 40%;
}
#errorPage .fullImgContent .errorImgContainer img {
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
}
#errorPage .fullImgContent .errorTxtContainer {
  width: 60%;
}
#errorPage .fullImgContent .errorTxtContainer h1 {
  color: #00077c;
  font-size: 40px;
  padding-bottom: 40px;
}
#errorPage .fullImgContent .errorTxtContainer p {
  color: #000000;
  font-size: 17px;
}
#errorPage .fullImgContent .errorTxtContainer a {
  display: inline-block;
  background: #f4f5fe;
  border: solid 1px #00077c;
  color: #00077c;
  font-size: 14px;
  margin-top: 70px;
  padding: 15px 45px;
  font-weight: 600;
}
#errorPage .fullImgContent .errorTxtContainer a:hover {
  background: #00077c;
  color: #fff;
}

/*.js .boxgallery,.js .boxgallery div{position:absolute}
.bg-img,.bg-tile,.js .boxgallery{overflow:hidden}
.js .boxgallery,.js .panel{top:0;left:0;width:100%;height:100%}
.panel{z-index:0;-webkit-perspective:1200px;perspective:1200px}
.bg-tile{width:50%;height:50%}
.bg-tile:nth-child(2),.bg-tile:nth-child(4){left:50%}
.bg-tile:nth-child(3),.bg-tile:nth-child(4){top:50%}
.bg-img{width:100%;height:100%;background:#999}
.bg-img img{position:absolute;display:block;height:200%}

@media screen and (min-aspect-ratio:1280/850){
	.bg-img img{width:200%;height:auto}
}

.bg-tile:nth-child(2) .bg-img img,.bg-tile:nth-child(4) .bg-img img{left:-100%}
.bg-tile:nth-child(3) .bg-img img,.bg-tile:nth-child(4) .bg-img img{top:-100%}

.panel.current{z-index:2}
.panel.active{z-index:1}
.panel.current .bg-img{-webkit-transition:-webkit-transform 1.1s ease-in-out;transition:transform 1.1s ease-in-out}
.boxgallery[data-effect=effect-2] .panel.current .bg-img{-webkit-transition:-webkit-transform .9s cubic-bezier(.7,0,.3,1);transition:transform .9s cubic-bezier(.7,0,.3,1)}
.boxgallery[data-effect=effect-2] .panel.current .bg-tile:nth-child(2) .bg-img{-webkit-transition-delay:.15s;transition-delay:.15s}
.boxgallery[data-effect=effect-2] .panel.current .bg-tile:nth-child(3) .bg-img{-webkit-transition-delay:.3s;transition-delay:.3s}
.boxgallery[data-effect=effect-2] .panel.current .bg-tile:nth-child(4) .bg-img{-webkit-transition-delay:.45s;transition-delay:.45s}


.boxgallery{
	nav{position: absolute; bottom: 0; right:9.0909090909%; height: 60px; width:18.1818181818%; z-index: 3;
		span{display: block; width: 50%; height: 100%; float: left; background: #fff; cursor: pointer; position: relative;
			&:before{display: block; top:50%; left: 50%; @include centerIt(); position: absolute; font-size: 24px;}
			&.prev:before{ content: "\eab5"; }
			&.next:before{ content: "\eab8"; }
			&:hover{background: #f6f6fa;}
		}
	}
	a{position: absolute; bottom: 0; left: 9.0909090909%; color: #00077c; font-size:22px; background: #fff; padding:0 0 0 50px; font-weight: 200; width:45.4545454545%; height: 60px; line-height: 60px;
		&:before{display: block; top:8%; right: 5%; position: absolute; font-size: 24px;content: "\eab8";}
		&:hover{width: 50%;}
	}

	.caption{position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%); color: #00077c; font-weight: 200;@include fluid-type(36px, 95px); left: 9%; line-height: 1;}
	.glitch-window{position: absolute;bottom: 0;left: -2px;width: 100%;color: #00077c;text-shadow: 2px 0 #fff, -1px 0 yellow, -2px 0 green;overflow: hidden;animation: crt-me 4500ms infinite linear alternate-reverse; text-align: right;}

	@keyframes crt-me {
		 0% {clip: rect(31px, 9999px, 94px, 0)}10% {clip: rect(112px, 9999px, 76px, 0)}
	    20% {clip: rect(85px, 9999px, 77px, 0)}30% {clip: rect(27px, 9999px, 97px, 0)}
		40% {clip: rect(64px, 9999px, 98px, 0)}50% {clip: rect(61px, 9999px, 85px, 0)}
		60% {clip: rect(99px, 9999px, 114px, 0)}70% {clip: rect(34px, 9999px, 115px, 0)}
		80% {clip: rect(98px, 9999px, 129px, 0)}90% {clip: rect(43px, 9999px, 96px, 0)}
		100% {clip: rect(82px, 9999px, 64px, 0)}
	}
}


@media screen and (max-width:380px){.boxgallery>nav span{width:50px;height:50px}}
*/
section {
  width: 100%;
  position: relative;
}
section h2 {
  display: block;
  color: #00077c;
  font-weight: normal;
  padding-bottom: 20px;
}
section h2 {
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  section h2 {
    font-size: calc(12px + 12 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section h2 {
    font-size: 24px;
  }
}
section:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

.content {
  width: 81.8181818182%;
  position: relative;
  margin: auto;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

section.mainRooms {
  padding: 9% 0;
  overflow: hidden;
}
section.mainRooms .owl-carousel .owl-stage-outer {
  clear: both;
}
section.mainRooms .content {
  padding-bottom: 110px;
}
section.mainRooms h2 {
  font-weight: 400;
  color: #00077c;
  padding-bottom: 40px;
}
section.mainRooms h2 {
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  section.mainRooms h2 {
    font-size: calc(18px + 16 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.mainRooms h2 {
    font-size: 34px;
  }
}
section.mainRooms h2 small {
  display: block;
  color: #000328;
}
section.mainRooms h2 small {
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  section.mainRooms h2 small {
    font-size: calc(12px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.mainRooms h2 small {
    font-size: 18px;
  }
}
section.mainRooms .item .rItem {
  width: 100%;
  position: relative;
}
section.mainRooms .item .rItem .left {
  width: 40%;
  background: #fff;
  float: left;
  padding: 6%;
  z-index: 2;
}
section.mainRooms .item .rItem .left h3 {
  color: #00077c;
  line-height: 1;
  position: relative;
  z-index: 2;
}
section.mainRooms .item .rItem .left h3 {
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  section.mainRooms .item .rItem .left h3 {
    font-size: calc(18px + 22 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.mainRooms .item .rItem .left h3 {
    font-size: 40px;
  }
}
section.mainRooms .item .rItem .left a {
  display: inline-block;
  position: absolute;
  bottom: 14%;
  left: 6%;
  background: #f4f5fe;
  border: 1px solid #00077c;
  color: #00077c;
  font-size: 14px;
  padding: 15px 45px;
  font-weight: 600;
}
section.mainRooms .item .rItem .left a:hover {
  background: #00077c;
  color: #fff;
}
section.mainRooms .item .rItem .left .rInfo {
  position: relative;
  width: 100%;
  margin-top: 25%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.mainRooms .item .rItem .left .rInfo div {
  width: 30%;
  height: auto;
  padding: 5% 0;
  position: relative;
  border: 1px solid #e0e0e9;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
section.mainRooms .item .rItem .left .rInfo span {
  display: block;
  font-size: 18px;
  color: #00077c;
  text-align: center;
  width: 100%;
  margin-top: -10px;
}
section.mainRooms .item .rItem .left .rInfo span small {
  color: #6b6b72;
  font-size: 11px;
  display: block;
}
section.mainRooms .item .rItem .right {
  width: 60%;
  float: right;
  padding: 8% 0;
  position: relative;
  z-index: 2;
}
section.mainRooms .item .rItem:before {
  width: 80%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
section.mainRooms .item .rItem:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
section.mainRooms .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
}
section.mainRooms .owl-nav .owl-prev:before {
  content: "\eab5";
  color: #dfdfe8;
  font-size: 44px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainRooms .owl-nav .owl-prev:hover:before {
  color: #00077c;
}
section.mainRooms .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 60%;
}
section.mainRooms .owl-nav .owl-next:before {
  content: "\eab8";
  color: #dfdfe8;
  font-size: 44px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainRooms .owl-nav .owl-next:hover:before {
  color: #00077c;
}
section.mainRooms .roomSelector {
  width: 22.2%;
  right: -11.1%;
  top: 0;
  position: absolute;
  height: 100%;
  background: #dfe1ee;
  z-index: 3;
  padding: 7.5% 6.5%;
}
section.mainRooms .roomSelector:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #dfe1ee transparent transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
}
section.mainRooms .roomSelector .inner {
  width: 100%;
  height: 100%;
}
section.mainRooms .roomSelector .inner a {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #d0d2e0;
  margin-bottom: 5px;
  color: #54576d;
}
section.mainRooms .roomSelector .inner a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainRooms .roomSelector .inner a small {
  display: block;
  position: absolute;
  bottom: 13px;
  font-size: 15px;
  line-height: 16px;
  width: 55%;
}
section.mainRooms .roomSelector .inner a i {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #54576d;
  font-style: normal;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
}
section.mainRooms .roomSelector .inner a svg * {
  fill: #54576d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainRooms .roomSelector .inner a:hover, section.mainRooms .roomSelector .inner a.active {
  color: #00077c;
  background: #fff;
  border: 1px solid #fff;
}
section.mainRooms .roomSelector .inner a:hover svg *, section.mainRooms .roomSelector .inner a.active svg * {
  fill: #00077c;
}
section.mainRooms .roomSelector .inner a:hover i, section.mainRooms .roomSelector .inner a.active i {
  border: 1px solid #00077c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainRooms.belek .roomSelector .inner a {
  height: 20%;
}
section.mainRooms.belek .roomSelector .inner a svg {
  margin-top: -2px;
}
section.mainRooms.tekirova .roomSelector .inner a {
  height: 25%;
}
section.mainRooms .roomSlider > div {
  display: none;
}
section.mainRooms .roomSlider > div.active {
  display: block;
}
section.mainRooms .roomSlider .owl-nav {
  display: block;
}

.ru section.mainRooms .roomSelector .inner a small {
  width: 80%;
  font-size: 14px;
  line-height: 15px;
}

.textImageSlider {
  display: none !important;
}
.textImageSlider .eventDays {
  width: 100%;
}
.textImageSlider .eventDays a {
  display: block;
  width: 11.1%;
  float: left;
  padding: 0 0 20px;
  text-align: center;
  font-weight: 700;
  color: #a3a4bc;
  font-size: 48px;
  position: relative;
}
.textImageSlider .eventDays a small {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.textImageSlider .eventDays a:after {
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  background: #a3a4bc;
  content: "";
  top: 30px;
}
.textImageSlider .eventDays a:hover, .textImageSlider .eventDays a.active {
  background: #fff;
  color: #00077c;
}
.textImageSlider .eventDays a:hover:after, .textImageSlider .eventDays a.active:after {
  opacity: 0;
}
.textImageSlider .eventDays:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
.textImageSlider #textImageSlider .item {
  background: #fff;
}
.textImageSlider #textImageSlider .item:before {
  display: block;
  width: 100%;
  height: 80px;
  background: #f6f6fa;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.textImageSlider #textImageSlider .item:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.textImageSlider #textImageSlider .left {
  width: 33.3%;
  float: left;
  color: #00077c;
  padding: 4%;
  position: relative;
}
.textImageSlider #textImageSlider .left small {
  display: block;
  font-size: 16px;
}
.textImageSlider #textImageSlider .left span {
  display: block;
  font-weight: 600;
}
.textImageSlider #textImageSlider .left span {
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .textImageSlider #textImageSlider .left span {
    font-size: calc(20px + 20 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .textImageSlider #textImageSlider .left span {
    font-size: 40px;
  }
}
.textImageSlider #textImageSlider .left a {
  display: inline-block;
  margin-top: 25%;
  background: #f4f5fe;
  border: 1px solid #00077c;
  color: #00077c;
  font-size: 14px;
  padding: 15px 45px;
  font-weight: 600;
}
.textImageSlider #textImageSlider .left a:hover {
  background: #00077c;
  color: #fff;
}
.textImageSlider #textImageSlider .right {
  width: 66.666%;
  float: right;
  padding: 4% 4% 0 4%;
  position: relative;
}
.textImageSlider #textImageSlider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 22.2222222222%;
  height: 80px;
  width: 22.2222222222%;
  z-index: 3;
  margin-left: 4%;
}
.textImageSlider #textImageSlider .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #fff;
  cursor: pointer;
  position: relative;
  color: #00077c;
}
.textImageSlider #textImageSlider .owl-nav button.owl-prev:after {
  content: "";
  display: block;
  position: absolute;
  height: 30%;
  width: 1px;
  background: #e7e8f0;
  right: 0;
  top: 35%;
}
.textImageSlider #textImageSlider .owl-nav button:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
}
.textImageSlider #textImageSlider .owl-nav button.owl-prev:before {
  content: "\eab5";
}
.textImageSlider #textImageSlider .owl-nav button.owl-next:before {
  content: "\eab8";
}
.textImageSlider #textImageSlider .owl-nav button:hover {
  background: #f6f6fa;
}
.textImageSlider #textImageSlider.restaurantSlider .left small {
  font-size: 10px;
}
.textImageSlider #textImageSlider.restaurantSlider .left span.caption {
  padding: 30px 0;
}
.textImageSlider #textImageSlider.restaurantSlider .left span.caption {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .textImageSlider #textImageSlider.restaurantSlider .left span.caption {
    font-size: calc(14px + 14 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .textImageSlider #textImageSlider.restaurantSlider .left span.caption {
    font-size: 28px;
  }
}
.textImageSlider #textImageSlider.restaurantSlider .left span.txt {
  color: #131113;
  font-size: 16px;
  font-weight: 300;
}
.textImageSlider.aquaparkSlider {
  margin-top: 7%;
}
.textImageSlider.aquaparkSlider p {
  font-size: 16px;
  color: #131113;
  margin-top: 15px;
}
.textImageSlider.happylandSlider {
  margin-top: 7%;
}
.textImageSlider.happylandSlider p {
  font-size: 16px;
  color: #131113;
  margin-top: 15px;
}

section.teasers { /*padding:7.4% 0 0;*/
  padding: 0;
  height: 70%;
  overflow: hidden;
}
section.teasers .content {
  background: #ffffff;
  height: 100%;
}
section.teasers .content .col-1 {
  width: 55.6%;
  float: left;
  padding: 2.5% 3%;
  position: relative;
  height: 100%;
}
section.teasers .content .col-1 h2 {
  position: absolute;
  color: #181e88;
  top: 15%;
  left: 5.5%;
}
section.teasers .content .col-1 h2 {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  section.teasers .content .col-1 h2 {
    font-size: calc(14px + 16 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.teasers .content .col-1 h2 {
    font-size: 30px;
  }
}
section.teasers .content .col-1 #awards {
  padding-bottom: 60px;
  height: 100%;
}
section.teasers .content .col-1 #awards .owl-stage-outer, section.teasers .content .col-1 #awards .owl-stage,
section.teasers .content .col-1 #awards .owl-item,
section.teasers .content .col-1 #awards .item {
  height: 100%;
}
section.teasers .content .col-1 #awards .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; /*align-items:flex-end;*/
}
section.teasers .content .col-1 #awards .left {
  width: 59%;
}
section.teasers .content .col-1 #awards .left small {
  color: rgba(0, 0, 0, 0.5); /*margin-top: 60%;*/
  margin-top: 5%;
  display: block;
}
section.teasers .content .col-1 #awards .left small {
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  section.teasers .content .col-1 #awards .left small {
    font-size: calc(12px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.teasers .content .col-1 #awards .left small {
    font-size: 18px;
  }
}
section.teasers .content .col-1 #awards .left p {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 108, 0.05);
}
section.teasers .content .col-1 #awards .left p:first-child {
  border-top: none;
  padding-top: 0;
}
section.teasers .content .col-1 #awards .right {
  width: 38%;
  order: 2;
}
section.teasers .content .col-1 #awards .right img {
  width: 100%;
}
section.teasers .content .col-1 #awards .owl-nav {
  position: absolute;
  bottom: 1%;
  left: -2%;
}
section.teasers .content .col-1 #awards .owl-nav .owl-prev:before {
  content: "\eab5";
  color: #181e88;
  font-size: 44px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.teasers .content .col-1 #awards .owl-nav .owl-prev:hover:before {
  color: #181e88;
}
section.teasers .content .col-1 #awards .owl-nav .owl-next:before {
  content: "\eab8";
  color: rgba(24, 30, 136, 0.4);
  font-size: 44px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.teasers .content .col-1 #awards .owl-nav .owl-next:hover:before {
  color: #181e88;
}
section.teasers .content .col-1 #awards .owl-dots {
  position: absolute;
  bottom: 1%;
  right: 0;
}
section.teasers .content .col-1 #awards .owl-dots .owl-dot {
  margin-right: 8px;
}
section.teasers .content .col-1 #awards .owl-dots .owl-dot:before {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  background: #181e88;
  font-size: 44px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.teasers .content .col-1 #awards .owl-dots .active:before {
  height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.teasers .content .col-2 {
  width: 22.2%;
  float: left;
  height: 100%;
  position: relative;
}
section.teasers .content .col-2 .mapCanvas {
  height: 100%;
}
section.teasers .content .col-2 a {
  position: absolute;
  background: #ffffff;
  color: #181e88;
  text-align: center;
  bottom: 13.5%;
  width: 40%;
  left: 30%;
  padding: 5% 0;
  font-weight: bold;
  box-shadow: 0px 23px 48px -16px black;
  -webkit-box-shadow: 0px 23px 48px -16px black;
  -moz-box-shadow: 0px 23px 48px -16px black;
}
section.teasers .content .col-2 a {
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  section.teasers .content .col-2 a {
    font-size: calc(10px + 2 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.teasers .content .col-2 a {
    font-size: 12px;
  }
}
section.teasers .content .col-3 {
  width: 22.2%;
  float: left;
  height: 100%;
}
section.teasers .content .col-3 .upper {
  width: 100%;
  height: 50%;
  background: #ffffff;
  color: #181e88;
  padding: 18%;
  float: left;
  position: relative;
}
section.teasers .content .col-3 .upper span {
  font-weight: bold;
}
section.teasers .content .col-3 .upper span {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  section.teasers .content .col-3 .upper span {
    font-size: calc(14px + 16 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.teasers .content .col-3 .upper span {
    font-size: 30px;
  }
}
section.teasers .content .col-3 .upper svg {
  fill: #181e88;
  width: 24%;
  position: absolute;
  right: 18%;
  bottom: 23%;
  float: right;
  height: 18%;
}
section.teasers .content .col-3 .upper:after {
  content: "\ea5d";
  display: block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-family: Icofont;
  position: absolute;
  bottom: 23%;
  font-size: 24px;
}
section.teasers .content .col-3 .lower {
  width: 100%;
  height: 50%;
  background: #181e88;
  color: #ffffff;
  padding: 18%;
  float: left;
  position: relative;
}
section.teasers .content .col-3 .lower span {
  font-weight: bold;
}
section.teasers .content .col-3 .lower span {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  section.teasers .content .col-3 .lower span {
    font-size: calc(14px + 16 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  section.teasers .content .col-3 .lower span {
    font-size: 30px;
  }
}
section.teasers .content .col-3 .lower svg {
  fill: #ffffff;
  width: 15%;
  float: right;
  position: absolute;
  right: 18%;
  bottom: 23%;
  height: 18%;
}
section.teasers .content .col-3 .lower:after {
  content: "\ea5d";
  display: block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-family: Icofont;
  position: absolute;
  bottom: 23%;
  font-size: 24px;
}

body.ru section.teasers .content .col-3 .lower span {
  font-size: 13px;
}
@media screen and (min-width: 480px) {
  body.ru section.teasers .content .col-3 .lower span {
    font-size: calc(13px + 13 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  body.ru section.teasers .content .col-3 .lower span {
    font-size: 26px;
  }
}

footer {
  padding: 7.4% 0 0;
  clear: both;
}
footer .content {
  background: #ffffff;
  padding: 4.3%;
}
footer .content .upper {
  width: 100%;
  float: left;
}
footer .content .upper img {
  width: 10.8%;
  float: left;
}
footer .content .upper .right {
  width: 80%;
  float: right;
  text-align: right;
}
footer .content .upper .right a {
  color: #00006c;
  font-weight: 600;
}
footer .content .upper .right a {
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  footer .content .upper .right a {
    font-size: calc(10px + 4 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  footer .content .upper .right a {
    font-size: 14px;
  }
}
footer .content .upper .right .telefon {
  position: relative;
  float: right;
  margin-top: 1.1%;
}
footer .content .upper .right .telefon:before {
  content: "";
  background: url(../images/icons/telefon.svg) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 20%;
}
footer .content .upper .right ul {
  float: right;
  margin-top: 1.5%;
  width: 75%;
}
footer .content .upper .right ul li {
  float: right;
  padding: 0 1.7%;
  border-left: 1px solid #00006c;
}
footer .content .upper .right ul li a {
  float: left;
}
footer .content .upper .right ul li:first-child {
  padding: 0 0 0 1.7%;
}
footer .content .upper .right ul li:last-child {
  padding: 0 1.7% 0 1.7%;
  border: none;
}
footer .content .middle {
  width: 100%;
  float: left;
  margin-top: 3.6%;
}
footer .content .middle .left {
  width: 70%;
  float: left;
}
footer .content .middle .left .guralPremier {
  color: #8d8db0;
  font-size: 14px;
  float: left;
  padding: 0 15px;
  font-weight: 500;
}
footer .content .middle .left .guralPremier {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  footer .content .middle .left .guralPremier {
    font-size: calc(14px + 0 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  footer .content .middle .left .guralPremier {
    font-size: 14px;
  }
}
footer .content .middle .left .guralPremier:first-child {
  border-right: 1px solid #8d8db0;
  padding: 0 15px 0 0;
}
footer .content .middle .left .guralPremier:hover {
  color: #00006c;
}
footer .content .middle .left .guralPremier.active {
  color: #00006c;
}
footer .content .middle .left .pages {
  margin-top: 2%;
  width: 100%;
  float: left;
}
footer .content .middle .left .pages li {
  float: left;
  margin-right: 14px;
}
footer .content .middle .left .pages li a {
  color: rgba(44, 44, 44, 0.8);
}
footer .content .middle .left .pages li a {
  font-size: 13px;
}
@media screen and (min-width: 480px) {
  footer .content .middle .left .pages li a {
    font-size: calc(13px + 0 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  footer .content .middle .left .pages li a {
    font-size: 13px;
  }
}
footer .content .middle .right {
  width: 30%;
  float: right;
  margin-top: 1%;
  text-align: right;
}
footer .content .middle .right a {
  color: #181e88;
  border: 1px solid #181e88;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*padding:2.51% 3.27%;*/
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 12px;
  margin-top: 2%;
}
footer .content .middle .right a {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  footer .content .middle .right a {
    font-size: calc(14px + 4 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  footer .content .middle .right a {
    font-size: 18px;
  }
}
footer .content .middle .right a:last-child {
  margin-right: 0;
}
footer .content .lower {
  width: 100%;
  float: left;
  margin-top: 4%;
}
footer .content .lower span {
  color: rgba(0, 0, 0, 0.5);
}
footer .content .lower span {
  font-size: 11px;
}
@media screen and (min-width: 480px) {
  footer .content .lower span {
    font-size: calc(11px + 0 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  footer .content .lower span {
    font-size: 11px;
  }
}
footer .content .lower .link {
  float: right;
}
footer .content .lower .link .legalNotice {
  float: left;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}
footer .content .lower .link .legalNotice {
  font-size: 11px;
}
@media screen and (min-width: 480px) {
  footer .content .lower .link .legalNotice {
    font-size: calc(11px + 0 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  footer .content .lower .link .legalNotice {
    font-size: 11px;
  }
}
footer .content .lower .link .legalNotice:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 15px 0 0;
}
footer .content .mobile-footer {
  display: none;
}
footer .content .newsLetterWrapper {
  position: absolute;
  margin-left: -25px;
}
footer .content .newsletterForm {
  position: absolute;
  bottom: 40px;
  left: -80px;
  width: 480px;
  background: #ffffff;
  padding: 20px;
  border: solid 4px #00006c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  pointer-events: none;
}
footer .content .newsletterForm a {
  background: url(../images/icons/close.png);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-size: 100% auto;
  padding: 0;
}
footer .content .newsletterForm .newsletterFormInner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
footer .content .newsletterForm .newsletterFormInner .inputs {
  width: 75%;
  float: left;
}
footer .content .newsletterForm .newsletterFormInner .inputs input[type=text] {
  height: 30px;
  line-height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #00006c;
  color: #00006c;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
footer .content .newsletterForm .newsletterFormInner .inputs input[type=text]:focus {
  color: #00006c;
  border-bottom: 1px solid #00006c;
}
footer .content .newsletterForm .newsletterFormInner .inputs input[type=text]::-webkit-input-placeholder {
  color: #00006c;
}
footer .content .newsletterForm .newsletterFormInner .inputs input[type=text]:-moz-placeholder {
  color: #00006c;
}
footer .content .newsletterForm .newsletterFormInner .inputs input[type=text]::-moz-placeholder {
  color: #00006c;
}
footer .content .newsletterForm .newsletterFormInner .inputs input[type=text]:-ms-input-placeholder {
  color: #00006c;
}
footer .content .newsletterForm .newsletterFormInner .inputs .smallTxt {
  width: 48%;
  float: left;
  margin-bottom: 10px;
}
footer .content .newsletterForm .newsletterFormInner .inputs .smallTxt:first-child {
  margin-right: 4%;
}
footer .content .newsletterForm .newsletterFormInner .inputs .bigTxt {
  width: 100%;
}
footer .content .newsletterForm .newsletterFormInner .inputs img {
  margin-top: 10px;
  float: left;
  width: 48%;
}
footer .content .newsletterForm .newsletterFormInner .inputs .captcha {
  float: right;
  width: 48%;
  margin-top: 8%;
}
footer .content .newsletterForm .newsletterFormInner input[type=button] {
  display: block;
  width: 21%;
  float: left;
  margin-left: 4%;
  height: 70px;
  border: 1px solid #00006c;
  background: none;
  font-weight: 600;
  color: #00006c;
}
footer .content .newsletterForm:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #00006c transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
footer .content .newsletterForm.opened {
  z-index: 200;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  opacity: 1;
  pointer-events: all;
}

body.de footer .content .middle .left {
  width: 70%;
}

body.de footer .content .middle .right {
  width: 30%;
}

body.de footer .content .middle .left .pages li {
  margin-left: 10px;
}

.leftSlider {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.leftSlider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 33.3333333333%;
  z-index: 3;
}
.leftSlider .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #fff !important;
  cursor: pointer;
  position: relative;
}
.leftSlider .owl-nav button:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
}
.leftSlider .owl-nav button.owl-prev:before {
  content: "\eab5";
}
.leftSlider .owl-nav button.owl-next:before {
  content: "\eab8";
}
.leftSlider .owl-nav button:hover {
  background: #f6f6fa !important;
}

.events {
  height: 100%;
  position: relative;
}
.events .col6 {
  height: 100%;
}
.events .col6 .owl-carousel, .events .col6 .owl-stage-outer, .events .col6 .owl-stage, .events .col6 .owl-item, .events .col6 .item {
  height: 100%;
}
.events .col5 {
  height: 100%;
}
.events #eventSlider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 16.6666666667%;
  height: 60px;
  width: 33.3333333333%;
  z-index: 3;
}
.events #eventSlider .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #fff !important;
  cursor: pointer;
  position: relative;
}
.events #eventSlider .owl-nav button:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
}
.events #eventSlider .owl-nav button.owl-prev:before {
  content: "\eab5";
}
.events #eventSlider .owl-nav button.owl-next:before {
  content: "\eab8";
}
.events #eventSlider .owl-nav button:hover {
  background: #f6f6fa !important;
}
.events #eventContentSlider {
  padding-top: 10%;
}
.events #eventContentSlider span.date {
  display: block;
  color: #00077c;
  font-size: 14px;
}
.events #eventContentSlider h3 {
  color: #00077c;
  font-weight: 600;
  padding-bottom: 30px;
}
.events #eventContentSlider h3 {
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .events #eventContentSlider h3 {
    font-size: calc(20px + 20 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .events #eventContentSlider h3 {
    font-size: 40px;
  }
}
.events .eventDates {
  position: absolute;
  bottom: 0;
  left: 45.4545454545%;
  width: 36.3636363636%;
  z-index: 999;
  height: 130px;
}
.events .eventDates .eventDatesContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.events .eventDates .eventsDatesSlide {
  position: absolute;
  left: 0;
  height: 100%;
}
.events .eventDates .eventsDatesSlide a {
  display: block;
  background: #f6f6fa;
  color: #a3a4bc;
  text-align: center;
  padding: 25px 0 0 0;
  text-align: center;
  font-size: 15px;
  float: left;
  height: 100%;
  position: relative;
}
.events .eventDates .eventsDatesSlide a strong {
  display: block;
}
.events .eventDates .eventsDatesSlide a strong {
  font-size: 24px;
}
@media screen and (min-width: 480px) {
  .events .eventDates .eventsDatesSlide a strong {
    font-size: calc(24px + 24 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .events .eventDates .eventsDatesSlide a strong {
    font-size: 48px;
  }
}
.events .eventDates .eventsDatesSlide a:after {
  display: block;
  height: 40%;
  right: 0;
  width: 1px;
  content: "";
  background: #a3a4bc;
  position: absolute;
  right: 0;
  top: 30%;
}
.events .eventDates .eventsDatesSlide a:hover, .events .eventDates .eventsDatesSlide a.selected {
  background: #fff;
  color: #00077c;
}

.rightContent {
  width: 100%;
  padding-left: 12%;
  font-size: 16px;
  color: #777779;
  font-weight: 400;
}

.fullContent {
  width: 81.8181818182%;
  margin: 0 auto;
}
.fullContent .contentWrapper {
  width: 100%;
}

.breadCrumb {
  font-size: 11px;
  color: #a8a8ac;
  padding: 227px 0 30px 0;
  border-bottom: 1px solid #c8cad8;
}
.breadCrumb a {
  color: #a8a8ac;
  display: inline-block;
  padding: 0 5px;
}
.breadCrumb a:last-child, .breadCrumb a:hover {
  color: #000;
}
.breadCrumb a:first-child {
  padding-left: 0;
}

.accordionContent {
  width: 100%;
}
.accordionContent .accordionItem {
  border-bottom: 1px solid #d8d8dc;
}
.accordionContent .accordionItem > div {
  font-size: 16px;
  color: #777779;
  padding-bottom: 50px;
  display: none;
}
.accordionContent h3 {
  color: #b4b4b7;
  font-size: 30px;
  padding: 22px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 600;
}
.accordionContent h3:before {
  position: absolute;
  right: 5%;
  content: "\ea9d";
  transform: rotate(-90deg);
  font-size: 16px;
  top: 45%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordionContent h3:hover:before {
  transform: rotate(90deg);
}
.accordionContent h3.selected:before {
  transform: rotate(90deg);
}

.fullAccordionContent {
  width: 100%;
}
.fullAccordionContent .accordionItem {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 30px 0 40px 60px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
}
.fullAccordionContent .accordionItem:first-child {
  margin-top: 35px;
}
.fullAccordionContent .accordionItem div {
  font-size: 17px;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  overflow: hidden;
}
.fullAccordionContent .accordionItem div .imgArea {
  width: 38.8888888889%;
  display: block;
  float: left;
  margin-right: 55px;
}
.fullAccordionContent .accordionItem div .imgArea img {
  width: 100%;
}
.fullAccordionContent .accordionItem div .txtArea {
  width: 50%;
  display: block;
  float: left;
}
.fullAccordionContent h3 {
  color: #000000;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  cursor: pointer;
}
.fullAccordionContent h3:before {
  position: absolute;
  right: 5%;
  content: "\ea9d";
  transform: rotate(-90deg);
  font-size: 16px;
  top: 45%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fullAccordionContent h3:hover:before {
  transform: rotate(90deg);
}
.fullAccordionContent h3.selected:before {
  transform: rotate(90deg);
}
.fullAccordionContent h3 small {
  color: #00077c;
  font-size: 13px;
  display: block;
  font-weight: normal;
  margin-top: 5px;
}

.h100 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

img.bgImg {
  width: 100%;
  height: auto;
  display: block;
}

.fullImgContent {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.fullImgContent .col5 {
  background: #fff;
  padding: 20px 0;
  width: 35%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fullImgContent .col5 .icon {
  width: 40%;
  float: left;
  padding: 0 0 0 20%;
  border-right: 1px solid #f3f3f3;
}
.fullImgContent .col5 .icon img {
  display: block;
  width: 70%;
}
.fullImgContent .col5 h1 {
  color: #00077c;
  font-weight: 600;
  padding-left: 5%;
  float: left;
}
.fullImgContent .col5 h1 {
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .fullImgContent .col5 h1 {
    font-size: calc(20px + 22 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .fullImgContent .col5 h1 {
    font-size: 42px;
  }
}
.fullImgContent .col5 h1 small {
  display: block;
  color: #000;
  font-weight: 300;
}
.fullImgContent .col5 h1 small {
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .fullImgContent .col5 h1 small {
    font-size: calc(12px + 8 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .fullImgContent .col5 h1 small {
    font-size: 20px;
  }
}
.fullImgContent .col5 .txt {
  padding: 3% 5% 0 5%;
  float: left;
  color: #000;
  font-size: 18px;
  width: 60%;
  font-weight: 300;
}
.fullImgContent .tour {
  background: #00077c;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 23px 70px 23px 40px;
  letter-spacing: -2px;
  position: absolute;
  bottom: 0;
}
.fullImgContent .tour sup {
  font-size: 10px;
  margin-right: 5px;
}
.fullImgContent .tour:before {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/icons/tour.png) no-repeat;
  content: "";
  margin-bottom: 20px;
}
.fullImgContent .tour:after {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  content: "";
  top: 40px;
  right: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fullImgContent .tour:hover:after {
  transform: rotate(45deg);
  right: 30px;
}

.hotelguide .fullImgContent .col5 h1 {
  padding-left: 0;
  padding-right: 5%;
}
.hotelguide .fullImgContent .col5 h1 small {
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .hotelguide .fullImgContent .col5 h1 small {
    font-size: calc(12px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hotelguide .fullImgContent .col5 h1 small {
    font-size: 18px;
  }
}

.col11.h100 {
  float: none;
}

.hotelguideWrapper {
  width: 100%;
  padding-top: 200px;
}
.hotelguideWrapper > h2 {
  padding-bottom: 40px;
  font-weight: bold;
}
.hotelguideWrapper > h2 {
  font-size: 22px;
}
@media screen and (min-width: 480px) {
  .hotelguideWrapper > h2 {
    font-size: calc(22px + 8 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hotelguideWrapper > h2 {
    font-size: 30px;
  }
}
.hotelguideWrapper .accordionItem {
  background: #fff;
  padding: 55px 60px;
  margin-top: 15px;
  border-bottom: none;
}
.hotelguideWrapper .accordionItem:first-child {
  margin-top: 0;
}
.hotelguideWrapper .accordionItem h3 {
  position: relative;
  color: #00077c;
  padding: 0;
}
.hotelguideWrapper .accordionItem h3 {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .hotelguideWrapper .accordionItem h3 {
    font-size: calc(16px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hotelguideWrapper .accordionItem h3 {
    font-size: 22px;
  }
}
.hotelguideWrapper .accordionItem h3::before {
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.hotelguideWrapper .accordionItem .accordion-content {
  padding: 30px 45px 0 0;
}
.hotelguideWrapper .accordionItem .accordion-content ul {
  padding: 0 30px;
}
.hotelguideWrapper .accordionItem .accordion-content ul li {
  color: #000000;
  border-top: solid 1px #ebebeb;
  padding: 20px 0;
}
.hotelguideWrapper .accordionItem .accordion-content ul li {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .hotelguideWrapper .accordionItem .accordion-content ul li {
    font-size: calc(16px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hotelguideWrapper .accordionItem .accordion-content ul li {
    font-size: 22px;
  }
}
.hotelguideWrapper .accordionItem .accordion-content ul li:first-child {
  border-top: none;
}
.hotelguideWrapper .accordionItem .accordion-content ul li a {
  color: #000000;
}
.hotelguideWrapper .accordionItem .accordion-content ul li a {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .hotelguideWrapper .accordionItem .accordion-content ul li a {
    font-size: calc(16px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hotelguideWrapper .accordionItem .accordion-content ul li a {
    font-size: 22px;
  }
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery-wrapper {
  height: 535px;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery .hg-item {
  width: 23%;
  margin-bottom: 3%;
  margin-right: 2%;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a {
  display: block;
  position: relative;
  width: 100%;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a::before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: transparent url("../images/img/hotelguide/galery-ico.png") no-repeat center center;
  z-index: 3;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a img {
  width: 100%;
  height: auto;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a p {
  color: #000000;
}
.hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a p {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a p {
    font-size: calc(16px + 6 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery a p {
    font-size: 22px;
  }
}
.hotelguideWrapper .accordionItem .accordion-content .mCSB_dragger .mCSB_dragger_bar {
  background-color: #545456;
  width: 5px;
}
.hotelguideWrapper .accordionItem .accordion-content .mCSB_dragger .mCSB_draggerRail {
  width: 2px;
  background-color: #bcbcbf;
}
.hotelguideWrapper .accordionItem .accordion-content .mCSB_dragger {
  height: 150px !important;
}
.hotelguideWrapper .accordionItem .accordion-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.hotelguideWrapper .accordionItem .accordion-content .mCSB_dragger:hover {
  background: #545456 !important;
}

.fullTeaser {
  margin: auto;
  float: none !important;
  padding: 5% 0;
  position: relative;
}
.fullTeaser img {
  display: block;
  width: 100%;
}
.fullTeaser .teaserTxt {
  position: absolute;
  left: 90px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 45%;
  color: #fff;
  font-size: 16px;
  max-width: 35%;
}
.fullTeaser .teaserTxt span {
  font-size: 30px;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
}
.fullTeaser.spa .teaserTxt {
  color: #000328;
  top: 50%;
}
.fullTeaser.spa .teaserTxt span {
  color: #00077c;
}
.fullTeaser.aktiviteSpor {
  background: #a7b3c9;
  padding: 5% 0 2%;
}
.fullTeaser.aktiviteSpor .teaserImg {
  width: 40%;
  float: right;
}
.fullTeaser.aktiviteSpor .teaserImg img {
  display: block;
  float: right;
  width: 60%;
  margin-right: 20%;
  margin-top: -30%;
}
.fullTeaser.aktiviteSpor .teaserTxt {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  color: #fff;
  font-size: 16px;
  max-width: 47%;
  padding-left: 5%;
}
.fullTeaser.aktiviteSpor .teaserTxt span {
  font-size: 30px;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
}
.fullTeaser.restaurant {
  padding-bottom: 0;
}
.fullTeaser.restaurant .teaserTxt {
  top: 53%;
}
.fullTeaser.happylandFullTeaser {
  padding: 8% 0 0 0;
}
.fullTeaser.happylandFullTeaser .teaserTxt {
  top: 66%;
  max-width: 29%;
}
.fullTeaser.happylandFullTeaser .teaserTxt span {
  line-height: 1.2;
}
.fullTeaser.fullTeaserWithHalfImage {
  background: #ffffff;
  padding: 0;
  margin-top: 9%;
}
.fullTeaser.fullTeaserWithHalfImage .teaserTxt {
  width: 44.4444444444%;
  float: left;
  color: #000000;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  max-width: 100%;
  padding: 6% 0 0 6%;
}
.fullTeaser.fullTeaserWithHalfImage .teaserTxt span {
  color: #00077c;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 35px;
}
.fullTeaser.fullTeaserWithHalfImage img {
  width: 55.5555555556%;
  float: left;
}

.hourSlider {
  background: #8f8fa2; /*url(../images/img/hourBg.jpg) no-repeat; background-size: cover;*/
  padding: 5%;
  margin: 5.5% 0 3.2% 0;
  width: 100%;
  position: relative;
}
.hourSlider h3 {
  color: #fff;
  font-weight: 600;
  padding-bottom: 40px;
}
.hourSlider h3 {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .hourSlider h3 {
    font-size: calc(14px + 16 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .hourSlider h3 {
    font-size: 30px;
  }
}
.hourSlider table {
  width: 60%;
  font-size: 14px;
  color: #fff;
}
.hourSlider table td {
  border-right: 1px solid #a5a5b5;
  padding-left: 5%;
}
.hourSlider table td:first-child {
  padding-left: 0;
}
.hourSlider table td:last-child {
  border-right: none;
}
.hourSlider .plateImg {
  position: absolute;
  right: 5%;
  top: -10%;
  display: block;
  width: auto !important;
  height: 130%;
  z-index: 2;
}
.hourSlider .plateImg img {
  display: block;
  height: 100%;
  float: right;
}
.hourSlider .owl-nav {
  position: absolute;
  top: 0;
  left: 30%;
  height: 60px;
  width: 100px;
  z-index: 3;
}
.hourSlider .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
}
.hourSlider .owl-nav button:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
  color: #fff;
}
.hourSlider .owl-nav button.owl-prev:before {
  content: "\eab5";
}
.hourSlider .owl-nav button.owl-next:before {
  content: "\eab8";
}
.hourSlider .owl-nav button:hover {
  opacity: 1;
}

.roomFilter {
  width: 100%;
  margin: 8% auto 5%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roomFilter a {
  border: 1px solid #dedee7;
  padding: 1.2% 2.5%;
  margin-right: 1%;
  color: #54576d;
  font-size: 15px;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roomFilter a.selected {
  background: #ffffff;
  color: #00077c;
  border: 1px solid #ffffff;
}
.roomFilter a.selected svg path {
  fill: #00077c;
}
.roomFilter a:hover {
  background: #ffffff;
  color: #00077c;
  border: 1px solid #ffffff;
}
.roomFilter a:hover svg path {
  fill: #00077c;
}
.roomFilter a:last-child {
  margin: 0;
}
.roomFilter a span {
  line-height: 18px;
}
.roomFilter a span small {
  font-size: 15px;
}
.roomFilter a svg {
  margin-left: 41px;
}
.roomFilter a svg path {
  fill: #54576d;
}
.roomFilter a i {
  display: none;
}

/*
.roomFilter { width: 66.6666666667%; display:block; margin:8% auto 5% auto; overflow:hidden;
    a { border:1px solid #dedee7; padding:1.2% 2.5%; float:left; margin-right:1%; display:table; color:#54576d; font-size:15px; font-weight:600;
        &.selected { background:#ffffff; color:#00077c; border:1px solid #ffffff;
            svg { path { fill: #00077c; }}
        }
        &:hover { background:#ffffff; color:#00077c; border:1px solid #ffffff;
            svg { path { fill: #00077c; }}
        }
        &:last-child { margin:0; }
        span { display:table-cell; vertical-align:middle; 
               small { font-size:15px; }
        }
        svg { display: table-cell; vertical-align: middle; margin-left:41px;
            path { fill: #54576d; }
        }
    }
}
*/
.boxList-wrapper, .boxSliderFlex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.boxSlider {
  width: 100%;
}
.boxSlider.with4Column {
  margin-top: 9%;
}
.boxSlider.with4Column h2 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
.boxSlider.with4Column h2 small {
  color: #000000;
  opacity: 0.6;
  font-size: 18px;
  margin-left: 20px;
}
.boxSlider .item {
  padding: 15px;
}
.boxSlider .boxItem {
  width: 100%;
  position: relative;
  padding: 0 8%;
  position: relative;
}
.boxSlider .boxItem:after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  background: #fff;
  content: "";
}
.boxSlider .boxItem .img {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 65%;
  overflow: hidden;
  background: #000;
}
.boxSlider .boxItem .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.boxSlider .boxItem .img span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.boxSlider .boxItem .img span img {
  display: block;
  opacity: 1 !important;
  transform: none;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.boxSlider .boxItem .txt {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 8% 0;
}
.boxSlider .boxItem .txt a {
  display: block;
  color: #000;
  font-weight: bold; /*min-height:72px;*/
}
.boxSlider .boxItem .txt a {
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .boxSlider .boxItem .txt a {
    font-size: calc(12px + 12 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .boxSlider .boxItem .txt a {
    font-size: 24px;
  }
}
.boxSlider .boxItem .txt a small {
  float: right;
  font-weight: normal;
  padding-top: 5px;
}
.boxSlider .boxItem .txt a small {
  font-size: 8px;
}
@media screen and (min-width: 480px) {
  .boxSlider .boxItem .txt a small {
    font-size: calc(8px + 8 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .boxSlider .boxItem .txt a small {
    font-size: 16px;
  }
}
.boxSlider .boxItem .txt p {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  margin-top: 20px;
}
.boxSlider .boxItem:hover .img {
  -webkit-box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.32);
}
.boxSlider .boxItem:hover .img img {
  opacity: 0.7;
  width: 110%;
}
.boxSlider .boxItem:hover .txt a {
  color: #00077c;
}
.boxSlider .owl-nav button {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -100px;
}
.boxSlider .owl-nav button:before {
  display: block;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 24px;
  color: #dfdfe8;
}
.boxSlider .owl-nav button.owl-prev:before {
  content: "\eab5";
  font-size: 32px;
}
.boxSlider .owl-nav button.owl-next {
  left: auto;
  right: -100px;
}
.boxSlider .owl-nav button.owl-next:before {
  content: "\eab8";
  font-size: 32px;
}
.boxSlider .owl-nav button:hover:before {
  color: #00077c;
}
.boxSlider .boxList {
  width: 33.333%;
  float: left;
  padding: 15px;
}
.boxSlider:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
.boxSlider .boxList-wrapper .boxList {
  display: none;
}

.readMore {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 5% 0 10%;
}
.readMore a {
  color: #00077c;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  background: #f4f5fe;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.readMore a span {
  border: 1px solid #00077c;
  padding: 20px 90px;
  position: relative;
  display: inline-block;
}
.readMore a span:before {
  content: "\eab2";
  position: absolute;
  left: 15%;
  top: 40%;
}
.readMore:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebee;
  position: absolute;
  left: 0;
  top: 50%;
}
.readMore:after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #00077c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.readMore:hover:after {
  width: 100%;
}

section.booking .content {
  background: url(../images/img/bookingBg.jpg) no-repeat;
  background-size: cover;
  padding: 4%;
}
section.booking .bookingInner {
  width: 100%;
  background: #00097d;
  box-shadow: 0px 23px 48px -16px black;
  -webkit-box-shadow: 0px 23px 48px -16px black;
  -moz-box-shadow: 0px 23px 48px -16px black;
}
section.booking .bookingInner:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
section.booking .caption {
  width: 44.4444444444%;
  color: #fff;
  font-size: 22px;
  line-height: 100px;
  padding-left: 7%;
  background: url(../images/icons/reception.png) no-repeat 40px center;
  float: left;
}
section.booking .selector {
  width: 55.5555555556%;
  float: left;
}
section.booking .selector a {
  line-height: 100px;
  display: block;
  position: relative;
  width: 30%;
  float: left;
  color: #fff;
  padding: 0 15px 0 40px;
  font-size: 14px;
  border-left: 1px solid #1e2492;
  border-right: 1px solid #000666;
}
section.booking .selector a:after {
  content: "\ea67";
  position: absolute;
  right: 10%;
  font-family: IcoFont !important;
  font-style: normal;
}
section.booking .selector a.selectDate:before {
  content: "\eecd";
  font-size: 16px;
  position: absolute;
  left: 7%;
}
section.booking .selector a.selectPerson {
  width: 30%;
}
section.booking .selector a.selectPerson:before {
  content: "\ecfd";
  font-size: 16px;
  position: absolute;
  left: 7%;
}
section.booking .selector a.selectHour {
  width: 30%;
}
section.booking .selector a.selectHour:before {
  content: "\eedc";
  font-size: 16px;
  position: absolute;
  left: 7%;
}
section.booking .selector a.selectBtn {
  width: 10%;
  background: #20279e;
  display: block;
  height: 100%;
  padding: 0;
}
section.booking .selector a.selectBtn:after {
  content: "\ea69";
  right: 0;
  width: 100%;
  text-align: center;
  display: block;
  top: 0;
}

.gallery {
  padding: 10% 0 0;
  margin-top: 5%;
}
.gallery #gallerySlider {
  margin-left: -10px;
}
.gallery #gallerySlider .item {
  box-sizing: border-box;
  padding: 0 13px;
}
.gallery #gallerySlider img {
  width: auto !important;
  height: 500px;
}
.gallery #gallerySlider .owl-dots {
  display: none;
}

/*.galleryTools{width: 22.2%; right: -11.1%; top:-15%; position: absolute; height: 130%; background: #181e88; z-index: 3; padding:5%;*/
.galleryTools {
  width: calc(100% + 100px);
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  height: auto;
  background: transparent;
  z-index: 3;
  padding: 1% 0;
  /*.galleryNav{position: absolute; top:45%; left:50%; margin-left:-50px; width:auto;*/
}
.galleryTools .galleryToolsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.galleryTools:before {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #181e88 transparent transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
}
.galleryTools .num {
  display: none;
  font-size: 12px;
  color: #b4b5ce;
  font-weight: 500;
}
.galleryTools .num strong {
  display: block;
  color: #fff;
  line-height: 1.3;
}
.galleryTools .num strong {
  font-size: 36px;
}
@media screen and (min-width: 480px) {
  .galleryTools .num strong {
    font-size: calc(36px + 36 * ((100vw - 480px) / 1440));
  }
}
@media screen and (min-width: 1920px) {
  .galleryTools .num strong {
    font-size: 72px;
  }
}
.galleryTools a.galleryFS {
  display: none;
  width: 70%;
  padding-top: 70%;
  position: absolute;
  bottom: 0;
  border: 1px solid #2e3494;
}
.galleryTools a.galleryFS span {
  position: absolute;
  font-size: 14px;
  color: #f4f5fe;
  bottom: 15%;
  left: 15%;
}
.galleryTools a.galleryFS:before {
  content: "\efd5";
  position: absolute;
  top: 15%;
  left: 15%;
  color: #fff;
  font-size: 24px;
}
.galleryTools .galleryNav {
  position: relative;
  width: 100%;
}
.galleryTools .galleryNav a {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  color: #7f7f8d;
}
.galleryTools .galleryNav a:before {
  display: block;
  line-height: 50px;
  font-size: 24px;
}
.galleryTools .galleryNav a.prev:before {
  content: "\eab5";
  font-size: 52px;
}
.galleryTools .galleryNav a.next {
  text-align: right;
  float: right;
}
.galleryTools .galleryNav a.next:before {
  content: "\eab8";
  font-size: 52px;
}
.galleryTools .galleryNav a:hover {
  color: #00077c;
}

.aktiviteTeaser {
  background: #ffffff;
  width: 100%;
  display: block;
  margin: 9% 0 0 0;
  padding: 6% 0 6% 6%;
  float: left;
  position: relative;
}
.aktiviteTeaser.offset {
  width: 95.4545454545%;
  padding: 0;
}
.aktiviteTeaser.offset img {
  width: 51.7%;
  position: absolute;
  right: -4.75%;
  bottom: -15%;
}
.aktiviteTeaser.offset .teaserTxt {
  padding: 6% 0 6% 6%;
}
.aktiviteTeaser img {
  width: 44.8%;
  float: right;
}
.aktiviteTeaser .teaserTxt {
  color: #131113;
  font-size: 16px;
  max-width: 46%;
  float: left;
}
.aktiviteTeaser .teaserTxt span {
  font-size: 40px;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
  color: #00077c;
  font-weight: 600;
}
.aktiviteTeaser.tenis {
  padding: 5% 0 6% 6%;
}
.aktiviteTeaser.tenis span {
  padding-bottom: 30px;
}

.restaurantlarTeaserFirst {
  width: 100%;
  background: #ffffff;
  float: left;
}
.restaurantlarTeaserFirst img {
  float: right;
  width: 41.8181818182%;
}
.restaurantlarTeaserFirst .teaserTxt {
  float: left;
  color: #000000;
  width: 58.1818181818%;
  padding: 4.5% 0 4% 4.5%;
}
.restaurantlarTeaserFirst .teaserTxt div {
  float: left;
}
.restaurantlarTeaserFirst .teaserTxt div:first-child {
  margin-right: 12%;
  border-right: 1px solid #e8e7e7;
  width: 34.5454545455%;
}
.restaurantlarTeaserFirst .teaserTxt div:last-child {
  width: 45.4545454545%;
}
.restaurantlarTeaserFirst .teaserTxt div:last-child p {
  width: 41.8181818182%;
  float: left;
}
.restaurantlarTeaserFirst .teaserTxt div:last-child p:nth-child(2) {
  margin-right: 13%;
  border-right: 1px solid #e8e7e7;
}
.restaurantlarTeaserFirst .teaserTxt div span {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.restaurantlarTeaserFirst .teaserTxt div p {
  font-size: 18px;
  margin-top: 20px;
}
.restaurantlarTeaserFirst .teaserTxt div small {
  color: #000000;
  opacity: 0.6;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}

.restaurantlarTeaserSecond {
  width: 100%;
  margin-top: 4%;
}
.restaurantlarTeaserSecond div {
  width: 48.6363636364%;
  float: left;
  position: relative;
}
.restaurantlarTeaserSecond div.left {
  margin-right: 2.7272727273%;
}
.restaurantlarTeaserSecond div.left .teaserTxt {
  color: #000000;
}
.restaurantlarTeaserSecond div.right .teaserTxt small {
  color: #ffffff;
  opacity: 0.6;
  font-size: 13px;
  display: block;
}
.restaurantlarTeaserSecond div img {
  width: 100%;
}
.restaurantlarTeaserSecond div .teaserTxt {
  position: absolute;
  left: 10%;
  top: 19%;
  color: #fff;
  font-size: 18px;
}
.restaurantlarTeaserSecond div .teaserTxt p {
  line-height: 30px;
}
.restaurantlarTeaserSecond div .teaserTxt span {
  font-size: 30px;
  display: block;
  line-height: 1;
  padding-bottom: 75px;
  font-weight: 600;
}
.restaurantlarTeaserSecond div .teaserTxt small {
  color: #000000;
  opacity: 0.6;
  font-size: 13px;
  display: block;
}

.restaurantlarTeaserThird {
  width: 100%;
  background: #ffffff;
  float: left;
  padding: 4.5%;
  margin-top: 4%;
}
.restaurantlarTeaserThird img {
  float: right;
  width: 30%;
}
.restaurantlarTeaserThird .teaserTxt {
  float: left;
  color: #000000;
  width: 70%;
}
.restaurantlarTeaserThird .teaserTxt b {
  font-size: 30px;
}
.restaurantlarTeaserThird .teaserTxt div {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.restaurantlarTeaserThird .teaserTxt div span {
  width: 20%;
  font-size: 18px;
  font-weight: 600;
  float: left;
  margin-top: 20px;
}
.restaurantlarTeaserThird .teaserTxt div span small {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 0;
}
.restaurantlarTeaserThird .teaserTxt sub {
  font-size: 11px;
  float: left;
  margin-top: 30px;
}

.tabWrapper {
  width: 100%;
}
.tabWrapper .tabSelect {
  width: 100%;
  border-bottom: 1px solid #c8cad8;
  float: left;
}
.tabWrapper .tabSelect a {
  font-size: 36px;
  color: #54576d;
  margin-right: 6%;
  font-weight: bold;
  padding-bottom: 30px;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabWrapper .tabSelect a.selected {
  color: #00077c;
}
.tabWrapper .tabSelect a.selected:after {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabWrapper .tabSelect a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #00077c;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabWrapper .tabSelect a:hover {
  color: #00077c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabWrapper .tabSelect a:hover:after {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabWrapper .tabContainer {
  margin-top: 5%;
  float: left;
  font-size: 16px;
  color: #000000;
  opacity: 0.8;
}
.tabWrapper .tabContainer .tabContent {
  display: none;
}
.tabWrapper .tabContainer .tabContent.active {
  display: block;
}

.contentWrapper {
  padding-top: 5%;
  float: left;
}
.contentWrapper.fullWidth {
  padding-top: 0;
  width: 100%;
}
.contentWrapper.fullWidth h1 {
  color: #00077c;
  font-size: 30px;
}
.contentWrapper .title {
  font-size: 30px;
  color: #00097d;
  margin-top: 30px;
  display: block;
  font-weight: 600;
}
.contentWrapper .title:first-child {
  margin: 0;
}
.contentWrapper .subTitle {
  font-size: 24px;
  color: #000000;
}
.contentWrapper .text {
  font-size: 15px;
  margin-top: 25px;
  color: #000000;
}
.contentWrapper .list {
  line-height: 2.3;
}
.contentWrapper .blue-text {
  color: #00077c;
}
.contentWrapper .scrollDown {
  color: #00077c;
  font-size: 24px;
  font-weight: 600;
  margin-top: 23%;
  display: block;
}

#aboutUs .breadCrumb {
  border: none;
}
#aboutUs .left {
  width: 40.9090909091%;
  float: left;
}
#aboutUs .right {
  width: 59.0909090909%;
  float: left;
}
#aboutUs .right .rightContent {
  padding-left: 8.3333333333%;
  padding-right: 16.6666666667%;
}

#SSS .left {
  width: 44.4444444444%;
  float: left;
}
#SSS .left img {
  width: 100%;
  padding-top: 27%;
  padding-right: 11%;
}
#SSS .right {
  width: 55.5555555556%;
  float: left;
}
#SSS .right .rightContent {
  padding: 0;
}
#SSS .right .rightContent .contentWrapper {
  padding-top: 0;
  width: 100%;
}
#SSS .right .rightContent .contentWrapper .accordionContent h3 {
  font-size: 20px;
  color: #000000;
}
#SSS .right .rightContent .contentWrapper .accordionContent h3.selected {
  color: #00097d;
}
#SSS .right .rightContent .contentWrapper .accordionContent .accordionItem div {
  padding-right: 16%;
}

#basindaBiz .contentWrapper {
  padding-top: 0;
}
#basindaBiz .breadCrumb {
  border: none;
}
#basindaBiz h1 {
  color: #00077c;
  font-size: 30px;
}

.guralPdfTeaserContainer {
  position: relative;
  width: 100%;
  margin: 200px 0 0;
}
.guralPdfTeaserContainer > div:nth-child(even) > img {
  order: 0;
}
.guralPdfTeaserContainer > div:nth-child(even) .teaserTxt-top {
  padding-right: 0;
  padding-left: 8%;
}

.beachTeaser {
  margin: 9% 0 0 0;
  background: #ffffff;
  padding: 4%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.beachTeaser > img {
  order: 2;
  width: 50%;
}
.beachTeaser .teaserTxt-top {
  width: 50%;
  font-size: 18px;
  padding-right: 8%;
}
.beachTeaser .teaserTxt-top .teaserSubTitle {
  font-weight: 600;
  font-size: 40px;
  margin-top: 30px;
}
.beachTeaser .teaserTxt-top h3 {
  font-size: 2.1em;
  padding-bottom: 20px;
}
.beachTeaser.guralPdfTeaser {
  margin-top: 80px;
}
.beachTeaser.guralPdfTeaser > img {
  order: 2;
  width: 46%;
}
.beachTeaser.guralPdfTeaser .teaserTxt-top {
  width: 54%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; /*font-size:18px; line-height:24px;*/
}

.aquaparkTeaser {
  display: block;
  margin: 9% 0 0 0;
  float: left;
  position: relative;
}
.aquaparkTeaser img {
  width: 44.4444444444%;
  position: absolute;
  right: -0%;
  bottom: 0;
}
.aquaparkTeaser .teaserTxt-top {
  background: #ffffff;
  width: 77.7777777778%;
  padding: 4.2% 30% 6% 5.2%;
  font-size: 16px;
}
.aquaparkTeaser .teaserTxt-top .teaserSubTitle {
  font-weight: 600;
  font-size: 40px;
}
.aquaparkTeaser .teaserTxt-bottom {
  background: #00077c url(../images/icons/aquparkWave.png) top left;
  width: 55.5555555556%;
  padding: 4% 0 4% 6%;
  color: #ffffff;
  float: left;
}
.aquaparkTeaser .teaserTxt-bottom div {
  width: 28%;
  float: left;
  position: relative;
}
.aquaparkTeaser .teaserTxt-bottom div:last-child:after {
  display: none;
}
.aquaparkTeaser .teaserTxt-bottom div:after {
  content: "";
  display: block;
  right: 25%;
  top: 25%;
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.aquaparkTeaser .teaserTxt-bottom div .number {
  display: block;
  font-size: 36px;
}
.aquaparkTeaser .teaserTxt-bottom div .text {
  display: block;
  font-size: 21px;
}

.beachTeaser2 {
  width: 100%;
}
.beachTeaser2 .teaserTxt-top {
  padding: 4.2% 27% 6% 5.2%;
}

#galleryPage {
  background: #0c0c0d;
  width: 100%;
  height: 100%;
  position: relative;
}
#galleryPage .fixedGradient {
  position: fixed;
  bottom: 0;
  height: 15%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0.001)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.001) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.001) 100%);
}
#galleryPage .content {
  width: 82%;
  margin: 0 auto;
  overflow: hidden;
}
#galleryPage .content .logo {
  width: 10%;
  margin: 60px auto;
  display: block;
}
#galleryPage .content .logo img {
  width: 100%;
}
#galleryPage .content .galleryWrapper {
  width: 100%;
}
#galleryPage .content .galleryWrapper a {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
#galleryPage .content .galleryWrapper a img {
  width: 100%;
}
#galleryPage .content .galleryWrapper a:nth-child(4n) {
  margin-right: 0;
}
#galleryPage .content .galleryWrapper a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.8%;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0.001)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.001) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.001) 100%);
}
#galleryPage .content .galleryWrapper a span {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  bottom: 13%;
  left: 8%;
  z-index: 1;
}

.fullContent .breadCrumb {
  border: none;
}
.fullContent .contentWrapper {
  padding-top: 0;
  width: 100%;
}
.fullContent .contentWrapper h1 {
  color: #00077c;
  font-size: 30px;
}

.verticalTabWrapper {
  width: 100%;
  margin-top: 3%;
  float: left;
}
.verticalTabWrapper .tabSelect {
  width: 22.2222222222%;
  float: left;
  padding-right: 3%;
}
.verticalTabWrapper .tabSelect a {
  border: 1px solid #d7d7df;
  width: 100%;
  display: block;
  padding: 9% 8% 17% 10%;
  line-height: 20px;
  color: #54576d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.verticalTabWrapper .tabSelect a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 3px;
  background: #00077c;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.verticalTabWrapper .tabSelect a:before {
  content: "\ea9d";
  font-family: IcoFont !important;
  display: block;
  position: absolute;
  bottom: 20%;
  right: 8%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  transform: rotate(0deg);
}
.verticalTabWrapper .tabSelect a.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #00077c;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
}
.verticalTabWrapper .tabSelect a.selected:after {
  width: 100%;
}
.verticalTabWrapper .tabSelect a.selected:before {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.verticalTabWrapper .tabSelect a:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #00077c;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
}
.verticalTabWrapper .tabSelect a:hover:after {
  width: 100%;
}
.verticalTabWrapper .tabSelect a:hover:before {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.verticalTabWrapper .tabContainer {
  width: 77.7777777778%;
  float: left;
  padding-left: 3.2%;
}
.verticalTabWrapper .tabContainer .tabContent {
  font-size: 16px;
  display: none;
}
.verticalTabWrapper .tabContainer.odullerimiz {
  padding: 0;
}
.verticalTabWrapper .tabContainer.odullerimiz .tabContent {
  width: 100%;
}
.verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards {
  width: 100%;
  background: #ffffff;
  padding: 2% 5%;
  margin-bottom: 10px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards:hover {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards span {
  font-size: 22px;
  color: #000000;
  width: 71.4285714286%;
  float: left;
  padding: 2.5% 0;
}
.verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards span small {
  display: block;
  font-size: 18px;
  color: #00077c;
  font-weight: bold;
}
.verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards img {
  float: right;
  width: 20%;
}

.hakliMisafirHatti a {
  color: #00097d;
}
.hakliMisafirHatti .col11 {
  border-top: 1px solid #9d9d9f;
  border-bottom: 1px solid #9d9d9f;
  padding: 20px 0;
  font-size: 21px;
  color: #545456;
  font-weight: 600;
  margin: 7% 0;
}
.hakliMisafirHatti .col11 .col5:first-child {
  margin-right: 11.1111111111%;
}
.hakliMisafirHatti .col11 .col5 a {
  color: #00097d;
  font-size: 20px;
}
.hakliMisafirHatti .col11 .col5:first-child {
  border-right: 1px solid #9d9d9f;
}
.hakliMisafirHatti .bizeYazin {
  width: 100%;
  background: #00097d;
  border: 1px solid #00097d;
  float: left;
  padding: 5.1% 8%;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 8%;
  position: relative;
}
.hakliMisafirHatti .bizeYazin i {
  float: right;
  font-size: 22px;
}
.hakliMisafirHatti .bizeYazin:hover {
  background: #ffffff;
  color: #000970;
}

.hakliMisafirHatti .col11 :first-child {
  border-right: 1px solid #9d9d9f;
}

#iletisim .col7, .careerWrapper .col7 {
  padding-left: 9.0909090909%;
}
#iletisim .col7 .fullContent, .careerWrapper .col7 .fullContent {
  width: 100%;
}
#iletisim .col7 .fullContent .contentWrapper, .careerWrapper .col7 .fullContent .contentWrapper {
  padding: 0;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper {
  padding-right: 9%;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect {
  width: 100%;
  padding: 0;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a {
  width: 31.6666666667%;
  float: left;
  margin-right: 2.5%;
  padding: 3% 2% 4.8% 3%;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:before, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:before {
  transform: rotate(90deg);
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:last-child, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:last-child {
  margin: 0;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:hover:before, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:hover:before {
  transform: rotate(-90deg);
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a.selected:before, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a.selected:before {
  transform: rotate(-90deg);
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer {
  padding-left: 0;
  width: 100%;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer a, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer a {
  color: #000000;
  display: block;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .title, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .title {
  margin-top: 4.7%;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text {
  font-size: 18px;
  margin-bottom: 5px;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text span, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text span {
  color: #00077c;
  float: left;
  margin-right: 20px;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text span b, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text span b {
  float: left;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .numaralar, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .numaralar {
  font-size: 18px;
  float: left;
}
#iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .map, .careerWrapper .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .map {
  margin-top: 7%;
  float: left;
  width: 100%;
}
#iletisim .col4, .careerWrapper .col4 {
  background: #ffffff;
  padding-right: 9.0909090909%;
}
#iletisim .col4 .fullContent, .careerWrapper .col4 .fullContent {
  width: 100%;
}
#iletisim .col4 .fullContent .contentWrapper, .careerWrapper .col4 .fullContent .contentWrapper {
  padding: 217px 19% 20.4% 19%;
}
#iletisim .col4 .fullContent .contentWrapper .title, .careerWrapper .col4 .fullContent .contentWrapper .title {
  margin-bottom: 45px;
}
#iletisim form, .careerWrapper form {
  float: left;
}
#iletisim form .formRow, .careerWrapper form .formRow {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
#iletisim form .formRow:after, .careerWrapper form .formRow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #00077c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#iletisim form .formRow span, .careerWrapper form .formRow span {
  position: absolute;
  top: 32%;
  left: 8%;
  font-size: 16px;
  color: #00077c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}
#iletisim form .formRow:hover span, .careerWrapper form .formRow:hover span {
  font-size: 12px;
  top: 15%;
  opacity: 1;
}
#iletisim form .formRow:hover:after, .careerWrapper form .formRow:hover:after {
  width: 5px;
}
#iletisim form .formRow:hover input, .careerWrapper form .formRow:hover input {
  border: 1px solid #00077c;
}
#iletisim form .formRow:hover select, .careerWrapper form .formRow:hover select {
  border: 1px solid #00077c;
}
#iletisim form .formRow input[type=text], .careerWrapper form .formRow input[type=text] {
  width: 100%;
  display: block;
  padding: 6.6% 8% 4% 8%;
  color: #666aae;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #666aae;
}
#iletisim form .formRow input[type=text]:hover, .careerWrapper form .formRow input[type=text]:hover {
  border: 1px solid #00077c;
  color: #00077c;
}
#iletisim form .formRow select, .careerWrapper form .formRow select {
  width: 100%;
  display: block;
  padding: 5.5% 8%;
  color: #666aae;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #00077c;
  color: #00077c;
}
#iletisim form .formRow select:hover, .careerWrapper form .formRow select:hover {
  border: 1px solid #00077c;
  color: #00077c;
}
#iletisim form .formRow #mesaj, .careerWrapper form .formRow #mesaj {
  height: 130px;
  width: 100%;
  display: block;
  padding: 5.5% 8%;
  color: #666aae;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #666aae;
}
#iletisim form .formRow #mesaj + span, .careerWrapper form .formRow #mesaj + span {
  top: 10%;
}
#iletisim form .formRow #mesaj:hover, .careerWrapper form .formRow #mesaj:hover {
  border: 1px solid #00077c;
  color: #00077c;
}
#iletisim form .formRow #mesaj:hover + span, .careerWrapper form .formRow #mesaj:hover + span {
  font-size: 12px;
  top: 4% !important;
  opacity: 1;
}
#iletisim form .formRow textarea:not(:placeholder-shown) + span, .careerWrapper form .formRow textarea:not(:placeholder-shown) + span {
  font-size: 12px;
  top: 4% !important;
  opacity: 1;
}
#iletisim form .formRow input:not(:placeholder-shown) + span, .careerWrapper form .formRow input:not(:placeholder-shown) + span {
  font-size: 12px;
  top: 15%;
  opacity: 1;
}
#iletisim button, .careerWrapper button {
  width: 100%;
  background: #00097d;
  border: 1px solid #00097d;
  padding: 7.6% 13% 5.6% 13%;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#iletisim button i, .careerWrapper button i {
  float: right;
  font-size: 22px;
}
#iletisim button:hover, .careerWrapper button:hover {
  background: #ffffff;
  color: #000970;
  padding: 7.6% 8% 5.6% 13%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.room .fullImgContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.room .fullImgContent .col6 {
  padding: 1.3% 0;
  background: #ffffff;
}
.room .fullImgContent .col6 h1 {
  padding-left: 16.6666666667%;
  font-size: 34px;
  color: #00097d;
}
.room .fullImgContent a {
  width: 100%;
  line-height: 7.1;
  display: block;
  padding: 0 0 0 33%;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
.room .fullImgContent a::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 31%;
}
.room .fullImgContent a.roomGallery {
  background: #00097d;
}
.room .fullImgContent a.roomGallery::before {
  background: url(../images/icons/galeri.png) no-repeat;
  width: 40px;
  height: 32px;
}
.room .fullImgContent a.virtualTour {
  background: #111331;
}
.room .fullImgContent a.virtualTour::before {
  background: url(../images/icons/tour.png) no-repeat;
  width: 34px;
  height: 34px;
}
.room h2 {
  padding-bottom: 46px;
  font-size: 28px;
  display: block;
}
.room .roomProperties {
  width: 100%;
}
.room .roomProperties ul {
  width: 88.8888888889%;
  padding-bottom: 85px;
  float: left;
}
.room .roomProperties ul li {
  width: 100%;
  float: left;
  color: #303035;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.room .roomProperties ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #303035;
  top: 49%;
  left: 1px;
}
.room + hr {
  margin-bottom: 100px;
}
.room .roomDetailArea {
  margin-top: 6%;
  margin-bottom: 9%;
  float: left;
  width: 100%;
}
.room .roomDetailArea .left {
  width: 55.5555555556%;
  float: left;
}
.room .roomDetailArea .left span {
  color: #00097d;
  font-size: 30px;
}
.room .roomDetailArea .left p {
  margin-top: 20px;
  color: #303035;
  font-size: 16px;
  letter-spacing: -0.5px;
  padding-right: 20%;
  line-height: 25px;
}
.room .roomDetailArea .left .roomDetail {
  background: url(../images/img/roomBg.jpg) repeat-x;
  width: 100%;
  margin-top: 10.6%;
  color: #00097d;
  padding: 55px 50px;
  position: relative;
}
.room .roomDetailArea .left .roomDetail::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 97%;
  background: #00097d;
  top: 0;
  left: 80%;
  z-index: -1;
}
.room .roomDetailArea .left .roomDetail p {
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
  font-size: 36px;
  color: #00097d;
  position: relative;
}
.room .roomDetailArea .left .roomDetail p:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 75%;
  top: 12.5%;
  left: 60%;
}
.room .roomDetailArea .left .roomDetail p:last-child:after {
  display: none;
}
.room .roomDetailArea .left .roomDetail p span {
  display: block;
  font-size: 21px;
  margin-top: 18px;
}
.room .roomDetailArea .left .rezervasyonYap {
  width: 50%;
  background: #00097d;
  border: 1px solid #00097d;
  float: left;
  padding: 3.3% 4% 3.3% 12%;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 12%;
  position: relative;
  float: left;
}
.room .roomDetailArea .left .rezervasyonYap i {
  float: right;
  font-size: 22px;
}
.room .roomDetailArea .left .rezervasyonYap:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icons/reception.png) no-repeat;
  width: 24px;
  height: 18px;
  top: 38%;
  left: 10%;
}
.room .roomDetailArea .left .rezervasyonYap:hover {
  padding: 3.3% 2% 3.3% 12%;
}
.room .roomDetailArea .left .reservationNote {
  width: calc(50% - 50px);
  color: #303035;
  font-size: 14px;
  float: left;
  margin-top: 14%;
  margin-left: 50px;
}
.room .roomDetailArea .left .reservationNote br {
  display: none;
}
.room .right {
  position: relative;
  width: 44.4444444444%;
  float: left; /*margin-top: 3%;*/
}
.room .right .roomImg {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.room .right .roomImg img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.room .right .deluxe_roomImg img {
  width: 100%;
}
.room .right .roomDefaultImg img { /*width:auto*/ }
.room .right .roomImgZoom {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 11.3%;
}
.room .right .roomImgZoom img {
  width: 100%;
}

#albums {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 10000;
  background: #0c0c0d;
}
#albums a.close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #0c0c0d;
  line-height: 50px;
  padding: 0 35px 0 20px;
  background: #fff;
  z-index: 22;
}
#albums a.close:before {
  content: "\eee4";
}
#albums .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  z-index: 1;
}
#albums .content .gLogo {
  width: 160px;
  margin: 50px auto;
  display: block;
}
#albums .albumList {
  width: 81.8181818182%;
  position: relative;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#albums .albumList:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
#albums .albumList a {
  display: block;
  width: 23%;
  margin: 1%;
  float: left;
  position: relative;
}
#albums .albumList a img {
  display: block;
  width: 100%;
  height: auto;
}
#albums .albumList a span {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  bottom: 30px;
  left: 30px;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#albums .albumList a .icofont-ui-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#albums .albumList a:after {
  display: block;
  width: 100%;
  height: 119px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background: url(../images/icons/galleryShadow.png) repeat-x left top;
}
#albums .albumList a:hover span {
  left: 45px;
}
#albums .albumList a:hover .icofont-ui-play {
  font-size: 3em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#albums:after {
  display: block;
  width: 100%;
  height: 140px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background: url(../images/icons/albumShadow.png) repeat-x left top;
}

.forMobile, .nav-mobile {
  display: none;
}

.img-mobile {
  display: none !important;
}

#aboutUs, #privacy,
#vizyon-misyon, #SSS, #questLine, #rooms, #events {
  overflow: visible;
}

.fullTeaser.fullTeaserWithHalfImage {
  overflow: hidden;
}
.fullTeaser.fullTeaserWithHalfImage .teaserTxt {
  padding: 6% 0 0 6%;
}
.fullTeaser.fullTeaserWithHalfImage .teaserTxt::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 120px;
  width: 100px;
  height: 100%;
  background: #ffffff;
}
.fullTeaser.fullTeaserWithHalfImage .teaserImg {
  width: 55.55556%;
  float: left;
}
.fullTeaser.fullTeaserWithHalfImage .teaserImg img {
  height: 100%;
  width: auto;
}
.fullTeaser.spa {
  background: #ffffff;
  padding: 0;
  margin-top: 10%;
}
.fullTeaser.spa .teaserTxt {
  padding: 6% 2% 6% 6%;
  max-width: 50%;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.fullTeaser.spa .teaserImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.fullTeaser.spa .teaserImg img {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  -webkit-transform: translate(-50%, -56%);
  -moz-transform: translate(-50%, -56%);
}

img.bgImg {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

#culturalHeritage, #lightboxWrapper {
  position: relative;
  padding-top: 210px;
}
#culturalHeritage .cultural-heritage-wrapper, #lightboxWrapper .cultural-heritage-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#culturalHeritage #mapHeritage, #lightboxWrapper #mapHeritage {
  position: relative;
  width: 42.2%;
}
#culturalHeritage #mapHeritage .mapContainer, #lightboxWrapper #mapHeritage .mapContainer {
  position: relative;
  width: 100%;
  height: auto;
}
#culturalHeritage .cultural-heritage-container, #lightboxWrapper .cultural-heritage-container {
  position: relative;
  width: 57.8%;
  overflow: hidden;
}
#culturalHeritage .cultural-heritage-list, #lightboxWrapper .cultural-heritage-list {
  position: relative;
  width: 100%;
  height: 740px;
  padding-top: 25px;
  background: #ffffff;
}
#culturalHeritage .cultural-heritage-list .cultural-content, #lightboxWrapper .cultural-heritage-list .cultural-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-right: 25px;
  width: 100%;
}
#culturalHeritage .cultural-heritage-list .ch-item, #lightboxWrapper .cultural-heritage-list .ch-item {
  width: calc(33.33% - 25px);
  margin-left: 25px;
  margin-bottom: 40px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
#culturalHeritage .imgContainer, #lightboxWrapper .imgContainer {
  position: relative;
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#culturalHeritage .imgContainer img, #lightboxWrapper .imgContainer img {
  width: 100%;
  height: auto;
}
#culturalHeritage .descContainer, #lightboxWrapper .descContainer {
  position: relative;
  background: #FEFEFE;
}
#culturalHeritage .starContainer, #lightboxWrapper .starContainer {
  position: relative;
  padding: 12px 0;
}
#culturalHeritage .starContainer .star, #lightboxWrapper .starContainer .star {
  font-size: 1.5em;
  color: #FED242;
}
#culturalHeritage .starContainer .star.None, #lightboxWrapper .starContainer .star.None {
  color: rgba(0, 0, 0, 0.07);
}
#culturalHeritage .txtContainer h3, #lightboxWrapper .txtContainer h3 {
  font-size: 18px;
  font-weight: 600;
  color: #020F73;
}
#culturalHeritage .txtContainer p, #lightboxWrapper .txtContainer p {
  font-size: 12px;
  font-weight: 300;
  color: #808080;
  margin-top: 10px;
}
#culturalHeritage .txtContainer p i, #lightboxWrapper .txtContainer p i {
  color: #020F73;
  font-weight: bold;
  margin-left: 2px;
  display: inline-block;
}
#culturalHeritage .transportContainer, #lightboxWrapper .transportContainer {
  position: relative;
  border-top: solid 1px #CECECE;
  border-bottom: solid 1px #CECECE;
  margin: 12px 0;
}
#culturalHeritage .transportContainer .dFlexSP, #lightboxWrapper .transportContainer .dFlexSP {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#culturalHeritage .transportContainer .left p, #lightboxWrapper .transportContainer .left p {
  position: relative;
  font-size: 13px;
  font-weight: 100;
  color: #808080;
  padding-left: 28px;
}
#culturalHeritage .transportContainer .left p::before, #lightboxWrapper .transportContainer .left p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: transparent url("../images/cultural_heritage/icon/calendar.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right, #lightboxWrapper .transportContainer .right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 5px;
}
#culturalHeritage .transportContainer .right i, #lightboxWrapper .transportContainer .right i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
  height: 22px;
  background-position: center center !important;
}
#culturalHeritage .transportContainer .right .plane, #lightboxWrapper .transportContainer .right .plane {
  background: transparent url("../images/cultural_heritage/icon/plane_gray.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .plane.active, #lightboxWrapper .transportContainer .right .plane.active {
  background: transparent url("../images/cultural_heritage/icon/plane_blue.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .train, #lightboxWrapper .transportContainer .right .train {
  background: transparent url("../images/cultural_heritage/icon/train_gray.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .train.active, #lightboxWrapper .transportContainer .right .train.active {
  background: transparent url("../images/cultural_heritage/icon/train_blue.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .car, #lightboxWrapper .transportContainer .right .car {
  background: transparent url("../images/cultural_heritage/icon/car_gray.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .car.active, #lightboxWrapper .transportContainer .right .car.active {
  background: transparent url("../images/cultural_heritage/icon/car_blue.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .bus, #lightboxWrapper .transportContainer .right .bus {
  background: transparent url("../images/cultural_heritage/icon/bus_gray.svg") no-repeat 0 0;
}
#culturalHeritage .transportContainer .right .bus.active, #lightboxWrapper .transportContainer .right .bus.active {
  background: transparent url("../images/cultural_heritage/icon/bus_blue.svg") no-repeat 0 0;
}
#culturalHeritage .linkContainer span, #culturalHeritage .linkContainer p, #lightboxWrapper .linkContainer span, #lightboxWrapper .linkContainer p {
  font-size: 12px;
  font-weight: 300;
  color: #808080;
}
#culturalHeritage .linkContainer > div, #lightboxWrapper .linkContainer > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#culturalHeritage .linkContainer > div .btnLightbox, #lightboxWrapper .linkContainer > div .btnLightbox {
  position: relative;
  width: 38px;
  height: 44px;
  background: #020F73;
  text-indent: -9999em;
}
#culturalHeritage .linkContainer > div .btnLightbox::before, #culturalHeritage .linkContainer > div .btnLightbox::after, #lightboxWrapper .linkContainer > div .btnLightbox::before, #lightboxWrapper .linkContainer > div .btnLightbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/cultural_heritage/icon/arrow_right_white.svg") no-repeat center center;
}
#culturalHeritage .linkContainer .link, #lightboxWrapper .linkContainer .link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
}
#culturalHeritage .linkContainer .link em, #lightboxWrapper .linkContainer .link em {
  font-size: 15px;
  font-weight: 300;
  color: #020F73;
  font-style: normal;
}
#culturalHeritage .mCSB_scrollTools, #lightboxWrapper .mCSB_scrollTools {
  right: 5px !important;
}
#culturalHeritage .mCSB_inside > .mCSB_container, #lightboxWrapper .mCSB_inside > .mCSB_container {
  margin-right: 12px !important;
}
#culturalHeritage ._mCS_1 .mCSB_dragger .mCSB_dragger_bar, #lightboxWrapper ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #020F73;
  width: 5px;
}
#culturalHeritage .mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail, #lightboxWrapper .mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
  width: 2px;
  background-color: #020F73;
}
#culturalHeritage #mCSB_1_scrollbar_vertical .mCSB_dragger, #lightboxWrapper #mCSB_1_scrollbar_vertical .mCSB_dragger {
  height: 150px !important;
}
#culturalHeritage .lightboxDetail, #lightboxWrapper .lightboxDetail {
  display: none;
}
#culturalHeritage .lightboxDetail .imgContainer, #lightboxWrapper .lightboxDetail .imgContainer {
  position: relative;
  width: 351px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#culturalHeritage .lightboxDetail .starContainer, #lightboxWrapper .lightboxDetail .starContainer {
  padding: 0;
  margin-bottom: 15px;
}
#culturalHeritage .lightboxDetail .starContainer .star, #lightboxWrapper .lightboxDetail .starContainer .star {
  font-size: 1.75em;
}
#culturalHeritage .lightboxDetail .txtContainer h3, #lightboxWrapper .lightboxDetail .txtContainer h3 {
  font-size: 26px;
  font-weight: 700;
  color: #020F73;
  margin-bottom: 20px;
}
#culturalHeritage .lightboxDetail .txtContainer h4, #lightboxWrapper .lightboxDetail .txtContainer h4 {
  font-size: 18px;
  font-weight: 300;
  color: #808080;
}
#culturalHeritage .lightboxDetail .txtContainer p, #lightboxWrapper .lightboxDetail .txtContainer p {
  font-size: 15px;
  font-weight: 300;
  color: #808080;
  margin-top: 20px;
}
#culturalHeritage .lightboxDetail .linkContainer, #lightboxWrapper .lightboxDetail .linkContainer {
  margin-top: 60px;
}
#culturalHeritage .lightboxDetail .linkContainer span, #lightboxWrapper .lightboxDetail .linkContainer span {
  font-size: 12px;
  font-weight: 300;
  color: #808080;
}
#culturalHeritage .lightboxDetail .linkContainer .link, #lightboxWrapper .lightboxDetail .linkContainer .link {
  margin-top: initial;
}
#culturalHeritage .lightboxDetail .linkContainer .link em, #lightboxWrapper .lightboxDetail .linkContainer .link em {
  font-size: 15px;
  color: #020F73;
  font-style: normal;
}
#culturalHeritage .lightboxDetail .lightboxContent, #lightboxWrapper .lightboxDetail .lightboxContent {
  position: relative;
  padding: 50px 32px 50px 50px;
  width: calc(100% - 351px);
  height: 523px;
}

#lightboxWrapper {
  display: none;
  width: 824px;
  padding: 0;
}
#lightboxWrapper .lightboxDetail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: 523px;
}
#lightboxWrapper .mCS-light {
  padding-right: 20px;
}
#lightboxWrapper .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
#lightboxWrapper .mCSB_scrollTools {
  right: 0 !important;
}
#lightboxWrapper .mCSB_dragger .mCSB_dragger_bar {
  background-color: #020F73;
  width: 5px;
}
#lightboxWrapper .mCSB_dragger .mCSB_draggerRail {
  width: 2px;
  background-color: #020F73;
}
#lightboxWrapper .mCSB_dragger {
  height: 150px !important;
}

#career {
  padding-top: 145px;
  height: auto;
}
#career .breadcrumbWrapper {
  width: 55.6%;
  float: right;
}
#career .breadCrumb {
  padding-top: 82px !important;
}
#career .left {
  width: 44.4%;
  float: left;
}
#career .right {
  width: 55.6%;
  float: right;
}
#career .careerWrapper, #career .educationWrapper {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#career .careerContent {
  height: 630px;
}
#career .rightContent {
  padding-left: 0;
}
#career .educationWrapper {
  margin-top: 140px;
}
#career .contentWrapper .text {
  margin-top: 20px;
}
#career .accordionContent h3 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 8%;
}
#career .accordionContent h3.selected {
  color: #00097d;
}
#career .accordionContent .accordionItem div {
  padding-right: 16%;
}
#career .cvYukle, #career .applyBtn {
  display: block;
  width: 60%;
  background: #00097d;
  border: 1px solid #00097d;
  padding: 30px 60px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin: 30px 0;
  position: relative;
}
#career .cvYukle i, #career .applyBtn i {
  float: right;
  font-size: 22px;
}
#career .cvYukle:hover, #career .applyBtn:hover {
  background: #ffffff;
  color: #000970;
}
#career ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #545456;
  width: 5px;
}
#career .mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
  width: 2px;
  background-color: #bcbcbf;
}
#career #mCSB_1_scrollbar_vertical .mCSB_dragger {
  height: 150px !important;
}
#career .careerWrapper .contentWrapper {
  width: 100%;
}
#career .careerWrapper form {
  padding-top: 50px;
}
#career .careerWrapper form .formRow span {
  left: 25px;
}
#career .careerWrapper form .formRow input[type=text] {
  padding: 35px 25px 15px !important;
}
#career .careerWrapper form .formRow select, #career .careerWrapper form .formRow button {
  padding: 25px !important;
}
#career .fileInput {
  width: 100%;
  position: relative;
}
#career .fileInput input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
#career .fileInput p {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border: 1px solid #00097d;
  align-items: center;
  padding-left: 15px;
}
#career .fileInput p i {
  background: #00097d;
  padding: 25px;
  color: #fff;
  display: block;
}

section.prev-next-room {
  position: relative;
  margin: 80px 0;
}
section.prev-next-room .prev-room, section.prev-next-room .next-room {
  position: relative;
  width: 50%;
  float: left;
  background: #ffffff;
}
section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
  display: block;
  width: 100%;
  padding: 40px 15%;
}
section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #00097d;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
  font-size: 12px;
  color: #858489;
}
section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
  font-size: 22px;
  font-weight: 600;
  color: #00097d;
}
section.prev-next-room .prev-room a i {
  left: 7.5%;
}
section.prev-next-room .next-room {
  border-left: solid 1px #e5e5e5;
}
section.prev-next-room .next-room a {
  text-align: right;
}
section.prev-next-room .next-room a i {
  right: 7.5%;
}

#reservation, #reservationWrapper {
  max-width: 462px;
  width: 100%;
  padding: 40px 50px;
  position: absolute;
  top: 120%;
  right: 0;
  background: #ffffff;
  display: none;
}
#reservation::after, #reservationWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 75%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
#reservation .inner, #reservationWrapper .inner {
  width: 100%;
}
#reservation .inner .switch, #reservationWrapper .inner .switch {
  display: block;
  float: left;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #00097d;
}
#reservation .inner .switch a, #reservationWrapper .inner .switch a {
  width: 50%;
  font-size: 14px;
  color: #6b6b72;
  text-align: center;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  float: left;
}
#reservation .inner .switch a.select, #reservationWrapper .inner .switch a.select {
  background: #00097d;
  color: #ffffff;
}
#reservation .inner .switch a::after, #reservationWrapper .inner .switch a::after {
  display: none;
}
#reservation .inner .formGroup, #reservationWrapper .inner .formGroup {
  width: 100%;
  border: 1px solid #e0e0e9;
  height: 50px;
  position: relative;
  margin-top: 14px;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#reservation .inner .formGroup img, #reservationWrapper .inner .formGroup img {
  float: left;
  margin: 15px 16px 0 16px;
}
#reservation .inner .formGroup img.ucak, #reservationWrapper .inner .formGroup img.ucak {
  width: 28px;
}
#reservation .inner .formGroup img.otel, #reservationWrapper .inner .formGroup img.otel {
  width: 32px;
}
#reservation .inner .formGroup img.takvim, #reservationWrapper .inner .formGroup img.takvim {
  width: 20px;
}
#reservation .inner .formGroup input, #reservation .inner .formGroup select, #reservationWrapper .inner .formGroup input, #reservationWrapper .inner .formGroup select {
  width: calc(100% - 75px);
  border: none;
  outline: none;
  height: 100%;
  float: right;
  font-weight: 600;
  color: #6b6b72;
  font-size: 14px;
  z-index: 3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#reservation .inner .formGroup select, #reservationWrapper .inner .formGroup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icons/dropdown-arrow.png) no-repeat 90% 47%;
  background-size: 10px 7px;
}
#reservation .inner .formGroup input, #reservationWrapper .inner .formGroup input {
  width: calc(100% - 60px);
}
#reservation .inner .formGroup #childcount2, #reservation .inner .formGroup #childcount, #reservation .inner .formGroup #adultcount, #reservation .inner .formGroup #adultcount2, #reservationWrapper .inner .formGroup #childcount2, #reservationWrapper .inner .formGroup #childcount, #reservationWrapper .inner .formGroup #adultcount, #reservationWrapper .inner .formGroup #adultcount2 {
  width: 100%;
  padding-left: 20px; /*background: url(../images/icons/dropdown-arrow.png) no-repeat 76% 50%;*/
}
#reservation .inner .rows-inner-child .formGroup input, #reservationWrapper .inner .rows-inner-child .formGroup input {
  width: 100% !important;
  padding-left: 20px;
}
#reservation .hasDatepickerSpan, #reservationWrapper .hasDatepickerSpan {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  z-index: 1;
}
#reservation .rezervasyonYap, #reservationWrapper .rezervasyonYap {
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  background: #00097d;
  color: #ffffff;
  padding: 20px 30px;
  line-height: initial;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#reservation .rezervasyonYap:after, #reservationWrapper .rezervasyonYap:after {
  content: "\ea5d";
  position: absolute;
  right: 30px;
  top: 50%;
  margin: 0;
  font-size: 22px;
  font-family: IcoFont !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#reservationWrapper {
  position: relative;
  top: initial;
  right: initial;
}
#reservationWrapper .reservation-form {
  clear: both;
}
#reservationWrapper .rows {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#reservationWrapper .rows .rows-inner {
  width: calc(50% - 20px);
  float: left;
}
#reservationWrapper .rows .rows-inner.rows-inner-child {
  display: none;
}
#reservationWrapper .rows .rows-inner.displayBlock {
  display: block !important;
}
#reservationWrapper .rows span {
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
  height: auto;
  line-height: 100%;
  margin-top: 18px;
}

.otel-form-wrapper .otel-item {
  display: none;
  position: relative;
  width: 100%;
}
.otel-form-wrapper .otel-item.active {
  display: block;
}

.roomGalleryWrapper {
  display: none;
}

.kvkk .tabWrapper .tabSelect a {
  font-size: 28px;
}

.de .tekirova section.mainRooms .item .rItem .left {
  padding: 6% 5%;
}

.de .tekirova section.mainRooms .item .rItem .left a {
  left: 5%;
}

@media screen and (max-width: 1680px) {
  section.mainRooms .roomSelector .inner a small {
    line-height: 16px;
    bottom: 10px;
  }
  .roomFilter a {
    padding: 1.2% 1.5%;
  }
}
@media screen and (max-width: 1540px) {
  section.intro .selection .left {
    padding-left: 5%;
  }
  section.intro .selection .right {
    padding-right: 5%;
  }
  section.intro .selection span {
    font-size: 26px;
  }
  section.intro .selection .left:hover > div > div {
    width: 40%;
  }
  section.intro .selection .left:hover small {
    right: 40%;
  }
  section.intro .selection .right:hover > div > div {
    width: 40%;
  }
  section.intro .selection .right:hover small {
    left: 40%;
  }
  header {
    /*
    		.booking{
    			.selector{
    				a{	
    					.reservationButton {line-height:50px;}
    					.reservationText{height:70px;}
    				}
    			}
    		}
    		.reservationContainer {}
    		*/
  }
  header .top {
    height: 70px;
    line-height: 70px;
  }
  header a.logo img {
    display: block;
    height: 100%;
    width: auto;
  }
  header .type a {
    line-height: 70px;
  }
  header .tools a {
    line-height: 70px;
  }
  header .tools .langWrapper {
    line-height: 70px;
  }
  header .tools .langWrapper select {
    height: 70px;
  }
  header .bottom {
    height: 50px;
    line-height: 50px;
  }
  header .bottom nav a {
    line-height: 50px;
    margin: 0 1%;
    font-size: 17px;
    letter-spacing: 0;
  }
  header .booking .selector a { /*line-height: 50px;*/
    font-size: 12px;
    letter-spacing: 0;
    letter-spacing: 0;
  }
  .fullImgContent .col5 {
    padding: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .fullImgContent .tour {
    padding: 20px 70px 20px 40px;
  }
  .kvkk .tabWrapper .tabSelect a {
    font-size: 26px;
  }
  section.mainRooms .content {
    padding-bottom: 0;
  }
  section.mainRooms h2 {
    font-size: 30px;
  }
  section.mainRooms h2 small {
    font-size: 18px;
  }
  section.mainRooms .item .rItem .left {
    padding: 6%;
  }
  section.mainRooms .item .rItem .left h3 {
    font-size: 30px;
  }
  section.mainRooms .item .rItem .left a {
    left: 6%;
  }
  section.mainRooms .item .rItem .left .rInfo {
    margin-top: 18%;
  }
  .fullTeaser.restaurant .teaserTxt {
    left: 30px;
    max-width: 52%;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserImg {
    overflow: hidden;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserImg img {
    height: 100%;
    width: auto;
    margin-left: -15%;
  }
  .restaurantlarTeaserSecond div .teaserTxt span {
    padding-bottom: 22px;
  }
  .restaurantlarTeaserSecond div .teaserTxt p {
    font-size: 16px;
    width: 75%;
  }
  .restaurantlarTeaserFirst .teaserTxt div p {
    font-size: 16px;
  }
  section.mainRooms .roomSelector {
    height: 120%;
  }
  .roomFilter a {
    padding: 1.2%;
  }
  .roomFilter a svg {
    margin-left: 26px;
  }
}
@media screen and (max-width: 1440px) {
  #culturalHeritage {
    padding-top: 160px;
  }
  .breadCrumb {
    padding: 190px 0 30px 0;
  }
  .kvkk .tabWrapper .tabSelect a {
    font-size: 24px;
  }
  section.mainRooms .item .rItem .left .rInfo div {
    padding: 6% 0;
  }
  section.mainRooms .roomSelector {
    height: 130%;
  }
  section.mainRooms .roomSelector .inner a span svg {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
  }
  section.mainRooms .roomSelector .inner a small {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    bottom: 15px;
  }
  #rooms {
    height: auto;
  }
  section.teasers {
    margin-top: 5%;
  }
  .room .right { /*margin-top:6%;*/ }
  footer .content .middle .right {
    margin-top: 2%;
  }
  #career {
    padding-top: 120px;
  }
  #career .breadCrumb {
    padding-top: 70px !important;
  }
  #career .careerContent {
    height: 490px;
  }
  .de section.mainRooms .item .rItem .left {
    padding: 6% 0% 6% 6%;
  }
  .de section.mainRooms .item .rItem .right img {
    width: 90%;
    float: right;
  }
}
@media screen and (max-width: 1366px) {
  .kvkk .tabWrapper .tabSelect a {
    font-size: 22px;
  }
  #reservation .inner .switch {
    margin-bottom: 0;
  }
  #reservation .inner .rezervasyonYap {
    margin-top: 10px;
  }
  #reservation::after {
    left: 70%;
  }
  img.bgImg {
    position: initial;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  header .col9 {
    width: calc(100% - 100px);
  }
  section.intro .selection .left {
    padding-left: 2%;
  }
  section.intro .selection .right {
    padding-right: 2%;
  }
  section.intro .selection span {
    font-size: 21px;
  }
  section.intro .selection .link > div > div em {
    padding: 0;
  }
  section.intro .selection .link:hover .lineSpan {
    padding: 0 5px;
  }
  section.intro .selection .left:hover > div > div {
    width: 46%;
  }
  section.intro .selection .left:hover small {
    right: 48%;
  }
  section.intro .selection .right:hover > div > div {
    width: 46%;
  }
  section.intro .selection .right:hover small {
    left: 47%;
  }
  .hotelguideWrapper .accordionItem {
    padding: 35px 40px;
  }
  .hotelguideWrapper .accordionItem h3::before {
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .hotelguideWrapper .accordionItem ul {
    padding: 0 20px;
  }
  .hotelguideWrapper .accordionItem ul li {
    padding: 15px 0;
  }
  .hotelguideWrapper .accordionItem .accordion-content {
    padding: 20px 35px 0 0;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery-wrapper {
    height: 420px;
  }
  .beachTeaser > img {
    order: 2;
    width: 50%;
  }
  .beachTeaser .teaserTxt-top {
    width: 40%;
    padding-right: 4%;
  }
  .beachTeaser .teaserTxt-top .teaserSubTitle {
    font-size: 40px;
    margin-top: 20px;
  }
  section.mainRooms .item .rItem .left h3 {
    font-size: 32px;
  }
  section.mainRooms .item .rItem .left .rInfo {
    margin-top: 15%;
  }
  section.mainRooms .roomSelector {
    right: 0;
    min-height: 530px;
    height: 100%;
  }
  section.mainRooms .roomSelector .inner a span {
    padding: 10px;
  }
  section.mainRooms .roomSelector .inner a small {
    bottom: 10px;
  }
  section.mainRooms .roomSelector .inner a i {
    right: 10px;
    top: 10px;
  }
  section.mainRooms .owl-nav .owl-next {
    left: 53%;
  }
  .galleryTools {
    left: 0;
    width: calc(100% - 3px);
  }
  #aboutUs .right .rightContent {
    padding-left: 60px;
    padding-right: 60px;
  }
  .events #eventContentSlider h3 {
    font-size: 30px;
  }
  .events #eventContentSlider .txt {
    font-size: 16px;
  }
  .events .eventDates {
    height: 120px;
  }
  .room .right { /*margin-top:3%;*/ }
  .room .fullImgContent a {
    padding: 0 0 0 36%;
  }
  #career {
    padding-top: 120px;
  }
  #career .breadCrumb {
    padding-top: 70px !important;
  }
  #career .careerContent {
    height: 355px;
  }
  .ru section.mainRooms .roomSelector {
    padding: 6%;
  }
  .ru section.mainRooms.belek .roomSelector .inner a svg {
    margin-top: -4px;
  }
  .ru section.mainRooms .roomSelector .inner a small {
    width: 70%;
    font-size: 13px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .kvkk .tabWrapper .tabSelect a {
    font-size: 19px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt {
    left: 30px;
    max-width: 46%;
    font-size: 14px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt span {
    font-size: 26px;
  }
  .beachTeaser .teaserTxt-top {
    font-size: 15px;
  }
  .beachTeaser .teaserTxt-top h3 {
    font-size: 1.9em;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .roomFilter {
    justify-content: space-between;
  }
  .roomFilter a {
    padding: 15px;
  }
  .roomFilter a svg {
    margin-left: 10px;
  }
  .ru section.mainRooms.belek .roomSelector {
    padding: 6.5% 6%;
  }
}
@media screen and (max-width: 1180px) {
  header .type a, header a.logo {
    padding: 0 40px;
  }
  .fullImgContent .col5 {
    width: 40%;
  }
}
@media screen and (max-width: 1140px) {
  .kvkk .tabWrapper .tabSelect a {
    font-size: 18px;
  }
  header a.logo {
    padding: 0 25px;
  }
  header .type a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  #culturalHeritage .cultural-heritage-wrapper {
    display: block;
  }
  #culturalHeritage #mapHeritage {
    width: 60%;
    margin: 0 auto;
  }
  #culturalHeritage .cultural-heritage-container {
    width: 100%;
  }
  ul#slideshow li.slide_tekorivo .caption {
    display: block;
  }
  ul#slideshow li.slide_tekorivo .img_mobile {
    display: block;
  }
  ul#slideshow li.slide_tekorivo .img_desktop {
    display: none;
  }
  #reservation {
    left: 5px;
    right: auto;
  }
  #reservation::after {
    left: 50%;
  }
  .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .kvkk .tabWrapper .tabSelect a {
    font-size: 16px;
  }
  .hotelguideWrapper .accordionItem {
    padding: 35px 40px;
  }
  .hotelguideWrapper .accordionItem h3::before {
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .hotelguideWrapper .accordionItem ul {
    padding: 0 20px;
  }
  .hotelguideWrapper .accordionItem ul li {
    padding: 15px 0;
  }
  .hotelguideWrapper .accordionItem .accordion-content {
    padding: 20px 35px 0 0;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery-wrapper {
    height: 420px;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery .hg-item {
    width: 31%;
  }
  section.intro .selection .left:hover small {
    right: 30%;
  }
  section.intro .selection right:hover {
    padding-right: 5%;
  }
  section.intro .selection right:hover small {
    left: 30%;
  }
  section.intro .selection span {
    font-size: 20px;
  }
  header + section {
    padding-top: 142px;
  }
  header .col9 {
    width: 100%;
  }
  header .top {
    height: auto;
  }
  header .top, header .bottom {
    width: 100%;
  }
  header a.logo {
    width: 30%;
  }
  header a.logo img {
    height: 70px;
  }
  header .type {
    width: 70%;
    border-right: none;
  }
  header .type a {
    font-size: 20px;
    width: 50%;
    text-align: center;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
  }
  header .type a:hover, header .type a.active {
    border-left: solid 1px #e0e0e9;
    border-right: solid 1px #e0e0e9;
  }
  header .type a:last-child {
    border-right: solid 1px transparent;
  }
  header .tools {
    clear: both;
    float: left;
    width: 100%;
    background: #1b262f;
  }
  header .tools a, header .tools .reservationButton {
    font-size: 16px;
  }
  header .tools a {
    color: #ffffff;
  }
  header .tools .reservationButton {
    display: block !important;
    position: relative;
    width: calc(65% - 1px);
    float: left;
    color: #ffffff;
    text-indent: 0;
    padding-left: 73px;
    background-position: 30px center;
    margin-bottom: 0;
    cursor: pointer;
  }
  header .tools .reservationButton::before {
    display: block;
    content: "\ea67";
    position: absolute;
    left: 220px;
    top: 0;
    font-family: "IcoFont" !important;
  }
  header .tools .lang {
    position: relative;
    padding-right: 50px;
    float: left;
  }
  header .tools .lang::after {
    display: block;
    content: "\ea67";
    position: absolute;
    left: 130px;
    top: 0;
    font-family: "IcoFont" !important;
  }
  header .tools > div {
    float: right;
    width: 35%;
  }
  header .tools > div a {
    width: 47% !important;
    text-align: center;
    border-right: solid 1px #e0e0e9;
  }
  header .tools .langWrapper {
    display: block;
    float: left;
    width: 49%;
    border-right: solid 1px #ffffff;
  }
  header .tools .langWrapper select {
    color: #ffffff;
    height: 70px;
    padding-right: 20px;
  }
  header .tools .langWrapper select option {
    color: #000000;
  }
  header .tools .langWrapper::after {
    color: #ffffff;
  }
  header .tools .langWrapper::before {
    color: #ffffff;
  }
  header .mobile-menu {
    margin-right: 0 !important;
    border: none !important;
  }
  header .mobile-menu, header .close-mobile-menu a {
    display: block;
    float: right;
    width: 26px;
    height: 22px;
    padding: 0;
    margin: 27px 30px 0 0;
    width: 32px;
    cursor: pointer;
  }
  header .mobile-menu i, header .close-mobile-menu a i {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s;
    position: relative;
    width: 32px;
    margin: auto;
  }
  header .mobile-menu i + i, header .close-mobile-menu a i + i {
    margin-top: 5px;
  }
  header .mobile-menu.active i:nth-child(1), header .close-mobile-menu a.active i:nth-child(1) {
    animation: ease 0.7s top forwards;
  }
  header .mobile-menu.not-active i:nth-child(1), header .close-mobile-menu a.not-active i:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
  }
  header .mobile-menu.active i:nth-child(2), header .close-mobile-menu a.active i:nth-child(2) {
    animation: ease 0.7s scaled forwards;
  }
  header .mobile-menu.not-active i:nth-child(2), header .close-mobile-menu a.not-active i:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
  }
  header .mobile-menu.active i:nth-child(3), header .close-mobile-menu a.active i:nth-child(3) {
    animation: ease 0.7s bottom forwards;
  }
  header .mobile-menu.not-active i:nth-child(3), header .close-mobile-menu a.not-active i:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
  }
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 8px;
      transform: rotate(0);
    }
    100% {
      top: 8px;
      transform: rotate(45deg);
    }
  }
  @keyframes top-2 {
    0% {
      top: 8px;
      transform: rotate(45deg);
    }
    50% {
      top: 8px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 8px;
      transform: rotate(0);
    }
    100% {
      bottom: 8px;
      transform: rotate(135deg);
    }
  }
  @keyframes bottom-2 {
    0% {
      bottom: 8px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 8px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  header .close-mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    z-index: 33;
  }
  header .close-mobile-menu a {
    width: 50%;
    margin-right: 0 !important;
  }
  header .close-mobile-menu a i {
    background: #00077c;
  }
  header .bottom {
    position: absolute;
    left: 100%;
    top: 0;
    border-top: solid 1px #e0e0e9;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: initial;
    overflow-y: auto;
  }
  header .bottom .nav-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  header .bottom .nav-container nav {
    width: 100%;
    float: left;
    padding: 30px;
    display: block;
    justify-content: initial;
  }
  header .bottom .nav-container nav a {
    display: block;
    width: 100%;
    float: none;
    font-size: 30px;
    font-weight: bold;
    color: #000077;
    margin: 0;
    line-height: 42px;
  }
  header .bottom .nav-container nav a::before {
    display: none;
  }
  header .bottom .nav-container .nav-mobile {
    width: 100%;
    float: left;
    padding: 0;
    border-top: solid 1px #f6f6fa;
  }
  header .bottom .nav-container .nav-mobile ul {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
  }
  header .bottom .nav-container .nav-mobile ul li {
    float: left;
    clear: both;
  }
  header .bottom .nav-container .nav-mobile ul li a {
    display: block;
    position: relative;
    font-size: 22px;
    color: #737373;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
  }
  header .bottom .nav-container .nav-mobile ul li ul {
    display: none;
    padding: 0 0 0 25px;
  }
  header .bottom .nav-container .nav-mobile ul li:hover > a, header .bottom .nav-container .nav-mobile ul li.active > a {
    color: #000000;
  }
  header .bottom .nav-container .nav-mobile ul li:hover ul, header .bottom .nav-container .nav-mobile ul li.active ul {
    display: block;
  }
  header .bottom .nav-container .nav-mobile ul li:hover a::before, header .bottom .nav-container .nav-mobile ul li.active a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 3px;
  }
  header .bottom .media-container {
    position: relative;
    width: 100%;
    background: #f6f6fa;
    padding: 22px 30px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  header .bottom .media-container .social,
  header .bottom .media-container .phone {
    display: block;
    float: left;
    width: 50%;
  }
  header .bottom .media-container .phone {
    color: #181e88;
  }
  header .bottom .media-container .phone::before {
    content: "\efbb";
    margin-right: 10px;
  }
  header .bottom .media-container .social {
    border-left: solid 1px #ebebf1;
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: right;
  }
  header .bottom .media-container .social a {
    display: inline-block;
    color: #181e88;
    border: 1px solid #181e88;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 2.51% 3.27%;
    margin-right: 12px;
    margin-top: 2%;
  }
  header .bottom .media-container .social a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 480px) {
  header .bottom .media-container .social a {
    font-size: calc(14px + 4 * ((100vw - 480px) / 1440));
  }
}
@media screen and (max-width: 1024px) and (min-width: 1920px) {
  header .bottom .media-container .social a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom .media-container .social a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom::-webkit-scrollbar {
    width: 12px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  header .phone, header .search, header .booking {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .nav-mobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header .booking {
    width: 100%;
    line-height: normal;
    height: 100%;
    background: #007d3b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  header .booking .selector {
    width: 100%;
  }
  header .booking .selector a {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    letter-spacing: 0;
  }
  header .booking .selector a.selectDate { /*border-right: 1px solid #3c4f5d;*/ }
  header .booking .selector a.selectPerson {
    border-right: 1px solid #3c4f5d;
  }
  header .booking .selector a.selectPerson:before {
    content: "\ecfd";
    font-size: 16px;
    position: absolute;
    left: 10%;
  }
  header .booking .selector a .reservationButton {
    display: block;
    width: 100%;
    position: relative;
  }
  header .booking .selector a .reservationButton:after {
    content: "\ea67";
    position: absolute;
    right: 0;
    top: 2px;
    font-family: IcoFont !important;
    font-style: normal;
  }
  header .booking .selector a .reservationText {
    display: block;
    margin-bottom: 20px;
    width: 85px;
    text-indent: -9999em;
    background: transparent url(../images/icons/reception.png) no-repeat 0 center;
  }
}
@media screen and (max-width: 1024px) {
  header .reservationContainer {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 7.4% 0 0;
    clear: both;
  }
  footer .content {
    background: #ffffff;
    padding: 4.3%;
  }
  footer .content .desktop-footer {
    display: none;
  }
  footer .content .mobile-footer {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .content .mobile-footer .upper {
    margin-bottom: 3%;
  }
  footer .content .mobile-footer .upper a {
    display: block;
    padding: 0 0 10px;
  }
  footer .content .mobile-footer .upper a img {
    display: block;
    width: 15%;
    float: none;
    margin: 0 auto;
  }
  footer .content .mobile-footer .middle {
    margin-top: 0;
    padding: 3.6% 0;
    border-top: solid 1px #181e88;
  }
  footer .content .mobile-footer .middle .left {
    width: 100%;
  }
  footer .content .mobile-footer .middle .left a {
    width: 50%;
    font-size: 20px;
    text-align: right;
  }
  footer .content .mobile-footer .middle .left a:first-child {
    text-align: left;
  }
  footer .content .mobile-footer .middle .left a.active {
    color: #00006c;
  }
  footer .content .mobile-footer .subscript {
    clear: both;
    position: relative;
    display: block;
    font-size: 18px;
    color: #00006c;
    padding-bottom: 10px;
    font-weight: 600;
  }
  footer .content .mobile-footer .telefon {
    position: relative;
    margin-top: 3%;
    font-size: 22px;
    font-weight: 600;
    color: #00006c;
  }
  footer .content .mobile-footer .telefon:before {
    content: "";
    background: url(../images/icons/telefon.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 35%;
  }
  footer .content .newsLetterWrapper {
    position: absolute;
    left: 50% !important;
    margin-left: -180px;
  }
  footer .content .newsletterForm {
    position: absolute;
    bottom: 40px;
    left: -80px;
    width: 480px;
    background: #ffffff;
    padding: 20px;
    border: solid 4px #00006c;
  }
}
@media screen and (max-width: 1024px) {
  #errorPage .fullImgContent {
    top: 56%;
  }
  #errorPage .fullImgContent .errorImgContainer img {
    width: 44%;
  }
}
@media screen and (max-width: 1024px) {
  body.de footer .content .middle .left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .room .right { /*margin-top:9%;*/ }
}
@media screen and (max-width: 1024px) {
  section.mainSlider #slideshow {
    height: calc(100% - 142px);
  }
  section.mainSlider #fssPrev, section.mainSlider #fssNext {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  ul#slideshow li .slider-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: #ffffff;
  }
  ul#slideshow li .slider-content .caption {
    display: none;
    position: relative;
    left: 0;
    top: 30px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    font-size: 48px;
    z-index: 44;
  }
  ul#slideshow li .slider-content .caption br {
    display: none;
  }
  ul#slideshow li .slider-content a {
    display: inline-block;
    width: 100%;
    position: relative;
    left: auto;
    top: 30px;
    height: auto;
    padding: 10px 0 0;
    line-height: initial;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  ul#slideshow li .slider-content a:hover {
    width: 100%;
  }
  ul#slideshow li .slider-content a::before {
    right: 0;
    top: 0;
    margin-top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px #00077c;
    text-align: center;
  }
  ul#slideshow li.active .slider-content a {
    top: 0;
    opacity: 1;
  }
  ul#slideshow li.active .slider-content .caption {
    display: none !important;
    position: relative;
    left: auto;
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  section.mainRooms .content {
    padding-bottom: 0;
  }
  section.mainRooms h2 {
    font-size: 30px;
  }
  section.mainRooms h2 small {
    font-size: 18px;
  }
  section.mainRooms .roomSelector {
    width: 100%;
    min-height: initial;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    background: #f8f8fb;
  }
  section.mainRooms .roomSelector::before {
    display: none;
  }
  section.mainRooms .roomSelector .inner a {
    width: 25%;
    float: left;
    padding-top: 0;
    height: 130px;
    border: none;
    margin-bottom: 0;
  }
  section.mainRooms .roomSelector .inner a span {
    padding: 25px;
  }
  section.mainRooms .roomSelector .inner a small {
    bottom: 25px;
    font-size: 18px;
  }
  section.mainRooms .roomSelector .inner a:hover, section.mainRooms .roomSelector .inner a.active {
    color: #00077c;
    background: #fff;
    border: none;
  }
  section.mainRooms .roomSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    background: #ffffff;
  }
  section.mainRooms .item .rItem .left {
    padding: 100px 30px;
  }
  section.mainRooms .item .rItem .left h3 {
    font-size: 35px;
  }
  section.mainRooms .item .rItem .left a {
    left: 30px;
    bottom: 100px;
  }
  section.mainRooms .item .rItem .left .rInfo div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  section.mainRooms .item .rItem .left .rInfo div span {
    font-size: 22px;
    position: initial;
    left: auto;
    top: auto;
    padding-top: 0;
    margin-top: -10px;
  }
  section.mainRooms .item .rItem .left .rInfo div span small {
    font-size: 16px;
  }
  section.mainRooms .item .rItem .right {
    padding: 100px 30px 100px 0;
  }
  section.mainRooms .item .rItem .right > div {
    -webkit-box-shadow: 6px 23px 45px 0px rgb(172, 172, 175);
    -moz-box-shadow: 6px 23px 45px 0px rgb(172, 172, 175);
    box-shadow: 6px 23px 45px 0px rgb(172, 172, 175);
  }
  section.mainRooms .owl-nav {
    display: none;
  }
  section.mainRooms .owl-nav .owl-prev {
    left: 0;
  }
  section.mainRooms .owl-nav .owl-next {
    left: 96%;
  }
  section.mainRooms .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.mainRooms .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 1px #b7bcdc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 5px;
  }
  section.mainRooms .owl-dots .owl-dot:first-child {
    margin-left: 0;
  }
  section.mainRooms .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    border: solid 1px transparent;
    background: #b7bcdc;
  }
  section.mainRooms.belek .roomSelector, section.mainRooms.tekirova .roomSelector {
    height: 100px;
  }
  section.mainRooms.belek .roomSelector .inner, section.mainRooms.tekirova .roomSelector .inner {
    height: 100px;
  }
  section.mainRooms.belek .roomSelector .inner a, section.mainRooms.tekirova .roomSelector .inner a {
    position: relative;
    height: 100%;
  }
  section.mainRooms.belek .roomSelector .inner a {
    width: 20%;
  }
  section.mainRooms.tekirova .roomSelector .inner a {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .de section.mainRooms .item .rItem .left {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.textImageSlider .eventDays a {
    width: 17%;
  }
  section.textImageSlider #textImageSlider .owl-nav {
    bottom: 0;
    left: 0;
    margin-left: 0;
    height: 64px;
    width: 37.24%;
  }
  section.textImageSlider #textImageSlider .item::before {
    height: 64px;
  }
  section.textImageSlider #textImageSlider .left a {
    margin-top: 25px;
  }
  section.textImageSlider #textImageSlider .left span {
    font-size: 32px;
    line-height: 36px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  section.teasers {
    height: auto;
    background: #f6f6fa;
  }
  section.teasers .content {
    background: none;
  }
  section.teasers .content .col-1 {
    width: 100%;
    background: #ffffff;
    padding: 30px;
  }
  section.teasers .content .col-1 h2 {
    left: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 600;
  }
  section.teasers .content .col-1 #awards .owl-stage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  section.teasers .content .col-1 #awards .right img {
    width: 80%;
  }
  section.teasers .content .col-1 #awards .left small {
    margin-top: 50%;
    font-weight: bold;
  }
  section.teasers .content .col-1 #awards .left p {
    font-size: 14px;
    line-height: 18px;
  }
  section.teasers .content .col-1 #awards .owl-nav {
    bottom: 0;
    left: 0;
  }
  section.teasers .content .col-1 #awards .owl-dots {
    bottom: 0;
  }
  section.teasers .content .col-2 {
    clear: both;
    width: 50%;
    height: 500px;
  }
  section.teasers .content .col-3 {
    width: 50%;
    height: 500px;
  }
  section.teasers .content .col-3 .upper, section.teasers .content .col-3 .lower {
    background: #f6f6f6;
    padding: 15%;
  }
  section.teasers .content .col-3 .upper span, section.teasers .content .col-3 .lower span {
    font-size: 30px;
  }
  section.teasers .content .col-3 .upper svg, section.teasers .content .col-3 .lower svg {
    right: 15%;
  }
  section.teasers .content .col-3 .lower {
    background: #181e88;
  }
}
@media screen and (max-width: 1024px) {
  img.bgImg {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .fullImgContent .col5 {
    float: none;
    padding: 20px 0;
  }
  .fullImgContent .col5 .icon {
    float: none;
    width: 32%;
    padding-left: 12%;
  }
  .fullImgContent .col5 h1 {
    float: none;
    font-size: 30px;
  }
  .fullImgContent .col5 h1 small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .aktiviteTeaser {
    margin-top: 10%;
    padding: 0 !important;
  }
  .aktiviteTeaser .teaserTxt {
    font-size: 14px;
    padding: 0 !important;
  }
  .aktiviteTeaser .teaserTxt span {
    font-size: 30px;
  }
  .aktiviteTeaser.offset, .aktiviteTeaser.tenis {
    padding: 30px 0 30px 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .fullTeaser.aktiviteSpor {
    margin-top: 12.5%;
    padding-bottom: 30px;
  }
  .fullTeaser.aktiviteSpor .teaserImg {
    width: 50%;
  }
  .fullTeaser.aktiviteSpor .teaserImg img {
    margin-bottom: 2.5%;
  }
  .fullTeaser.aktiviteSpor .teaserTxt {
    max-width: 100%;
    padding: 0 30px;
    font-size: 14px;
  }
  .fullTeaser.spa {
    overflow: hidden;
  }
  .fullTeaser.spa .teaserTxt {
    padding: 30px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt {
    padding: 30px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt {
    left: 30px;
    max-width: 46%;
    font-size: 12px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt span {
    font-size: 22px;
  }
  .fullTeaser.restaurant {
    overflow: hidden;
  }
  .fullTeaser.restaurant img {
    max-height: 306px;
    width: auto;
  }
  .fullTeaser.restaurant .teaserTxt {
    max-width: 55%;
    font-size: 15px;
  }
  .fullTeaser.restaurant .teaserTxt span br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .restaurantlarTeaserThird {
    padding: 30px;
  }
  .restaurantlarTeaserThird img {
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .hourSlider {
    padding: 30px;
  }
  .hourSlider h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .hourSlider .plateImg {
    top: -5%;
    right: 3%;
    height: 120%;
  }
  .hourSlider table td {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .restaurantlarTeaserFirst .teaserTxt {
    padding: 30px;
  }
  .restaurantlarTeaserFirst .teaserTxt div:first-child {
    margin-right: 30px;
  }
  .restaurantlarTeaserFirst .teaserTxt div:last-child {
    width: 57%;
  }
}
@media screen and (max-width: 1024px) {
  .restaurantlarTeaserSecond div .teaserTxt {
    left: 30px;
    top: 30px;
  }
  .restaurantlarTeaserSecond div .teaserTxt p {
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .aquaparkTeaser .teaserTxt-top {
    padding: 30px 30px 90px 30px;
  }
  .aquaparkTeaser .teaserTxt-bottom {
    padding: 30px;
  }
  .aquaparkTeaser .teaserTxt-bottom div .number {
    font-size: 30px;
  }
  .aquaparkTeaser .teaserTxt-bottom div .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .beachTeaser2.aquaparkTeaser .teaserTxt-top {
    padding: 30px 25% 90px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery {
    padding-bottom: 0;
    margin-top: 0;
  }
  .gallery #gallerySlider img {
    height: 400px;
  }
  .gallery #gallerySlider.owl-carousel .owl-stage {
    width: 3000em !important;
  }
}
@media screen and (max-width: 1024px) {
  .galleryTools {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: auto;
    width: 100%;
    padding: 30px;
  }
  .galleryTools::before {
    border-color: transparent;
    border-bottom-color: #181e88;
    border-width: 20px;
    left: 18.5%;
    top: -40px;
  }
  .galleryTools .galleryToolsContent {
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .galleryTools .galleryNav, .galleryTools .num, .galleryTools a.galleryFS {
    width: auto;
    height: 100%;
  }
  .galleryTools .galleryNav {
    top: 0;
    min-width: 20%;
  }
  .galleryTools .galleryNav a {
    width: 50%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #2e3494;
  }
  .galleryTools .galleryNav a.next {
    margin-left: -1px;
  }
  .galleryTools a.galleryFS {
    position: relative;
    bottom: auto;
    padding: 30px;
    min-width: 100px;
    height: 82px;
  }
}
@media screen and (max-width: 1024px) {
  .breadCrumb {
    padding: 30px 0;
    border-bottom: none;
  }
  .breadCrumb a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .forMobile {
    display: block !important;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .contentWrapper {
    padding-top: 0;
  }
  .contentWrapper .title {
    font-size: 30px;
  }
  .contentWrapper .text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #vizyon-misyon, #questLine, #aboutUs, #privacy, #rooms, #events {
    height: auto;
    overflow: hidden;
  }
  #vizyon-misyon .breadCrumb, #questLine .breadCrumb, #aboutUs .breadCrumb, #privacy .breadCrumb, #rooms .breadCrumb, #events .breadCrumb {
    display: none;
  }
  #vizyon-misyon .col11, #questLine .col11, #aboutUs .col11, #privacy .col11, #rooms .col11, #events .col11 {
    padding: 30px;
  }
  #vizyon-misyon .col4, #vizyon-misyon .col6, #questLine .col4, #questLine .col6, #aboutUs .col4, #aboutUs .col6, #privacy .col4, #privacy .col6, #rooms .col4, #rooms .col6, #events .col4, #events .col6 {
    width: 50%;
    overflow: hidden;
  }
  #vizyon-misyon .col4 .rightContent, #questLine .col4 .rightContent, #aboutUs .col4 .rightContent, #privacy .col4 .rightContent, #rooms .col4 .rightContent, #events .col4 .rightContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .verticalTabWrapper .tabSelect {
    width: 30%;
  }
  .verticalTabWrapper .tabContainer {
    width: 70%;
  }
  .verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards img {
    width: 30%;
  }
  .verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards span {
    width: 64%;
  }
}
@media screen and (max-width: 1024px) {
  #SSS {
    height: auto;
    overflow: visible;
  }
  #SSS .breadCrumb {
    display: none;
  }
  #SSS .forMobile {
    padding-top: 30px;
  }
  #SSS .left img {
    padding-top: 0;
  }
  #SSS .accordionContent h3 {
    padding-right: 5%;
  }
  #SSS .accordionContent h3::before {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #aboutUs .right .rightContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .fullAccordionContent .accordionItem {
    padding: 30px 0 30px 30px;
  }
  .fullAccordionContent .accordionItem div .txtArea {
    width: calc(60% - 60px);
    font-size: 14px;
  }
  .fullAccordionContent .accordionItem div .imgArea {
    width: 40%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tabWrapper .tabSelect a {
    font-size: 30px;
  }
  .tabWrapper .tabContainer .tabContent {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #iletisim .col11 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #iletisim .col7 {
    width: 66%;
    padding: 0;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper {
    padding-right: 30px;
    margin-top: 0;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect {
    padding-top: 30px;
    border-top: solid 1px #e4e4e8;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .col11 {
    padding: 0;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .col11 .col3 {
    width: 40%;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer a, #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text {
    font-size: 14px;
  }
  #iletisim .col4 {
    width: 34%;
    padding-right: 0;
  }
  #iletisim .col4 .fullContent .contentWrapper {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .events #eventContentSlider {
    padding-top: 0;
  }
  .events #eventContentSlider h3 {
    font-size: 26px;
  }
  .events #eventContentSlider .txt {
    font-size: 14px;
  }
  .events .eventDates {
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .roomFilter a svg {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ru .roomFilter a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .ru .roomFilter a svg {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .ru .roomFilter a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .fullImgContent .tour {
    left: 45.45455%;
  }
}
@media screen and (max-width: 1024px) {
  .room .fullImgContent a::before {
    left: 10%;
  }
  .room .fullImgContent .col2 {
    width: 22%;
  }
  .room .roomDetailArea .left .reservationNote {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  .room .roomDetailArea .left .roomDetail p {
    font-size: 26px;
  }
  .room .roomDetailArea .left .roomDetail p span {
    font-size: 16px;
    margin-top: 10px;
  }
  .room .roomDetailArea .left .roomDetail::after {
    height: 100%;
  }
  .room .right .roomImgZoom {
    bottom: -80px;
  }
}
@media screen and (max-width: 1024px) {
  #albums .albumList {
    width: 100%;
  }
  #albums .albumList a:hover span {
    left: 35px;
  }
  #albums .albumList a span {
    left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #career {
    padding-top: 142px;
  }
  #career .breadcrumbWrapper {
    width: 100%;
    float: none;
  }
  #career .breadCrumb {
    padding-top: 30px !important;
  }
  #career .careerContent {
    height: 500px;
  }
  #career .cvYukle, #career .applyBtn {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .kvkk .right .rightContent {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 990px) {
  section.teasers .content .col-1 #awards {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .kvkk .tabWrapper .tabSelect a {
    font-size: 14px;
  }
  .teaserSubTitle {
    font-size: 28px !important;
  }
  header .tools .reservationButton {
    width: calc(54% - 1px);
  }
  header .tools > div {
    width: 46%;
  }
  header .tools .langWrapper {
    display: block;
    float: left;
    width: auto;
    border-right: solid 1px #ffffff;
  }
  header .tools .langWrapper select {
    color: #ffffff;
    height: 70px;
    padding-right: 20px;
  }
  header .tools .langWrapper select option {
    color: #000000;
  }
  header .tools .langWrapper::before {
    color: #ffffff;
  }
  header .tools .langWrapper select {
    padding: 0 44px;
  }
  header .tools .langWrapper:after {
    color: #ffffff;
  }
  #albums .albumList {
    width: 100%;
  }
  #albums .albumList a:hover span {
    left: 25px;
  }
  #albums .albumList a span {
    left: 10px;
    font-size: 13px;
  }
  section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
    display: block;
    width: 100%;
    padding: 30px 20%;
  }
  section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
    font-size: 28px;
  }
  section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
    font-size: 12px;
  }
  section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
    font-size: 22px;
  }
  section.prev-next-room .prev-room a {
    padding: 30px 0 30px 20%;
  }
  section.prev-next-room .prev-room a i {
    left: 7.5%;
  }
  section.prev-next-room .next-room {
    border-left: solid 1px #e5e5e5;
  }
  section.prev-next-room .next-room a {
    text-align: right;
    padding: 30px 20% 30px 0;
  }
  section.prev-next-room .next-room a i {
    right: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  #culturalHeritage .cultural-heritage-wrapper {
    display: block;
  }
  #culturalHeritage #mapHeritage {
    width: 100%;
    margin: 0 auto;
  }
  #culturalHeritage .cultural-heritage-container {
    width: 100%;
  }
  section.intro .selection .lineSpan {
    display: none !important;
  }
  .img-desktop {
    display: none !important;
  }
  .img-mobile {
    display: block !important;
  }
  .teaserSubTitle {
    font-size: 24px !important;
  }
  header .tools .reservationButton {
    width: calc(50% - 1px);
  }
  header .tools .reservationButton::before {
    left: calc(100% - 30px);
  }
  header .tools > div {
    width: 48%;
  }
  header .tools .lang {
    padding-left: 25px;
  }
  header .tools .lang::after {
    left: 95px;
  }
  header .tools .langWrapper select {
    height: 70px;
    padding: 0 39px;
  }
  header .bottom .nav-container nav a {
    font-size: 26px;
    line-height: 32px;
  }
  header .bottom .nav-container .nav-mobile ul li a {
    font-size: 20px;
    line-height: 32px;
  }
  .hotelguideWrapper .accordionItem {
    padding: 35px 40px;
  }
  .hotelguideWrapper .accordionItem h3::before {
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .hotelguideWrapper .accordionItem ul {
    padding: 0 20px;
  }
  .hotelguideWrapper .accordionItem ul li {
    padding: 15px 0;
  }
  .hotelguideWrapper .accordionItem .accordion-content {
    padding: 20px 0 0 0;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery-wrapper {
    height: 430px;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery .hg-item {
    width: 48%;
  }
  section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
    display: block;
    width: 100%;
    padding: 25px 16%;
  }
  section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
    font-size: 22px;
  }
  section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
    font-size: 11px;
  }
  section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
    font-size: 17px;
  }
  section.prev-next-room .prev-room a {
    padding: 25px 0 25px 18%;
  }
  section.prev-next-room .prev-room a i {
    left: 6%;
  }
  section.prev-next-room .next-room a {
    padding: 25px 18% 25px 0;
  }
  section.prev-next-room .next-room a i {
    right: 6%;
  }
  section.intro .selection span {
    font-size: 16px;
  }
  section.intro .selection .left > div > div em, section.intro .selection .right > div > div em {
    display: block;
    padding: 0 7%;
    font-size: 12px;
    line-height: 88px;
  }
  section.intro .selection .left > div > div a:first-child, section.intro .selection .right > div > div a:first-child {
    display: block;
    background: transparent url("../images/lineBg.png") no-repeat 0 bottom;
  }
  section.intro .selection .left:hover > div > div, section.intro .selection .right:hover > div > div {
    width: 34%;
  }
  section.intro .selection .left {
    padding-left: 4%;
  }
  section.intro .selection .left small {
    right: 20px;
  }
  section.intro .selection .left:hover small {
    right: 34%;
    width: 34px;
  }
  section.intro .selection .right {
    padding-right: 4%;
  }
  section.intro .selection .right small {
    left: 20px;
  }
  section.intro .selection .right:hover small {
    left: 34%;
    width: 34px;
  }
  ul#slideshow li .slider-content .caption {
    font-size: 36px;
    display: none;
  }
  ul#slideshow li .slider-content a {
    font-size: 18px;
  }
  ul#slideshow li .slider-content a::before {
    margin-top: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .ru section.mainRooms .roomSelector .inner a span {
    padding: 10px 25px 0 25px;
  }
  .ru section.mainRooms .roomSelector .inner a small {
    line-height: 18px;
  }
  .de section.mainRooms .roomSelector .inner a span {
    padding: 20px 18px 0 18px;
  }
  .de section.mainRooms .item .rItem .left {
    width: 45%;
    padding: 40px 15px 65px 30px;
  }
  .de section.mainRooms .item .rItem .right {
    width: 55%;
  }
  section.mainRooms h2 {
    font-size: 26px;
  }
  section.mainRooms h2 small {
    font-size: 14px;
  }
  section.mainRooms .roomSelector .inner a {
    width: 25%;
    float: left;
    padding-top: 0;
    height: 110px;
  }
  section.mainRooms .roomSelector .inner a span {
    padding: 25px 25px 0 25px;
  }
  section.mainRooms .roomSelector .inner a span svg {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
  }
  section.mainRooms .roomSelector .inner a small {
    bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  section.mainRooms .item .rItem .left {
    padding: 40px 30px 65px;
    width: 42%;
  }
  section.mainRooms .item .rItem .left a {
    bottom: 65px;
  }
  section.mainRooms .item .rItem .left h3 {
    font-size: 30px;
  }
  section.mainRooms .item .rItem .left .rInfo {
    margin-top: 12%;
  }
  section.mainRooms .item .rItem .left .rInfo div span {
    font-size: 16px;
    margin-top: -10px;
  }
  section.mainRooms .item .rItem .left .rInfo div span small {
    font-size: 12px;
  }
  section.mainRooms .item .rItem .right {
    padding: 40px 30px 65px;
    width: 58%;
  }
  section.mainRooms .item .rItem .right > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 6px 23px 30px 0px rgb(172, 172, 175);
    -moz-box-shadow: 6px 23px 30px 0px rgb(172, 172, 175);
    box-shadow: 6px 23px 30px 0px rgb(172, 172, 175);
  }
  section.mainRooms .item .rItem .right img {
    margin-left: -10%;
    width: 120%;
    height: auto;
  }
  section.mainRooms .owl-nav {
    display: none;
  }
  section.mainRooms .owl-dots {
    bottom: 20px;
  }
  section.mainRooms.belek .roomSelector .inner a small, section.mainRooms.tekirova .roomSelector .inner a small {
    font-size: 16px;
  }
  section.mainRooms.belek .roomSelector .inner a {
    width: 20%;
  }
  section.mainRooms.tekirova .roomSelector .inner a {
    width: 25%;
  }
  section.mainRooms .roomSelector .inner a small {
    width: 80%;
  }
  .de section.mainRooms .item .rItem .right img {
    width: 120%;
  }
  section.textImageSlider .eventDays a {
    width: 22%;
  }
  section.textImageSlider #textImageSlider .owl-nav {
    height: 58px;
    width: 37%;
  }
  section.textImageSlider #textImageSlider .item::before {
    height: 58px;
  }
  section.textImageSlider #textImageSlider .left {
    width: 37%;
    padding: 30px 30px 0 30px;
  }
  section.textImageSlider #textImageSlider .left span {
    font-size: 22px;
    line-height: 24px;
  }
  section.textImageSlider #textImageSlider .left span br {
    display: none;
  }
  section.textImageSlider #textImageSlider .left small {
    font-size: 14px;
  }
  section.textImageSlider #textImageSlider .right {
    width: 63%;
    padding: 30px 30px 0 0;
  }
  section.textImageSlider #textImageSlider .right > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section.textImageSlider #textImageSlider .right img {
    margin-left: -10%;
    width: 120%;
    height: auto;
  }
  .room {
    padding-bottom: 50px;
  }
  .room .fullImgContent {
    display: block;
  }
  .room .fullImgContent a {
    padding-left: 100px;
  }
  .room .fullImgContent a::before {
    left: 40px;
  }
  .room .fullImgContent .col6 {
    float: none;
    width: 100%;
  }
  .room .fullImgContent .col6 h1 {
    padding: 30px 30px 30px 35px;
    font-size: 26px;
  }
  .room .fullImgContent .col2 {
    float: left;
    width: 50%;
  }
  .room .roomDetailArea {
    margin-bottom: 110px;
  }
  .room .roomDetailArea .left {
    width: 100%;
    float: none;
  }
  .room .roomDetailArea .left .roomDetail {
    padding: 30px;
    float: none;
    overflow: hidden;
  }
  .room .roomDetailArea .left .roomDetail p {
    font-size: 26px;
  }
  .room .roomDetailArea .left .roomDetail p span {
    font-size: 17px;
  }
  .room .roomDetailArea .left .roomDetail::after {
    display: none;
  }
  .room .roomDetailArea .left .rezervasyonYap {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 46%;
  }
  .room .roomDetailArea .left .reservationNote {
    position: absolute;
    right: 30px;
    bottom: 2%;
    width: 40%;
  }
  .room .roomDetailArea .right {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .room .roomDetailArea .right .roomImg {
    margin-top: 60px !important;
  }
  .room .roomDetailArea .right .roomImg img {
    margin-top: -20px;
  }
  .room .roomDetailArea .right .roomImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 80%;
    background: #00097d;
    z-index: -1;
  }
  .room .roomDetailArea .right .roomImgZoom {
    width: 9%;
    bottom: -30px;
  }
  section.teasers .content .col-1 {
    width: 100%;
    background: #ffffff;
    padding: 30px;
  }
  section.teasers .content .col-1 h2 {
    left: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 600;
  }
  section.teasers .content .col-1 #awards .right img {
    width: 80%;
  }
  section.teasers .content .col-1 #awards .left small {
    margin-top: 35%;
  }
  .noPR {
    padding-right: 0 !important;
  }
  .fullTeaser .teaserTxt {
    font-size: 14px;
  }
  .fullTeaser .teaserTxt span {
    font-size: 26px;
  }
  .fullTeaser.aktiviteSpor {
    margin-top: 16%;
  }
  .fullTeaser.aktiviteSpor .teaserTxt {
    margin-top: 10%;
  }
  .fullTeaser.aktiviteSpor .teaserTxt span {
    font-size: 26px;
  }
  .fullTeaser.aktiviteSpor .teaserImg {
    width: 60%;
  }
  .fullTeaser.restaurant {
    overflow: visible;
  }
  .fullTeaser.restaurant img {
    max-height: initial;
    width: 100%;
  }
  .fullTeaser.restaurant .teaserTxt {
    max-width: 36%;
    top: 56%;
  }
  .fullTeaser.restaurant .teaserTxt span br {
    display: block;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt, .fullTeaser.fullTeaserWithHalfImage .teaserImg {
    width: 100%;
    float: none;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt span {
    font-size: 26px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt span br {
    display: none;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserImg {
    padding: 0 30px 30px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserImg img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt {
    top: 50%;
  }
  .fullTeaser.spa {
    overflow: visible;
  }
  .fullTeaser.spa .teaserTxt {
    max-width: 100%;
    z-index: 2;
    padding-bottom: 110px;
  }
  .fullTeaser.spa .teaserImg {
    height: auto;
    top: auto;
    bottom: -75px;
  }
  .fullTeaser.spa .teaserImg img {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .aquaparkTeaser img {
    right: auto;
    left: 30px;
    bottom: -30px;
    width: 71%;
  }
  .aquaparkTeaser .teaserTxt-top {
    padding: 30px 190px 270px 30px;
    width: 100%;
    font-size: 14px;
    background: none;
  }
  .aquaparkTeaser .teaserTxt-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #ffffff;
    z-index: -1;
  }
  .aquaparkTeaser .teaserTxt-bottom {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 140px;
    height: 100%;
  }
  .aquaparkTeaser .teaserTxt-bottom div {
    width: 100%;
    height: 33.333%;
    float: none;
    clear: both;
  }
  .aquaparkTeaser .teaserTxt-bottom div::after {
    width: 80%;
    height: 1px;
    right: auto;
    left: 0;
    top: 80%;
  }
  .beachTeaser2.aquaparkTeaser .teaserTxt-top {
    padding: 30px 190px 340px 30px;
    width: 100%;
    font-size: 14px;
    background: none;
  }
  .fullImgContent .col5 .txt {
    font-size: 12px;
  }
  #aquapark .fullImgContent .tour, #flavors .fullImgContent .tour, #quuspa .fullImgContent .tour {
    height: 100%;
    font-size: 14px;
    letter-spacing: -1px;
  }
  #quuspa .fullImgContent .tour {
    height: auto;
  }
  .hourSlider {
    margin-top: 100px;
  }
  .hourSlider h3 {
    width: 200px;
    font-size: 26px;
    line-height: 30px;
  }
  .hourSlider .plateImg {
    width: 30% !important;
    height: auto;
    top: -25%;
    right: 10%;
  }
  .hourSlider .plateImg img {
    width: 100%;
    height: auto;
  }
  .hourSlider table {
    width: 100%;
    margin-top: 10px;
  }
  .restaurantlarTeaserFirst .teaserTxt {
    width: 100%;
  }
  .restaurantlarTeaserFirst .teaserTxt div span {
    font-size: 26px;
  }
  .restaurantlarTeaserFirst .teaserTxt div span br {
    display: none;
  }
  .restaurantlarTeaserFirst .teaserTxt div p {
    font-size: 14px;
  }
  .restaurantlarTeaserFirst .teaserTxt div:first-child {
    width: calc(50% - 30px);
  }
  .restaurantlarTeaserFirst .teaserTxt div:last-child {
    width: 50%;
  }
  .restaurantlarTeaserFirst img {
    width: 100%;
    float: none;
  }
  .restaurantlarTeaserSecond .left, .restaurantlarTeaserSecond .right {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .restaurantlarTeaserSecond .right {
    margin-top: 30px;
  }
  .restaurantlarTeaserSecond div .teaserTxt span {
    font-size: 26px;
  }
  .restaurantlarTeaserSecond div .teaserTxt p {
    font-size: 14px;
  }
  .restaurantlarTeaserSecond div .teaserTxt small {
    font-size: 12px;
  }
  .restaurantlarTeaserThird {
    position: relative;
    padding-bottom: 60px;
  }
  .restaurantlarTeaserThird .teaserTxt {
    width: 100%;
  }
  .restaurantlarTeaserThird .teaserTxt b {
    font-size: 26px;
  }
  .restaurantlarTeaserThird .teaserTxt div span {
    font-size: 16px;
  }
  .restaurantlarTeaserThird .teaserTxt sub {
    width: 40%;
  }
  .restaurantlarTeaserThird img {
    position: absolute;
    right: 15px;
    bottom: -10%;
  }
  .boxSlider.with4Column h2 {
    font-size: 26px;
  }
  .boxSlider.with4Column .item {
    padding: 0;
  }
  .boxSlider.with4Column .boxItem {
    padding-bottom: 60px;
  }
  .boxSlider.with4Column > small {
    display: block;
    margin-top: 30px;
  }
  #boxSlider4Column {
    position: relative;
  }
  #boxSlider4Column .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 40%;
    z-index: 3;
  }
  #boxSlider4Column .owl-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 50%;
    background: #e7e8f0;
    z-index: 33;
    margin-top: -15px;
  }
  #boxSlider4Column .owl-nav button {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    background: #fff !important;
    cursor: pointer;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  #boxSlider4Column .owl-nav button:before {
    display: block;
    top: 50%;
    left: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
    font-size: 24px;
  }
  #boxSlider4Column .owl-nav button.owl-prev:before {
    content: "\eab5";
  }
  #boxSlider4Column .owl-nav button.owl-next:before {
    content: "\eab8";
  }
  #boxSlider4Column .owl-nav button:hover {
    background: #f6f6fa !important;
  }
  .aktiviteTeaser .teaserTxt span {
    font-size: 26px;
  }
  .aktiviteTeaser.offset {
    width: 100%;
    padding: 30px !important;
  }
  .aktiviteTeaser.offset .teaserTxt {
    padding: 30px;
    max-width: 100%;
  }
  .aktiviteTeaser.offset .offset-img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 30px 0 0;
  }
  .aktiviteTeaser.tenis {
    padding: 30px 0 30px 30px;
    margin-top: 15%;
  }
  .aktiviteTeaser.tenis .teaserTxt {
    max-width: 100%;
    float: none;
    clear: both;
    padding-right: 30px !important;
  }
  .aktiviteTeaser.tenis img {
    display: block;
    width: 90%;
    float: right;
    margin-top: -15%;
  }
  .fullImgContent .col5 h1 {
    font-size: 26px;
  }
  .fullImgContent .col5 h1 small {
    font-size: 12px;
  }
  .galleryTools .num strong {
    font-size: 36px;
  }
  .contentWrapper {
    padding-top: 30px;
  }
  #vizyon-misyon .col11, #questLine .col11, #privacy .col11, #rooms .col11, #events .col11 {
    padding: 30px;
  }
  #vizyon-misyon .col4, #vizyon-misyon .col6, #questLine .col4, #questLine .col6, #privacy .col4, #privacy .col6, #rooms .col4, #rooms .col6, #events .col4, #events .col6 {
    width: 100%;
    float: none;
  }
  #vizyon-misyon .col4 .rightContent, #questLine .col4 .rightContent, #privacy .col4 .rightContent, #rooms .col4 .rightContent, #events .col4 .rightContent {
    padding-left: 0;
    padding-right: 0;
  }
  .verticalTabWrapper .tabSelect, .verticalTabWrapper .tabContainer {
    width: 100%;
    float: none;
  }
  .verticalTabWrapper .tabSelect {
    padding-right: 0;
  }
  .verticalTabWrapper .tabSelect a {
    width: 47%;
    float: left;
    padding: 30px;
    margin-left: 6%;
  }
  .verticalTabWrapper .tabSelect a:before {
    content: "\ea99";
    font-family: IcoFont !important;
    display: block;
    position: absolute;
    bottom: 20%;
    right: 8%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
    transform: rotate(0deg);
  }
  .verticalTabWrapper .tabSelect a.selected {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #00077c;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  }
  .verticalTabWrapper .tabSelect a.selected:before {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .verticalTabWrapper .tabSelect a:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #00077c;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.16);
  }
  .verticalTabWrapper .tabSelect a:hover:before {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .verticalTabWrapper .tabSelect a:first-child {
    margin-left: 0;
  }
  .verticalTabWrapper .tabContainer {
    clear: both;
  }
  .verticalTabWrapper .tabContainer.odullerimiz {
    margin-top: 40px;
  }
  .verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards img {
    width: 30%;
  }
  .verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards span {
    width: 64%;
  }
  #basindaBiz h1 {
    font-size: 26px;
  }
  #basindaBiz .verticalTabWrapper .tabSelect a:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  #basindaBiz .verticalTabWrapper .tabSelect a.selected:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  #basindaBiz .verticalTabWrapper .tabSelect a:hover:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .contentWrapper .title {
    font-size: 26px;
  }
  .contentWrapper .scrollDown {
    margin-top: 60px;
  }
  .tabWrapper .tabSelect a {
    font-size: 26px;
    padding-bottom: 20px;
  }
  #SSS {
    height: auto;
    overflow: visible;
  }
  #SSS .left, #SSS .right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  #SSS .left img {
    display: block;
    width: 54%;
    margin: 0 auto;
    padding: 0;
  }
  #SSS .accordionContent .accordionItem div {
    font-size: 14px;
  }
  #aboutUs .left, #aboutUs .right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  #aboutUs .right .rightContent {
    padding: 30px 0 0;
  }
  #aboutUs .tabWrapper .tabContainer .tabContent {
    font-size: 14px;
  }
  .fullAccordionContent h3 {
    font-size: 20px;
    padding-right: 60px;
  }
  .fullAccordionContent .accordionItem {
    padding: 30px;
  }
  .fullAccordionContent .accordionItem div .txtArea, .fullAccordionContent .accordionItem div .imgArea {
    width: 100%;
    float: none;
  }
  .fullAccordionContent .accordionItem div .txtArea {
    padding-top: 30px;
  }
  #iletisim .col11 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #iletisim .col7, #iletisim .col4 {
    width: 100%;
    float: none;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper {
    padding-right: 0;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a {
    width: 47%;
    float: left;
    padding: 30px;
    margin-left: 6%;
    margin-right: 0;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a.selected:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:hover:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabSelect a:first-child {
    margin-left: 0;
  }
  #iletisim .col4 .fullContent .contentWrapper {
    margin-top: 30px;
    background: #ffffff;
    padding: 30px;
  }
  #iletisim .col4 .fullContent .contentWrapper .title {
    margin-bottom: 20px;
  }
  #iletisim .col4 .fullContent .contentWrapper form .formRow select,
  #iletisim .col4 .fullContent .contentWrapper form .formRow input[type=text] {
    padding: 30px;
  }
  #iletisim .col4 .fullContent .contentWrapper form .formRow span {
    left: 30px;
  }
  #iletisim .col4 .fullContent .contentWrapper button {
    padding: 30px 60px 30px 30px;
  }
  #iletisim .col4 .fullContent .contentWrapper button:hover {
    padding: 30px;
  }
  #events .forMobile, #rooms .forMobile, #privacy .forMobile, #questLine .forMobile, #vizyon-misyon .forMobile {
    border-bottom: solid 1px #e4e4e8;
  }
  #events .col6, #rooms .col6, #privacy .col6, #questLine .col6, #vizyon-misyon .col6 {
    padding-top: 30px;
  }
  #aboutUs .forMobile, #SSS .forMobile {
    border-bottom: solid 1px #e4e4e8;
  }
  #aboutUs .left, #SSS .left {
    padding-top: 30px;
  }
  #events .events .col6 {
    padding-top: 140px;
  }
  #events .events #eventContentSlider {
    padding-top: 30px;
  }
  #events .events .eventDates {
    left: 30px;
    bottom: auto;
    top: 96px;
    width: calc(100% - 60px) !important;
    height: 120px;
  }
  #events .events #eventSlider .owl-nav {
    width: 40%;
    height: 90px;
    left: auto;
    right: 0;
  }
  .roomFilter {
    position: relative;
    display: block;
    justify-content: normal;
    align-items: normal;
    margin-bottom: 0;
  }
  .roomFilter a {
    width: 25%;
    margin-right: 0;
    padding: 15px;
    height: 110px;
    display: block;
    justify-content: normal;
    align-items: normal;
    border: none;
    float: left;
    position: relative;
  }
  .roomFilter a span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 40%;
  }
  .roomFilter a span small {
    display: none;
  }
  .roomFilter a svg {
    margin: 0 auto;
  }
  .roomFilter a i {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #54576d;
    font-style: normal;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
  }
  .roomFilter a.selected, .roomFilter a:hover {
    border: none;
  }
  .roomFilter a.selected svg *, .roomFilter a:hover svg * {
    fill: #00077c;
  }
  .roomFilter a.selected i, .roomFilter a:hover i {
    border: 1px solid #00077c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #roomsFilter .roomFilter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #roomsFilter .roomFilter a {
    height: 125px;
  }
  .boxSlider .boxList {
    width: 50%;
  }
  #albums .albumList a {
    width: 31%;
    overflow: hidden;
  }
  #albums .albumList a img {
    height: 150px;
    width: auto;
  }
  #career {
    padding-top: 142px;
  }
  #career .left, #career .right {
    float: none;
    width: 100%;
  }
  #career .careerContent {
    height: 470px;
  }
  #career .left img {
    display: block;
    width: 60% !important;
    margin: 0 auto;
  }
  .beachTeaser.guralPdfTeaser {
    display: block;
    margin-top: 40px;
  }
  .beachTeaser.guralPdfTeaser > img {
    width: 100%;
    order: initial;
    padding-right: 0;
  }
  .beachTeaser.guralPdfTeaser .teaserTxt-top {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
  }
  .beachTeaser.guralPdfTeaser .teaserTxt-top h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .guralPdfTeaserContainer > div:nth-child(even) .teaserTxt-top {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #culturalHeritage .cultural-heritage-container .cultural-heritage-list .ch-item {
    width: calc(50% - 25px);
  }
  #errorPage .fullImgContent .errorImgContainer img {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  #errorPage .fullImgContent .errorTxtContainer h1 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  #errorPage .fullImgContent .errorTxtContainer p {
    font-size: 14px;
  }
  #errorPage .fullImgContent .errorTxtContainer p br {
    display: none;
  }
  #errorPage .fullImgContent .errorTxtContainer a {
    margin-top: 40px;
  }
  #reservation {
    padding: 30px;
    width: 90%;
    left: 5%;
  }
  #reservationWrapper {
    padding: 30px 25px;
  }
  #reservationWrapper .inner .formGroup {
    margin-top: 8px;
  }
  #reservationWrapper .inner .formGroup #childcount, #reservationWrapper .inner .formGroup #adultcount {
    background: url(../images/icons/dropdown-arrow.png) no-repeat 90% 50%;
  }
  #reservationWrapper .rows span {
    margin-top: 12px;
  }
  #reservationWrapper .rows .rows-inner {
    width: 100%;
  }
  .datepick-popup {
    min-width: 270px;
  }
  .datepick-popup, .datepick-popup.mysingle-datepicker-popup-wrapper-container {
    width: calc(100vw - 72px);
  }
  .datepick-popup .datepick-month {
    width: 100%;
  }
  .datepick-popup .datepick-month-header {
    background: #fff;
    margin: 0 0 18px;
    padding: 27px 0 10px;
    position: relative;
    text-align: center;
  }
  .datepick-popup select.datepick-month-year {
    color: #000;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  header + section {
    padding-top: 122px;
  }
  header .top {
    line-height: 60px;
  }
  header a.logo {
    width: 24%;
    padding: 0 15px;
  }
  header a.logo img {
    height: 52px;
    margin-top: 4px;
  }
  header .type {
    width: 76%;
  }
  header .type a {
    padding: 0 15px;
    line-height: 60px;
  }
  header .tools a {
    padding: 0 15px;
    line-height: 60px;
  }
  header .tools .reservationButton {
    width: calc(48% - 1px);
    background-position: 15px center;
    padding-left: 60px;
  }
  header .tools .reservationButton::before {
    left: 210px;
  }
  header .tools .lang {
    padding-left: 10px;
    padding-right: 35px;
  }
  header .tools .lang::after {
    left: 85px;
  }
  header .tools > div {
    width: 48%;
  }
  header .tools .mobile-menu {
    margin-right: 15px;
  }
  header .tools .langWrapper {
    line-height: 60px;
  }
  header .tools .langWrapper select {
    height: 60px;
  }
  header .tools .langWrapper::before {
    margin-top: 2px;
  }
  header .mobile-menu, header .close-mobile-menu a {
    margin-top: 22px;
  }
  section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
    display: block;
    width: 100%;
    padding: 20px 16%;
  }
  section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
    font-size: 20px;
  }
  section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
    font-size: 10px;
  }
  section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
    font-size: 15px;
  }
  section.prev-next-room .prev-room a {
    padding: 20px 0 20px 18%;
  }
  section.prev-next-room .prev-room a i {
    left: 6%;
  }
  section.prev-next-room .next-room a {
    padding: 20px 18% 20px 0;
  }
  section.prev-next-room .next-room a i {
    right: 6%;
  }
  ul#slideshow li .slider-content {
    padding: 15px;
  }
  ul#slideshow li .slider-content a {
    padding: 0;
  }
  ul#slideshow li .slider-content a::before {
    margin-top: -8px;
  }
  ul#slideshow a {
    width: 100%;
    left: 0;
    padding-left: 9%;
  }
  .ru section.mainRooms.belek .roomSelector .inner a:nth-child(2) small,
  .ru section.mainRooms.tekirova .roomSelector .inner a:nth-child(2) small {
    width: calc(100% - 20px);
  }
  .de section.mainRooms .roomSelector .inner a span {
    padding: 20px 10px 0 10px;
  }
  .de section.mainRooms .item .rItem .left {
    width: 100%;
    padding: 40px 5px 65px 15px;
  }
  .de section.mainRooms .item .rItem .right {
    width: 100%;
  }
  section.mainRooms.belek .roomSelector .inner a small,
  section.mainRooms.tekirova .roomSelector .inner a small {
    font-size: 14px;
  }
  section.mainRooms h2 {
    font-size: 22px;
  }
  section.mainRooms h2 small {
    font-size: 13px;
  }
  section.mainRooms .roomSelector .inner a {
    width: 25%;
    float: left;
    padding-top: 0;
    height: 95px;
  }
  section.mainRooms .roomSelector .inner a span {
    padding: 15px 10px 0 10px;
    font-size: 12px;
  }
  section.mainRooms .roomSelector .inner a small {
    bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  section.mainRooms .item .rItem .left {
    padding: 20px 15px 65px;
  }
  section.mainRooms .item .rItem .left a {
    left: 15px;
    bottom: 65px;
    padding: 12px 30px;
  }
  section.mainRooms .item .rItem .left h3 {
    font-size: 24px;
  }
  section.mainRooms .item .rItem .left .rInfo {
    margin-top: 12%;
  }
  section.mainRooms .item .rItem .left .rInfo div span {
    font-size: 14px;
    margin-top: -10px;
  }
  section.mainRooms .item .rItem .left .rInfo div span small {
    font-size: 11px;
  }
  section.mainRooms .item .rItem .right {
    padding: 20px 15px 65px;
  }
  section.mainRooms .item .rItem .right img {
    margin-left: -10%;
    width: 120%;
    height: auto;
  }
  section.mainRooms .owl-dots {
    bottom: 20px;
  }
  section.textImageSlider .eventDays a {
    width: 22%;
    padding-bottom: 15px;
    font-size: 40px;
  }
  section.textImageSlider .eventDays a small {
    font-size: 14px;
  }
  section.textImageSlider #textImageSlider .owl-nav {
    height: 46px;
    width: 37%;
  }
  section.textImageSlider #textImageSlider .item::before {
    height: 46px;
  }
  section.textImageSlider #textImageSlider .left {
    width: 37%;
    padding: 15px 15px 0 15px;
  }
  section.textImageSlider #textImageSlider .left a {
    padding: 12px 30px;
  }
  section.textImageSlider #textImageSlider .left span {
    font-size: 20px;
    line-height: 22px;
  }
  section.textImageSlider #textImageSlider .left span br {
    display: none;
  }
  section.textImageSlider #textImageSlider .left small {
    font-size: 13px;
  }
  section.textImageSlider #textImageSlider .right {
    width: 63%;
    padding: 15px 15px 0 0;
  }
  section.textImageSlider #textImageSlider .right > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section.textImageSlider #textImageSlider .right img {
    margin-left: -10%;
    width: 120%;
    height: auto;
  }
  .fullImgContent .col5 {
    padding: 15px;
    width: 50%;
  }
  .fullImgContent .col5 h1 {
    font-size: 22px;
  }
  .fullImgContent .col5 .icon {
    padding: 0 0 0 15%;
  }
  .fullImgContent .tour {
    left: 50%;
  }
  .tabWrapper .tabSelect a {
    font-size: 22px;
  }
  .contentWrapper .title {
    font-size: 22px;
  }
  .contentWrapper .text {
    font-size: 13px;
  }
  .contentWrapper .scrollDown {
    font-size: 22px;
    margin-top: 30px;
  }
  .fullTeaser.aktiviteSpor .teaserTxt {
    font-size: 13px;
  }
  .fullTeaser.aktiviteSpor .teaserTxt span {
    font-size: 22px;
  }
  .aktiviteTeaser .teaserTxt {
    font-size: 13px;
  }
  .aktiviteTeaser .teaserTxt span {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .aktiviteTeaser.offset {
    padding: 15px !important;
  }
  .aktiviteTeaser.offset .teaserTxt {
    padding: 0 !important;
    max-width: 100%;
  }
  .aktiviteTeaser.tenis {
    padding: 15px 0 15px 15px !important;
  }
  .fullTeaser.aktiviteSpor .teaserTxt {
    padding: 0 15px;
  }
  .galleryTools {
    padding: 15px;
  }
  .verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards span {
    font-size: 18px;
  }
  .verticalTabWrapper .tabContainer.odullerimiz .tabContent .awards span small {
    font-size: 14px;
  }
  #vizyon-misyon .col11, #questLine .col11, #privacy .col11, #aboutUs .col11, #events .col11, #rooms .col11 {
    padding: 30px 15px;
  }
  #iletisim .col11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer .text, #iletisim .col7 .fullContent .contentWrapper .verticalTabWrapper .tabContainer a {
    font-size: 13px;
  }
  #iletisim .col4 .fullContent .contentWrapper {
    margin-top: 30px;
    background: #ffffff;
    padding: 15px;
  }
  #iletisim .col4 .fullContent .contentWrapper .title {
    margin-bottom: 20px;
  }
  #iletisim .col4 .fullContent .contentWrapper form .formRow span {
    font-size: 14px;
  }
  #iletisim .col4 .fullContent .contentWrapper form .formRow:hover span {
    top: 10%;
  }
  #iletisim .col4 .fullContent .contentWrapper form .formRow select,
  #iletisim .col4 .fullContent .contentWrapper form .formRow input[type=text] {
    padding: 20px 15px;
    font-size: 14px;
  }
  #iletisim .col4 .fullContent .contentWrapper form .formRow span {
    left: 15px;
  }
  #iletisim .col4 .fullContent .contentWrapper button {
    padding: 15px 30px 15px 15px;
  }
  #iletisim .col4 .fullContent .contentWrapper button:hover {
    padding: 15px;
  }
  #basindaBiz h1 {
    font-size: 22px;
  }
  .fullAccordionContent h3 {
    font-size: 18px;
  }
  .fullAccordionContent .accordionItem div .txtArea {
    font-size: 13px;
  }
  #aboutUs .tabWrapper .tabContainer .tabContent {
    font-size: 13px;
  }
  #events .events #eventContentSlider h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #events .events #eventContentSlider .txt {
    font-size: 13px;
  }
  #events .events #eventSlider .owl-nav {
    height: 60px;
  }
  #events .events .eventDates {
    left: 15px;
    width: calc(100% - 30px) !important;
  }
  .fullTeaser .teaserTxt span {
    font-size: 22px;
  }
  .fullTeaser.restaurant .teaserTxt {
    font-size: 13px;
    top: 55%;
    max-width: 44%;
    left: 15px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt {
    padding: 15px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserImg {
    padding: 0 15px 15px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt {
    top: 58%;
    left: 15px;
    font-size: 13px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt span {
    font-size: 22px;
  }
  .fullTeaser.spa .teaserTxt {
    padding: 15px 15px 110px 15px;
    font-size: 13px;
  }
  .hourSlider {
    padding: 15px;
  }
  .hourSlider h3 {
    width: 150px;
    font-size: 22px;
  }
  .hourSlider table {
    font-size: 12px;
  }
  .restaurantlarTeaserFirst .teaserTxt {
    padding: 15px;
  }
  .restaurantlarTeaserFirst .teaserTxt div span {
    font-size: 22px;
  }
  .restaurantlarTeaserFirst .teaserTxt div p {
    font-size: 13px;
  }
  .restaurantlarTeaserSecond div .teaserTxt {
    left: 15px;
    top: 15px;
  }
  .restaurantlarTeaserSecond div .teaserTxt span {
    font-size: 22px;
  }
  .restaurantlarTeaserSecond div .teaserTxt p {
    font-size: 13px;
  }
  .restaurantlarTeaserThird {
    padding: 15px 15px 60px 15px;
  }
  .restaurantlarTeaserThird .teaserTxt div span {
    font-size: 15px;
  }
  .restaurantlarTeaserThird img {
    width: 37%;
  }
  .boxSlider.with4Column h2 {
    font-size: 22px;
  }
  .boxSlider.with4Column h2 small {
    font-size: 16px;
  }
  .boxSlider.with4Column .boxItem .txt a {
    font-size: 20px;
  }
  .boxSlider.with4Column > small {
    font-size: 12px;
  }
  .aquaparkTeaser img {
    left: 15px;
    bottom: -15px;
  }
  .aquaparkTeaser .teaserTxt-top {
    padding: 15px 190px 220px 15px;
    font-size: 13px;
  }
  .aquaparkTeaser .teaserTxt-bottom {
    padding: 30px;
    top: 15px;
    right: 15px;
  }
  .aquaparkTeaser .teaserTxt-bottom div .number {
    font-size: 22px;
  }
  .aquaparkTeaser .teaserTxt-bottom div .text {
    font-size: 13px;
  }
  #aquapark .fullImgContent .tour, #flavors .fullImgContent .tour {
    height: 100%;
    font-size: 14px;
    letter-spacing: -1px;
    padding: 10px 50px 10px 40px;
    left: 50%;
  }
  #aquapark .fullImgContent .tour::before, #flavors .fullImgContent .tour::before {
    margin-bottom: 3px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
  }
  #aquapark .fullImgContent .tour::after, #flavors .fullImgContent .tour::after {
    top: 25px;
  }
  #albums .albumList a {
    width: 48%;
  }
  #albums .albumList a:hover span {
    left: 35px;
  }
  #albums .albumList a img {
    width: 100%;
    height: auto;
  }
  #albums .albumList a span {
    left: 15px;
    font-size: 14px;
  }
  .room {
    padding-bottom: 50px;
  }
  .room .fullImgContent {
    display: block;
  }
  .room .fullImgContent a {
    padding-left: 100px;
    line-height: 6;
  }
  .room .fullImgContent a::before {
    left: 30px;
  }
  .room .fullImgContent .col6 {
    float: none;
    width: 100%;
  }
  .room .fullImgContent .col6 h1 {
    padding: 15px 15px 15px 25px;
    font-size: 22px;
  }
  .room .fullImgContent .col2 {
    float: left;
    width: 50%;
  }
  .room .roomDetailArea {
    margin-bottom: 90px;
  }
  .room .roomDetailArea .left {
    width: 100%;
    float: none;
  }
  .room .roomDetailArea .left span {
    font-size: 22px;
  }
  .room .roomDetailArea .left p {
    font-size: 14px;
  }
  .room .roomDetailArea .left .roomDetail {
    padding: 30px;
    float: none;
    overflow: hidden;
  }
  .room .roomDetailArea .left .roomDetail p {
    font-size: 26px;
  }
  .room .roomDetailArea .left .roomDetail p span {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  #culturalHeritage .cultural-heritage-container .cultural-heritage-list .ch-item {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 480px) {
  .intro-lightbox .intro-lightbox-content {
    width: 92%;
  }
  #errorPage {
    height: auto;
  }
  #errorPage .fullImgContent {
    display: block;
    align-items: initial;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
  #errorPage .fullImgContent .errorImgContainer {
    width: 54%;
    margin: 30px auto;
  }
  #errorPage .fullImgContent .errorImgContainer img {
    width: 50%;
    margin: 0 auto;
    left: auto;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
  }
  #errorPage .fullImgContent .errorTxtContainer {
    widtH: 100%;
    text-align: center;
  }
  #errorPage .fullImgContent .errorTxtContainer h1 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  #errorPage .fullImgContent .errorTxtContainer p {
    font-size: 14px;
  }
  #errorPage .fullImgContent .errorTxtContainer p br {
    display: none;
  }
  #errorPage .fullImgContent .errorTxtContainer a {
    margin-top: 40px;
  }
  .hotelguideWrapper {
    padding-top: 150px;
  }
  .hotelguideWrapper .accordionItem {
    padding: 15px 20px;
  }
  .hotelguideWrapper .accordionItem h3::before {
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .hotelguideWrapper .accordionItem .accordion-content {
    padding: 10px 0 0 0;
    font-size: 12px;
  }
  .hotelguideWrapper .accordionItem .accordion-content ul {
    padding: 0 10px;
  }
  .hotelguideWrapper .accordionItem .accordion-content ul li {
    padding: 10px 0;
    font-size: 14px;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery-wrapper {
    height: 265px;
  }
  .hotelguideWrapper .accordionItem .accordion-content .hotelguide-galery .hg-item {
    width: 48%;
  }
  section.intro .langWrapper {
    right: 15px;
    top: 21px;
    width: 150px;
    height: 42px;
    line-height: 42px;
  }
  section.intro .langWrapper select {
    height: 42px;
    line-height: 42px;
  }
  section.intro a.logo {
    width: 32%;
    float: left;
    margin-left: 15px;
  }
  section.intro .bottom .links .newsletterForm .newsletterFormInner .inputs input[type=text] {
    font-size: 10px;
  }
  section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
    display: block;
    width: 100%;
    padding: 15px 16%;
  }
  section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
    font-size: 20px;
  }
  section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
    font-size: 10px;
  }
  section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
    font-size: 13px;
  }
  section.prev-next-room .prev-room a {
    padding: 15px 0 15px 18%;
  }
  section.prev-next-room .prev-room a i {
    left: 5%;
  }
  section.prev-next-room .next-room a {
    padding: 15px 18% 15px 0;
  }
  section.prev-next-room .next-room a i {
    right: 5%;
  }
  header a.logo {
    width: 28%;
    padding: 0 0 0 15px;
  }
  header a.logo img {
    height: 44px;
    margin-top: 8px;
  }
  header .type {
    width: 72%;
  }
  header .type a {
    font-size: 13px;
  }
  header .tools {
    /*
    .langWrapper {line-height:60px; padding:0 10px;
    	select {height:60px; padding-right:10px;}
    	&::before{margin-top:2px;}
    }
    */
  }
  header .tools a, header .tools .reservationButton {
    font-size: 13px;
  }
  header .tools .reservationButton {
    width: 52%;
  }
  header .tools .reservationButton::before {
    left: 84%;
  }
  header .tools .lang::after {
    left: 75px;
  }
  header .tools > div {
    width: 48%;
  }
  header .tools .langWrapper {
    line-height: 60px;
    width: 46%;
  }
  header .tools .langWrapper select {
    height: 60px;
    padding-right: 20px;
    padding-left: 36px;
  }
  header .tools .langWrapper::before {
    margin-top: 2px;
    left: 10px;
  }
  header .tools .langWrapper::after {
    right: 0;
    color: #ffffff;
  }
  header .bottom .media-container .social a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 5px;
  }
  footer .content {
    padding: 15px;
  }
  footer .content .mobile-footer .middle .left a {
    font-size: 13px;
  }
  footer .content .mobile-footer .subscript {
    font-size: 16px;
  }
  footer .content .mobile-footer .telefon {
    font-size: 14px;
  }
  footer .content .mobile-footer .telefon::before {
    top: 30%;
  }
  footer .content .mobile-footer .upper {
    margin-bottom: 0;
  }
  footer .content .mobile-footer .upper a {
    padding: 0 0 15px;
  }
  footer .content .mobile-footer .upper a img {
    width: 25%;
  }
  footer .content .newsLetterWrapper {
    position: absolute;
    width: calc(100% - 30px);
    left: 0 !important;
    margin-left: 0;
  }
  footer .content .newsletterForm {
    position: absolute;
    bottom: 40px;
    left: 15px;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border: solid 4px #00006c;
  }
  section.intro .selection {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  section.intro .selection span {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #00097d;
    padding: 15px 0 70px;
  }
  section.intro .selection span strong {
    display: block;
  }
  section.intro .selection .link {
    width: 48%;
    margin-left: 4%;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
  }
  section.intro .selection .link > div > div {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  section.intro .selection .link small {
    color: #00097d;
    top: auto;
    bottom: auto;
    top: 90px;
    border: none;
  }
  section.intro .selection .link small::before {
    content: "\ea5b";
    font-size: 36px;
    line-height: 50px;
  }
  section.intro .selection .left {
    margin-left: 0;
  }
  section.intro .selection .left small {
    left: 50%;
    margin-left: -25px;
  }
  section.intro .selection .right small {
    left: 50%;
    margin-left: -25px;
  }
  section.intro .selection .left:hover > div > div, section.intro .selection .right:hover > div > div {
    width: 100%;
  }
  section.intro .selection .left:hover small, section.intro .selection .right:hover small {
    right: auto;
    left: 50%;
    width: 50px;
    bottom: 115px;
  }
  section.intro .bottom .links .newsLetterWrapper {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: calc(100% - 30px);
  }
  section.intro .bottom .links .newsletterForm {
    position: absolute;
    bottom: 40px;
    left: 15px;
    width: 100%;
    background: #ffffff;
    padding: 20px;
  }
  section.mainSlider {
    height: 74%;
  }
  ul#slideshow li .slider-content a {
    font-size: 16px;
    width: 94%;
    padding: 0 0 0 20px;
    left: 0;
  }
  ul#slideshow li .slider-content a::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -5px;
  }
  ul#slideshow li .slider-content .caption {
    font-size: 30px;
  }
  section.mainRooms .roomSelector .inner a {
    height: 100px;
  }
  section.mainRooms .roomSelector .inner a small {
    font-size: 12px;
    line-height: 16px;
  }
  section.mainRooms .item .rItem .left, section.mainRooms .item .rItem .right {
    float: none;
    width: 100%;
    padding-bottom: 35px;
  }
  section.mainRooms .item .rItem .left {
    padding-bottom: 50px;
  }
  section.mainRooms .item .rItem .left a {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
  section.mainRooms .item .rItem .left .rInfo div {
    padding: 4.5% 0;
  }
  section.mainRooms.belek .roomSelector .inner a small, section.mainRooms.tekirova .roomSelector .inner a small {
    width: calc(100% - 15px);
    font-size: 12px;
  }
  section.mainRooms.belek .roomSelector .inner a svg {
    margin-left: -5px;
  }
  section.mainRooms.belek .roomSelector .inner a i {
    right: 5px;
  }
  .ru section.mainRooms.belek .roomSelector {
    padding: 0;
  }
  .ru section.mainRooms .roomSelector .inner a span {
    padding: 10px 10px 0 10px;
  }
  section.teasers .content .col-1 {
    padding: 15px;
  }
  section.teasers .content .col-1 h2 {
    left: 15px;
    top: 15px;
  }
  section.teasers .content .col-1 #awards {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  section.teasers .content .col-1 #awards .owl-stage {
    align-items: initial;
  }
  section.teasers .content .col-1 #awards .item {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
  section.teasers .content .col-1 #awards .left {
    width: 100%;
    margin-top: 20px;
  }
  section.teasers .content .col-1 #awards .left small {
    margin-top: 25%;
  }
  section.teasers .content .col-1 #awards .left p {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  section.teasers .content .col-1 #awards .left p br {
    display: none;
  }
  section.teasers .content .col-1 #awards .right {
    width: 100%;
    order: 1;
  }
  section.teasers .content .col-1 #awards .right img {
    width: 60%;
    margin: 0 auto;
  }
  section.teasers .content .col-1 #awards .owl-nav .owl-prev:before {
    font-size: 34px;
  }
  section.teasers .content .col-1 #awards .owl-nav .owl-next:before {
    font-size: 34px;
  }
  section.teasers .content .col-2 {
    width: 100%;
    height: 240px;
  }
  section.teasers .content .col-3 {
    width: 100%;
    height: 280px;
  }
  section.teasers .content .col-3 .upper, section.teasers .content .col-3 .lower {
    padding: 30px;
  }
  section.teasers .content .col-3 .upper span, section.teasers .content .col-3 .lower span {
    font-size: 22px;
    line-height: 22px;
  }
  section.teasers .content .col-3 .upper svg, section.teasers .content .col-3 .lower svg {
    right: 30px;
    bottom: 30px;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
  }
  section.teasers .content .col-3 .upper::after, section.teasers .content .col-3 .lower::after {
    bottom: 30px;
  }
  section.textImageSlider #textImageSlider .owl-nav {
    height: 46px;
    width: 100%;
  }
  section.textImageSlider #textImageSlider .item::before {
    height: 46px;
  }
  section.textImageSlider #textImageSlider .left {
    width: 100%;
    float: none;
    padding-bottom: 60px;
  }
  section.textImageSlider #textImageSlider .right {
    width: 100%;
    float: none;
  }
  .activity {
    height: 63%;
  }
  .fullImgContent .col5 .icon {
    padding: 0;
    width: 22%;
  }
  #SSS .accordionContent h3 {
    font-size: 18px;
  }
  .tabWrapper .tabSelect a,
  .contentWrapper .title,
  #basindaBiz h1, .aktiviteTeaser .teaserTxt span,
  .fullTeaser.aktiviteSpor .teaserTxt span {
    font-size: 20px;
  }
  .roomFilter a {
    width: 24.5%;
    font-size: 14px;
  }
  .boxSlider .boxList {
    width: 100%;
  }
  .fullTeaser .teaserTxt {
    font-size: 13px;
  }
  .fullTeaser .teaserTxt span {
    font-size: 20px;
  }
  .fullTeaser.restaurant {
    overflow: hidden;
  }
  .fullTeaser.restaurant .teaserTxt {
    top: 60%;
    font-size: 12px;
    max-width: 48%;
  }
  .fullTeaser.restaurant .teaserTxt span {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .fullTeaser.restaurant .teaserTxt span br {
    display: none;
  }
  .fullTeaser.restaurant img {
    width: 120%;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt {
    top: 58%;
    left: 15px;
    font-size: 11px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt span {
    font-size: 18px;
  }
  .fullTeaser.spa .teaserTxt {
    font-size: 13px;
  }
  .fullTeaser.spa .teaserImg {
    bottom: -25px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt span {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .fullTeaser.aktiviteSpor .teaserTxt {
    margin-top: 5%;
  }
  .hourSlider h3 {
    width: 150px;
    font-size: 20px;
  }
  .hourSlider table {
    font-size: 13px;
  }
  .hourSlider table td {
    padding-left: 3px;
    font-size: 10px;
  }
  .hourSlider .plateImg {
    width: 36% !important;
    top: -22%;
  }
  .hourSlider .owl-nav {
    width: 70px;
    left: 36%;
  }
  .restaurantlarTeaserFirst .teaserTxt div span {
    font-size: 20px;
  }
  .restaurantlarTeaserFirst .teaserTxt div p {
    font-size: 13px;
  }
  .restaurantlarTeaserFirst .teaserTxt div:first-child {
    width: calc(46% - 30px);
  }
  .restaurantlarTeaserFirst .teaserTxt div:last-child {
    width: 54%;
  }
  .restaurantlarTeaserSecond div .teaserTxt span {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .restaurantlarTeaserSecond div .teaserTxt p {
    font-size: 13px;
  }
  .restaurantlarTeaserThird {
    padding: 15px 15px 60px 15px;
  }
  .restaurantlarTeaserThird .teaserTxt div span {
    font-size: 14px;
    width: 33%;
  }
  .restaurantlarTeaserThird img {
    width: 37%;
    bottom: 10px;
  }
  #boxSlider4Column .owl-nav {
    bottom: 15px;
  }
  .boxSlider.with4Column h2 {
    font-size: 20px;
  }
  .boxSlider.with4Column h2 small {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  .boxSlider.with4Column .boxItem .txt a {
    font-size: 18px;
  }
  .boxSlider.with4Column > small {
    font-size: 12px;
  }
  .aquaparkTeaser img {
    left: 15px;
    bottom: -15px;
  }
  .aquaparkTeaser .teaserTxt-top {
    padding: 15px 127px 150px 15px;
    font-size: 13px;
  }
  .aquaparkTeaser .teaserTxt-bottom {
    padding: 25px;
    top: 15px;
    right: 15px;
  }
  .aquaparkTeaser .teaserTxt-bottom div .number {
    font-size: 20px;
  }
  .aquaparkTeaser .teaserTxt-bottom div .text {
    font-size: 13px;
  }
  .beachTeaser2.aquaparkTeaser .teaserTxt-top {
    padding: 15px 127px 210px 15px;
    font-size: 13px;
  }
  .galleryTools .galleryNav {
    min-width: 30%;
  }
  #happyland, #flavors, #aquapark, #quuspa {
    height: 66%;
  }
  #aquapark .fullImgContent .col5, #flavors .fullImgContent .col5, #quuspa .fullImgContent .col5 {
    width: 62%;
  }
  #aquapark .fullImgContent .col5 .txt, #flavors .fullImgContent .col5 .txt, #quuspa .fullImgContent .col5 .txt {
    width: 68%;
  }
  #aquapark .fullImgContent .tour, #flavors .fullImgContent .tour, #quuspa .fullImgContent .tour {
    width: 38%;
    left: 62%;
    height: auto;
    padding: 8px 20px 8px 20px;
  }
  .fullTeaser.fullTeaserWithHalfImage .teaserTxt span {
    padding-bottom: 12px;
  }
  .fullTeaser.happylandFullTeaser .teaserTxt span {
    padding-bottom: 12px;
  }
  .fullTeaser.restaurant .teaserTxt {
    max-width: 62%;
    top: 58%;
  }
  .fullTeaser.restaurant img {
    width: 126%;
  }
  .aquaparkTeaser .teaserTxt-bottom {
    width: 95px;
    padding: 20px;
  }
  .col11.h100.room {
    height: 76%;
  }
  .room {
    padding-bottom: 50px;
  }
  .room .fullImgContent {
    display: block;
  }
  .room .fullImgContent a {
    padding-left: 70px;
    line-height: 5.5;
  }
  .room .fullImgContent a::before {
    left: 15px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
  }
  .room .fullImgContent .col6 {
    float: none;
    width: 100%;
  }
  .room .fullImgContent .col6 h1 {
    padding: 15px 15px 15px 25px;
    font-size: 22px;
  }
  .room .fullImgContent .col2 {
    float: left;
    width: 50%;
  }
  .room .roomDetailArea {
    margin-bottom: 90px;
  }
  .room .roomDetailArea .left {
    width: 100%;
    float: none;
  }
  .room .roomDetailArea .left span {
    font-size: 22px;
  }
  .room .roomDetailArea .left p {
    font-size: 14px;
  }
  .room .roomDetailArea .left .roomDetail {
    padding: 30px 0;
    float: none;
    overflow: hidden;
  }
  .room .roomDetailArea .left .roomDetail p {
    font-size: 22px;
    text-align: center;
  }
  .room .roomDetailArea .left .roomDetail p::after {
    left: 100%;
  }
  .room .roomDetailArea .left .roomDetail p span {
    font-size: 12px;
  }
  .room .roomDetailArea .left .rezervasyonYap {
    left: 15px;
    bottom: 0;
    width: 50%;
    font-size: 13px;
  }
  .room .roomDetailArea .left .rezervasyonYap::after {
    left: 15px;
    top: 30%;
  }
  .room .roomDetailArea .left .reservationNote {
    right: 15px;
    bottom: 0;
    width: 40%;
    font-size: 13px;
  }
  .room .roomDetailArea .right {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .room .roomDetailArea .right .roomImg img {
    margin-top: -20px;
  }
  .room .roomDetailArea .right .roomImg::after {
    height: 74%;
  }
  .ru .room .fullImgContent a.virtualTour {
    font-size: 12px;
    min-height: 77px;
    padding-top: 6px;
    padding-left: 60px;
  }
  section h2 {
    font-size: 16px;
  }
  #career .educationWrapper {
    margin-top: 60px;
  }
  #career .cvYukle, #career .applyBtn {
    padding: 15px 30px;
  }
  #career .accordionContent h3 {
    font-size: 16px;
  }
  #career .accordionContent .accordionItem div {
    font-size: 12px;
  }
  #roomsFilter .roomFilter a {
    height: 120px;
  }
  #roomsFilter .roomFilter a span {
    line-height: 17px;
  }
  #roomsFilter .roomFilter a svg {
    margin-left: -6px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
  }
  #roomsFilter .roomFilter a i {
    right: 6px;
    top: 18px;
  }
}
@media screen and (max-width: 400px) {
  header a.logo {
    width: 28%;
    padding: 0 0 0 15px;
  }
  header a.logo img {
    height: 44px;
    margin-top: 8px;
  }
  header .type {
    width: 72%;
  }
  header .type a {
    font-size: 14px;
  }
  header .tools a, header .tools .reservationButton {
    font-size: 14px;
  }
  header .tools .reservationButton {
    width: 52%;
    padding-left: 54px;
  }
  header .tools .reservationButton::before {
    left: 92%;
  }
  header .tools .lang::after {
    left: 65px;
  }
  header .tools > div {
    width: 46%;
  }
  header .tools .langWrapper {
    line-height: 60px;
  }
  header .tools .langWrapper select {
    height: 60px;
    padding-left: 30px;
  }
  header .tools .langWrapper::before {
    margin-top: 2px;
  }
  header .bottom .media-container .social a {
    margin-right: 3px;
  }
  footer .content .mobile-footer .middle .left a {
    font-size: 14px;
    width: 46%;
  }
  footer .content .mobile-footer .middle .left a:first-child {
    width: 54%;
    padding: 0 10px 0 0;
  }
  footer .content .mobile-footer .middle .left .guralPremier {
    padding: 0 0 0 10px;
  }
  footer .content .mobile-footer .subscript {
    font-size: 17px;
  }
  footer .content .mobile-footer .telefon {
    font-size: 15px;
  }
  footer .content .mobile-footer .telefon::before {
    top: 30%;
  }
  section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
    display: block;
    width: 100%;
    padding: 15px 16%;
  }
  section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
    font-size: 18px;
  }
  section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
    font-size: 9px;
  }
  section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
    font-size: 12px;
  }
  section.prev-next-room .prev-room a {
    padding: 15px 0 15px 18%;
  }
  section.prev-next-room .prev-room a i {
    left: 5%;
  }
  section.prev-next-room .next-room a {
    padding: 15px 18% 15px 0;
  }
  section.prev-next-room .next-room a i {
    right: 5%;
  }
  section.mainRooms .roomSelector .inner a {
    height: 85px;
  }
  section.mainRooms .roomSelector .inner a span {
    padding: 10px 10px 0 10px;
  }
  section.mainRooms .roomSelector .inner a span svg {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
  }
  section.mainRooms .roomSelector .inner a small {
    font-size: 12px;
  }
  .hourSlider .plateImg {
    width: 36% !important;
    top: -16%;
  }
  .room {
    padding-bottom: 50px;
  }
  .room .fullImgContent {
    display: block;
  }
  .room .fullImgContent a {
    padding-left: 55px;
    line-height: 5.2;
  }
  .room .fullImgContent a::before {
    left: 10px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
  }
  .restaurantlarTeaserFirst.tekirova .teaserTxt div:first-child {
    width: calc(40% - 15px);
    margin-right: 15px;
  }
  .restaurantlarTeaserFirst.tekirova .teaserTxt div:last-child {
    width: 60%;
  }
  .restaurantlarTeaserFirst.tekirova .teaserTxt div:last-child p {
    width: 50%;
  }
  .restaurantlarTeaserFirst.tekirova .teaserTxt div:last-child p:nth-child(2) {
    margin-right: 0;
    padding-right: 10px;
  }
  .restaurantlarTeaserFirst.tekirova .teaserTxt div:last-child p:nth-child(3) {
    padding-left: 10px;
  }
  .restaurantlarTeaserFirst.belek .teaserTxt div:first-child {
    width: calc(40% - 15px);
    margin-right: 15px;
  }
  .restaurantlarTeaserFirst.belek .teaserTxt div:last-child {
    width: 60%;
  }
  .restaurantlarTeaserFirst.belek .teaserTxt div:last-child p {
    width: 50%;
  }
  .restaurantlarTeaserFirst.belek .teaserTxt div:last-child p:nth-child(2) {
    margin-right: 0;
    padding-right: 10px;
  }
  .restaurantlarTeaserFirst.belek .teaserTxt div:last-child p:nth-child(3) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 360px) {
  header a.logo {
    width: 36%;
    padding: 0 0 0 15px;
  }
  header a.logo img {
    height: 48px;
    margin-top: 5px;
  }
  header .type {
    width: 64%;
  }
  header .type a {
    font-size: 13px;
  }
  header .tools a, header .tools .reservationButton {
    font-size: 13px;
  }
  header .tools .reservationButton {
    width: 56%;
    padding-right: 2%;
    text-indent: 0;
    padding-left: 52px;
  }
  header .tools .lang::before {
    margin-right: 8px;
  }
  header .tools .lang::after {
    left: 60px;
  }
  header .tools > div {
    width: 42%;
  }
  header .tools .langWrapper {
    line-height: 60px;
  }
  header .tools .langWrapper select {
    height: 60px;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
  }
  header .tools .langWrapper::before {
    margin-top: 2px;
  }
  header .bottom .nav-container .nav-mobile ul {
    padding: 15px;
  }
  header .bottom .nav-container nav {
    padding: 15px;
  }
  header .bottom .media-container {
    padding: 15px;
  }
  header .bottom .media-container .phone {
    width: 52%;
  }
  header .bottom .media-container .social {
    float: right;
    width: 48%;
  }
  header .bottom .media-container .social a {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
  footer .content .mobile-footer .middle .left a {
    font-size: 13px;
  }
  footer .content .mobile-footer .subscript {
    font-size: 17px;
  }
  footer .content .mobile-footer .telefon {
    font-size: 15px;
  }
  footer .content .mobile-footer .telefon::before {
    top: 30%;
  }
  section.mainRooms .roomSelector .inner a {
    height: 85px;
  }
  section.mainRooms .roomSelector .inner a span {
    padding: 10px 10px 0 10px;
  }
  section.mainRooms .roomSelector .inner a span svg {
    margin: -3px 0 0 -10px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
  }
  section.mainRooms .roomSelector .inner a small {
    width: 50%;
    font-size: 12px;
  }
  section.prev-next-room .content {
    padding: 0;
  }
  section.prev-next-room .prev-room a, section.prev-next-room .next-room a {
    display: block;
    width: 100%;
    padding: 15px 16%;
  }
  section.prev-next-room .prev-room a i, section.prev-next-room .next-room a i {
    font-size: 16px;
  }
  section.prev-next-room .prev-room a span, section.prev-next-room .next-room a span {
    font-size: 8px;
  }
  section.prev-next-room .prev-room a p, section.prev-next-room .next-room a p {
    font-size: 11px;
  }
  section.prev-next-room .prev-room a {
    padding: 15px 0 15px 18%;
  }
  section.prev-next-room .prev-room a i {
    left: 5%;
  }
  section.prev-next-room .next-room a {
    padding: 15px 18% 15px 0;
  }
  section.prev-next-room .next-room a i {
    right: 5%;
  }
}

/*# sourceMappingURL=style.css.map */
