/* CSS Document */
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" );
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  height: 100%;
}

body {
  line-height: 1;
  color: black;
  background: white;
  overflow-x: hidden;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body ::-moz-selection {
  background: #111111;
  color: #fff;
}

body ::selection {
  background: #111111;
  color: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: " ";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

input,
textarea,
select,
div,
ul,
li,
a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* @import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow'); */
/* Old vertion */
/* $font--title:     'Calibri-Bold', sans-serif; $font--normal:    'Calibri', sans-serif; $fontsetting: ( body 			: ( size: 1.6rem, lineheight: 1.4), h1 				: ( size: 3.8rem,	lineheight: 1), h2 				: ( size: 3.8rem,	lineheight: 1.2), h3 				: ( size: 3.8rem, lineheight: 1), h4 				: ( size: 3rem, 	lineheight: 1.6), h5 				: ( size: 2rem, 	lineheight: 1.2), h6 				: ( size: 4.3rem, lineheight: 1.2), // --- etc font --- header 		: ( size: 3rem, 	lineheight: 1.2), subheader : ( size: 1.6rem, lineheight: 1.6), footer 		: ( size: 1.2rem, lineheight: 1.4), ftrname 	: ( size: 1.4rem, lineheight: 1.4), menu 			: ( size: 2.2rem, lineheight: 1.4), tabmenu 	: ( size: 1.4rem, lineheight: 1.4), ); */
/* news vertion */
/* # Set SASS Function
================================================== */
/* #Basic Set
================================================== */
body {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 400;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-size: 2.8rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.6;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: inherit;
}

h6 {
  font-size: 1.3rem;
  line-height: 1.6;
}

hr {
  position: relative;
  clear: both;
  margin: 0 10px;
  height: 0;
  border-top: 1px solid #4b4b4b;
}

ul {
  list-style: none;
}

ol,
ul.circle,
ul.disc,
ul.square {
  margin-left: 30px;
}

ol {
  list-style: decimal;
}

ul.square {
  list-style: square;
}

ul.circle {
  list-style: circle;
}

ul.disc {
  list-style: disc;
}

ol ol,
ol ul,
ul ol,
ul ul {
  font-size: 90%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

strong {
  font-weight: 700;
 font-family: "Lato", sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

a:active,
a:hover {
  color: #fff !important;
  text-decoration: none;
}

a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  top: 100%;
  /* background-color: #4b4b4b; */
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

a:hover:before {
  width: 100%;
}
.flex-head{
  font-weight: 600;
}
.clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* #Set Font
================================================== */
h1,
h2,
h3,
h4,
h5 {
 font-family: "Lato", sans-serif;
}

body,
input,
textarea,
select,
button,
p {
  font-family: "Lato", sans-serif;
}

/* #Textbox style
================================================== */
input,
textarea,
select,
button {
  background: #ffffff;
  color: #000000;
  outline: inherit;
  width: 100%;
  padding: 10px;
  border: 2px solid #000000;
}

button {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-transform: uppercase;
}

select {
  -moz-appearance: none;
  padding: 13px 10px 12px;
  background-color: #ffffff;
  outline: 0px;
  -webkit-appearance: none;
  background: url(../../themes/qayaam/images/icon--select.png) right
    center no-repeat #ffffff;
  line-height: 1;
}

/* #Helper Class
================================================== */
._small {
  font-size: 0.6em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

._set-tablet {
  /* 800 */
  display: none;
}

._set-mobile {
  /* 560 */
  display: none;
}

._red,
.error {
  color: #cc0000;
}

/* #Grid
================================================== */
[class*="col-"] {
  position: relative;
  float: left;
  min-height: 1px;
}

section {
  position: relative;
  z-index: 0;
}

.box {
  position: relative;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1072px;
  width: 100%;
}

.container_full {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.pd_sectionmain {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pd_sectiondeal{
  background-color: #fff !important;
  padding-top: 0px !important;
}

.pd_sectionsub {
  /* padding-top: 80px; */
  padding-bottom: 80px;
}

.pd_sectionslide {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* #Button and Link style
================================================== */
._btn-readmore {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px 8px;
  display: inline-block;
  text-transform: uppercase;
}

._btn-readmore:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #000000;
}

._btn-readmore:before {
  bottom: 0;
  top: auto;
}

._btn-readmore.gray {
  background-color: #cccccc;
}

._btn-readmore.gray:hover {
  background-color: rgba(255, 255, 255, 0);
}

._btn-readmore.gray:before {
  background-color: #cccccc;
}

._btn-booknow {
  color: #ffffff;
  background-color: #003366;
  padding: 6px 20px 4px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  text-transform: initial;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

._btn-booknow:before {
  height: 0;
}

._btn-booknow:hover {
  background-color: #003366;
}

/* #Font style
================================================== */
.title {
  overflow: hidden;
  margin-bottom: 35px;
}

/* #Icon
================================================== */
.icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.icon.icon--facebook {
  background-image: url(../../themes/qayaam/images/icon--facebook.png);
}

.icon.icon--twitter {
  background-image: url(../../themes/qayaam/images/icon--twitter.png);
}
.icon.icon--linkedin {
  background-image: url(../../themes/qayaam/images/icon--linkedin.png);
}

.icon.icon--instagram {
  background-image: url(../../themes/qayaam/images/icon--instagram.png);
}

.icon.icon--pinterest {
  background-image: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--pinterest.svg);
}

.icon.icon--tripadvisor {
  background-image: url(../../themes/qayaam/images/icon--tripadvisor.png);
  width: 38px;
}

.icon--login {
  background-image: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--login.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon--register {
  background-image: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--register.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.contact-info__item__icon .fa-map{
  background-image: url(../../themes/qayaam/images/location.png);
  width: 19px !important;
  height: 28px;
}
.contact-info__item__icon .fa-email{
  background-image: url(../../themes/qayaam/images/email.png);
  width: 35px !important;
  height: 26px;
}
.contact-info__item__icon .fa-call{
  background-image: url(../../themes/qayaam/images/contact.png);
  width: 35px !important;
  height: 33px;
}
.contact-info__item__icon i{
  margin-right: 1rem;
}
.contact-info__item__icon{
  display: flex;
    /* margin: auto; */
    /* margin-left: 43%; */
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.contact-info__item__icon h4{
  color:#ffff;
  font-size: 1.7rem;
    font-weight: 600;
}
.contact-info__item__text{
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
}
.contact-info__item .general-enq h4{
font-size: 1.7rem;
color: #fff;
font-weight: 600;
text-align: center;
}
.contact-info__item .general-enq p{
  color: #fff;
}
.did-floating-label {
  color: #1e4c82;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 8px;
  padding: 0 5px;
  background: #F2F2F2;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.did-floating-label-text{
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 8px;
}
textarea{
  background: #F2F2F2 !important;
  border: 1px solid #B4BEC8;
}
.did-floating-input, .did-floating-select{
  font-size: 12px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #F2F2F2 !important;
  color: #323840;
  border: 1px solid #B4BEC8;
  border-radius: 4px;
  box-sizing: border-box;
}
.did-floating-text{
  font-size: 12px;
  display: block;
  width: 100%;
  /* height: 36px; */
  padding: 0 20px;
  background: #F2F2F2;
  color: #323840;
  border: 1px solid #B4BEC8;
  border-radius: 4px;
  box-sizing: border-box;
}
.form-action .form-group {
  margin-bottom: 20px;
}
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.did-floating-input:focus, .did-floating-text:focus {
 outline: none;
}
.did-floating-input:focus ~ .did-floating-label, .did-floating-text:focus ~ .did-floating-label {
 top: -8px;
 font-size: 13px;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
 top: -8px;
 font-size: 13px;
}


.did-floating-text:not(:placeholder-shown) ~ .did-floating-label {
 top: -8px;
 font-size: 13px;
}
.form-box .btn_1 {
  background-color: #2A387C !important;
  padding: 9px;
  /* margin-right: 20px; */
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  width: 30%;
}
/* # Animate
================================================== */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

/* #Photo Effect
================================================== */
._bg-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

._bg-full img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* #Slide slide
================================================== */
@media screen and (min-width: 801px) {
  .slick-slider .slick-list {
    height: auto !important;
  }
}

.slick-track {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: 0;
  height: 100px;
  width: 100px;
  z-index: 400;
  font-size: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slick-prev {
  left: 30px;
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left.svg)
    no-repeat left center;
}

.slick-next {
  right: 30px;
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right.svg)
    no-repeat right center;
}

.slick-dots {
  width: 400px;
  bottom: 30px;
  left: 30px;
  position: absolute;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 12px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 0;
  position: relative;
}

.slick-dots li button:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
}

/* #Back to top
================================================== */
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  padding: 5px;
  width: 35px;
  height: 33px;
  border: 0;
  border-radius: 4px;
  background-color: rgba(102, 102, 102, 0.7);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#back-to-top:before {
  height: 0;
}

#back-to-top.show {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about_img .photo{
  width: 90% !important;
}
#back-to-top:hover {
  background-color: #202020;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#back-to-top span {
  display: block;
  font-size: 1.2rem;
}

#back-to-top i.fa {
  position: relative;
  margin-top: 2px;
  border: 0;
  background: url(./img/icon--arrow-backtotop.svg)
    no-repeat center center;
  height: 16px;
  width: 16px;
  display: block;
  margin: 3px auto 0;
}

#back-to-top i.fa:before {
  top: 0;
  font: normal normal normal 14px/1 FontAwesome;
}

/* #box layout
================================================== */
div[class*="boxc__"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div[class*="boxc__"] .box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #000000;
}

div[class*="boxc__"] .box .photo {
  overflow: hidden;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

div[class*="boxc__"] .box .detail .wrap {
  width: 100%;
}

div[class*="boxc__"] .box:hover .photo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.boxc__1col .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boxc__1col .box .photo {
  width: 50%;
}

.boxc__1col .box .detail {
  width: 50%;
}

.boxc__2col .box {
  width: calc(50% - 10px);
}

.boxc__2col .box .photo {
  width: 100%;
}

.boxc__2col .box .detail {
  width: 100%;
}

.boxc__3col .box {
  width: calc(33.33% - 10px);
}

.boxc__3col .box .photo {
  width: 100%;
}

.boxc__3col .box .detail {
  width: 100%;
}

/* #Etc
================================================== */
.fixed_scroll {
  height: 100%;
  overflow: hidden;
}

.detail p {
  margin-bottom: 15px;
  font-size: 16px;
}

.detail ul {
  list-style-type: disc;
  padding-left: 20px;
}

.wrap__contentmain {
  text-align: center;
}

.secsty_gray {
  background-color: #cccccc;
  color: #ffffff;
}

/* #Header
================================================== */
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center;
  padding: 40px 0;
}
header .logo img{
  width: 20%;
}
header .logo a:before {
  width: 0;
}

header .btn_mobile_menu,
header .btn_mobile_res {
  display: none;
}

.navbar-mainmenu,
.navbar-reservation,
.navbar-close {
  position: fixed;
  z-index: 70;
  top: 30%;
  right: -20px;
  width: 80px;
  height: 110px;
  background-color: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}

.navbar-mainmenu .navbar-btn,
.navbar-reservation .navbar-btn,
.navbar-close .navbar-btn {
  position: absolute;
  width: 29px;
  height: 14px;
  margin: 0;
  top: auto;
  right: 35px;
  bottom: 75px;
  left: auto;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-mainmenu .navbar-btn-label,
.navbar-reservation .navbar-btn-label,
.navbar-close .navbar-btn-label {
  position: absolute;
  top: 40px;
  right: 0px;
  opacity: 1;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateX(7px) rotate(-90deg);
  transform: translateX(7px) rotate(-90deg);
}

.navbar-mainmenu .navbar-btn-bars,
.navbar-reservation .navbar-btn-bars,
.navbar-close .navbar-btn-bars {
  position: absolute;
  right: 0;
  width: 65px;
  height: 15px;
}

.navbar-mainmenu .navbar-btn-bars > div,
.navbar-reservation .navbar-btn-bars > div,
.navbar-close .navbar-btn-bars > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-mainmenu .navbar-btn-bars > div:nth-child(1),
.navbar-reservation .navbar-btn-bars > div:nth-child(1),
.navbar-close .navbar-btn-bars > div:nth-child(1) {
  top: 7px;
}

.navbar-mainmenu .navbar-btn-bars > div:nth-child(3),
.navbar-reservation .navbar-btn-bars > div:nth-child(3),
.navbar-close .navbar-btn-bars > div:nth-child(3) {
  top: 14px;
}

.navbar-mainmenu:hover,
.navbar-reservation:hover,
.navbar-close:hover {
  -webkit-transform: translateX(-10px) translateY(-100%);
  -moz-transform: translateX(-10px) translateY(-100%);
  -ms-transform: translateX(-10px) translateY(-100%);
  -o-transform: translateX(-10px) translateY(-100%);
  transform: translateX(-10px) translateY(-100%);
}

.navbar-mainmenu:hover .navbar-btn-bars > div:nth-child(2),
.navbar-reservation:hover .navbar-btn-bars > div:nth-child(2),
.navbar-close:hover .navbar-btn-bars > div:nth-child(2) {
  right: -5px;
}

.navbar-mainmenu:hover .navbar-btn-bars > div:nth-child(3),
.navbar-reservation:hover .navbar-btn-bars > div:nth-child(3),
.navbar-close:hover .navbar-btn-bars > div:nth-child(3) {
  right: 5px;
}

.navbar-mainmenu.moveout,
.navbar-reservation.moveout {
  right: -100px;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-reservation {
  -webkit-transform: translateX(0) translateY(0%);
  -moz-transform: translateX(0) translateY(0%);
  -ms-transform: translateX(0) translateY(0%);
  -o-transform: translateX(0) translateY(0%);
  transform: translateX(0) translateY(0%);
  background-color: #2A387C;
  color: #fff;
  height: 150px;
}

.navbar-reservation .navbar-btn {
  bottom: 110px;
}

.navbar-reservation .navbar-btn-bars > div {
  background-color: #ffffff;
}

.navbar-reservation .navbar-btn-bars > div:nth-child(1) {
  right: 2px;
  width: 0;
  top: 5px;
}

.navbar-reservation .navbar-btn-bars > div:nth-child(2) {
  width: 15px;
  -webkit-transform: translateX(-5px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(-5px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(-5px) translateY(0px) rotate(45deg);
  -o-transform: translateX(-5px) translateY(0px) rotate(45deg);
  transform: translateX(-5px) translateY(0px) rotate(45deg);
}

.navbar-reservation .navbar-btn-bars > div:nth-child(3) {
  width: 15px;
  top: 10px;
  -webkit-transform: translateX(-5px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(-5px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(-5px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(-5px) translateY(0px) rotate(-45deg);
  transform: translateX(-5px) translateY(0px) rotate(-45deg);
}

.navbar-reservation .navbar-btn-label {
  top: 50px;
  right: -20px;
}

.navbar-reservation .navbar-btn-label span {
  display: block;
  width: 75px;
}

.navbar-reservation:hover {
  -webkit-transform: translateX(-10px) translateY(0%);
  -moz-transform: translateX(-10px) translateY(0%);
  -ms-transform: translateX(-10px) translateY(0%);
  -o-transform: translateX(-10px) translateY(0%);
  transform: translateX(-10px) translateY(0%);
  background-color: #cccccc;
}

.navbar-reservation:hover .navbar-btn-bars > div:nth-child(1) {
  width: 30px;
  right: -1px;
}

.navbar-reservation:hover .navbar-btn-bars > div:nth-child(2) {
  right: -10px;
}

.navbar-reservation:hover .navbar-btn-bars > div:nth-child(3) {
  right: -10px;
}

.navbar-close {
  right: -100px;
  z-index: 2000;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-close.btn-reservation,
.navbar-close.btn-closepopup {
  background-color: #000000;
}

.navbar-close.btn-reservation .navbar-btn-bars > div,
.navbar-close.btn-closepopup .navbar-btn-bars > div {
  background-color: #ffffff;
}

.navbar-close.btn-reservation .navbar-btn-label,
.navbar-close.btn-closepopup .navbar-btn-label {
  color: #ffffff;
}

.navbar-close.active {
  right: -20px;
}

/* # Mainmenu
================================================== */
.sec__mainmenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100%;
  z-index: 1999;
  background-color: #000000;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.sec__mainmenu .bg__mainmenu {
  background: url(../../themes/qayaam/images/bg-mainmenu.png) no-repeat
    center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=34);
  -webkit-opacity: 0.34;
  -moz-opacity: 0.34;
  -khtml-opacity: 0.34;
  opacity: 0.34;
  top: 0;
  left: 100%;
  -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.sec__mainmenu .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec__mainmenu .wrap__mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  backdrop-filter: blur(7.5px);
  background: rgba(42, 56, 124, 0.2);
  padding: 100px ;
  width: 70%;
  margin: auto;
  height: fit-content;
  box-sizing: border-box;
}

.sec__mainmenu .wrap__mainmenu > div {
  width: 50%;
}

.sec__mainmenu .titlename span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

.sec__mainmenu .titlename span:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-color: #ffffff;
}

.sec__mainmenu ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.sec__mainmenu a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

.sec__mainmenu a:before {
  background-color: #ffffff;
  bottom: 0;
  top: auto;
}

.sec__mainmenu.active {
  left: 0;
}

.sec__mainmenu.active .bg__mainmenu {
  left: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.sec__mainmenu.active .list__lang:before {
  width: 100%;
  -webkit-transition: all 0.6s ease 1.8s;
  -moz-transition: all 0.6s ease 1.8s;
  -o-transition: all 0.6s ease 1.8s;
  -ms-transition: all 0.6s ease 1.8s;
  transition: all 0.6s ease 1.8s;
}

.list__lang {
  /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
  padding-top: 30px;
  margin-top: 60px;
  max-width: 280px;
  position: relative;
}

.list__lang:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.list__lang img {
  width: 30px;
}

.list__lang a:before {
  display: none;
}

/* # Reservation
================================================== */
.sec__reservation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100%;
  z-index: 1999;
  background-color: #000000;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.sec__reservation .bg__reservation {
  background: url(../../themes/qayaam/images/bg--reservation.jpg)
    no-repeat center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=34);
  -webkit-opacity: 0.34;
  -moz-opacity: 0.34;
  -khtml-opacity: 0.34;
  opacity: 0.34;
  top: 0;
  left: 100%;
  -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.sec__reservation .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec__reservation .wrap__reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 50px 30px;
  max-width: 660px;
}

.sec__reservation .wrap__reservation .ft_title {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.2;
  padding: 10px 0 40px;
  text-align: center;
  text-transform: uppercase;
}

.sec__reservation .wrap__reservation form #reser_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec__reservation .wrap__reservation form input,
.sec__reservation .wrap__reservation form select {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px 15px 10px;
  font-size: 1.9rem;
}

.sec__reservation .wrap__reservation form select {
  padding: 14px 15px 12px;
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--selectbox.svg)
    no-repeat right center #000000;
}

.sec__reservation .wrap__reservation form .row {
  padding-bottom: 25px;
}

.sec__reservation .wrap__reservation form .-date {
  width: calc(50% - 15px);
}

.sec__reservation .wrap__reservation form .-rooms {
  width: calc(50% - 15px);
}

.sec__reservation .wrap__reservation form .-guest {
  width: calc(50% - 15px);
}

.sec__reservation .wrap__reservation form .-promocode {
  width: calc(50% - 15px);
}

.sec__reservation .wrap__reservation form .-promocode input {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--star.svg)
    no-repeat right center #000000;
}

.sec__reservation .wrap__reservation form .-submit {
  width: 100%;
}

.sec__reservation .wrap__reservation form .-submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0 2px;
}

.sec__reservation .wrap__reservation form .-submit button img {
  width: 50px;
  margin-right: 20px;
}

.sec__reservation .wrap__reservation form .-bestrate {
  text-align: center;
  width: 100%;
}

.sec__reservation .wrap__reservation form .-bestrate img {
  width: 150px;
}

.sec__reservation .wrap__reservation form .subject {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
 font-family: "Lato", sans-serif;
  padding-bottom: 5px;
}

.sec__reservation .wrap__reservation form button {
  background-color: #ffffff;
  color: #000000;
  font-size: 2.1rem;
  font-size: 1.8rem;
  line-height: 1.2;
 font-family: "Lato", sans-serif;
  border: 0;
  padding: 15px 0 10px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: relative;
}

.sec__reservation .wrap__reservation form button:hover {
  background-color: inherit;
}
.header-logo img{
  
  position: relative;
    margin-left: 43%;
    margin-bottom: -10%;
}
.sec__reservation .wrap__reservation form button:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.sec__reservation .wrap__reservation form button:hover:before {
  width: 100%;
}

.sec__reservation .wrap__reservation form input.hasDatepicker {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--calendar.svg)
    no-repeat right center #000000;
}

.sec__reservation.active {
  left: 0;
}

.sec__reservation.active .bg__reservation {
  left: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

/* #footer
================================================== */
footer {
  font-size: 1.05rem;
  line-height: 1.4;
  padding: 60px 60px;
  background-color: #2A387C;
}

/* footer .container_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

footer .container_full > .col1 {
  width: 50%;
}
.wrap__copyright .hotel_detail{
  color: #FFFFFF;
}
.wrap__copyright .hotel_detail p{
  font-size: 1.2rem;
  line-height: 2;
}
footer .wrap__link strong{
  color: #fff;
    font-weight: 900;
    font-size: 2.2rem;
    margin-left: 25%;
    line-height: 10rem;
}
footer .hotel_detail strong{
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
}
footer .wrap__link ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 4rem;

}
footer .wrap__link ul{
  margin-left: 20%;
}
footer .container_full > .col1 .hotelname {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
}

footer .container_full > .col2 {
  width: 50%;
}
footer .copyright{
  color: #fff;
}
footer .copyright a{
  color: #fff;
}
footer input{
  border: 2px solid #CA822A;
}
footer button{
  background-color: #CA822A;
  border: 1px solid #CA822A;
}
.hotel_detail a{
  color: #fff;
  text-decoration: none;
}
footer .container_full .linkfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .container_full .linkfooter li {
  padding-left: 11px;
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container_full .linkfooter li i {
  margin-right: 5px;
}

footer .container_full .linkfooter li:before {
  position: absolute;
  content: "";
  width: 1px;
  left: 0;
  top: 2px;
  bottom: 3px;
  background-color: #000000;
}

footer .container_full .linkfooter li:nth-child(1):before {
  width: 0;
}

footer .container_full .social {
  padding: 20px 0 13px;
}

footer .container_full .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container_full .social li {
  margin-left: 13px;
}

footer .container_full .social a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

footer .container_full .social a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

footer .container_full .social a:before {
  width: 0;
}

footer .designhotellogo {
  text-align: left;
  padding: 15px 0 0 0;
}

.wrap__newsletter {
  padding-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrap__newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 340px;
}
.form-box{
  background-color: #F2F2F2;
  padding: 4rem;
}
.cotact-info{
  background-color: #2A387C;
  padding: 3rem;
}
.wrap__newsletter form input {
  width: calc(100% - 100px);
}

.wrap__newsletter form button {
  width: 100px;
}

.wrap__newsletter form .wrap--loading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}

.wrap__newsletter form .wrap--loading span {
  margin-left: 5px;
}

.wrap__newsletter form .icon--loading {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--loading.svg)
    no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

.wrap__newsletter .formSuccess1 {
  color: green;
}

.wrap__newsletter .alert--newsletter {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 0;
  padding-left: 10px;
  width: 100%;
}

.wrap__newsletter .alert--newsletter.active {
  max-height: 100px;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  padding-bottom: 5px;
}

.icon--langcn {
  background: url(../../themes/qayaam/images/icon--multi-language.png)
    no-repeat center center;
  background-size: 28px auto;
  margin-right: 5px;
}

/* #Main slide -- fullpage
================================================== */
.sd__mainslide:before {
  position: absolute;
  content: "";
  height: 220px;
  width: 100%;
  left: 0;
  top: 0; /* background: url(/wp-content/themes/qayaam/images/bg--topbanner.png) repeat-x top center; */
  z-index: 1;
}

.sd__mainslide:after {
  position: absolute;
  content: "";
  height: 220px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../../themes/qayaam/images/bg--bottombanner.png)
    repeat-x bottom center;
  z-index: 9;
}

.sd__mainslide .box {
  width: 100%;
  height: 100vh;
}

.sd__mainslide .box ._bg-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 100% 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sd__mainslide.home__slide {
  display: none;
}

.scrollto {
  position: absolute;
  bottom: 0px;
  width: 130px;
  left: calc(50% - 65px);
  z-index: 99;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  height: 65px;
}

.scrollto a {
  color: #ffffff; /* text-transform: uppercase; */
  display: block;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.scrollto a:before {
  height: auto;
  width: 1px;
  background-color: #d8d8d8;
  left: 50%;
  top: calc(100% + 10px);
  bottom: -85px;
}

.scrollto a:hover {
  padding-top: 5px;
}

.content__mainslide {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 30%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
}
.content__mainslide h1{
  font-weight: 700;
}
.content__mainslide .sub-cont{
  width: 80%;
    margin-left: 10%;
    font-size: 12px;
    line-height: 2.5rem;
}
.content__mainslide .title {
  font-size: 4.5rem;
  line-height: 1;
  font-size: 2.8rem;
  line-height: 1.2;
  text-transform: uppercase;
 font-family: "Lato", sans-serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 2px;
}
.sec__theresort{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../themes/qayaam/images/exprience_image.png) 100% 100% / cover no-repeat;
    padding: 100px;
    box-sizing: border-box;
    background-position: center;
    height: 100vh;
}
.sec__theresort .wrap__contentmain{
margin-top: 10%;
}
.sec__theresort h1{
  color: #fff;
  font-weight: 700;
}
.sec__theresort p{
  color: #fff;
  line-height: 2.5rem;
  font-size: 16px;
}
.experince p{
    text-align: justify;
}
.sec__theresort .button-3 {
  border-radius: 30px;
  background: #FFFFFF;
 
  padding: 6px 0.2px 6px 0;
  /* width: 193px; */
  width: 15%;
    margin: auto;
    text-align: center;
  box-sizing: border-box;
}
.sec__theresort .get-started-3 {
  overflow-wrap: break-word;
  font-family: var(--accent-font-family, 'Open Sans');
  font-weight: var(--accent-font-weight, 600);
  font-size: 14px;
  letter-spacing: var(--accent-letter-spacing, 2.3px);
  text-transform: var(--accent-text-transform, uppercase);
  color: var(--primary, #29387E);
  background-color: #fff;
    border-radius: 20px;
}
.content__mainslide .detail {
  font-size: 1.6rem;
  line-height: 1.2;
}
.pdroom_sec{
  padding-top: 0px !important;
}
.sd__banner .box {
  width: 100%;
  height: 40vw;
}

.sd__banner .slick-dots {
  width: 300px;
  left: calc(50% - 150px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sd__banner .slick-arrow {
  top: calc(50% - 50px);
}

.sd__banner .photo {
  height: calc(40vw + 50px);
}

/* # Video Header
================================================== */
.wrap__video {
  height: 100vh;
}

.wrap__video:before {
  position: absolute;
  content: "";
  height: 220px;
  width: 100%;
  left: 0;
  top: 0; /* background: url(/wp-content/themes/qayaam/images/bg--topbannervideo.png) repeat-x top center; */
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#video-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

#video-container video {
  max-width: inherit !important;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#video-controls {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 999 !important;
  width: 30px;
  height: 30px;
  color: #fff; /* cursor: pointer; */
  max-width: 1440px;
  width: 100%;
  text-align: right;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; /* display: none; */
}

#video-controls .play {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent
    url("https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--play.svg")
    no-repeat center center;
  background-size: 33px auto;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  display: none;
}

#video-controls .play.pause {
  background: transparent
    url("https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--pause.svg")
    no-repeat center center;
  background-size: 33px auto;
}

#video-controls .sound-on {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: none;
  font-size: 2.6rem;
  text-align: center;
  display: block;
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--sound.svg)
    no-repeat center center; /* display:none; */
}

#video-controls .sound-on.sound-off:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 30px;
  top: 1px;
  right: 0;
  background: #fff;
  border-radius: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin: 13px auto;
  transition: width 0.8s ease 0;
  -webkit-transition: width 0.8s ease 0;
  -moz-transition: width 0.8s ease 0;
  -o-transition: width 0.8s ease 0;
  -ms-transition: width 0.8s ease 0;
}

.wrap__btnfullvideo,
.wrap__btnfullvideoyoutube {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  color: #ffffff;
  cursor: pointer;
}

.wrap__btnfullvideo a,
.wrap__btnfullvideoyoutube a {
  color: #ffffff;
}

.wrap__btnfullvideo a:before,
.wrap__btnfullvideoyoutube a:before {
  background-color: #ffffff;
}

.fancybox-video,
.fancybox-iframe {
  outline: none !important;
}

.wrap__btnfullvideoyoutube {
  z-index: 999;
}

#btn-fullscreen-mobile {
  display: none;
}

/* #Home
================================================== */
.sec__thesurin-resort {
  padding-bottom: 100px;
}

.sec__thesurin-resort .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
}

.sec__thesurin-resort .photo {
  width: calc(50% - 60px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec__thesurin-resort .photo img {
  position: absolute;
  max-width: 200%;
  width: 100%;
  min-width: 100%;
  min-height: 250px;
}

.sec__thesurin-resort .content {
  width: calc(50% + 60px);
  padding: 60px;
  position: relative;
  z-index: 1;
}

.sec__thesurin-resort .content .title {
  margin-bottom: 20px;
}
.heading-3-the-stay{
  opacity: 0.992;
    margin: auto;
    text-align: center;
    overflow-wrap: break-word;
    font-family: "Lato", sans-serif;;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000000;

}
.line-1 {
  background: #000000;
  margin: auto;
  width: 82px;
  height: 1px;
}
.sec__thesurin-resort .content h1 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
}

.sec__thesurin-resort .content .detail {
  margin-bottom: 20px;
}

.sec__thesurin-resort .bg_content {
  width: calc(50% + 120px);
  background-color: #f2f2f2;
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.wrap__contentmain {
  padding-bottom: 80px;
}

.wrap__accommodationlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap__accommodationlink .box {
  width: calc((100% / 5) - 15px);
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s; /* # Active action ================================================== */
}

.wrap__accommodationlink .box a,
.wrap__accommodationlink .box div.wrap {
  display: block;
  height: 500px;
}

.wrap__accommodationlink .box a:before,
.wrap__accommodationlink .box div.wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../../themes/qayaam/images/bg--bottomslide.png)
    repeat-x bottom center;
  z-index: 1;
}

.wrap__accommodationlink .box h5:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  left: 50%;
  top: calc(100% + 10px);
  background-color: #ffffff;
}

.wrap__accommodationlink .box .content {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.wrap__accommodationlink .box .photo {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  height: 100%;
  width: 100%;
}

.wrap__accommodationlink .box .photo ._bg-full {
  /* width: auto; height: auto; position: relative; margin: 0; */
}

.wrap__accommodationlink .box .photo ._bg-full img {
  /*  width: 100%; height: auto; position: relative; margin: 0; */
}

.wrap__accommodationlink .box div[class^="showacc"] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.wrap__accommodationlink .box div[class^="showacc"] div {
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: translateX(calc(-100% - 2px));
  transform: translateX(calc(-100% - 2px));
}

.wrap__accommodationlink .box .showacc-1 div {
  background-position: left center;
}

.wrap__accommodationlink .box .showacc-2 div {
  background-position: center center;
}

.wrap__accommodationlink .box .showacc-3 div {
  background-position: right center;
}

.wrap__accommodationlink .box a:hover .content {
  bottom: 50px;
}

.wrap__accommodationlink.active .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}

.wrap__accommodationlink.active .box {
  width: calc((100% / 5) - 3px);
}

.wrap__accommodationlink.active .photo {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.wrap__accommodationlink.active div[class^="showacc"] div {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.wrap__accommodationlink.active a:hover .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.sec__h_dining .container,
.sec__h_exclusivedeals .container {
  padding: 0 60px;
}

.sd__style {
  /* # ================================================== */
}

.sd__style .box .wrap__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.sd__style .box .photo {
  width: calc(100% - 60px);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 500px;
  -webkit-clip-path: inset(0px 100% 0px 0px);
  clip-path: inset(0px 100% 0px 0px);
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0);
}

.sd__style .box .photo img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
  height: calc(100% + 50px);
}

.sd__style .box .bg_content {
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.sd__style .box .wrap {
  z-index: 10;
  position: relative;
}

.sd__style .box .content {
  /* background: $color--gray1; */
  position: relative;
  padding: 60px;
  z-index: 10;
  width: calc(50% + 60px);
  margin: 240px 0 0;
}

.sd__style .box .title {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.2;
 font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

.sd__style .box .detail {
  margin-bottom: 35px;
}

.sd__style .box.slick-active .photo {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.sd__style .slick-dots {
  left: 0;
  bottom: auto;
  top: 530px;
}

.sd__style .slick-dots li button {
  border: 1px solid #000000;
  background: #000000;
}

.sd__style .slick-dots li button:before {
  border: 1px solid #000000;
}

.sd__style .slick-prev {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left-b.svg)
    no-repeat left center;
  left: -90px;
  top: calc(50% - 40px);
}

.sd__style .slick-next {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right-b.svg)
    no-repeat left center;
  right: -90px;
  top: calc(50% - 40px);
}

.sd__style.sdblack .bg_content {
  background: #4b4b4b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.sd__style.sdblack .slick-prev {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left.svg)
    no-repeat left center;
}

.sd__style.sdblack .slick-next {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right.svg)
    no-repeat left center;
}

.sd__style.sdblack .slick-dots {
  left: 0;
}

.sd__style.sdblack .slick-dots li button {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.sd__style.sdblack .slick-dots li button:before {
  border: 1px solid #ffffff;
}

.sd__style.sdblack ._btn-readmore {
  background-color: #ffffff;
  color: #000000;
}

.sd__style.sdblack ._btn-readmore:hover {
  background-color: inherit;
  color: #ffffff;
}

.sd__style.sdblack ._btn-readmore:before {
  background-color: #ffffff;
}

.sty__highlight {
  background-color: #f2f2f2;
}

.sty__highlight .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sty__highlight .photo {
  width: 50%;
}
.sec_photo .photo{
  width: 100% !important;
}
.sec_photocontent{
  width: 90% !important;
  margin-top: 20%;
}
.sec_photocontent h1{
font-weight: 700;
color: #2A387C;
}
.multi_btn{
  display: flex;
}
.multi_btn .btn_1{
background-color: #2A387C !important;
padding: 15px;
margin-right: 20px;
border-radius: 30px;
text-decoration: none;
}
.multi_btn .btn_2{
background-color: #CA822A !important;
border-radius: 30px;
text-decoration: none;
padding: 15px;
width: 16%;
text-align: center;
}
.sec_photocontent .bg_content{
background-color: #fff !important;
position: relative !important;
}
.sty__highlight .photo .sd__highlight,
.sty__highlight .photo .sd__roomsdetail {
  width: calc(100% + 60px); /* height: 100%; */ /* min-height: 30vw; */
}

.sty__highlight .photo .sd__highlight .slick-slide img {
  max-width: inherit;
  min-height: 45vw;
}

.sty__highlight .content {
  width: 50%;
  padding: 0;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sty__highlight .content .wrap_box {
  width: 100%;
  position: relative;
  padding: 60px 60px 60px 0;
}

.sty__highlight .content .title {
  margin-bottom: 10px;
}

.sty__highlight .content h4 {
  text-transform: uppercase;
  font-size: 2.7rem;
  line-height: 1.2;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}

.sty__highlight .content h4 span {
  color: #999999;
}

.sty__highlight .content .detail {
  margin-bottom: 20px;
}

.sty__highlight .bg_content {
  background-color: rgba(255, 255, 255, 0.8);
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  left: -60px;
  z-index: -1;
}

.sty__highlight.sec__two {
  background-color: #ffffff;
}

.sty__highlight.sec__two .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.sty__highlight.sec__two .sd__highlight {
  margin-left: -60px;
}

.sty__highlight.sec__two .content {
  padding: 0;
}

.sty__highlight.sec__two .content h4 {
  text-align: left;
}

.sty__highlight.sec__two .content .link {
  text-align: left;
}

.sty__highlight.sec__two .content .wrap_box {
  padding: 60px 0 60px 60px;
}

.sty__highlight.sec__two .detail {
  text-align: left;
}

.sty__highlight.sec__two .bg_content {
  background-color: rgba(242, 242, 242, 0.8);
  right: -60px;
  left: 0;
}

.sty__highlight.sec__two .slick-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: auto;
  right: 30px;
}

.sty__highlight .photo .sd__highlight.awards .box {
  background-color: #fff;
  padding-left: 120px;
}

.sty__highlight .photo .sd__highlight.awards .box.box2 {
  background-color: #00af87;
}

.sty__highlight .photo .sd__highlight.awards .box.box3 {
  background-color: #37a47a;
}

.sty__highlight .photo .sd__highlight.awards .slick-slide img {
  /* margin-left: -5%; */
  width: 100% !important;
  height: auto !important;
  min-height: auto;
}

.sd__photoawards .slick-dots li button,
.sd__highlight .slick-dots li button {
  background-color: #000000;
  border-color: #000000;
}

.sd__photoawards .slick-dots li button:before,
.sd__highlight .slick-dots li button:before {
  border-color: #000000;
}

.sec__since1982detail.sty__highlight .photo {
  overflow: hidden;
}

.sec__since1982detail.sty__highlight .photo img {
  width: 100% !important;
  height: auto !important;
}

.sec__since1982detail.sty__highlight .photo .sd__highlight .slick-slide img {
  height: 495px;
}

.sec__since1982detail.awards .detail {
  text-align: center;
}

.photo__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.photo__awards .box {
  width: calc((100% / 3) - 15px);
}

.photo__awards a:before {
  height: 0;
}

/* # The Stay
================================================== */
.sec__theresort .wrap__contentmain,
.sec__impression .wrap__contentmain,
.sec__destination .wrap__contentmain,
.sec__since1982 .wrap__contentmain {
  padding-bottom: 0;
}

.sec__roomsdetail .content h4 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.sec__roomsdetail .content h4 span {
  color: #999999;
}

.sec__roomsdetail .content .detail {
  font-size: 1.45rem;
  line-height: 1.2;
  font-size: 1.2rem;
  line-height: 1.8;
}

.sec__hlfeatures h4 {
  text-align: center;
}

.sec__hlfeatures ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.sec__hlfeatures ul li {
  width: calc(50% - 40px);
  padding: 0;
  margin-left: 30px; 
  font-size: 1.5rem;
    font-weight: 600;
    line-height: 3rem;
  /* padding-right: 20px; */
}

/* #Contact us
================================================== */
.sec__contactform {
  max-width: 800px;
}

.sec__contactform label.error {
  color: #cc0000;
  font-size: 0.9em;
  float: left;
  padding: 5px 0 0;
}

.sec__contactform .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px;
}

.sec__contactform .subject {
  width: 30%;
  text-align: right;
  padding: 0 20px 0 0;
}

.sec__contactform .inputfield {
  width: 60%;
}

.sec__contactform .-pass .inputfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec__contactform .-pass .wrap_verify {
  width: 80px;
  background-color: #efefef;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec__contactform .-pass .wrap_pass {
  width: calc(100% - 90px);
}

.sec__contactform .-btn button[value="Submit"] {
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
}

.sec__contactform .-btn button[value="Reset"] {
  width: calc(50% - 5px);
  float: left;
}

.sec__contactform .-remark {
  font-size: 1.4rem;
  text-align: left;
}

/* #Map
================================================== */
.sec__map .wrap__map {
  height: 35vw;
}

.sec__map #map-canvas {
  height: 100%;
}

.sec__map #product-right {
  padding: 20px 12px 20px 10px;
  text-align: center;
}

.sec__map #product-right img {
  margin-bottom: 15px;
  width: 120px;
}

/* #Gallery
================================================== */
.impression__page .sec__mainslide {
  display: none;
}

.impression__page .sec__gallery.pd_sectionmain {
  padding-top: 170px;
}

#page__gallery .sec__maincontentpage {
  padding-bottom: 50px;
}

#page__gallery #sec__gallery {
  padding-bottom: 40px;
}

.filter-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0 0 30px;
}

.filter-button-group button {
  background: none;
  border: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  color: #000000;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  height: 30px;
  margin: 0 7px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 15px;
}

.filter-button-group button:hover {
  color: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.filter-button-group button.active {
  color: #ffffff;
}

.filter-button-group button:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: height 250ms;
  transition: height 250ms;
}

.filter-button-group button:hover:before,
.filter-button-group button.active:before {
  height: 100%;
}

.box_gallery-list .box {
  width: 20%;
  padding: 5px;
  position: relative;
}

.box_gallery-list .box img {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.box_gallery-list .box ._detail {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  z-index: 110;
  font-size: 1.6rem;
  line-height: 1.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.box_gallery-list .box a {
  display: block;
  border: 0;
  background-color: #000000;
  padding: 0;
}

.box_gallery-list .box a:before {
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 99;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  background: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.box_gallery-list .box a:hover:before {
  border: 1px solid white;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.box_gallery-list .box a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.box_gallery-list .box a:hover ._detail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* # Destination
================================================== */
.sec__listdestination {
  background-color: #f2f2f2;
}

.sec__listdestination .wrap__contentmain {
  padding-bottom: 20px;
}

.sec__listdestination .bg_content {
  background-color: #ffffff;
}

.sec__listdestination.secsty_gray {
  background-color: #ffffff;
  color: #000000;
}

.sec__listdestination.secsty_gray .sd__stylelistitem .box .wrap__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.sec__listdestination.secsty_gray .sd__stylelistitem .box .content {
  right: auto;
  left: 0;
  text-align: left;
}

.sec__listdestination.secsty_gray
  .sd__stylelistitem
  .box
  .content
  .wrap__content {
  padding: 60px 0 60px 60px;
  margin-left: 0;
  margin-right: -60px;
}

.sec__listdestination.secsty_gray .sd__stylelistitem .box .bg_content {
  background-color: rgba(242, 242, 242, 0.8);
  left: 0;
  right: -60px;
}

.sec__listdestination.secsty_gray .sd__stylelistitem .slick-dots {
  left: auto;
  right: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sd__stylelistitem {
  /* # ================================================== */
}

.sd__stylelistitem .box .wrap__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sd__stylelistitem .box .photo {
  width: calc(50% + 60px);
  position: relative;
  overflow: hidden;
  height: auto !important;
  -webkit-clip-path: inset(0px 100% 0px 0px);
  clip-path: inset(0px 100% 0px 0px);
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0);
}

.sd__stylelistitem .box .photo img {
  width: 100%; /* height: calc(100% + 50px); */
}

.sd__stylelistitem .box .content {
  position: relative;
  padding: 0px;
  z-index: 10;
  width: calc(50% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sd__stylelistitem .box .content .wrap__content {
  padding: 60px 60px 60px 0;
  width: calc(100% + 60px);
  margin-left: -60px;
  position: relative;
}

.sd__stylelistitem .box .content .wrap {
  z-index: 30;
  position: relative;
}

.sd__stylelistitem .box .content .title {
  text-transform: uppercase;
  font-size: 3rem;
 font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.sd__stylelistitem .box .content .title span {
  color: #999999;
}

.sd__stylelistitem .box .content .detail {
  margin-bottom: 35px;
  font-size: 1.45rem;
  line-height: 1.2;
  font-size: 1.2rem;
  line-height: 1.8;
}

.sd__stylelistitem .box .content .bg_content {
  background: rgba(255, 255, 255, 0.8);
  left: -60px;
  top: 0px;
  right: 0;
  bottom: 0px;
  position: absolute;
  z-index: -10;
}

.sd__stylelistitem .box.slick-active .photo {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.sd__stylelistitem .slick-dots {
  left: 20px;
}

.sd__stylelistitem .slick-prev {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left-b.svg)
    no-repeat left center;
  left: -90px;
  top: calc(50% - 40px);
}

.sd__stylelistitem .slick-next {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right-b.svg)
    no-repeat left center;
  right: -90px;
  top: calc(50% - 40px);
}

.sd__stylelistitem.sdblack .bg_content {
  background: #4b4b4b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.sd__stylelistitem.sdblack .slick-prev {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left.svg)
    no-repeat left center;
}

.sd__stylelistitem.sdblack .slick-next {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right.svg)
    no-repeat left center;
}

.sd__stylelistitem.sdblack .slick-dots {
  left: 0;
}

.sd__stylelistitem.sdblack .slick-dots li button {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.sd__stylelistitem.sdblack .slick-dots li button:before {
  border: 1px solid #ffffff;
}

.sd__stylelistitem.sdblack ._btn-readmore {
  background-color: #ffffff;
  color: #000000;
}

.sd__stylelistitem.sdblack ._btn-readmore:hover {
  background-color: inherit;
  color: #ffffff;
}

.sd__stylelistitem.sdblack ._btn-readmore:before {
  background-color: #ffffff;
}

.sd__yachting .box .content {
  /* top: 80px; */
}

.fancybox-slide .popup_box {
  width: 760px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  padding: 35px;
}

.fancybox-slide .popup_box .photo {
  margin-bottom: 25px;
}

.fancybox-slide .popup_box .title {
  text-transform: uppercase;
  font-size: 3rem;
 font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}

.fancybox-slide .popup_box .title span {
  color: #999999;
}

.fancybox-slide .popup_box .detail {
  font-size: 1.4rem;
}

.fancybox-container .fancybox-toolbar .navbar-close {
  top: calc(30% - 110px);
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left.svg)
    no-repeat center center;
  background-size: auto 100%;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left > div {
  display: none;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right.svg)
    no-repeat center center;
  background-size: auto 100%;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right > div {
  display: none;
}

/* # dining
================================================== */
.sec__diningdetail.sty__highlight .content,
.sec__activitiesdetail.sty__highlight .content,
.sec__contactmap.sty__highlight .content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec__diningdetail.sty__highlight .content .wrapbox,
.sec__activitiesdetail.sty__highlight .content .wrapbox,
.sec__contactmap.sty__highlight .content .wrapbox {
  position: relative;
  width: 100%;
}

.sec__diningdetail.sty__highlight .content .wrapcontent,
.sec__activitiesdetail.sty__highlight .content .wrapcontent,
.sec__contactmap.sty__highlight .content .wrapcontent {
  padding: 60px 60px 60px 0;
}

.sec__diningdetail.sty__highlight .content .bg_content,
.sec__activitiesdetail.sty__highlight .content .bg_content,
.sec__contactmap.sty__highlight .content .bg_content {
  left: -60px;
  right: 0;
  top: 0px;
  bottom: 0;
  width: auto;
  z-index: -1;
}

.sec__diningdetail.sty__highlight.sec__two .content,
.sec__activitiesdetail.sty__highlight.sec__two .content,
.sec__contactmap.sty__highlight.sec__two .content {
  padding: 0;
}

.sec__diningdetail.sty__highlight.sec__two .content .sd__highlight,
.sec__activitiesdetail.sty__highlight.sec__two .content .sd__highlight,
.sec__contactmap.sty__highlight.sec__two .content .sd__highlight {
  width: calc(100% + 60px);
  margin-left: -60px;
}

.sec__diningdetail.sty__highlight.sec__two .content .wrapcontent,
.sec__activitiesdetail.sty__highlight.sec__two .content .wrapcontent,
.sec__contactmap.sty__highlight.sec__two .content .wrapcontent {
  padding: 60px 0 60px 60px;
}

.sec__diningdetail.sty__highlight.sec__two .content .bg_content,
.sec__activitiesdetail.sty__highlight.sec__two .content .bg_content,
.sec__contactmap.sty__highlight.sec__two .content .bg_content {
  left: 0px;
  right: -60px;
  bottom: 0;
  width: auto;
  z-index: -1;
}

/* # Contactus
================================================== */
.sec__contactmap p {
  margin-bottom: 0;
}

/* # Exclusive
================================================== */
.popup_box.exclusive .detail {
  margin-bottom: 30px;
}

.popup_box.exclusive .detail ul {
  text-align: left;
  display: inline-block;
}

/* # Since 1982
================================================== */
.sec__since1982 .detail {
  max-width: 860px;
  margin: auto;
}

.sec__listsince1982 {
  padding-bottom: 100px;
}

.sec__listsince1982:before {
  background-color: #cccccc;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 15%;
  bottom: 0;
}

.sec__since1982detail .content h4 {
  /* line-height: 1; font-size: 3rem;  */
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.sec__since1982detail .content .title {
  margin-bottom: 5px;
}

.sec__since1982detail .content .subtitle h5 {
  text-align: left;
  color: #999999;
  font-style: italic;
  line-height: 1;
  font-size: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
}

.sec__since1982detail .content .detail {
  margin-bottom: 0px;
}

.sec__since1982detail .wrapbox {
  padding: 60px 60px 60px 0;
  position: relative;
  width: 100%;
}

.sec__since1982detail.sec__two .wrapbox {
  padding: 60px 0 60px 60px;
}

.sec__since1982detail.sec__two .subtitle h5 {
  text-align: right;
}

.splitcolor span {
  color: #999999;
}

.sec__hoteltimeline {
  padding-bottom: 0;
  z-index: 10;
}

.sec__hoteltimeline .container > .title {
  margin-bottom: 100px;
  position: relative;
  overflow: inherit;
}

.sec__hoteltimeline .container > .title:before {
  position: absolute;
  content: "";
  height: 100px;
  width: 1px;
  left: 50%;
  top: calc(100% + 20px);
  background-color: #d8d8d8;
}

.wrap__hoteltimeline {
  position: relative;
  padding-bottom: 60px;
}

/* .wrap__hoteltimeline:before {
  position: absolute;
  content: "";
  height: calc(100% + 40px);
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #d8d8d8;
} */

.wrap__hoteltimeline .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-bottom: 140px;
}

.wrap__hoteltimeline .box .photo {
  width: calc(50% + 60px);
  position: relative;
}

.wrap__hoteltimeline .box .photo .wrap__photo {
  position: relative;
  padding-right: 32px;
}

.wrap__hoteltimeline .box .photo .plxphoto {
  z-index: 10;
}

.wrap__hoteltimeline .box .photo img {
  width: 100%;
  position: relative;
}

.wrap__hoteltimeline .box .photo .bg_photo {
  position: absolute;
  width: 83%;
  height: 100%;
  top: 32px;
  right: 0;
  background-color: #f2f2f2;
  z-index: -1;
}

.wrap__hoteltimeline .box .content {
  width: calc(50% - 60px);
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__hoteltimeline .box .content .wrap__content {
  width: 100%;
}

.wrap__hoteltimeline .box .content h4 {
  line-height: 1;
  font-size: 3rem;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: right;
}

.wrap__hoteltimeline .box .content .title {
  margin-bottom: 5px;
}

.wrap__hoteltimeline .box .content .subtitle h5 {
  text-align: right;
  color: #999999;
  font-style: italic;
  line-height: 1;
  font-size: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
}

.wrap__hoteltimeline .box .content .detail {
  margin-bottom: 0px;
  text-align: left;
  font-size: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

.wrap__hoteltimeline .box:nth-child(2n) {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.wrap__hoteltimeline .box:nth-child(2n) .photo .wrap__photo {
  padding-left: 32px;
  padding-right: 0;
}

.wrap__hoteltimeline .box:nth-child(2n) .photo .bg_photo {
  left: 0;
  right: auto;
}

.wrap__hoteltimeline .box:nth-child(2n) .content {
  padding-right: 0px;
  padding-left: 60px;
}

.wrap__hoteltimeline .box:nth-child(2n) .content h4 {
  text-align: left;
}

.wrap__hoteltimeline .box:nth-child(2n) .content h5 {
  text-align: left;
}

.wrap__hoteltimeline .box:nth-child(2n) .content .detail {
  text-align: left;
}

.sec__gallery .container {
  max-width: 1200px;
}

.sec__gallery .title {
  text-align: center;
  width: 100%;
}

.sec__gallery h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.sec__gallery h2 span {
  color: #999999;
}

.gallery__menu {
  text-align: center;
  width: 100%;
  padding: 20px 0 60px;
}

.gallery__menu ul li {
  display: inline-block;
  margin: 0 10px 20px;
}

.gallery__menu ul li a {
  text-transform: uppercase;
  font-size: 1.9rem; /* font-weight: bold; */
  font-size: 1.6rem;
  line-height: 1.6;
  color: #989898;
  padding: 5px;
}
.bac-color{
  background-color: #f2f2f2 !important;
}
.gallery__menu ul li a.active {
  color: #000000;
}
.about-img img{
  margin: auto !important;
}
.accommodation-img img{
   width: 80% !important;
   margin: auto !important;
   height: auto !important;
}
.gallery__menu ul li a.active:before {
  width: 100%;
  background-color: #000000;
}

.gallery__menu ul li a:before {
  background-color: #989898;
}

.gallery__box {
  width: 100%;
}

.gallery__box .wrap_typebox {
  width: 100%;
  display: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.gallery__box .wrap_typebox.active {
  display: block;
  max-height: 30000px;
}

.gallery__box .wrap_typebox .wrap .row {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 225px;
  margin-bottom: 24px;
}

.gallery__box .wrap_typebox .wrap .box {
  background-color: #000000; /* padding: 10px; */
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.gallery__box .wrap_typebox .wrap .box ._bg-full {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.gallery__box .wrap_typebox .wrap .box a {
  display: block;
  height: 100%;
  overflow: hidden;
}

.gallery__box .wrap_typebox .wrap .box a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.gallery__box .wrap_typebox .wrap .box a .detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.gallery__box .wrap_typebox .wrap .box a .detail h5 {
  font-size: 1.8rem;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.gallery__box .wrap_typebox .wrap .box a .detail p {
  font-size: 1.2rem;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.gallery__box .wrap_typebox .wrap .box a:hover ._bg-full {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.gallery__box .wrap_typebox .wrap .box a:hover .detail {
  top: 0;
}

.gallery__box .wrap_typebox .wrap .box a:hover .detail h5 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.gallery__box .wrap_typebox .wrap .box a:hover .detail p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.gallery__box .wrap_typebox .wrap .box.box_video {
  background-color: #000000;
}

.gallery__box .wrap_typebox .wrap .box.box_video a:after {
  position: absolute;
  content: "";
  height: 90px;
  width: 90px;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--youtubegallery.svg)
    no-repeat center center;
  z-index: 50;
}

.gallery__box .wrap_typebox .wrap .box.box_video a ._bg-full {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}

.gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(1) {
  grid-column: 1 / 9;
  grid-row: 1 / 3;
}

.gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(2) {
  grid-column: 9 / 13;
  grid-row: 1 / 2;
}

.gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(4) {
  grid-column: 5 / 7;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(5) {
  grid-column: 7 / 9;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(6) {
  grid-column: 9 / 13;
  grid-row: 2 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}

.gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(2) {
  grid-column: 5 / 13;
  grid-row: 1 / 3;
}

.gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 2 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(4) {
  grid-column: 5 / 9;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(5) {
  grid-column: 9 / 11;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(6) {
  grid-column: 11 / 13;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
}

.gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(2) {
  grid-column: 5 / 13;
  grid-row: 1 / 3;
}

.gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 2 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(4) {
  grid-column: 5 / 9;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(5) {
  grid-column: 9 / 13;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(1) {
  grid-column: 1 / 9;
  grid-row: 1 / 3;
}

.gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(2) {
  grid-column: 9 / 13;
  grid-row: 1 / 2;
}

.gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 2 / 3;
}

.gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(4) {
  grid-column: 1 / 5;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(5) {
  grid-column: 5 / 9;
  grid-row: 3 / 4;
}

.gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(6) {
  grid-column: 9 / 13;
  grid-row: 3 / 4;
}

/* .gallery__box .wrap_typebox { &[wrap-boxgallery="hoteloverview"] .wrap{ .row:nth-child(2) .box:nth-child(5){ grid-column: 9 / 13; } } } */
.fancybox-stage.wrap_video .fancybox-content {
  max-width: 80%;
  background-color: #ffffff;
}

.fancybox-stage.wrap_video .fancybox-content .fancybox-iframe {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.popup_gallery.fancybox-content {
  overflow: initial;
}

.popup_gallery {
  width: 980px;
  border: 2px solid #000;
  padding: 10px !important;
}

.wrap__gallery .slick-slide {
  height: auto;
}

.wrap__gallery .slick-slider .slick-list {
  /* height: auto !important; */
}

.wrap__gallery .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* height: 500px; */
}

.wrap__gallery .photo img {
  height: auto; /* max-width: -webkit-fill-available; */
}

.wrap__gallery .detail {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 12px 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__gallery .slick-prev {
  left: -110px;
}

.wrap__gallery .slick-next {
  right: -110px;
}

.wrap__gallery-nav {
  padding: 20px 40px 10px;
}

.wrap__gallery-nav .slick-slide {
  margin: 0 3px;
  background-color: #000;
}

.wrap__gallery-nav .slick-slide img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}

.wrap__gallery-nav .slick-slide:hover img,
.wrap__gallery-nav .slick-slide.slick-current img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.wrap__gallery-nav .slick-list {
  margin: 0 -3px;
}

.wrap__gallery-nav .slick-arrow {
  width: 20px;
  height: 50px;
  top: calc(50% - 25px);
}

.wrap__gallery-nav .slick-prev {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-left-b.svg)
    no-repeat center center;
  background-size: auto 100%;
  left: -30px;
}

.wrap__gallery-nav .slick-next {
  background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-right-b.svg)
    no-repeat center center;
  background-size: auto 100%;
  right: -30px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.share a {
  display: inline-block;
  margin: 0 5px;
}

.share a:before {
  height: 0;
}

.share a img {
  width: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.share a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.element-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* .slick-slider .slick-list { height: auto !important; } */
.sty__highlight.sec__two .wrap__awards .wrapbox {
  width: 100%;
}

.sty__highlight.sec__two .wrap__awards .sd__photoawards .slick-slide img {
  max-width: inherit;
  width: 100% !important;
  height: auto !important;
}

.sec__h_thestay .wrap__contentmain,
.sec__h_dining .wrap__contentmain,
.sec__h_exclusivedeals .wrap__contentmain {
  padding-bottom: 40px;
}

.sec__h_thestay .sd__exclusivedeals,
.sec__h_dining .sd__exclusivedeals,
.sec__h_exclusivedeals .sd__exclusivedeals {
  margin-bottom: 60px;
}

#videopopup-container,
#popupfullvideo {
  width: 60vw;
}

#videopopup-container #video-containerfull,
#popupfullvideo #video-containerfull {
  width: 100% !important;
}

.room-onebedroomcottages__page .content__mainslide .title {
  width: 100%;
  margin: auto;
}

#wrap__fullvideo,
.wrap__fullvideo {
  display: none;
}

#popup__videoyoutube {
  padding: 0;
}

.festiveseason__page h5 {
  text-align: left;
}

.festiveseason__page .detail p {
  margin-bottom: 0;
}

.festiveseason__page .photo {
  position: relative;
}

.festiveseason__page .dateshow {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.festiveseason__page .dateshow .wrap {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #333;
  padding: 5px 20px;
  font-size: 1.6rem;
}

.festiveseason__page .sty__highlight.sec__two .sd__highlight .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.sec__download-festive-season {
  padding: 60px 0;
  text-align: center;
  margin-top: -60px;
  background: #fff;
  z-index: 10;
}

.list__menusitemap {
  text-align: left;
  width: auto;
  display: inline-block;
}

.sitemap__page .list__menusitemap li ul {
  list-style-type: none;
  position: relative;
  margin-left: 0;
  padding: 0;
}

.sitemap__page .list__menusitemap li ul:before {
  position: absolute;
  content: "";
  height: calc(100% - 7px);
  width: 1px;
  left: 0;
  top: 0;
  background-color: #000;
}

.sitemap__page .list__menusitemap li ul li {
  padding-left: 20px;
  position: relative;
}

.sitemap__page .list__menusitemap li ul li:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  left: 0;
  top: 50%;
  background-color: #000;
}

/* .festiveseason__page{ font-size: 1.3rem; h5{ font-size: 2rem; } } */

/*# sourceMappingURL=main.css.map */
#jpreOverlay {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  position: fixed;
  top: 0;
  min-height: 100vh;
}
#jpreOverlay:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #696969;
  z-index: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#jpreOverlay.fadeout:before {
  left: -100%;
}
#jpreOverlay.setremove {
  left: -100% !important;
  -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 50%;
  height: 30%;
}
#jpreLoader {
  width: 100%;
  height: 100%;
  top: 0px !important;
}
#jpreBar {
  background: #999999;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#jprePercentage {
  color: #000;
  font-size: 12px;
 font-family: "Lato", sans-serif;
  padding: 5px 10px;
  z-index: 9999;
  width: 200px;
  left: calc(50% - 100px);
  text-align: center;
  display: block;
  margin: 0px auto 0;
  height: auto;
  position: absolute;
  top: 50vh;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#jprePercentage.hide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
#loadingpage {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  margin: 0 auto;
  height: 100%;
  display: none;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#loadingpage.hide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
#wrap_loadingpage {
  height: 100px;
  top: auto !important;
  width: 200px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 100;
  left: calc(50% - 100px) !important;
  bottom: 50%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#loadingpage .aminationloading {
  top: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#jpreOverlay > #wrap_loadingpage > #loadingpage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  margin: 0 auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loading-logo {
  text-align: center;
}
.hide {
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

/* #Fix css
================================================== */
body.bodypreload:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background-color: #696969;
}
.bodypreload {
  height: 100%;
  overflow: hidden;
}
.hide {
  -webkit-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
}

/*end*/
.sd__style .box .bg_content {
  background: rgba(242, 242, 242, 0.8);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sd__style .box .content:hover .bg_content {
  background: rgba(242, 242, 242, 1);
}
.secsty_gray {
  color: #000;
}
.sd__style.sdblack ._btn-readmore {
  background-color: #000000;
  color: #ffffff;
}
.sd__style.sdblack ._btn-readmore:hover {
  color: #000000;
}
.sd__style.sdblack ._btn-readmore:before {
  background-color: #000000;
}
.navbar-reservation a {
  display: block;
  margin-top: 150px;
  color: #fff;
}
.navbar-reservation a:before {
  display: none;
}
.btn_mobile_res a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  width: auto;
}
.btn_mobile_res a:before {
  display: none;
}
.fancybox-content {
  display: inline-block !important;
}
.list__amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.list__amenities ul {
  width: auto;
  display: inline-block;
}
.sec__hlfeatures ul li {
  width: 100%;
}
.lang {
  position: absolute;
  right: 60px;
  top: 50px;
  z-index: 100;
  width: 27px;
}
.mobile_lang {
  display: none;
}
.icon--langcn {
  background-image: url("../../../../www.thesurinphuket.com/wp-content/uploads/2020/01/icon-chinaflag.svg");
  background-size: 33px auto;
}
.mfp-auto-cursor .mfp-content {
  text-align: center;
}
.white-popup {
  display: inline-block;
  width: auto;
  position: relative;
}
.white-popup a {
  display: block;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  top: -15px;
  right: -15px;
}
.sd__gallery .share {
  display: none;
}
.popup_gallery {
  width: 960px;
}
.popup_gallery.fancybox-content {
  padding: 0 !important;
  border: 0;
}
.wrap__gallery-nav {
  padding: 10px 40px;
}

.sec__listsince1982 {
  display: none;
}
.sec__hoteltimeline {
  padding-top: 0 !important;
}

.sd__style .slick-dots {
  top: 464px;
  left: 24px;
}
.sd__style .slick-dots li button {
  border: 1px solid #fff;
  background: #fff;
}
.sd__style .slick-dots li button:before {
  border: 1px solid #fff;
}
.sd__style.sdblack .slick-dots {
  bottom: 97px;
  left: 24px;
  top: auto;
}
.sty__highlight .photo .sd__highlight .slick-slide img {
  width: 100% !important;
  height: auto;
}

.sd__photoawards .slick-dots li button,
.sd__highlight .slick-dots li button {
  border: 1px solid #fff;
  background: #fff;
}
.sd__photoawards .slick-dots li button:before,
.sd__highlight .slick-dots li button:before {
  border: 1px solid #fff;
}
.wrap__hoteltimeline .box .wrap__photo .slick-dots {
  width: auto;
  left: 30px;
  right: 30px;
}
.wrap__hoteltimeline .box:nth-child(odd) .wrap__photo .slick-dots {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.dv-bt-box01 {
  width: 100%;
  display: flex;
}
.dv-bt-box01 .link {
  padding-right: 5px;
}
.wrap__accommodationlink .box div[class^="showacc"] div {
  /* background-size: auto 120%; */
}
.wrap__accommodationlink .box .showacc-1 div {
  background-position: 0 center;
}
.wrap__accommodationlink .box .showacc-2 div {
  background-position: 33% center;
}
.wrap__accommodationlink .box .showacc-3 div {
  background-position: 66% center;
}
.wrap__accommodationlink .box .showacc-4 div {
  background-position: right center;
}
/* @import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow'); */
@import url("../../themes/qayaam/fonts/calibri/styles.css");
@import url("../../themes/qayaam/fonts/calibri-bold/styles.css");
@import url("../../themes/qayaam/fonts/ArialMT/styles.css");
/* Old vertion */
/* $font--title:     'Calibri-Bold', sans-serif; $font--normal:    'Calibri', sans-serif; $fontsetting: ( body 			: ( size: 1.6rem, lineheight: 1.4), h1 				: ( size: 3.8rem,	lineheight: 1), h2 				: ( size: 3.8rem,	lineheight: 1.2), h3 				: ( size: 3.8rem, lineheight: 1), h4 				: ( size: 3rem, 	lineheight: 1.6), h5 				: ( size: 2rem, 	lineheight: 1.2), h6 				: ( size: 4.3rem, lineheight: 1.2), // --- etc font --- header 		: ( size: 3rem, 	lineheight: 1.2), subheader : ( size: 1.6rem, lineheight: 1.6), footer 		: ( size: 1.2rem, lineheight: 1.4), ftrname 	: ( size: 1.4rem, lineheight: 1.4), menu 			: ( size: 2.2rem, lineheight: 1.4), tabmenu 	: ( size: 1.4rem, lineheight: 1.4), ); */
/* news vertion */
@media screen and (max-width: 1440px) {
  .sec__gallery .container {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1120px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .sec__thesurin-resort .bg_content {
    width: calc(50% + 60px);
    right: 60px;
  }
  .wrap__contentmain {
    padding-bottom: 60px;
  }
  .sty__highlight .photo .sd__highlight.awards .box {
    background-color: #000;
  }
  .sty__highlight .photo .sd__highlight.awards .slick-slide img {
    max-height: 100%;
    margin-top: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .gallery__menu ul li {
    margin: 0 10px 20px;
  }
  .gallery__menu ul li a {
    /* font-size: 1.8rem; */
  }
  .gallery__menu {
    padding-bottom: 40px;
  }
  .wrap__gallery .slick-next {
    right: -90px;
  }
  .wrap__gallery .slick-prev {
    left: -90px;
  }
  .sty__highlight .content h4 {
    line-height: 1.2;
  }
  .gallery__box .wrap_typebox .wrap .row {
    grid-auto-rows: 180px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding-right: 45px;
    padding-left: 45px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .slick-arrow {
    top: calc(50% - 50px);
  }
  .sec__mainmenu a {
    /* font-size: 2rem; line-height: 1.2; */
  }
  .sec__reservation .wrap__reservation {
    padding: 40px 30px 20px;
  }
  .sec__reservation .wrap__reservation form .row {
    padding-bottom: 15px;
  }
  .sec__reservation .wrap__reservation form .-submit {
    margin-top: 10px;
  }
  .sec__reservation .wrap__reservation .ft_title {
    padding-bottom: 20px;
  }
  .wrap__accommodationlink .box a {
    height: 45vw;
  }
  .sec__thesurin-resort {
    overflow: hidden;
  }
  .sec__thesurin-resort .bg_content {
    /* top: 30px;bottom: 50px; */
  }
  .popup_gallery {
    max-width: 100%;
  }
  .sty__highlight .photo .sd__highlight.awards .slick-slide img {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .sty__highlight .photo .sd__highlight.awards .slick-slide img {
    margin-left: 0;
    width: 100% !important;
    height: auto !important;
    margin-top: 60px;
  }
}

@media screen and (max-width: 800px) {
  ._set-tablet {
    display: inline-block;
  }
  footer {
    padding: 45px;
  }
  .sd__style .box .content {
    padding: 45px;
  }
  .wrap__hoteltimeline .box .content {
    padding-right: 30px;
  }
  .wrap__hoteltimeline .box:nth-child(2n) .content {
    padding-left: 30px;
  }
  .slick-slide img {
    /* max-width: inherit; */ /* margin-left: -15%; */
  }
  .wrap__hoteltimeline .plx_phototimeline {
    height: 40vw !important;
  }
  .sec__since1982detail .wrapbox,
  .sec__since1982detail.sec__two .wrapbox {
    padding: 45px;
  }
  .gallery__box .wrap_typebox .wrap .box:nth-child(3) {
    grid-column: 9 / 13;
    grid-row: 2 / 3;
  }
  .gallery__box .wrap_typebox .wrap .box:nth-child(4) {
    grid-column: 1 / 5;
    grid-row: 3 / 4;
  }
  .gallery__box .wrap_typebox .wrap .box:nth-child(5) {
    grid-column: 5 / 9;
  }
  .gallery__box .wrap_typebox .wrap .box:nth-child(6) {
    grid-column: 9 / 13;
    grid-row: 3 / 4;
  }
  .gallery__box .wrap_typebox .wrap .row:nth-child(even) .box:nth-child(3) {
    grid-row: 2 / 3;
  }
  .gallery__box .wrap_typebox .wrap .row:nth-child(even) .box:nth-child(4) {
    grid-column: 1 / 5;
  }
  .gallery__box .wrap_typebox .wrap .row:nth-child(even) .box:nth-child(5) {
    grid-column: 5 / 9;
  }
  .gallery__box .wrap_typebox .wrap .row:nth-child(even) .box:nth-child(6) {
    grid-column: 9 / 13;
  }
  .gallery__box .wrap_typebox .wrap .row {
    grid-auto-rows: 200px;
  }
  .popup_gallery {
    width: 90%;
  }
  .wrap__gallery .photo img {
    width: 100%;
  }
  .wrap__gallery .slick-next {
    right: -10px;
  }
  .wrap__gallery .slick-prev {
    left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .sec__mainmenu .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sec__mainmenu .wrap__mainmenu {
    height: calc(100% - 160px);
  }
  .sec__mainmenu a {
    /* font-size: 1.6rem; */
  }
  .sec__mainmenu ul li {
    margin-bottom: 15px;
  }
  .sec__mainmenu .wrap__mainmenu > div.accmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .logo {
    background-color: #ffffff;
    padding: 0px 0;
    position: relative;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .logo img {
    width: 190px;
  }
  .navbar-mainmenu,
  .navbar-reservation,
  .navbar-close {
    top: 220px;
  }
  .sec__reservation .bg__reservation {
    background: #000;
  }
  .sec__reservation .wrap__reservation {
    background-color: #000000;
    color: #ffffff;
  }
  .sec__reservation {
    top: 80px;
    height: calc(100% - 80px);
  }
  .sd__mainslide:before {
    background: none;
  }
  .sd__mainslide .box {
    height: 60vw;
  }
  .slick-prev {
    left: 10px;
    width: 50px;
    background-size: auto 100%;
    padding: 0;
    background-position: center;
  }
  .slick-next {
    right: 10px;
    width: 50px;
    background-size: auto 100%;
    padding: 0;
    background-position: center;
  }
  .sec__reservation .wrap__reservation form input,
  .sec__reservation .wrap__reservation form select {
    border: 1px solid #fff;
  }
  .sec__reservation .wrap__reservation .ft_title {
    color: #fff;
  }
  .sec__reservation .wrap__reservation .ft_title strong {
    font-weight: 400;
    font-family: "Lato", sans-serif;
  }
  .sec__reservation .wrap__reservation form .-bestrate {
    background: url(../../themes/qayaam/images/img--bestrate-w.png)
      no-repeat center center;
    height: 50px;
    margin: 10px 0;
  }
  .sec__reservation .wrap__reservation form .-bestrate img {
    width: 0;
    height: 0;
  }
  .sec__thesurin-resort .photo {
    width: calc(100% - 30px);
    height: 80vw;
  }
  .sec__thesurin-resort .content {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .sec__thesurin-resort .content h1 {
    text-align: center;
  }
  .sec__thesurin-resort .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
    padding-top: 0;
  }
  .sec__thesurin-resort .bg_content {
    width: calc(100% - 150px);
    height: 80vw;
    top: auto;
    bottom: 0px;
    right: 60px;
    left: auto;
  }
  .wrap__accommodationlink .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .sd__style .box .content {
    margin: -80px auto 0;
    width: calc(100% - 80px);
    text-align: center;
  }
  .sd__style .box .photo {
    width: 100%;
    position: relative;
  }
  .sd__style .slick-next {
    right: -30px;
    top: auto;
    bottom: 120px;
    width: 90px;
  }
  .sd__style .slick-prev {
    left: -30px;
    top: auto;
    bottom: 120px;
    width: 90px;
  }
  .sd__exclusivedeals .detail ul {
    margin: auto;
    display: inline-block;
  }
  .sd__exclusivedeals .detail ul li {
    text-align: left;
  }
  footer .container_full {
    padding-bottom: 60px;
  }
  footer .container_full > .col1 {
    width: 100%;
    text-align: center;
  }
  footer .container_full > .col1 .copyright {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  footer .container_full > .col2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  footer .container_full > .col2 > div {
    width: 100%;
  }
  footer .container_full .social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 20px;
  }
  footer .container_full .social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .container_full .wrap__newsletter {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .container_full .linkfooter {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 5px 0 30px;
    text-transform: uppercase;
  }
  footer .container_full .linkfooter ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .container_full .designhotellogo {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }
  .sty__highlight .photo {
    width: 100%;
  }
  .sty__highlight .slick-slide img {
    margin-left: 0;
    width: 100% !important;
    height: auto !important;
  }
  .sty__highlight .content {
    margin: -180px auto 0;
    width: calc(100% - 80px);
    text-align: center;
    text-align: center;
  }
  .sty__highlight .content h4 {
    text-align: center;
  }
  .sty__highlight .content .subtitle h5 {
    text-align: center;
  }
  .sec__since1982detail .wrapbox {
    /* padding: 60px; */
  }
  .sty__highlight .bg_content {
    left: 0;
  }
  .sty__highlight.sec__two .container {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .sty__highlight.sec__two .sd__highlight {
    margin: 0;
  }
  .sec__since1982detail.sec__two .wrapbox {
    /* padding: 60px; */
  }
  .sty__highlight.sec__two .bg_content {
    right: 0;
  }
  .sty__highlight.sec__two .content h4 {
    text-align: center;
  }
  .sty__highlight.sec__two .detail {
    text-align: center;
  }
  .sty__highlight .photo .sd__highlight,
  .sty__highlight .photo .sd__roomsdetail {
    width: 100%;
  }
  .sty__highlight .photo .sd__highlight.awards .box {
    background-color: #000;
  }
  .sty__highlight .photo .sd__highlight.awards .box img {
    margin-left: -10%;
  }
  .sec__diningdetail.sty__highlight .content .wrapcontent,
  .sec__activitiesdetail.sty__highlight .content .wrapcontent,
  .sec__contactmap.sty__highlight .content .wrapcontent,
  .sec__diningdetail.sty__highlight.sec__two .content .wrapcontent,
  .sec__activitiesdetail.sty__highlight.sec__two .content .wrapcontent,
  .sec__contactmap.sty__highlight.sec__two .content .wrapcontent {
    padding: 45px;
  }
  .sec__diningdetail.sty__highlight .content .bg_content,
  .sec__activitiesdetail.sty__highlight .content .bg_content,
  .sec__contactmap.sty__highlight .content .bg_content {
    left: 0;
  }
  .sec__diningdetail.sty__highlight.sec__two .content .bg_content,
  .sec__activitiesdetail.sty__highlight.sec__two .content .bg_content,
  .sec__contactmap.sty__highlight.sec__two .content .bg_content {
    right: 0;
  }
  .detail ul {
    text-align: left;
  }
  .sty__highlight.sec__two .content .link {
    text-align: center;
  }
  .sec__exclusive .wrap__contentmain {
    padding-bottom: 0;
  }
  .sty__highlight .content .wrap_box {
    padding: 45px;
  }
  .content__mainslide .title {
    /* font-size: 3.6rem; */
  }
  .content__mainslide {
    width: 90%;
    left: 5%;
  }
  .sty__highlight .photo .sd__highlight .map iframe {
    width: 100%;
  }
  .sty__highlight.sec__two .content .wrap_box {
    padding: 45px;
  }
  .sd__banner .box {
    height: 50vw;
  }
  .fancybox-slide .popup_box .title {
    line-height: 1;
  }
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    display: none;
  }
  .sd__stylelistitem .box .content .title {
    line-height: 1;
  }
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .wrap__box {
    display: block;
  }
  .sec__listdestination .sd__stylelistitem .box .wrap__box {
    display: block;
  }
  .sec__listdestination .sd__stylelistitem .box .photo,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .photo {
    width: 100%;
  }
  .sec__listdestination .sd__stylelistitem .box .photo img,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .photo img {
    margin: 0;
  }
  .sec__listdestination .sd__stylelistitem .box .content,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .content {
    width: calc(100% - 80px);
    text-align: center;
    margin: -140px auto 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .sec__listdestination .sd__stylelistitem .box .content .wrap__content,
  .sec__listdestination.secsty_gray
    .sd__stylelistitem
    .box
    .content
    .wrap__content {
    width: 100%;
    margin-left: 0;
    padding: 45px;
  }
  .sec__listdestination .sd__stylelistitem .box .content .bg_content,
  .sec__listdestination.secsty_gray
    .sd__stylelistitem
    .box
    .content
    .bg_content {
    left: 0;
    right: 0;
  }
  .sec__listdestination .slick-list {
    height: auto !important;
  }
  .sec__diningdetail.sty__highlight .content,
  .sec__spahighlight.sty__highlight .content,
  .sec__activitiesdetail.sty__highlight .content,
  .sec__highlightfeatures.sty__highlight .content,
  .sec__roomsdetail.sty__highlight .content {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .sec__listdestination .title {
    margin-bottom: 10px;
  }
  .wrap__video {
    overflow: hidden;
  }
  .wrap__video,
  #video-container {
    height: auto;
    width: 100% !important;
    background: none !important; /* height: calc(100vh - 80px); */
  }
  .fullscreen-bg__video {
    width: 100vw;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-width: inherit;
    min-height: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .impression__page .sec__gallery.pd_sectionmain {
    padding-top: 70px;
  }
  footer .container_full .linkfooter {
    margin-bottom: 0;
  }
  footer .container_full .linkfooter li {
    padding-left: 0;
    margin-left: 0;
  }
  .wrap__btnfullvideo,
  .wrap__btnfullvideoyoutube {
    bottom: 44px;
  }
  .wrap__fullvideo {
    position: absolute;
  }
  .wrap__video:before {
    display: none;
  }
  .wrap__video,
  #video-container {
    min-height: inherit;
  }
  #btn-fullscreen {
    display: none;
  }
  #btn-fullscreen-mobile {
    display: inline-block;
  }
  .fancybox-slide--video {
    padding: 0 !important;
  }
  #video-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  #video-controls .play {
    margin-right: 0;
    background-size: 40px auto;
    background-position: -1px center;
    display: block;
  }
  #video-controls .sound-on {
    background-size: 40px auto;
    display: none;
  }
  .sec__mainmenu .wrap__mainmenu > div.accmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
  .sec__mainmenu .wrap__mainmenu > div.accmenu ul {
    width: 100%;
  }
  .sec__mainmenu .wrap__mainmenu > div.accmenu .list__lang {
    margin-top: 10px;
  }
  .festiveseason__page h5 {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .gallery__box .wrap_typebox .wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    grid-gap: inherit;
  }
  .gallery__box .wrap_typebox .wrap .box {
    width: calc(50% - 10px);
    height: 30vw;
    margin-bottom: 20px;
  }
  .wrap__gallery-nav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body,
  .wrap__hoteltimeline .box .content .detail,
  .sd__stylelistitem .box .content .detail,
  .sec__roomsdetail .content .detail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  h3,
  .fancybox-slide .popup_box .title {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .sec__thesurin-resort .content h1,
  .sd__style .box .title,
  .sty__highlight .content h4,
  .sd__stylelistitem .box .content .title,
  .wrap__hoteltimeline .box .content h4 {
    font-size: 2rem;
  }
  .sty__highlight .content {
    margin: -80px auto 0;
  }
  .title,
  .content__mainslide .title {
    margin-bottom: 10px;
  }
  .wrap__hoteltimeline .box .content h4 {
    text-align: left;
  }
  .wrap__hoteltimeline .box .content .subtitle h5 {
    text-align: left;
  }
  .sec__mainmenu a {
    font-size: 1.4rem;
  }
  .sec__mainmenu ul li {
    margin-bottom: 10px;
  }
  .sec__thesurin-resort .content {
    padding: 20px 0 60px;
  }
  .sd__stylelistitem .box .content .title {
    margin-bottom: 10px;
  }
  .sd__stylelistitem .box .content .detail {
    margin-bottom: 20px;
  }
  .wrap__hoteltimeline .box {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 50px;
  }
  .wrap__hoteltimeline .box .photo {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrap__hoteltimeline .plx_phototimeline {
    height: 50vw !important;
  }
  .wrap__hoteltimeline .box .content {
    width: 100%;
    margin-top: 80px;
  }
  .wrap__hoteltimeline:before {
    width: 0;
  }
  .sty__highlight .photo .sd__highlight,
  .sty__highlight .photo .sd__roomsdetail {
    width: 100%;
  }
  .sty__highlight .box {
    height: 60vw;
  }
  .sty__highlight .slick-slide img {
    width: 100% !important;
    height: auto !important;
  }
  .sty__highlight .photo .sd__highlight.awards .box img {
    max-height: initial;
    margin-top: 0;
    width: 80% !important;
    margin-left: 3%;
  }
  .sec__listdestination {
    padding-bottom: 30px;
  }
  .sec__listdestination .sd__stylelistitem .box .content,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .content,
  .sd__yachting .box .content {
    margin-top: -50px;
  }
  .sec__listdestination {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .sec__listdestination .title {
    margin-bottom: 0;
  }
  .sec__listdestination .sd__stylelistitem .box .photo,
  .sec__listdestination
    .sec__listdestination.secsty_gray
    .sd__stylelistitem
    .box
    .photo {
    height: 60vw;
  }
  /* .sd__mainslide.home__slide{ display: block; } .wrap__video{ display: none; } #video-controls, .wrap__btnfullvideo{ display: none; }*/
  .photo__awards .box {
    height: auto;
  }
  .sec__gallery .container {
    padding: 5px;
  }
  .gallery__menu {
    padding-bottom: 20px;
  }
  .gallery__menu ul li {
    margin: 0 5px 10px;
  }
  .gallery__menu ul li a {
    font-size: 1.4rem;
  }
  .gallery__box .wrap_typebox .wrap .box {
    margin-bottom: 5px;
    height: 35vw;
  }
  .gallery__box .wrap_typebox .wrap .row .box:nth-child(1) {
    width: calc(50% - 2px);
  }
  .gallery__box .wrap_typebox .wrap .row .box:nth-child(2) {
    width: calc(50% - 3px);
  }
  .gallery__box .wrap_typebox .wrap .row .box:nth-child(3) {
    width: 60%;
  }
  .gallery__box .wrap_typebox .wrap .row .box:nth-child(4) {
    width: calc(20% - 5px);
  }
  .gallery__box .wrap_typebox .wrap .row .box:nth-child(5) {
    width: calc(20% - 5px);
  }
  .gallery__box .wrap_typebox .wrap .row .box:nth-child(6) {
    width: 100%;
  }
  .wrap__gallery .photo img {
    /* height: 260px; */
    width: 100%;
  }
  .wrap__gallery .slick-next {
    background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-gallery-r.svg)
      no-repeat center center;
    background-size: 30px auto;
    right: 0px;
  }
  .wrap__gallery .slick-prev {
    background: url(https://cdn-5dc567c4f911c91c58a55584.closte.com/wp-content/themes/qayaam/images/icon--arrow-gallery-l.svg)
      no-repeat center center;
    background-size: 30px auto;
    left: 0px;
  }
}

@media screen and (max-width: 560px) {
  ._set-mobile {
    display: inline-block;
  }
  .sec__thesurin-resort .content {
    padding-left: 0;
    padding-right: 0;
  }
  .sd__style .slick-prev {
    bottom: 160px;
  }
  .sd__style .slick-next {
    bottom: 160px;
  }
  .sd__style .box .photo {
    height: 50vw;
  }
  .sd__style .box .content {
    margin-top: -40px;
  }
  .sec__mainmenu ul li {
    margin-bottom: 10px;
  }
  .sec__reservation .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sty__highlight .box {
    /* height: 50vw; */
  }
  .sty__highlight .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    margin-top: -40px;
  }
  .sty__highlight .photo .sd__highlight.awards .box img {
    /* margin-left: -40px; */
  }
  .content__mainslide .title {
    margin-bottom: 10px;
  }
  .sec__hoteltimeline .container > .title {
    margin-bottom: 50px;
  }
  .sec__spahighlight ._btn-readmore {
    margin-bottom: 10px;
  }
  .sty__highlight .content {
    margin-top: -40px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sec__h_dining .container,
  .sec__h_exclusivedeals .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .sec__thesurin-resort .photo {
    width: calc(100% - 20px);
  }
  .sec__thesurin-resort .bg_content {
    right: 25px;
    width: calc(100% - 70px);
    bottom: 20px;
  }
  .sd__style .box .content {
    padding: 30px 25px;
  }
  .sd__style .box .title {
    margin: 0 0 15px;
  }
  .sd__style .box .detail {
    margin-bottom: 20px;
  }
  .sty__highlight .content {
    margin-top: -40px;
  }
  .sec__since1982detail .wrapbox,
  .sec__since1982detail.sec__two .wrapbox {
    padding: 30px 25px;
  }
  .wrap__hoteltimeline .plx_phototimeline {
    height: 60vw !important;
  }
  .wrap__hoteltimeline {
    padding-bottom: 0;
  }
  .sec__listsince1982 {
    padding-bottom: 40px;
  }
  .sec__diningdetail.sty__highlight .content .wrapcontent,
  .sec__activitiesdetail.sty__highlight .content .wrapcontent,
  .sec__contactmap.sty__highlight .content .wrapcontent,
  .sec__diningdetail.sty__highlight.sec__two .content .wrapcontent,
  .sec__activitiesdetail.sty__highlight.sec__two .content .wrapcontent,
  .sec__contactmap.sty__highlight.sec__two .content .wrapcontent {
    padding: 30px 25px;
  }
  .sty__highlight .content .wrap_box,
  .sty__highlight.sec__two .content .wrap_box,
  .sec__listdestination .sd__stylelistitem .box .content .wrap__content,
  .sec__listdestination.secsty_gray
    .sd__stylelistitem
    .box
    .content
    .wrap__content {
    padding: 30px 25px;
  }
  .fancybox-slide .popup_box {
    padding: 20px;
  }
  .wrap__gallery .detail {
    position: relative;
    background-color: #000;
  }
  .sty__highlight .photo .sd__highlight.awards .box img {
    margin-top: 20px;
  }
  .wrap__hoteltimeline .box .content {
    margin-top: 60px;
  }
  .sec__hlfeatures ul li {
    width: calc(100% - 40px);
  }
  .sec__mainmenu .wrap__mainmenu > div.accmenu {
    width: 100%;
  }
  .sec__mainmenu ul li {
    margin-bottom: 5px;
  }
  .sec__mainmenu .wrap__mainmenu > div.accmenu .list__lang {
    padding-top: 20px;
  }
  .gallery__box .wrap_typebox .wrap .box.box_video a:after {
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .content__mainslide {
    bottom: 55px;
  }
  .sd__mainslide .box {
    height: 66vw;
  }
}

@media screen and (max-width: 430px) {
  h1,
  h3,
  .fancybox-slide .popup_box .title {
    font-size: 2.4rem;
  }
  .content__mainslide .title {
    font-size: 2.2rem;
  }
  .title {
    margin-bottom: 15px;
  }
  .sec__mainmenu .wrap__mainmenu > div {
    width: 100%;
  }
  .sec__mainmenu .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pd_sectionsub {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd_sectionmain {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec__thesurin-resort {
    padding-top: 0;
  }
  .sec__thesurin-resort .content {
    padding-top: 0;
  }
  .navbar-mainmenu,
  .navbar-reservation {
    display: none;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  header .btn_mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
    width: 60px;
  }
  header .btn_mobile_menu .navbar-btn-bars {
    width: 30px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .btn_mobile_menu .navbar-btn-bars > div {
    background-color: #000000;
    height: 1px;
    width: 100%;
  }
  header .btn_mobile_res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    padding: 0 10px;
  }
  header .btn_mobile_res > div {
    /* background: url(/wp-content/themes/qayaam/images/icon--bell.svg) no-repeat center center; */
    width: 35px;
    height: 33px;
    margin-top: 3px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
  header .logo {
    height: 60px;
  }
  header .logo img {
    width: 150px;
    display:none;
  }
  .sd__mainslide .box {
    /* height: calc(100vh - 60px); */
    margin-top: 60px;
  }
  .sec__reservation {
    top: 60px;
    height: calc(100% - 60px);
  }
  .navbar-close.btn-reservation,
  .navbar-close.btn-closepopup,
  .navbar-close {
    top: 170px;
  }
  .sd__style .box .content {
    width: 100%;
    margin-top: -15px;
  }
  .sd__style .box .wrap__box {
    /* padding-bottom: 0; */
  }
  .sec__h_exclusivedeals .sd__exclusivedeals {
    margin-bottom: 0;
  }
  .sd__style .slick-dots {
    top: -30px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sty__highlight .content {
    width: 100%;
    margin-top: 0px;
  }
  .sec__hoteltimeline {
    padding-bottom: 0;
  }
  .sec__listdestination .sd__stylelistitem .box .content,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .content,
  .sd__yachting .box .content {
    width: calc(100% - 40px);
    margin-top: -40px;
  }
  .impression__page .sec__gallery.pd_sectionmain {
    padding-top: 100px;
  }
  .sec__mainslide .slick-arrow {
    display: none !important;
  }
  .wrap__hoteltimeline .box .content {
    margin-top: 30px;
  }
  .sec__mainmenu .wrap__mainmenu {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  header .btn_mobile_res {
    width: 90px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 15px;
  }
  header .btn_mobile_res > div {
    background-color: #000;
    color: #fff;
    padding: 0 15px;
    width: auto;
  }
  header .btn_mobile_menu {
    width: 63px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0 20px 0 0;
  }
  .wrap__video {
    margin-top: 60px;
  }
  #video-container {
    margin-top: 0;
  }
  .wrap__btnfullvideo,
  .wrap__btnfullvideoyoutube {
    right: 20px;
    bottom: 24px;
  }
  #video-controls {
    /* left: 20px; bottom: 20px; width: auto; */
  }
  .scrollto {
    font-size: 1.2rem;
    height: 45px;
  }
  .scrollto a:before {
    bottom: -60px;
  }
}

@media screen and (max-width: 375px) {
  .pd_sectionmain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wrap__contentmain {
    padding-bottom: 40px;
  }
  .sec__h_thestay {
    padding-bottom: 30px;
  }
  .wrap__accommodationlink .box .content {
    bottom: 15px;
  }
  .wrap__accommodationlink .box h5:before {
    height: 20px;
    top: calc(100% + 5px);
  }
  .sec__mainmenu .wrap__mainmenu {
    height: calc(100% - 80px);
  }
  .sec__thesurin-resort .bg_content {
    bottom: 0;
  }
  #list__mainmenu {
    margin-top: 10px;
  }
  .sec__reservation .wrap__reservation form .-date {
    width: 100%;
  }
  .sec__reservation .wrap__reservation form .-submit button img {
    width: 30px;
  }
  .sec__reservation .wrap__reservation form input,
  .sec__reservation .wrap__reservation form select {
    padding: 7px 10px 5px;
  }
  .sec__reservation .wrap__reservation form .-bestrate {
    background-size: auto 35px;
    height: 35px;
    margin: 0;
  }
  .slick-dots {
    width: calc(100% - 60px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 90px;
  }
  .wrap__accommodationlink .box a:before {
    background-size: auto 100px;
  }
  footer .container_full {
    padding-bottom: 70px;
  }
  .wrap__hoteltimeline .box .photo .wrap__photo,
  .wrap__hoteltimeline .box .content {
    padding-right: 15px;
  }
  .wrap__hoteltimeline .box:nth-child(2n) .photo .wrap__photo,
  .wrap__hoteltimeline .box:nth-child(2n) .content {
    padding-left: 15px;
  }
  .wrap__hoteltimeline .box .photo .bg_photo {
    width: calc(100% - 15px);
  }
  .fancybox-slide .popup_box .title {
    margin-bottom: 0;
  }
  .fancybox-slide .popup_box .detail p {
    margin-bottom: 5px;
  }
  .gallery__box .wrap_typebox .wrap .box {
    height: 45vw;
  }
  .gallery__menu {
    padding-bottom: 0;
  }
  .gallery__menu ul li {
    margin: 0 5px 10px;
  }
  .gallery__menu ul li a {
    padding-bottom: 0;
  }
  .sec__thesurin-resort .photo {
    width: 100%;
  }
  .wrap__gallery .detail {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .wrap__gallery .detail .caption {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  header .logo img {
    width: 120px;
  }
  .slick-dots {
    bottom: 30px;
  }
  .scrollto {
    display: none;
  }
  .content__mainslide {
    bottom: 40px;
    top: 90px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .content__mainslide .title {
    margin-bottom: 0;
  }
  footer .container_full .social .icon {
    width: 25px;
    height: 25px;
  }
  footer .container_full .social .icon.icon--tripadvisor {
    width: 28px;
  }
  footer .container_full .social .icon--langcn {
    background-size: 25px auto;
  }
}

@media screen and (max-width: 320px) {
  .navbar-mainmenu .navbar-btn-label,
  .navbar-reservation .navbar-btn-label,
  .navbar-close .navbar-btn-label {
    right: -8px;
  }
  .navbar-mainmenu .navbar-btn-bars,
  .navbar-reservation .navbar-btn-bars,
  .navbar-close .navbar-btn-bars {
    right: -8px;
  }
  .sec__reservation .wrap__reservation form .-guest,
  .sec__reservation .wrap__reservation form .-rooms,
  .sec__reservation .wrap__reservation form .-promocode {
    width: calc(50% - 10px);
  }
  .sec__mainmenu ul li {
    margin-bottom: 5px;
  }
  .sec__reservation .wrap__reservation {
    padding: 20px 30px 10px;
  }
  .sec__reservation .wrap__reservation form .row {
    padding-bottom: 5px;
  }
  .sec__reservation .wrap__reservation form .-submit button img {
    margin-right: 5px;
  }
  .navbar-mainmenu,
  .navbar-reservation,
  .navbar-close {
    width: 60px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .sd__style .box .content {
    width: 100%;
    margin-top: -20px;
    padding: 20px;
  }
  .sty__highlight .content {
    width: 100%;
    margin-top: -20px;
  }
  footer {
    padding: 40px 20px;
  }
  footer .icon {
    width: 20px;
  }
  footer .icon.icon--tripadvisor {
    width: 22px;
  }
  footer .container_full .linkfooter {
    margin-bottom: 20px;
  }
  footer .container_full {
    padding-bottom: 80px;
  }
  .sty__highlight .box {
    height: 60vw;
  }
  .sec__listsince1982 {
    padding-bottom: 30px;
  }
  .sec__diningdetail.sty__highlight .content .wrapcontent,
  .sec__activitiesdetail.sty__highlight .content .wrapcontent,
  .sec__contactmap.sty__highlight .content .wrapcontent,
  .sec__diningdetail.sty__highlight.sec__two .content .wrapcontent,
  .sec__activitiesdetail.sty__highlight.sec__two .content .wrapcontent,
  .sec__contactmap.sty__highlight.sec__two .content .wrapcontent {
    padding: 20px 20px 0;
  }
  .sec__diningdetail.sty__highlight .content .wrapcontent .link,
  .sec__activitiesdetail.sty__highlight .content .wrapcontent .link,
  .sec__contactmap.sty__highlight .content .wrapcontent .link,
  .sec__diningdetail.sty__highlight.sec__two .content .wrapcontent .link,
  .sec__activitiesdetail.sty__highlight.sec__two .content .wrapcontent .link,
  .sec__contactmap.sty__highlight.sec__two .content .wrapcontent .link {
    margin-bottom: 20px;
  }
  .fancybox-slide .popup_box {
    padding: 10px;
  }
  .popup_box.exclusive .detail {
    margin-bottom: 10px;
  }
  .fancybox-slide .popup_box {
    padding-bottom: 20px;
  }
  .fancybox-slide .popup_box .title {
    margin-bottom: 5px;
  }
  .sec__listdestination .sd__stylelistitem .box .content,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .content,
  .sd__yachting .box .content {
    width: 100%;
    margin-top: 0;
  }
  .sty__highlight .content {
    margin-top: 0;
  }
  #video-controls {
    bottom: 15px;
  }
  .wrap__btnfullvideo,
  .wrap__btnfullvideoyoutube {
    bottom: 20px;
  }
  .sec__mainmenu ul li {
    margin-bottom: 2px;
  }
  .sec__mainmenu a {
    font-size: 1.2rem;
  }
  .content__mainslide .title {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=screen.css.map */
@media screen and (max-width: 800px) {
  .gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(3) {
    grid-column: 9 / 13;
    grid-row: 2 / 3;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(4) {
    grid-column: 1 / 5;
    grid-row: 3 / 4;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(5) {
    grid-column: 5 / 9;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_1 .box:nth-child(6) {
    grid-row: 3 / 4;
  }

  .gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(3) {
    grid-row: 2 / 3;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(4) {
    grid-column: 1 / 5;
    grid-row: 3 / 4;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(5) {
    grid-column: 5 / 9;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_2 .box:nth-child(6) {
    grid-column: 9 / 13;
  }

  .gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(3) {
    grid-row: 2 / 4;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(4) {
    grid-column: 5 / 9;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(5) {
    grid-column: 9 / 13;
  }
}

@media screen and (max-width: 768px) {
  .lang {
    top: 30px;
    right: 30px;
  }
  footer .container_full .linkfooter li {
    padding-left: 10px;
    margin-left: 10px;
  }
  .sty__highlight .content {
    margin-top: -100px;
  }
  .sd__highlight .slick-dots,
  .sty__highlight.sec__two .slick-dots {
    bottom: 120px;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: wrap;
    left: 30px;
    right: 30px;
  }
  .sd__style .slick-dots {
    width: auto;
    left: 30px;
    right: 30px;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .sd__style .box .photo {
    height: auto;
  }
  .sd__style .box .photo img {
    position: relative;
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .sd__style.sdblack .slick-dots,
  .sd__style .slick-dots {
    bottom: auto;
    top: 45vw;
  }
}

@media screen and (max-width: 700px) {
  .gallery__box .wrap_typebox .wrap .row.sty_3 .box:nth-child(5) {
    width: 100%;
    height: 60vw;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_4 .box:last-child {
    width: 100%;
    height: 60vw;
  }
  .gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(6),
  .gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(4) {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 630px) {
  .sty__highlight .content {
    margin-top: 0;
    width: 100%;
  }
  .sd__highlight .slick-dots,
  .sty__highlight.sec__two .slick-dots {
    bottom: 30px;
  }
  .sty__highlight .photo .sd__highlight .slick-slide img {
    top: 0 !important;
  }
  .dining__page .sty__highlight .box {
    height: auto;
  }
  .sty__highlight .slick-slide img {
    position: relative;
    margin: 0;
  }
  .sec__diningdetail.sty__highlight .content,
  .sec__activitiesdetail.sty__highlight .content,
  .sec__contactmap.sty__highlight .content {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}

@media screen and (max-width: 600px) {
  .sd__style .box .photo {
    height: auto;
  }
  .sd__style .box .content,
  .sec__listdestination .sd__stylelistitem .box .content,
  .sec__listdestination.secsty_gray .sd__stylelistitem .box .content {
    margin: 0px auto 0;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    width: 100%;
  }
  .list__amenities ul {
    width: 100%;
  }
  .sec__gallery .gallery__box .wrap_typebox .wrap .row .box {
    width: calc(50% - 2px);
  }
  .gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(6),
  .gallery__box .wrap_typebox .wrap .row.sty_4 .box:nth-child(4) {
    width: calc(50% - 2px);
  }
  .sty__highlight .content {
    margin-top: 0;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .sty__highlight .box {
    height: auto;
  }
  .sd__style.sdblack .slick-dots,
  .sd__style .slick-dots {
    top: calc(60vw - 40px);
  }
  .sec__listdestination.secsty_gray .sd__stylelistitem .slick-dots,
  .sd__stylelistitem .slick-dots {
    top: calc(100vw - 150px);
    bottom: auto;
    -webkit-box-pack: center;
    justify-content: center;
    left: 30px;
    right: 30px;
    flex-flow: wrap;
    bottom: auto;
  }
  .sd__stylelistitem .box .photo img {
    height: calc(100vw - 120px);
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wrap__hoteltimeline .box:nth-child(odd) .wrap__photo .slick-dots,
  .wrap__hoteltimeline .box .wrap__photo .slick-dots {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .gallery__box .wrap_typebox .wrap .box,
  .gallery__box .wrap_typebox .wrap .row.sty_4 .box:last-child {
    height: 35vw;
  }
}

@media screen and (max-width: 560px) {
  .sd__style .box .photo {
    height: auto;
  }
  .lang {
    top: 20px;
    right: 20px;
  }
  .scrollto {
    display: none;
  }
  .content__mainslide .title {
    width: 100%;
  }
  .slick-dots {
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    right: 30px;
    left: 30px;
  }
  .sty__highlight.sec__two .slick-dots {
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    right: 30px;
    left: 30px;
  }
  .sd__style.sdblack .slick-dots,
  .sd__style .slick-dots {
    top: calc(60vw - 40px);
  }
}

@media screen and (max-width: 480px) {
  .sec__thesurin-resort .content {
    padding-top: 0;
  }
  .sec__thesurin-resort.pd_sectionsub {
    padding-top: 40px;
  }
  .pd_sectionmain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sd__style .box .photo img {
    height: calc(100vw - 50px);
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sd__style.sdblack .slick-dots,
  .sd__style .slick-dots {
    top: calc(100vw - 80px);
  }
  .sec__h_thestay .sd__exclusivedeals,
  .sec__h_dining .sd__exclusivedeals,
  .sec__h_exclusivedeals .sd__exclusivedeals {
    margin-bottom: 0;
  }
  .wrap__hoteltimeline .box .photo {
    margin-bottom: 0;
  }
  .wrap__hoteltimeline .box .photo .wrap__photo,
  .wrap__hoteltimeline .box:nth-child(2n) .photo .wrap__photo {
    padding: 0;
  }
  .wrap__hoteltimeline .plx_phototimeline {
    height: auto !important;
  }
  .wrap__hoteltimeline .box .photo .bg_photo {
    display: none;
  }
  .wrap__hoteltimeline .box .content,
  .wrap__hoteltimeline .box:nth-child(2n) .content {
    margin-top: 40px;
    padding: 0;
  }
  .sec__since1982detail.sty__highlight .photo img {
    height: calc(100vw - 50px) !important;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0 !important;
  }
  .wrap__hoteltimeline .box .photo img,
  .sty__highlight .photo .sd__highlight .slick-slide img,
  .sd__stylelistitem .box .photo img {
    height: calc(100vw - 50px) !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec__listdestination.secsty_gray .sd__stylelistitem .slick-dots,
  .sd__stylelistitem .slick-dots {
    top: calc(100vw - 80px);
  }
}

@media screen and (max-width: 430px) {
  .sd__style .box .content {
    margin-top: 0px;
  }
  .lang {
    display: none;
  }
  /* 	.mobile_lang{ display: block; width: 27px; margin-bottom: 20px;  }
	.mobile_lang a{ display: block; } */
}

@media screen and (max-width: 375px) {
  .content__mainslide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
}

@media screen and (max-width: 320px) {
  .icon--langcn {
    background-size: 19px auto;
  }
  .sd__style .box .content {
    padding: 30px 20px;
  }
}

/*  */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-width: inherit;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  background: url(../../themes/qayaam/js/images/icon--loading.html);
}
.slick-slider .slick-list {
  opacity: 0;
  position: absolute;
}
.slick-slider.slick-initialized {
  background: none;
}
.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.slick-list ._bg-full {
  /* height:100%; */ /* position:absolute; */ /* transform: scale(1); */ /* transition: transform 15s; */
}
/* .slick-list .slick-active ._bg-full{transform: scale(1.1);transition: transform 25s;}
.slick-list .reset-animation ._bg-full{ transform: scale(1); transition: all 0s;}
.slick-list ._bg-full[data-zoom="zoomout"]{ transform: scale(1.1); }
.slick-list .slick-active ._bg-full[data-zoom="zoomout"]{ transform: scale(1); transition: all 25s; } */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* #Animate new
================================================== */

@-webkit-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSm {
  -webkit-animation-name: fadeInDownSm;
  animation-name: fadeInDownSm;
}

@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
}

@-webkit-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm;
}

@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
}

@-webkit-keyframes slideInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDownSm {
  -webkit-animation-name: slideInDownSm;
  animation-name: slideInDownSm;
}

/* #scroll animate
================================================== */
.aniset,
.sub-aniset,
.re-aniset,
.re-sub-aniset,
.set-animate {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.aniset.animated,
.sub-aniset.animated,
.re-aniset.animated,
.re-sub-aniset.animated,
.set-animate.animated {
  opacity: 1;
}

*[class^="re-staggered-animation"] {
  opacity: 0;
}

*[class^="re-staggered-animation"].animated {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body.compensate-for-scrollbar {
  /* overflow: hidden; */
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#ui-datepicker-div {
  z-index: 10009 !important;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  background-color: #fff;
  padding: 0px;
  font-family: "Lato", sans-serif;
  border: 1px solid #555;
  margin-top: -2px;
}
.ui-datepicker-month,
.ui-datepicker-year {
  color: #333;
}
.ui-datepicker-title {
  width: 50%;
  margin: auto;
  text-align: center;
}
.ui-datepicker-group {
  background-color: #fff;
  float: left;
  margin: 0;
  width: 50%;
  /* box-sizing: content-box; */
  text-align: center;
  padding: 10px;
  overflow: hidden;
  /* border-left: 1px solid #555; */
}
.ui-datepicker-next {
  float: right;
  color: #cc8492;
  cursor: pointer;
  padding-right: 0;
}
.ui-datepicker-next:before {
  content: "\f101";
  right: 0;
}
.ui-datepicker-prev:before {
  content: "\f100";
  left: 0;
}
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  display: block;
  position: absolute;
  margin-top: 0;
  line-height: 23px;
  height: 20px;
  width: 20px;
  text-align: center;
  /* border-radius: 20px; */
  /* border: 1px solid #555; */
  font: normal normal normal 18px/1 FontAwesome;
  color: #000;
  top: -1px;
  background-color: initial;
}
.ui-datepicker-next:hover:before,
.ui-datepicker-prev:hover:before {
  width: 20px;
}

.ui-datepicker-prev {
  float: left;
  color: #cc8492;
  cursor: pointer;
  padding-left: 0;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 0%;
  display: block;
  height: 20px;
  width: 20px;
}
a.ui-datepicker-prev.ui-corner-all.ui-state-disabled {
  opacity: 0.2;
  cursor: default;
}
td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
}
.ui-corner-left .ui-datepicker-title {
  float: left;
  margin-left: 30%;
  width: 50%;
}
.ui-corner-right .ui-datepicker-title {
  /*float: right;*/
  margin-right: 30%;
  width: 50%;
  margin: auto;
}
.ui-datepicker-calendar {
  width: 100%;
}
td.ui-datepicker-unselectable .ui-state-default {
  /*color: rgba(0, 0, 0, 0.17);*/
  color: #555;
}
.ui-state-default {
  color: #333;
  text-decoration: none;
}

td.ui-datepicker-unselectable .ui-state-default {
  color: #ddd;
}
.ui-state-default {
  color: #333;
  text-decoration: none;
}
.ui-datepicker-days-cell-over,
td[data-handler="selectDay"] {
  background: #fff;
}
.ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-highlight {
  color: #ffffff;
  text-shadow: none !important;
}
td.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today
  .ui-state-default {
  padding: 0 0.3em;
  color: #ffffff;
  text-shadow: none !important;
}
.ui-datepicker-today .ui-state-highlight {
  color: #ffffff;
  text-shadow: none !important;
}
.ui-state-default {
  text-shadow: none !important;
  display: block;
  width: 30px;
  height: 30px;
}
table.ui-datepicker-calendar {
  border-spacing: 0;
}
.ui-datepicker-today:after {
  position: absolute;
  content: "To day";
  font-size: medium;
  text-shadow: none;
  font-size: 7px;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%; /**/
}
table.ui-datepicker-calendar td {
  border-width: 0 0px 0 0;
  border-style: solid;
  border-color: #fff;
  /* width: 29px; */
  /* height: 25px; */
  line-height: 28px;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker-calendar td:hover {
  color: #000;
}
.ui-datepicker-calendar td:hover a {
  color: #333;
}
.ui-datepicker-days-cell-over:hover.ui-datepicker-today .ui-state-highlight {
  color: #fff;
}
table.ui-datepicker-calendar tr > td:first-child {
  border-left-width: 1px;
}
table.ui-datepicker-calendar > tr:last-child td {
  border-bottom-width: 1px;
}
table.ui-datepicker-calendar tr:last-child td {
  border-bottom-width: 1px;
}
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
  cursor: pointer;
}
.ui-state-disabled .ui-icon-circle-triangle-w {
  cursor: none;
}
.ui-datepicker-calendar tr th {
  color: #333;
  font-size: 1.1rem;
  border-bottom: 1px solid #999;
  padding: 0 0 5px;
}
.ui-datepicker-today {
  /* background-color:#2389c9; */
}

.ui-datepicker-header {
  padding: 10px 0 20px;
  overflow: hidden;
}
.ui-datepicker-current-day[data-handler="selectDay"] {
}
.ui-datepicker-current-day[data-handler="selectDay"] .ui-state-default {
  color: #fff;
  z-index: 1;
}
a.ui-state-default:hover {
  color: #333;
}
a.ui-state-default:before {
  height: 0;
  width: 0;
}
a.ui-state-default:after {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  right: auto;
  bottom: auto;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /****/
  -webkit-transition: all 0s;
  transition: all 0s;
  border-radius: 20px;
}
a.ui-state-default:hover:after {
  border: 1px solid #333;
  width: 27px;
  height: 27px;
  z-index: 0;
  top: 0px;
  left: 1px;
}
.ui-datepicker-current-day:after {
  content: "";
  position: absolute;
  border: 1px solid #333;
  width: 27px;
  height: 27px;
  z-index: 0;
  top: 0px;
  left: 1px;
  background-color: #333;
  z-index: 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker-current-day:hover:after {
  background-color: #999;
  border: 1px solid #999;
}
a.ui-state-active:hover:after {
  border: 1px solid #999;
}

table.ui-datepicker-calendar td.ui-state-book:after {
  content: "";
  position: absolute;
  border: 1px solid #111111;
  width: 27px;
  height: 27px;
  z-index: 0;
  top: 0px;
  left: 1px;
  background-color: #111111;
  z-index: 0;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.ui-datepicker-calendar td.ui-state-book .ui-state-default {
  color: #fff;
  z-index: 10;
}
table.ui-datepicker-calendar td.ui-state-book span.ui-state-default {
  color: #fff;
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 0 !important;
}

input.hasDatepicker {
  background: url(../../themes/qayaam/images/icon-calendar.html)
    no-repeat scroll right 8px;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    padding: 0 10px;
  }
}
.x_closebox {
  position: absolute;
  margin-right: 35px;
  margin-bottom: 0px;
  right: 26px;
  top: 14px;
  padding: 7px 7px 8px 8px;
  font: 0/0 a;
  color: transparent;
  background-repeat: no-repeat;
  background-image: url(../../themes/qayaam/CookieConsent/icon-close-gdpr.png);
  background-position: 50%;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}

li:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
label {
  display: inline-block;
  max-width: 90%;
}
code {
  color: var(--red);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background: #f7f7f7;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  z-index: 99999;
  position: fixed;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  background-color: rgb(80, 80, 80);
  padding: 8px 20px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: center;
}
#gdpr-cookie-message h4 {
  color: var(--red);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: var(--red);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 14px;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  text-decoration: underline;
  color: #fff;
  font-size: 15px;
  padding-bottom: 2px;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white; /*border-bottom-color: var(--red);*/
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
  border: none;
  padding: 6px 9px;
  border-radius: 3px;
  background: #f2f2f2 none repeat scroll 0 0;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  cursor: pointer;
  width: 130px;
  transition: all 0.3s ease-in;
  margin-left: 25px;
}
#gdpr-cookie-message button:hover {
  background: white; /*color: var(--red);*/
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: white;
  color: var(--red);
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
.content_cookie {
  display: inline-block;
}
.button_cookie {
  display: inline-block;
}
@media screen and (max-width: 950px) {
  #gdpr-cookie-message {
    padding: 8px 40px !important;
  }
  .x_closebox {
    right: 20px;
    margin-right: unset;
  }
  .button_cookie {
    margin-top: 10px;
  }
  .c_cookie {
    line-height: 1.2;
  }
  .button_cookie,
  .content_cookie {
    display: block;
  }
}
@media screen and (max-width: 500px) {
.panel {
  width: 33vw !important;
  height: 50vh !important;
  margin: 2px !important;
  border-radius: 7px;
  flex: 1;
  background: white no-repeat scroll center;
  transition: all 0.5s linear;
  filter: grayscale(1);
  position: relative;
  padding: 15px !important;
}
.active h3 {
  transform: rotate(0deg);
  left: 8px !important;
  top: 33px !important;
  text-shadow: 0 0 3px black;
}
.panel p {
  display: none;
  color: #fff;
  font-size: 10px !important;
  font-weight: 400;
  margin-top: 7vh !important;
}
.container-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 65vh !important;
}
.detail p {
  margin-bottom: 15px;
  font-size: 10px;
}
.content__mainslide {
  width: 100% !important;
  left: 2% !important;
}
.pd_sectionmain {
  padding-top: 1px;
  padding-bottom: 1px;
  padding: 10px !important;
}
.sec__theresort .button-3 {
  border-radius: 30px;
  background: #FFFFFF;
  padding: 6px 0.2px 6px 0;
  /* width: 193px; */
  width: 55% !important;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
.multi_btn .btn_2 {
  background-color: #CA822A !important;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px;
  width: 36% !important;
  text-align: center;
}
header .logo .mobile-logo{
  width: 50%;
        display: block !important;
        margin-left: 20%;
  
}
header .logo .web-logo{
display: none;
}
.content__mainslide .sub-cont {
  width: 80%;
  margin-left: 10%;
  font-size: 12px;
  line-height: 1.7rem;
}
.content__mainslide h1 {
  font-weight: 700;
  margin-left: -9px;
}
.sec__listdestination .title {
  margin-bottom: 30px;
}
.sec__mainmenu .wrap__mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  backdrop-filter: blur(7.5px);
  background: rgba(42, 56, 124, 0.2);
  padding: 7px !important;
  width: 90%;
  margin: auto;
  height: fit-content;
  box-sizing: border-box;
}
.sec__mainmenu .wrap__mainmenu {
  display: flow !important;
}
.sec__mainmenu .wrap__mainmenu > div.accmenu {
  width: 100%;
  text-align: left;
}
footer .desktop-side{
  display: none !important;
  }
  footer .mobile-side{
    display: block !important;
    }
    footer .wrap__link strong {
      color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
       margin-left: 0 !important;
  }
  footer .wrap__link ul {
    margin-left: 0% !important; 
    padding-left: 0px;
}
footer .container_full .social {
  padding: 20px 0 13px;
  margin-left: -164px;
}
}
header .logo .mobile-logo{
  
  display: none;
}
footer .mobile-side{
display: none;
}
footer .desktop-side{
  display: block;
  font-size: 1.3rem;
  margin-top: 1rem;
  }
@media only screen and (max-width: 630px) {
  #gdpr-cookie-message button {
    border: none;
    padding: 6px 9px;
    border-radius: 3px;
    background: #f2f2f2 none repeat scroll 0 0;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    cursor: pointer;
    width: 130px;
    transition: all 0.3s ease-in;
    margin-top: 0px;
    margin-left: auto;
  }
}
.container-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.panel{
  width: 20vw;
  height: 70vh;
  margin: 20px;
  border-radius: 7px;
  flex: 1;
  background: black no-repeat scroll center;
  transition: all 0.5s linear;
  filter: grayscale(1);
  position: relative;
  padding: 20px;
}
.panel h3{
  position: absolute;
  left: 0;
  bottom: 100px;
  color: white;
  font-size: 18px;
  transform: rotate(-90deg);
  transition: all 0.5s linear;
}
.panel p{
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 45vh;
}
.active{
  flex: 6;
  filter: grayscale(0);
}
.active h3{
  transform: rotate(0deg);
  left: 22px;
  top: 280px;
  text-shadow: 0 0 3px black;
}
.active p{
  display: block;
}

#panel-1{ background-image: url("../../themes/qayaam/images/deck.png")}
#panel-2{ background-image: url("../../themes/qayaam/images/livingRoom.svg")}
#panel-3{ background-image: url("../../themes/qayaam/images/dinningRoom.svg")}
#panel-4{ background-image: url("../../themes/qayaam/images/premiumRoom.svg")}
#panel-5{ background-image: url("../../themes/qayaam/images/thestay-5.jpg")}
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}
.f-contact p img{
  width: 6%;
  margin-right: 1rem;
}
.f-contact p .location{
  width: 5%;
    margin-right: 1.8rem;
    height: 5vh;
    margin-top: 0.8rem;
}
.f-contact p span{
  font-size: 1.3rem;
}
.f-contact p a{
font-size: 1.5rem;
}




.whatsapp{
  text-align: end;
}
.whatsapp a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.whatsappIcon{
  border: 3px solid #ca822a;
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  padding: 5px;
}
