@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap';
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  user-select: auto;
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-line-break: after-white-space;
  user-select: auto;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

:root {
  --darken-blue: #131921;
  --dark-blue: #232f3e;
  --primary-blue: #37475a;
  --lighter-blue: #78a0cf;
  --orange: #e78832;
  --gray: #f0f1f3;
  --light-gray: #f8f8f8;
  --dark-gray: #333;
  --green: #128c7e ;
}

body {
  font-size: 1rem;
  font-family: open sans, sans-serif;
  margin: 0;
  padding: 0;
  direction: rtl;
  color: var(--dark-gray);
  background: var(--gray);
}

section {
  background: #fff;
  box-shadow: 0 6px 32px 0 rgba(200, 200, 200, 0.3);
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-row-center-nowrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.font-bold {
  font-weight: 700;
}

/* from new design*/
.content1 {
  width: 100%;
  padding: 20px 0 20px 0;
  border: 4px solid #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  color: var(--primary-blue);
  width: 100%;
  background-color: #fff;
}
.content1 h2 {
  font-weight: 700;
  font-size: 1.375rem;
  padding-bottom: 20px;
  padding: 0 20px 20px 20px;
}
@media (min-width: 900px) {
  .content1 {
    width: 100%;
    /*padding: 20px;*/
    border: 4px solid #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    color: var(--primary-blue);
    width: 100%;
    background-color: #fff;
  }
 
}
.wz1 {
  min-height: 26px;
  padding-top: 5px;
  line-height: 22px;
  margin-bottom: 15px;
}

.wz1 img {
  float: right;
  margin: -5px 0 0 5px;
}

.wz2 {
  color: #575757 !important;
  font-size: 18px !important;
  margin-bottom: 12px;
  background: url(../TemplatesFiles/graphics/images/wz2.jpg) 0 100% repeat-x;
  padding-bottom: 10px;
}

#wazecontent {
  float: left;
  width: 100%;
  height: 287px;
  position: relative;
  display: flex;
}

#wazemap {
  padding:0 20px 0 20px;
  margin: 1px 0 7px 0;
  margin-bottom: 25px;
  display: flex;
}

#wazemap div#map-canvas {
  width: 100%;
}

#wazemap div#map-canvas div.map-description {
  overflow: hidden;
  height: 90px !important;
}

#wazemap div#map-canvas .gmnoprint {
  direction: ltr !important;
}

#wazemenu {
  display: none;
}

.map-description img {
  border: 1px solid #e5e5e5;
  width: 82px;
}

.map-description .imagecontainer p {
  font-size: 12px !important;
}

#map-canvas a {
  float: left;
  margin-left: 10px;
}

#map-canvas .title strong {
  font-size: 14px;
  margin-bottom: 3px;
}

img {
  border: 0;
}

form,
input,
textarea {
  padding: 0px;
  margin: 0px;
}

td,
th {
  text-align: right;
  border: 0 none;
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

input,
textarea {
  vertical-align: middle;
}

.floatleft {
  float: left;
  display: inline;
}

.floatright {
  float: right;
  display: inline;
}

.alignright {
  text-align: right !important;
}

.aligncenter {
  text-align: center !important;
}

.verticalmiddle {
  vertical-align: middle;
}

.verticaltop {
  vertical-align: top !important;
}

.clearall {
  display: none;
}

.nopadding {
  padding: 0 !important;
}

a {
  text-decoration: none;
}

/*a:hover {
  text-decoration: none;
  color: #333 !important;
  text-decoration: underline;
}*/

table {
  border: 0 none;
  border-collapse: collapse;
}

#maincontainer {
  width: 100%;
}

#content {
  position: relative;
  width: 890px;
  margin: 0 auto;
}

#sideads {
  /*position: absolute;*/
  top: 0;
  /*left: 935px;*/
  text-align: center;
}

#header {
  position: relative;
  background: url(../TemplatesFiles/graphics/images/header.jpg) no-repeat;
  height: 167px;
  width: 890px;
}

#horbanner {
  position: absolute;
  top: 4px;
  left: 5px;
}

#search {
  border: 0 none !important;
  height: 22px;
  width: 158px;
  position: absolute;
  top: 74px;
  left: 31px;
  color: #828282;
}

#searchbutton {
  display: block;
  height: 24px;
  width: 26px;
  position: absolute;
  top: 73px;
  left: 5px;
  background: url(../TemplatesFiles/graphics/images/searchbutton.jpg) 0 -24px no-repeat;
}

#searchbutton:hover {
  background: url(../TemplatesFiles/graphics/images/searchbutton.jpg) 0 0 no-repeat;
}

#facebooklike {
  position: absolute;
  top: 74px;
  left: 251px;
}

#joinclub {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 350px;
  color: #588bca;
}

#parsem {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 435px;
  color: #ffffff;
}

#parsem:hover {
  color: #ffeed2 !important;
}

#logo {
  position: absolute;
  top: 73px;
  right: 0;
}

#headerlinks {
  position: absolute;
  top: 116px;
  right: 374px;
  width: 516px;
}

#headerlinks a {
  float: right;
  height: 17px;
  line-height: 17px;
  width: 100px;
  padding-right: 15px;
  margin: 0 0 3px 57px;
  background: url(../TemplatesFiles/graphics/images/arrow.jpg) 100% 3px no-repeat;
  color: #848484;
  display: inline;
}

#topmenu {
  position: relative;
  background: url(../TemplatesFiles/graphics/images/topmenu.jpg) no-repeat;
  height: 169px;
  width: 890px;
  margin-bottom: 30px;
}

#topmenutabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 40px;
}

#topmenutabs a {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #588bca;
  font-size: 16px;
  float: right;
  display: inline;
  flex-grow: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #dbdbdb;
}

#topmenutabs a.currtab {
  color: #e47804 !important;
  background: url(../TemplatesFiles/graphics/images/arrow2.jpg) 47% 100% no-repeat;
}

/*#topmenutab1 { width: 108px; }
  #topmenutab2 { width: 118px; }
  #topmenutab3 { width: 92px; }
  #topmenutab4 { width: 87px; }
  #topmenutab5 { width: 123px; }
  #topmenutab6 { width: 78px; }
  #topmenutab7 { width: 94px; }*/
#bigsearch {
  position: absolute;
  top: 45px;
  left: 16px;
}

.selectbox {
  height: 27px;
  line-height: 27px;
  width: 166px;
  padding-right: 8px;
  background: url(../TemplatesFiles/graphics/images/selectbox.jpg) no-repeat;
  font-size: 14px;
  color: #6c6c6c;
}

#selectbox1 {
  position: absolute;
  top: 64px;
  right: 211px;
}

#selectbox2 {
  position: absolute;
  top: 64px;
  right: 401px;
}

#selectbox3 {
  position: absolute;
  top: 64px;
  right: 591px;
}

#topmenutabs2 {
  position: absolute;
  bottom: 1px;
  right: 211px;
  height: 27px;
  width: 550px;
}

#topmenutabs2 a,
#topmenutabs2 img {
  float: right;
  display: inline;
}

#topmenutabs2 a {
  color: #5278a7;
  height: 27px;
  line-height: 24px;
  text-align: center;
}

#advancedsearch {
  background: url(../TemplatesFiles/graphics/images/currtab2.jpg) no-repeat;
  color: #e47804;
  width: 91px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  bottom: 1px;
  left: 16px;
}

#advancedsearch:hover {
  color: #a24400 !important;
}

.divh2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #e47804;
  background: url(../TemplatesFiles/graphics/images/h2bg.jpg) no-repeat;
  height: 35px;
  line-height: 30px;
  padding-right: 8px;
}

.divh22 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #e47804;
  background: url(../TemplatesFiles/graphics/images/h22bg.jpg) no-repeat;
  height: 37px;
  line-height: 31px;
  padding-right: 8px;
}

.divh23 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #e47804;
  background: url(../TemplatesFiles/graphics/images/h23bg.jpg) no-repeat;
  height: 30px;
  line-height: 27px;
  padding-right: 8px;
}

#popularsearches {
  float: right;
  width: 190px;
  height: 614px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/rightsidebg.jpg) repeat-y;
  display: inline;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 0;
}

.links1 {
  font-weight: bold;
  color: #4a4c4e;
  padding: 8px 8px 5px 5px;
  font-size: 12px;
}

.links2 {
  padding: 0 8px 3px 10px;
  font-size: 12px;
}

.links3 {
  padding: 0 0 3px 5px;
  font-size: 12px;
}

.links2 a,
.links3 a {
  color: #466fa1;
}

#gallery1 {
  float: left;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e2e2e2;
  height: 278px;
  width: 522px;
  display: inline;
  margin-bottom: 21px;
  padding: 1px;
  position: relative;
}

#gallery1text {
  width: 470px;
  padding: 0 15px 0 37px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  background: url(../TemplatesFiles/graphics/images/gallery1text.png) repeat-x;
  z-index: 10;
  position: absolute;
  top: 1px;
  left: 1px;
}

#gallery1updown {
  position: absolute;
  top: 8px;
  left: 7px;
  cursor: pointer;
  z-index: 20;
}

#gallery1leftright {
  position: absolute;
  bottom: 12px;
  left: 1px;
  z-index: 20;
  width: 522px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

#gallery1leftright img {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 8px;
}

#gallery2 {
  float: left;
  height: 282px;
  width: 145px;
  display: inline;
  margin-bottom: 21px;
}

#gallery2 div {
  height: 43px;
  width: 121px;
  background: url(../TemplatesFiles/graphics/images/gallery2.jpg) no-repeat;
  padding: 5px 12px;
  line-height: 1.1em;
}

#gallery2 div span {
  color: #588bca;
  font-weight: bold;
}

#gallery2 div.gallery2curr {
  background: url(../TemplatesFiles/graphics/images/gallery2curr.jpg) no-repeat !important;
}

#gallery2 div.gallery2curr span {
  color: #e47804 !important;
}

.gallery2sep {
  width: 145px !important;
  height: 4px !important;
  background: url(../TemplatesFiles/graphics/images/gallery2sep.jpg) no-repeat !important;
  padding: 0 !important;
  line-height: 0em;
}

.gallery2sep2 {
  width: 145px !important;
  height: 5px !important;
  background: url(../TemplatesFiles/graphics/images/gallery2sep2.jpg) no-repeat !important;
  padding: 0 !important;
  line-height: 0em;
}

#thisweekend {
  float: left;
  height: 311px;
  width: 670px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/leftsidebg.jpg) repeat-y;
  display: inline;
  margin-bottom: 20px;
}

.thisweekend1 {
  float: right;
  display: inline;
  margin: 15px 15px 15px 3px;
  border: 1px solid #e3e3e4;
  padding: 5px;
  width: 134px;
  height: 231px;
  background: #ffffff;
}

.thisweekend1-first {
  margin-right: 16px !important;
}

.thisweekend1 img {
  margin-bottom: 8px;
}

.thisweekend1 a {
  color: #5f82ae;
  font-size: 14px;
}

#video1 {
  float: right;
  display: inline;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/rightsidebg.jpg) repeat-y;
  width: 190px;
  height: 35px;
}

#video2 {
  float: right;
  display: inline;
  margin-bottom: 20px;
}

#chosen {
  float: left;
  display: inline;
  margin-bottom: 20px;
  width: 670px;
  height: 258px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/leftsidebg.jpg) repeat-y;
}

.chosen1 {
  float: right;
  display: inline;
  margin: 15px 15px 15px 3px;
  width: 146px;
  height: 156px;
}

.chosen1-first {
  margin-right: 16px !important;
}

.chosen1-first-popup {
  margin-right: 0 !important;
}

.chosen1-fourth-popup {
  margin-left: 0 !important;
}

.chosen1 img {
  margin-bottom: 1px;
}

.chosen1 a {
  color: #5f82ae;
  border: 1px solid #e2e2e2;
  display: inline-block;
  width: 134px;
  height: 38px;
  line-height: 18px;
  padding: 0px 5px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  background: #ffffff;
}

#banner2 {
  float: left;
  margin-bottom: 20px;
  display: inline;
}

#promoted {
  float: right;
  width: 190px;
  height: 1148px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/rightsidebg.jpg) repeat-y;
  display: inline;
  margin-bottom: 20px;
  margin-top: -65px;
}

#promoted div {
  margin: 11px 5px 0 5px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 11px;
}

#promoted div img {
  float: right;
  display: inline;
  margin-left: 6px;
}

#promoted div a {
  color: #5786d5;
  font-weight: bold;
}

#suites {
  float: left;
  height: 568px;
  width: 670px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/leftsidebg.jpg) repeat-y;
  display: inline;
  margin-bottom: 20px;
}

#reviews {
  float: right;
  display: inline;
  margin-right: 16px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/morebg.jpg) repeat-y;
  width: 310px;
  height: 242px;
}

#survey {
  float: left;
  display: inline;
  margin-left: 16px;
  border-bottom: 1px solid #e3e3e4;
  background: url(../TemplatesFiles/graphics/images/morebg.jpg) repeat-y;
  width: 310px;
  height: 242px;
  position: relative;
}

#survey input {
  border: 0 none !important;
}

#surveybuttons {
  position: absolute;
  bottom: 10px;
  left: 12px;
  line-height: 21px;
}

#surveybuttons img {
  vertical-align: middle;
}

#surveybuttons a {
  font-weight: bold;
  color: #466fa1;
}

.divh3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #727272;
  background: url(../TemplatesFiles/graphics/images/h2bg.jpg) repeat-x;
  height: 34px;
  line-height: 31px;
  padding-right: 8px;
}

.survey1 {
  font-weight: bold;
  padding: 10px 10px 15px 0;
}

.survey2 {
  padding: 0 10px 8px 60px;
}

.reviews1 {
  margin: 8px 10px 2px 10px;
  font-weight: bold;
  color: #e47804;
}

.reviews2 {
  margin: 0 10px 0 10px;
}

.reviews2 a {
  color: #466fa1;
  font-weight: bold;
}

#banner3 {
  float: left;
  margin-bottom: 20px;
  display: inline;
}

#videogallery1 {
  float: left;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e2e2e2;
  height: 331px;
  width: 524px;
  display: inline;
  margin-bottom: 21px;
}

#videogallery2 {
  float: left;
  height: 333px;
  width: 145px;
  display: inline;
  margin-bottom: 21px;
}

#videogallery2 div {
  height: 43px;
  width: 121px;
  background: url(../TemplatesFiles/graphics/images/gallery2.jpg) no-repeat;
  padding: 5px 12px;
  line-height: 1.1em;
}

#videogallery2 div span {
  color: #588bca;
  font-weight: bold;
}

#videogallery2 div.gallery2curr {
  background: url(../TemplatesFiles/graphics/images/gallery2curr.jpg) no-repeat !important;
}

#videogallery2 div.gallery2curr span {
  color: #e47804 !important;
}

#banner4 {
  margin-bottom: 20px;
}

#footercontainer1 {
  padding: 20px;
  background: #3d3d3d;
}

#footer {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#footer div {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  padding: 5px 20px;
}
@media (min-width: 900px) {
  #footer div {
    float: right;
    display: inline;
    margin: 10px 0 10px 0;
    width: 20%;
  }
}

#footer div a {
  display: block;
  color: #fff;
  padding-right: 10px;
}
#footer div a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

#footercontainer1 #footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  #footercontainer1 #footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#footercontainer2 {
  background: #3d3d3d;
  padding: 25px;
  display: flex;
  margin-bottom: 40px;
}

.dots {
  text-align: center;
}

.dots img {
  margin: 0 5px;
  vertical-align: middle;
}

#vote {
  background: url(../TemplatesFiles/graphics/images/vote.jpg) repeat-x;
  padding: 0 11px;
  height: 21px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}

/*video pop-up*/
#modalPage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 750;
}

#modalBackground {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  z-index: 850;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  filter: Alpha(Opacity=70);
}

#previewModalBackground {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  z-index: 850;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}

#popup {
  position: fixed;
  top: 60px;
  left: 50%;
  margin-left: -317px;
  z-index: 1000;
  width: 634px;
  font-size: 14px;
}

*:first-child + html #popup {
  margin-left: 0 !important;
  margin-right: 317px;
}

#popup h2 {
  margin: 0 0 7px 0;
  font-size: 14px;
  font-weight: bold;
  color: #e47804;
}

#popup a {
  color: #5f82ae;
}

#popup1 {
  margin: 0 0 7px 0;
}

#popup2 {
  background: url(../TemplatesFiles/graphics/images/popup2.jpg) 0 100% no-repeat;
  height: 32px;
  line-height: 29px;
  padding-top: 10px;
}

.chosen1popup {
  float: right;
  display: inline;
  margin: 12px 0 0 16px;
  width: 146px;
  height: 156px;
  position: relative;
}

.play {
  bottom: 12px;
  cursor: pointer;
  width: 120px;
  position: absolute;
  right: 620px;
  z-index: 10;
}

.pause {
  bottom: 12px;
  cursor: pointer;
  width: 60px;
  position: absolute;
  right: 620px;
  z-index: 10;
}

.stop {
  bottom: 12px;
  cursor: pointer;
  width: 120px;
  position: absolute;
  right: 620px;
  z-index: 10;
}

.chosen1popup-last {
  margin-left: 0 !important;
  margin-right: 2px;
}

.chosen1popup img {
  margin-bottom: 1px;
}

.chosen1popup a {
  color: #5f82ae;
  border: 1px solid #e2e2e2;
  display: inline-block;
  width: 134px;
  height: 38px;
  line-height: 18px;
  padding: 0px 5px;
  text-align: right;
  font-size: 14px;
  vertical-align: middle;
  background: #ffffff;
}

#bigvideo {
  position: relative;
}

#playbigvideo {
  position: absolute;
  top: 126px;
  right: 249px;
}

/* template */
#header-template {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  /*background: url(../TemplatesFiles/graphics/images/mcblackMob.jpg) repeat-x #ffffff;*/
}
@media (min-width: 900px) {
  #header-template {
    flex-wrap: wrap;
    justify-content: space-between;
    /*background: url(../TemplatesFiles/graphics/images/mcblack.jpg) repeat-x #ffffff;*/
    background: #ffffff;
  }
}

.headercontainer .header_menu {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 1000;
}
@media (min-width: 900px) {
  .headercontainer .header_menu {
    display: none;
  }
}
.headercontainer .header {
  height: 70px;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .headercontainer .header {
    height: 100px;
    position: relative;
    justify-content: space-around;
    padding-left: 300px;
    box-sizing: border-box;
    display:flex;
  }
}
.headercontainer .header #logo-template {
  width: 161px;
  height: 59px;
  display: none;
}
@media (min-width: 900px) {
  .headercontainer .header #logo-template {
    width: 161px;
    height: 59px;
    display: inline-block;
  }
}
.headercontainer .header #logo-mobile {
  width: 161px;
  height: 59px;
  display: inline-block;
}
@media (min-width: 900px) {
  .headercontainer .header #logo-mobile {
    width: 161px;
    height: 59px;
    display: none;
  }
}
.headercontainer .header .searchbox {
  display: none;
}
@media (min-width: 900px) {
  .headercontainer .header .searchbox {
    background: #fff;
    border-radius: 30px;
    padding: 14px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 300px;
    height: 51px;
    order: 3;
    position: absolute;
    left: 0;
    border: 1px solid #ccc;
  }
}

#search-template {
  border: 0 none !important;
  color: #7E7E7E;
  font-size: 16px;
  height: 22px;
  left: 34px;
  width: 156px;
  display: none;
}
@media (min-width: 900px) {
  #search-template {
    display: inline-block;
    float: left;
  }
}

#searchbutton-template {
  width: 18px;
  height: 18px;
  background: url(../TemplatesFiles/graphics/images/search.svg) 0 0 no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  padding-right: 10px;
  margin-right: auto;
  position: relative;
  top: 2px;
  transition: all 0.4s ease;
}
@media (min-width: 900px) {
  #searchbutton-template {
    display: inline-block;
  }
}

#toplinks {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  order: 2;
  display: none;
}
#toplinks img {
  display: none;
}
@media (min-width: 900px) {
  #toplinks {
    display: flex;
  }
}

#toplinks a {
  font-size: 1.125rem;
  color: #333;
  position: relative;
  margin: 0 20px;
  padding: 38px 0;
}
#toplinks a:hover {
  color: #333 !important;
  text-decoration: underline !important;
}

#toplinks img {
  vertical-align: middle;
}

#selectandcompare {
  position: absolute;
  top: 65px;
  right: 0px;
}

#BreadCrambsDiv {
  width: 100%;
  overflow-x: scroll;
  padding: 15px 0;
  white-space: nowrap;
}
#BreadCrambsDiv ol{
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 14px;
  

}
@media (min-width: 900px) {
  #BreadCrambsDiv {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 15px 0;
    overflow-x: hidden;
  }
}

#BreadCrambsDiv a {
  display: inline-block;
  margin: 0 3px;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  font-size: 14px;
  color: #333333;
  position: relative;
  text-decoration: none;
}
#BreadCrambsDiv a:hover {
  text-decoration: underline;
}
#BreadCrambsDiv a ::after{
  content: ">";
  margin-right: 7px;
  
 }

#BreadCrambsDiv a:hover::after {
  text-decoration: none !important;
 
}

#BreadCrambsDiv a:hover {
  color: #e47804;
}

#flags {
  position: absolute;
  top: 65px;
  left: 0px;
}

#flags img {
  margin-right: 1px;
  float: left;
  display: inline;
}

#facebooklike-template {
  left: 190px;
  position: absolute;
  top: 65px;
}

#suittabs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  order: 4;
  overflow-x: scroll;  
}
@media (min-width: 900px) {
  #suittabs {
    overflow-x: hidden;
  }
}

  #suittabs img {
    display: none;
  }

  @media (min-width: 900px) {
    #suittabs {
      max-width: 1366px;
      margin-top: 20px;
    }
  }

  #suittabs ul {
    border-top: 1px solid var(--light-gray);
    display: flex;
    margin-top: 20px;
    /*margin-right: 10px !important;*/
  }

  @media (min-width: 900px) {
    #suittabs ul {
      border-top: 1px solid var(--light-gray);
      height: 55px;
    }
  }

  #suittabs ul li {
    list-style: none outside none;
    margin: 0 0;
    padding: 0;
  }

  @media (min-width: 900px) {
    #suittabs ul li {
      display: inline-block;
      text-align: center;
      min-width: 160px;
    }
  }

  #suittabs ul li a {
    font-size: 1rem;
    display: inline-block;
    padding: 5px 10px !important;
    white-space: nowrap;
    border-bottom: 3px solid #fff;
  }

  @media (min-width: 900px) {
    #suittabs ul li a {
      font-size: 1.125rem;
      display: inline-block;
      padding: 12px 35px !important;
    }
  }

  #suittabs ul li a.suittabscurrent {
    background-color: var(--gray);
    border-bottom: 3px solid var(--primary-blue);
    font-weight: 600;
  }

  #suittabs ul li a:hover {
    background-color: var(--gray);
    border-bottom: 3px solid var(--primary-blue);
    font-weight: 600;
    text-decoration: none;
  }

  a#moresuits {
    display: block;
    position: absolute;
    top: 25px;
    left: -10px;
    width: 26px;
    height: 26px;
    padding: 0;
    z-index: 5;
    background: #f0f1f3;
    border-radius: 50px;
    background-image: url(../TemplatesFiles/graphics/images/left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
  }

    a#moresuits:hover {
      text-decoration: none;
      background: #ccc;
      border-radius: 50px;
      background-image: url(../TemplatesFiles/graphics/images/left.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 10px;
    }

    a#moresuits:focus {
      background: #f0f1f3;
      border-radius: 50px;
      background-image: url(../TemplatesFiles/graphics/images/left.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 10px;
    }

  @media (min-width: 900px) {
    a#moresuits {
      display: block;
      position: absolute;
      top: 20px;
      left: 0;
      width: 40px;
      height: 40px;
      padding: 0;
      z-index: 5;
      background: #f0f1f3;
      border-radius: 50px;
      background-image: url(../TemplatesFiles/graphics/images/left.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 15px;
    }

      a#moresuits:hover {
        text-decoration: none;
        background: #ccc;
        border-radius: 50px;
        background-image: url(../TemplatesFiles/graphics/images/left.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px;
      }

      a#moresuits:focus {
        background: #f0f1f3;
        border-radius: 50px;
        background-image: url(../TemplatesFiles/graphics/images/left.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px;
      }
  }

  a#moresuits.hideme {
    display: none;
    background-color: transparent;
  }

  a#moresuits2 {
    display: block;
    position: absolute;
    top: 25px;
    right: -10px;
    width: 26px;
    height: 26px;
    padding: 0 !important;
    z-index: 5;
    background: #f0f1f3;
    border-radius: 50px;
    background-image: url(../TemplatesFiles/graphics/images/right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
  }

    a#moresuits2:hover {
      text-decoration: none;
      background: #ccc;
      border-radius: 50px;
      background-image: url(../TemplatesFiles/graphics/images/right.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 10px;
    }

    a#moresuits2:focus {
      background: #f0f1f3;
      border-radius: 50px;
      background-image: url(../TemplatesFiles/graphics/images/right.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 10px;
    }

  @media (min-width: 900px) {
    a#moresuits2 {
      display: block;
      position: absolute;
      top: 25px;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 0 !important;
      z-index: 5;
      background: #f0f1f3;
      border-radius: 50px;
      background-image: url(../TemplatesFiles/graphics/images/right.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 15px;
    }

      a#moresuits2:hover {
        text-decoration: none;
        background: #ccc;
        background: #f0f1f3;
        border-radius: 50px;
        background-image: url(../TemplatesFiles/graphics/images/right.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px;
      }

      a#moresuits2:focus {
        background: #f0f1f3;
        border-radius: 50px;
        background-image: url(../TemplatesFiles/graphics/images/right.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px;
      }
  }

  #Header1_PanelExtrainfo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    order: 3;
  }

  #topinfo1 {
    width: 100%;
  }

    #topinfo1 img {
      display: none;
    }

  @media (min-width: 900px) {
    #topinfo1 {
      display: flex;
      flex-wrap: wrap;
      width: 57%;
    }
  }

  span#Header1_SpanReviews img {
    display: inline-block;
  }

  #topinfo1 > a {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-image: url(../TemplatesFiles/graphics/images/map.svg);
    background-repeat: no-repeat;
    background-size: 18px 23px;
    margin: 5px 0 -5px 10px;
  }

  @media (min-width: 900px) {
    #topinfo1 > a {
      width: 20px;
      height: 25px;
      display: inline-block;
      background-image: url(../TemplatesFiles/graphics/images/map.svg);
      background-repeat: no-repeat;
      background-size: 18px 23px;
      margin: 0 5px 0 15px;
    }
  }

  #topinfo11 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  @media (min-width: 900px) {
    #topinfo11 {
      font-size: 2.25rem;
      font-weight: 700;
      margin-bottom: 5px;
      color: #333333;
      width: 100%;
    }
  }

  #topinfo2 {
    display: none;
  }

  #topinfo3 {
    display: none;
  }

    #topinfo3 .btn-telephone {
      background: var(--primary-blue);
      border-radius: 50px;
      padding: 5px;
      width: 190px;
      transition: all 0.4s ease;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 25px;
    }

      #topinfo3 .btn-telephone .btn-icon {
        background: #fff;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        color: var(--orange);
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #topinfo3 .btn-telephone .btn-icon svg {
          height: 1rem;
        }

      #topinfo3 .btn-telephone .btn-txt {
        font-size: 1.25rem;
        color: #fff;
        font-weight: 600;
        text-align: center;
        flex: 1;
      }

      #topinfo3 .btn-telephone:hover {
        transform: scale(1.1);
        text-decoration: none;
      }

    #topinfo3 .btn-whatsapp {
      background: #128c7e;
      border-radius: 50px;
      padding: 5px;
      width: 190px;
      transition: all 0.4s ease;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-right: 25px;
    }

      #topinfo3 .btn-whatsapp .btn-icon {
        background: #fff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        color: var(--orange);
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #topinfo3 .btn-whatsapp .btn-icon svg {
          fill: #128c7e;
          height: 1.25rem;
        }

      #topinfo3 .btn-whatsapp .btn-txt {
        font-size: 1.25rem;
        color: #fff;
        font-weight: 700;
        text-align: center;
        flex: 1;
      }

      #topinfo3 .btn-whatsapp:hover {
        transform: scale(1.1);
        text-decoration: none;
      }

    #topinfo3 .btn-booking {
      background: var(--orange);
      border-radius: 50px;
      padding: 5px;
      width: 190px;
      transition: all 0.4s ease;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

      #topinfo3 .btn-booking .btn-icon {
        background: #fff;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        color: #78a0cf;
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #topinfo3 .btn-booking .btn-icon svg {
          fill: var(--orange);
          height: 1.25rem;
        }

      #topinfo3 .btn-booking .btn-txt {
        font-size: 1.25rem;
        color: #fff;
        font-weight: 600;
        text-align: center;
        flex: 1;
      }

      #topinfo3 .btn-booking:hover {
        transform: scale(1.05);
        text-decoration: none;
      }

  @media (min-width: 900px) {
    #topinfo3 {
      display: flex;
      width: 43%;
      height: 43px;
      justify-content: flex-end;
    }
  }

#telephone-mobile {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 0 10px 0;
  /*max-width: 140px;
  margin: auto;*/
}

    #telephone-mobile.fixedBottom {
      position: fixed;
      bottom: 0;
      z-index: 99;
      background-color: #f7f7f7;
      box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.5);
    }

    #telephone-mobile .btn-telephone {
      background: var(--darken-blue);
      border-radius: 50px;
      padding: 5px;
      width: 48%;
      transition: all 0.4s ease;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      /*flex: 1;*/
      margin-left: 2%;
      margin:auto;
    }

      #telephone-mobile .btn-telephone .btn-icon {
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #telephone-mobile .btn-telephone .btn-icon svg {
          height: 1rem;
          fill: #000;
        }

      #telephone-mobile .btn-telephone .btn-txt {
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        text-align: center;
        flex: 1;
      }

    #telephone-mobile .btn-whatsapp {
      background: #fff;
      border-radius: 50px;
      padding: 5px;
      width: 39px;
      height: 38px;
      margin-right: 10px;
      box-sizing: border-box;
      transition: all 0.4s ease;
      display: flex;
      flex-wrap: wrap;
      position: relative;
    }

      #telephone-mobile .btn-whatsapp .btn-icon {
        position: absolute;
        top: -2px;
        right: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #telephone-mobile .btn-whatsapp .btn-icon svg {
          fill: #128c7e;
          height: 42px;
        }

      #telephone-mobile .btn-whatsapp .btn-txt {
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        text-align: center;
        flex: 1;
      }

  #telephone-mobile .btn-booking {
    background: var(--orange);
    border-radius: 50px;
    padding: 5px;
    width: 48% !important;
    transition: all 0.4s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 2%;
    margin: auto;
  }

      #telephone-mobile .btn-booking .btn-icon {
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: #78a0cf;
        display: flex;
        justify-content: center;
        align-items: center;
      }

        #telephone-mobile .btn-booking .btn-icon svg {
          fill: var(--orange);
          height: 1.25rem;
        }

      #telephone-mobile .btn-booking .btn-txt {
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        text-align: center;
        flex: 1;
      }

  @media (min-width: 900px) {
    #telephone-mobile {
      display: none;
    }
  }

  #mainarea-template {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }

  #mainarea-template-left {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }

  @media (min-width: 900px) {
    #mainarea-template-left {
      width: 390px;
      margin-right: 25px;
      margin-top: 0;
    }
  }

  #mainarea-template-right {
    width: 100%;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  @media (min-width: 900px) {
    #mainarea-template-right {
      flex: 1;
      margin: 0 !important;
    }
  }

  #sideform {
    padding:0 !important;
    border: 2px solid #f3c398 !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

    #sideform div {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: right;
      float: none !important;
    }

      #sideform div input {
        width: 30px !important;
        display: inline-block;
        padding: 0;
        margin-bottom: 20px !important;
      }

    #sideform .terms-checkbox {
        flex-wrap: nowrap;
    }

    #sideform .terms-checkbox .form-check-label a {
        text-decoration: underline;
    }

  /*#sideform { position: relative; background: url(../TemplatesFiles/graphics/images/sideform-online.jpg) no-repeat; width: 154px; height: 426px; padding: 0 12px 0 10px; color: #7e7e7e; }*/
  p#sideform1 {
    text-align: center;
    background: #fae6d4;
    color: #333;
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
  }

  .sideform1 {
    margin: 0;
    line-height: 36px;
    font-weight: bold;
    color: #e47804;
  }

  #sideform input {
    border-radius: 50px;
    border: 1px solid #eee;
    padding: 24px 20px;
    margin-bottom: 15px;
    width: 90%;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px auto;
  }

  #allrights a {
    color: #fff;
  }

  #allrights span {
    color: #fff;
  }

  .input1 {
    width: 152px;
    height: 20px;
    border: 1px solid #c6c6c6;
  }

  .input2 {
    width: 88px;
    height: 20px;
    border: 1px solid #c6c6c6;
    margin-left: 3px;
  }

  .input3 {
    width: 55px;
    height: 20px;
    border: 1px solid #c6c6c6;
  }

  .sideform2 {
    float: right;
    width: 53px;
  }

  .sideform3 {
    float: right;
    width: 52px;
  }

  .sideform4 {
    float: right;
    width: 49px;
  }

  /*.dd {width: 49px;height: 22px;background: url(../TemplatesFiles/graphics/images/dd.jpg) no-repeat;margin-top: 5px;cursor: pointer;} .dd:hover {background: url(../TemplatesFiles/graphics/images/dd.jpg) 0 -22px no-repeat;} */
  .textarea1 {
    width: 152px;
    height: 101px;
    border: 1px solid #c6c6c6;
    margin: 10px 0 9px 0;
    font-size: 12px;
    color: #7e7e7e;
    *height: 88px;
  }

  .textarea2 {
    width: 90%;
    height: 100px;
    border: 1px solid #c6c6c6;
    margin: 35px auto;
    font-size: 12px;
    color: #7e7e7e;
    border-radius: 10px;
  }

.contactformsending,.sideform5 {
  background: var(--primary-blue);
  display: flex;
  color: #fff;
  font-weight: 700;
  padding: 12px !important;
  text-align: center;
  font-size: 20px !important;
  border-radius: 30px;
  justify-content: center;
  cursor: pointer;
}

    .sideform5:hover {
      text-decoration: underline;
    }

    /*.contactformsending {
      background: url(../TemplatesFiles/graphics/images/sideform5.jpg) 0 -29px no-repeat;
      text-align: center;
      line-height: 29px;
      height: 29px;
      width: 52px;
      float: left;
      display: inline;
      margin-right: 20px;
      color: #ffffff !important;
      font-weight: bold;
      border: 0 none;
      cursor: pointer;
    }*/

  #sideformspecial {
    border: 4px solid #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding-bottom: 30px;
  }

    #sideformspecial a {
      font-size: 18px;
      color: var(--dark-gray);
      font-weight: 700;
      display: block;
      padding: 10px 15px;
      width: 100%;
      text-align: right;
    }

    #sideformspecial p {
      display: block;
      padding: 0 15px;
    }

  .sideformspecial1 {
    text-align: center;
    background: #fae6d4;
    color: #333;
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
  }

    .sideformspecial1:first-child {
      margin-top: 0;
    }

  #bigviewer {
    width: 100%;
    direction: ltr;
  }

  @media (min-width: 900px) {
    #bigviewer {
      height: 498px;
      width: 948px;
      background-color: #cccdcd;
      direction: ltr;
      padding: 9px;
      box-sizing: border-box;
    }
  }

  .slide {
    width: 100%;
    height: 233px;
    background-color: #fff;
    padding: 2px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 9px;
  }

    .slide a {
      width: 100%;
      display: block;
      background-color: #fff;
      padding: 2px;
      overflow: hidden;
      text-align:center;
    }

      .slide a img {
        width: auto;
        height: 100%;
      }

  #display {
    height: 45px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #575757;
    padding-right: 15px;
  }

  @media (min-width: 900px) {
    #display {
      height: 59px;
      line-height: 54px;
      margin-top: 20px;
      font-weight: bold;
      font-size: 16px;
      color: #575757;
      padding-right: 15px;
    }
  }

  #display img {
    display: none;
  }

  .tabmode1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  a.display1 {
    font-weight: normal !important;
    color: var(--orange);
    font-weight: bold !important;
    text-decoration: underline;
    background-color: #fff;
    padding: 5px 20px;
    border: 1px solid #e78832;
    border-radius: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
  }

  a.display2 {
    font-weight: normal !important;
    color: #333 !important;
    background-color: #fff;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
  }

  .maincontent {
    padding: 16px 15px 30px 15px;
    font-size: 16px;
    /*width: 100%;*/
  }

  .maincontent3 {
    padding: 16px 0 0 0;
    font-size: 14px;
  }

  .maintabs {
    width: 100%;
  }

    .maintabs a {
      display: inline-block;
      text-align: center;
      line-height: 33px;
      color: #333;
      font-size: 16px;
      padding: 4px 10px;
      border: 1px solid #dfdfdf;
      border-bottom: 4px solid #fff;
      border-radius: 4px 4px 0 0;
      background-color: #fff;
    }

  @media (min-width: 900px) {
    .maintabs a {
      display: inline-block;
      text-align: center;
      line-height: 33px;
      color: #333;
      font-size: 16px;
      padding: 4px 20px;
      border: 1px solid #dfdfdf;
      border-bottom: 4px solid #fff;
      border-radius: 4px 4px 0 0;
      background-color: #fff;
    }
  }

  .maintabs2 {
    padding-right: 3px;
  }

    .maintabs2 a {
      padding: 0 18px 2px 18px !important;
    }

  .maintabs img {
    vertical-align: top;
  }

  .maintabs.navbar.general {
    padding: 0;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
  }

    .maintabs.navbar.general img {
      display: none;
    }

  .maintabs.navbar.reviews a, .maintabs.navbar.map a {
    display: none;
  }

  /*.maintabs a.currentmaintabs {
  border-bottom: 4px solid var(--lighter-blue);
  background: var(--light-gray);
}*/

  .maintabs a.currentmaintabs2 {
    color: #e87800 !important;
    background: url(../TemplatesFiles/graphics/images/currentmaintabs.jpg) repeat-x;
  }

  .contactplace {
    background: var(--primary-blue);
    display: flex;
    color: #fff;
    font-weight: 700;
    padding: 1px !important;
    text-align: center;
    font-size: 16px !important;
    border-radius: 30px;
    justify-content: center;
    width: 150px;
    margin-left: 18px;
    align-items: center;
  }

  @media (min-width: 900px) {
    .contactplace {
      background: var(--primary-blue);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-weight: 700;
      text-align: center;
      font-size: 16px !important;
      border-radius: 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 160px;
      align-items: center;
    }
  }

  .contactplace:hover {
    text-decoration: underline;
    color: #fff !important;
  }

  .readmore {
    display: inline;
    float: left;
    width: 66px;
    height: 31px;
    line-height: 31px;
    background: url(../TemplatesFiles/graphics/images/readmore.jpg) no-repeat;
    text-align: center;
    color: #6392cd;
    margin-top: 15px;
    margin-left: 9px;
  }

    .readmore:hover {
      text-decoration: none;
    }

  .allrecs {
    background: var(--primary-blue);
    display: flex;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    font-size: 16px !important;
    border-radius: 30px;
    justify-content: center;
    width: 160px !important;
    float: left;
  }

  @media (min-width: 900px) {
    .allrecs {
      padding: 8px;
    }
  }

  .allrecs:hover {
    text-decoration: underline;
    color: #fff !important;
  }

  #reachus1 {
    float: right;
    width: 460px;
    margin-bottom: 16px;
    display: inline;
  }

  .generaltitle {
    font-weight: 700;
    font-size: 1.375rem;
    margin-bottom: 20px;
    color: var(--primary-blue);
    width: 100%;
  }

  #reachus2 {
    float: left;
    font-size: 14px;
    margin-bottom: 16px;
    display: inline;
  }

    #reachus2 img {
      vertical-align: middle;
    }

    #reachus2 a {
      color: #6392cd;
    }

  .press1 {
    float: right;
    width: 130px;
    line-height: 1.4em;
  }

  .press2 {
    float: left;
    max-width: 544px;
    position: relative;
  }

    .press2 img {
      z-index: 1;
      border: 1px solid #c6c6c6;
    }

  #press2enlarge {
    position: absolute;
    z-index: 5;
    bottom: 1px;
    right: 1px;
    border: 0 none !important;
  }

  .sepdiv {
    height: 1px;
    background: #dcdcdc;
    margin: 12px 0;
  }

  #gift {
    float: left;
  }

    #gift img {
      vertical-align: middle;
    }

    #gift a {
      color: #5278a7;
    }

  .subtitle {
    color: #888888;
    font-weight: bold;
    margin: 0 0 10px 0;
  }

  #generalinfo {
    margin-top: 28px;
  }

  .generalinfo1 {
    padding: 0 0 10px 16px;
    color: #888888;
    font-size: 12px;
  }

  .generalinfo2 {
    padding: 0 0 10px 0;
  }

  .chooseunitgo {
    float: left;
    margin-right: 7px;
    display: inline;
    color: #6392cd;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 51px;
    border: 1px solid #e3e3e3;
  }

    .chooseunitgo:hover {
      text-decoration: none;
    }

  .chooseunit {
    float: left;
    color: #989898;
    padding: 0 8px 0 25px;
    width: 121px;
    height: 22px;
    line-height: 22px;
    background: url(../TemplatesFiles/graphics/images/chooseunit.jpg) no-repeat;
    overflow: hidden;
    cursor: pointer;
  }

  .attributestitle {
    margin: 15px 0;
    background: #f1f1f1;
    color: var(--primary-blue);
    padding-right: 7px;
    line-height: 25px;
    font-weight: 700;
    width: 100%;
  }

    .attributestitle + div {
      flex-grow: 1;
    }

  .attrdiv {
    float: right;
    width: 211px;
    padding-left: 20px;
  }

    .attrdiv p {
      margin: 3px 0;
    }

      .attrdiv p img {
        vertical-align: middle;
        margin-left: 4px;
      }

  .attrdiv1 {
    float: right;
    width: 211px;
    padding-left: 20px;
  }

    .attrdiv1 p {
      margin: 3px 16px 0 0;
    }

  #avail1 {
    float: right;
    font-size: 12px;
    width: 300px;
    color: #575757;
    font-weight: bold;
  }

    #avail1 span {
      font-weight: normal;
    }

  #avail2 {
    float: left;
    font-size: 12px;
    color: #666565;
  }

    #avail2 img {
      vertical-align: middle;
    }

  .month {
    float: right;
    width: 224px;
    margin: 7px 0 12px 7px;
    display: inline;
  }

    .month td {
      padding: 0;
      vertical-align: middle;
      text-align: center;
    }

  .monthleft {
    margin-left: 0 !important;
  }

  .month1 {
    background: none repeat scroll 0 0 #B9B9B9;
    border-left: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    width: 220px;
  }

    .month1 td {
      line-height: 27px;
      width: 220px;
      background: #b9b9b9;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
      border-right: 2px solid #b9b9b9;
      border-left: 2px solid #b9b9b9;
    }

  .month2 {
    width: 9px;
    background: #ffffff;
    height: 22px;
    border-right: 2px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
  }

  .month3 {
    width: 9px;
    background: #ffffff;
    height: 22px;
    border-left: 2px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
  }

  .weekday {
    background: #ffffff;
    width: 28px;
    height: 22px;
    border-bottom: 1px solid #b9b9b9;
    font-size: 11px;
    color: #636363;
  }

  .month4 {
    height: 4px;
    width: 220px;
    background: #ffffff;
    border-right: 2px solid #b9b9b9;
    border-left: 2px solid #b9b9b9;
  }

  .monthday1 {
    width: 28px;
    line-height: 21px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 1px;
    color: #878787;
    font-size: 11px;
  }

  .monthday2 {
    color: #ff8400;
    text-decoration: line-through;
  }

  .monthday3 {
    color: #878787 !important;
  }

  .month5 {
    width: 9px;
    background: #ffffff;
    height: 22px;
    border-right: 2px solid #b9b9b9;
  }

  .month6 {
    width: 9px;
    background: #ffffff;
    height: 22px;
    border-left: 2px solid #b9b9b9;
  }

  .monthday4 {
    background: #ffecd8;
  }

  .month7 {
    height: 8px;
    width: 220px;
    background: #ffffff;
    border-right: 2px solid #b9b9b9;
    border-left: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
  }

  .salestitle {
    margin: 15px 0 0 0;
    background: #f1f1f1;
    color: black;
    padding-right: 7px;
    line-height: 25px;
  }

  .salesdates {
    line-height: 40px;
    margin: 0;
    padding-right: 22px;
    color: #d08d46;
  }

  .coupon {
    float: left;
    background: url(../TemplatesFiles/graphics/images/coupon.jpg) repeat-x;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #e87800;
  }

    .coupon img {
      vertical-align: middle;
    }

    .coupon a {
      font-weight: normal !important;
      color: #5f8dc6;
    }

  .sales1 {
    float: right;
    padding: 0 22px;
    display: inline;
  }

  .rec1 {
    width: 100%;
    padding-left: 0;
    max-height: 240px;   
    overflow-y: auto;
  }

  @media (min-width: 900px) {
    .rec1 {
      width: 67%;
      margin-top: 15px;
      display: inline-block;
      padding-left: 40px;
    }
  }

  .rec1 span {
    font-weight: bold;
    color: #333;
  }

  .rec1 img {
    vertical-align: middle;
  }

  .rec2 {
    width: 100%;
  }

  @media (min-width: 900px) {
    .rec2 {
      margin-top: 15px;
      display: inline-block;
      width: 30%;
      margin-left: 25px;
      padding-right:5px;
    }
  }

  .grades {
    margin-top: 30px;
    width: 270px;
  }

  .grades1 {
    width: 120px;
    font-size: 16px;
    color: #333;
    padding: 0 0 10px 0;
  }

  .grades2 {
    width: 45px;
    font-size: 14px;
    color: #7b7b7b;
    padding: 0 0 10px 0;
  }

  .grades3 {
    width: 60px;
    padding: 0;
    text-align: center;
  }

    .grades3 img {
      width: 15px;
      height: 15px;
    }

  .grades4 {
    color: #b7b7b7;
    font-size: 52px;
    margin: 5px 0 15px 0;
    line-height: 52px;
  }

  .grades5 {
    color: #ffffff;
    font-size: 14px;
    margin: 8px 0 0 0;
    text-align: center;
    line-height: 17px;
    background: #b8b8b8;
  }

  .recresponse {
    padding: 8px 12px 8px 8px;
    min-height: 75px;
    max-height:100px;
    overflow-y:auto;
    background: #f4f4f4;
    width: 100%;
  }

.recresponse1 {
  /*padding-right: 10px;*/
  float: right;
  width: 140px;
  font-weight: bold;
}

  .recresponse2 {
    /*padding-right:10px;
    float: left;
    width: 550px;*/
  }

  .recsep {
    height: 1px;
    background: #dcdcdc;
    margin: 46px 0 20px 0;
  }

  .prices {
    width: 100%;
    margin-top: 25px;
  }

  .prices1 {
    width: 95px;
    line-height: 28px;
    text-align: center;
    background: #f6ac5d;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px solid #f6ac5d;
    padding: 0;
  }

  .prices2 {
    line-height: 28px;
    text-align: right;
    font-size: 12px;
    padding: 0 8px 0 0;
    border-bottom: 1px solid #f6ac5d;
  }

  .prices3 {
    line-height: 28px;
    text-align: left;
    font-size: 12px;
    padding: 0;
    border-bottom: 1px solid #f6ac5d;
  }

  .prices0 {
    padding: 0;
    background: #ffffff;
    height: 1px;
  }

  .prices4 {
    background: #f1f1f1;
    text-align: right;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #ffffff;
  }

  .prices5 {
    background: #f1f1f1;
    text-align: right;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .prices6 {
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 8px;
  }

    .prices6 a {
      color: #6392cd;
    }

  .prices7 {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    color: #616161;
    padding: 8px;
  }

  .pricesremarks {
    font-size: 12px;
    margin: 8px 0 15px 0;
  }

  .contactplace-prices {
    margin-top: 22px !important;
  }

  .contactplace-reachus {
    margin-top: 34px !important;
  }

  .maincontent2 {
    padding: 0 0 0 0;
    font-size: 14px;
  }

  .galleryh2 {
    margin: 5px 0 20px 0;
    font-weight: bold;
    font-size: 14px;
    color: #e47804;
    background: url(../TemplatesFiles/graphics/images/galleryh2.jpg) repeat-x;
    height: 34px;
    line-height: 30px;
  }

  .gallery1 {
    float: right;
    display: inline;
    margin: 0 0 0 36px;
    width: 146px;
    height: 138px;
  }

  .gallery1-last {
    margin-left: 0 !important;
  }

  .gallery1 img {
    margin-bottom: 1px;
  }

  .tracks1 {
    font-weight: bold;
    color: #e87800;
    margin: 0 0 15px 0;
  }

  .tracks2 {
    margin: 0 0 10px 0;
    padding-right: 13px;
    background: url(../TemplatesFiles/graphics/images/tracks2.jpg) 100% 3px no-repeat;
  }

  .tracks3 {
    margin: 0 0 0 0;
    padding-right: 13px;
    background: url(../TemplatesFiles/graphics/images/tracks2.jpg) 100% 3px no-repeat;
  }

  .contactplace-gallery {
    margin-top: 0 !important;
  }

  #mapswitches {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e87800;
    margin-bottom: 1px;
  }

    #mapswitches a {
      display: inline-block;
      height: 33px;
      line-height: 33px;
      color: #6392cd;
    }

      #mapswitches a.currentmapswitch {
        color: #e87800 !important;
        background: url(../TemplatesFiles/graphics/images/currentmaintabs.png) 50% 27px no-repeat;
      }

  #sig {
    width: 890px;
    margin: 10px auto 0 auto;
    text-align: left;
    font-size: 12px !important;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
  }

    #sig a {
      text-decoration: none;
      color: #696969;
    }

      #sig a:hover {
        text-decoration: underline;
      }

  .sig1 {
    color: #bb0000;
    font-weight: bold;
    font-size: 11px !important;
  }

  .sig2 {
    color: #7f7d7d;
    font-weight: bold;
    font-size: 11px !important;
  }

  .sig3 {
    font-size: 11px !important;
    color: #d8d8d8;
  }

  .dotsright {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../TemplatesFiles/graphics/images/a1.png) no-repeat;
    vertical-align: middle;
  }

    .dotsright:hover {
      background: url(../TemplatesFiles/graphics/images/a1.png) 0 -21px no-repeat;
    }

  .dotsleft {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../TemplatesFiles/graphics/images/a4.png) no-repeat;
    vertical-align: middle;
  }

    .dotsleft:hover {
      background: url(../TemplatesFiles/graphics/images/a4.png) 0 -21px no-repeat;
    }

  /* N.E EXTRAS  */
  .menuitems {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    float: right;
    top: 0;
    width: 850px;
  }

    .menuitems li {
      float: right;
      margin-left: 0;
      list-style: none outside none;
    }

  /*  MODAL POP UP    */
  .popup {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    left: 50%;
    margin-left: -332px;
    padding: 0 15px;
    position: fixed;
    top: 60px;
    width: 634px;
    z-index: 1000;
  }

  .popuppreview {
    width: 730px;
    margin-left: -450px;
  }

  :first-child + html .popuppreview {
    margin-left: 0 !important;
    margin-right: 400px;
  }

  .popupreq3 {
    color: #7E7E7E;
    margin: 9px 0 13px;
  }

  .popupreq1 {
    background: url("/images/popupreq1.jpg") repeat-x scroll 0 0 transparent;
    color: #E47804;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 29px;
    padding-top: 6px;
  }

  .popupreq4 {
    display: inline;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
    width: 154px;
  }

    .popupreq4 input {
      color: #7E7E7E;
      font-size: 12px;
      margin-bottom: 6px !important;
    }

  .popupreq5 {
    display: inline;
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 459px;
  }

  .popupreq2 {
    color: #575757 !important;
    float: left;
    font-size: 12px !important;
    font-weight: normal !important;
  }

  .textareareg {
    border: 1px solid #C6C6C6;
    color: #7E7E7E;
    font-size: 12px;
    height: 157px;
    margin: 10px 0 14px;
    width: 152px;
  }

  .popupclose {
    background: url("/images/popupclose.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 29px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 29px;
  }

  .chosen1popup {
    display: inline;
    float: right;
    height: 156px;
    margin: 12px 0 0 16px;
    position: relative;
    width: 146px;
  }

  :first-child + html .popup {
    margin-left: 0 !important;
    margin-right: 332px;
  }

  .popup h2 {
    color: #E47804;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 7px;
  }

  .popup h3 {
    color: #E47804;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px;
    width: 400px;
  }

  .homearrow {
    background: url("/images/homearrow.png") no-repeat scroll 100% 0 transparent;
    display: inline;
    float: left;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
    padding-right: 20px;
  }

    .homearrow:hover {
      background: url("/images/homearrow.png") no-repeat scroll 100% -12px transparent;
    }

  .homearrow2 {
    background: url("/images/homearrow.png") no-repeat scroll 100% 0 transparent;
    display: inline;
    float: left;
    height: 12px;
    line-height: 12px;
    margin-top: 2px;
    padding-right: 20px;
  }

    .homearrow2:hover {
      background: url("/images/homearrow.png") no-repeat scroll 100% -12px transparent;
    }

  .popup a {
    color: #5F82AE;
  }

  .popup1 {
    margin: 0 0 7px;
  }

  .popup2 {
    background: url("/images/popup2.jpg") no-repeat scroll 0 100% transparent;
    height: 32px;
    line-height: 29px;
    padding-top: 10px;
  }

  .popupclose {
    background: url("/images/popupclose.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 29px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 29px;
  }

    .popupclose:hover {
      background: url("/images/popupclose.jpg") no-repeat scroll 0 -29px transparent;
    }

  .popupreq2 span {
    color: #E47804;
  }

  .popupreq-floatright1 {
    float: right;
    margin: 0 0 8px !important;
  }

  .popupreq-floatleft1 {
    float: left;
    margin: 0 0 8px !important;
  }

  #sendreq {
    background: url("/images/sideform5.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin-right: 20px;
    text-align: center;
    width: 52px;
  }

  .reqprev {
    background: url("/images/homearrow2.png") no-repeat scroll 100% 0 transparent;
    color: #5485C2;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-left: 5px;
    padding-right: 20px;
  }

  .reqnext {
    background: url("/images/homearrow.png") no-repeat scroll 0 0 transparent;
    color: #5485C2;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-right: 5px;
    padding-left: 20px;
  }

  .pagingleft2 {
    background: url(../TemplatesFiles/graphics/images/pagingleft2.jpg) no-repeat;
  }

    .pagingleft2:hover {
      background: url(../TemplatesFiles/graphics/images/pagingleft2.jpg) 0 -32px no-repeat;
    }

  #manypolls {
    padding: 20px;
  }

    #manypolls a {
      display: block;
      padding: 10px 15px 5px 23px;
      color: #333;
      background: url(../TemplatesFiles/graphics/images/coupondiv7.png) right 16px no-repeat;
      font-size: 16px;
      display: flex;
      align-items: center;
    }

    #manypolls .custom {
      text-decoration: none;
      color: #e47804 !important;
    }

  .manypoolsAttraction {
    background: url("/images/manypollsa.jpg") no-repeat scroll 111px 13px transparent;
    color: #5278A7;
    direction: rtl;
    display: block;
    float: right;
    padding: 10px 130px 5px 23px;
    text-align: right;
  }

  .popupreq6 {
    font-size: 12px;
    clear: both;
  }

  .specreqv {
    float: left;
    width: 340px;
    margin-bottom: 15px;
    margin-left: 15px;
    display: inline;
    position: relative;
  }

  .textareareg_attr {
    width: 320px;
    height: 138px;
    border: 1px solid #c6c6c6;
    font-size: 12px;
    color: #7e7e7e;
  }

  .accept {
    width: 195px;
    float: right;
  }

    .accept label {
      margin-right: 5px;
    }

  #submit {
    padding-bottom: 20px;
    clear: both;
    height: 20px;
  }

  .popup_attract {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -275px;
    z-index: 1000;
    width: 550px;
    font-size: 14px;
    background: #ffffff;
    padding: 0 15px;
  }

  .addreview {
    bottom: 0;
    color: #333;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 33px;
    left: 0;
    /*line-height: 33px;*/
    padding-right: 31px;
    width: 130px;
    text-decoration: underline;
  }

    .addreview:hover {
      color: #333 !important;
      text-decoration: underline;
      cursor: pointer;
    }

.greyh2 {
  font-size: 14px;
  display: inline;
}

  @media (min-width: 900px) {
    .greyh2 {
      color: #333;      
      font-size: 16px;
      font-weight: normal;
      margin: 0;
    }
  }

  /* N.E. Extras */
  .footer_group_titles {
    line-height: 21px;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 4px;
    float: right;
  }

  #footercontainer2 #allrights {
    float: right;
    width: 100%;
    text-align: center;
  }

  #preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
  }

  .dealclosebutton {
    background: url("/images/B_x2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
  }

    .dealclosebutton:hover {
      background: url(../TemplatesFiles/graphics/images/B_x2_over.png) no-repeat;
      float: left;
    }

  .copyright1 {
    padding: 0 20px 20px 20px;
    font-size: 12px;
    width: 100%;
  }

  @media (min-width: 900px) {
    .copyright1 {
      width: 1366px;
      margin: 20px auto;
      font-size: 12px;
      padding-left: 30%;
    }
  }

  #opacitycaption {
    background-color: #ffffff;
    color: #6392CD;
    height: 31px;
    left: 0;
    top: 0;
    width: 500px;
    width: 495px\9;
    *width: 500px;
    position: absolute;
    z-index: 999;
    opacity: 0.85;
    filter: alpha(opacity=85);
  }

    #opacitycaption .last_minute_text {
      font-size: 15px;
      margin-right: 10px;
      margin-top: 6px;
      font-weight: bold;
      color: #6392CD;
      float: right;
    }

    #opacitycaption .extra_details_link {
      width: 80px;
      font-size: 12px;
      margin-top: 20px;
      float: left;
      color: #6392CD;
    }

  .previmagetitle {
    border: 0 none;
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
  }

  .previmagetitle1 {
    font-size: 12px !important;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
  }

  .previmagetitle2 {
    width: 20px;
  }

  .previmagetitle3 {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
  }

  #manypolls .homeicon {
    background: url(../TemplatesFiles/graphics/images/B_HomeSite.png) 135px 8px no-repeat;
    padding: 10px 35px 5px 23px;
    font-size: 16px;
    color: #6392CD;
  }

  #manypolls .videoicon {
    background: url(../TemplatesFiles/graphics/images/B_Play.png) 135px 12px no-repeat;
    padding: 10px 35px 5px 23px;
    font-size: 16px;
    color: #6392CD;
  }

  #lesssuits {
    background: url("/images/lesssuits.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 23px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 11px;
    width: 31px;
    z-index: 5;
  }

    #lesssuits:hover {
      background: url("/images/lesssuits.jpg") no-repeat scroll 0 -23px transparent;
    }

  .rightmargin36 {
    margin-right: 36px !important;
  }

  .leftmargin36 {
    margin-left: 36px !important;
  }

  #suittabsright {
    float: right;
  }

  /* Restaurants */
  .restaurantnextmenu {
    background: url("/images/b_menumoredetails.jpg") no-repeat scroll 0 0 transparent;
    color: #DE7427;
    display: inline;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-indent: 9px;
    width: 123px;
  }

  .restaurantgeneraltitle {
    color: #e87800;
    margin: 15px 0 5px 0;
    font-size: 18px;
    width: 600px;
  }

  #sideformrestaurants {
    position: relative;
    background: url(../TemplatesFiles/graphics/images/infobg2.jpg) no-repeat;
    width: 154px;
    height: 410px;
    padding: 12px 12px 0 10px;
    color: #7e7e7e;
  }

    #sideformrestaurants.nocoupon {
      background: url(../TemplatesFiles/graphics/images/infobg.jpg) no-repeat;
    }

    #sideformrestaurants img {
      width: 152px;
    }

    #sideformrestaurants p {
      line-height: 16px;
      margin: 0;
      padding: 0;
    }

    #sideformrestaurants h2 {
      color: #E47804;
      font-size: 13px;
      font-weight: bold;
      margin: 20px 0 0;
      position: relative;
      z-index: 555;
    }

  #restaurantsidecoupon {
    background: url("/images/cuponbg.jpg") no-repeat scroll 0 0 transparent;
    height: 169px;
    width: 176px;
    overflow: hidden;
    position: relative;
  }

    #restaurantsidecoupon.nocoupon {
      display: none;
    }

    #restaurantsidecoupon h2 {
      color: #E47804;
      font-size: 15px;
      font-weight: bold;
      line-height: 15px;
      padding: 0 10px 0 0;
      position: relative;
      width: 100px;
      z-index: 555;
    }

    #restaurantsidecoupon p {
      font-size: 12px;
      font-weight: bold;
      padding: 0 10px 0 0;
      width: 140px;
    }

    #restaurantsidecoupon a {
      float: left;
      font-size: 16px;
      padding: 10px 6px 0 20px;
      color: #E47804;
      text-decoration: none;
      font-weight: bold;
    }

  .restaurantsectiontitle {
    float: right;
    width: 300px;
    padding: 10px 0 10px 0;
    font-size: 15px;
    color: #E87800;
    font-weight: bold;
  }

  .restaurantitemprice {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0 14px 35px;
    text-align: left;
    width: 150px;
  }

  .restaurantitemtitle {
    float: right;
    width: 300px;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  .restaurantsmenusectionsep {
    background: url("/images/grayseparator.png") repeat-x scroll 0 0 transparent;
    height: 10px;
    position: relative;
  }

  .restaurantitemdescription {
    float: right;
    width: 400px;
    padding: 0 0 10px 0;
    font-size: 13px;
  }

  .retaurantitemcontainer {
    float: right;
    height: auto;
    width: 100%;
  }

  #restauramtpanelmenus {
    background: #E87800;
    height: 18px;
    padding: 4px 5px 0 0;
    *height: 22px;
  }

    #restauramtpanelmenus a:hover {
      color: white;
    }

    #restauramtpanelmenus a.regular {
      color: White;
      font-size: 13px;
      height: 20px;
      text-align: center;
      float: right;
    }

    #restauramtpanelmenus a span {
      line-height: 12px;
    }

    #restauramtpanelmenus a.regular:hover {
      color: white;
    }

    #restauramtpanelmenus a.current {
      color: white;
      background: url("/images/whitearrow.png") no-repeat middle bottom 1px;
    }

    #restauramtpanelmenus a:hover span {
      color: #ffffff;
      background-color: transparent;
    }

    #restauramtpanelmenus a.current img {
      display: inline;
      *display: block;
    }

    #restauramtpanelmenus a img {
      display: none;
    }

  .restaurantsepimage {
    float: right;
    margin: 4px 8px 2px 8px;
  }

  .restaurantsectioncomment {
    float: right;
    font-size: 12px;
    margin: 5px 0 15px;
    width: 680px;
  }

  .restaurantmenucomment {
    float: right;
    font-size: 12px;
    margin: 10px 0 5px;
    width: 680px;
  }

  .restaurantcomment {
    margin-right: 5px;
  }

  /* map corrections*/
  #map {
    border: 2px solid #D0CED3;
    height: 289px;
    width: 690px;
  }

    #map div {
      float: none;
      display: block;
    }

      #map div.iconsmenu {
        width: 162px;
        height: 287px;
        position: absolute;
        border: solid 1px #999999;
        right: 0;
        z-index: 999;
        background: url("/images/iconsbg.jpg") no-repeat;
        opacity: 0.9;
      }

      #map div img.icon {
        float: right;
        width: 26px;
        height: 36px;
      }

      #map div div.customertitle {
        float: right;
        color: #E87800;
        font-size: 16px;
        padding: 10px 4px 0 4px;
        font-weight: bold;
        height: 48px;
        width: 155px;
      }

    #map h3.aroundtitle {
      color: #5a5a5a;
      float: right;
      margin: 5px 10px 0 0;
      height: 30px;
      width: 150px;
    }

    #map div.iconscontainer {
      padding: 15px 5px;
      float: right;
    }

      #map div.iconscontainer div {
        width: 150px;
        float: right;
        height: 40px;
        margin-bottom: 5px;
      }

      #map div.iconscontainer div {
        *margin-right: 5px;
      }

        #map div.iconscontainer div span {
          float: right;
          color: #E87800;
          font-weight: bold;
          font-size: 15px;
          margin-right: 10px;
          margin-top: 3px;
        }

    /* map pop up graphic */
    #map #map_infowindow .content div {
      width: 250px;
    }

      #map #map_infowindow .content div.imagecontainer {
        width: 82px;
        float: left;
        text-align: center;
        margin-right: 1px;
      }

        #map #map_infowindow .content div.imagecontainer img {
          width: 80px;
          float: left;
        }

        #map #map_infowindow .content div.imagecontainer a {
          width: 80px;
          color: #6392CD;
          margin-left: 3px;
          font-size: 12px;
        }

    #map #map_infowindow .content img {
      float: left;
      margin-left: 4px;
      border: 1px solid gray;
    }

    #map #map_infowindow .content a {
      float: left;
      color: #6392CD;
      text-decoration: underline;
    }

  .phonecontainer {
    float: left;
    margin: 10px 0 0 15px;
    width: 124px;
    height: 40px;
  }

    .phonecontainer td {
      vertical-align: middle;
      text-align: left;
    }

      .phonecontainer td.phone {
        width: 90px;
        *width: auto;
      }

      .phonecontainer td > h3 {
        font-weight: normal;
        display: inline;
        margin: 0;
        margin-top: 4px;
      }

  r img {
    margin-left: 5px;
    margin-top: 5px;
    *margin-top: -17px;
    *margin-left: 13px;
  }

  /**/
  .nopaycontainer {
    height: 424px;
    width: 174px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #d9d9d9;
    border-right-color: #b3c0d0;
    border-bottom-color: #d9d9d9;
    border-left-color: #d9d9d9;
  }

  .sidecoupon {
    width: 171px;
    height: 202px;
    background-image: url(../TemplatesFiles/graphics/images/bg.jpg);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 5px;
  }

  .client {
    height: 44px;
  }

  .name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ea8111;
    float: left;
    width: 110px;
    direction: rtl;
    padding-top: 6px;
    line-height: 16px;
  }

  .telephone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ea8111;
    float: left;
    width: 110px;
    direction: rtl;
    padding-top: 8px;
  }

  .couponText {
    width: 42px;
    float: right;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
  }

  .mivtza {
    height: 50px;
    padding-top: 14px;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: right;
    padding-right: 20px;
    direction: rtl;
  }

  .tokef {
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    padding-right: 4px;
  }

  .sidecoupon4 {
    line-height: 11px;
    height: 11px;
    color: #6392cd;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background: url(../TemplatesFiles/graphics/images/sidecoupon4.png) 100% 0 no-repeat;
    padding-right: 19px;
    margin-left: 6px;
    margin-top: 5px;
    float: left;
  }

  .separator {
    background-color: #d9d9d9;
    clear: both;
    height: 1px;
    width: 100%;
    margin-top: 5px;
  }

  table.gridLines {
    border-collapse: collapse;
    border: 1px solid #505050;
  }

    table.gridLines td {
      border: 1px solid #505050;
    }

  a.a-phone {
    color: #5a5a5a !important;
  }

    a.a-phone:hover {
      color: #5a5a5a !important;
    }

  .atract_telephone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 0;
  }

    .atract_telephone h3 {
      display: none;
    }

  @media (min-width: 900px) {
    .atract_telephone {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  }

  .atract_telephone img {
    vertical-align: middle;
    margin-left: 5px;
  }

  .atract_telephone a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background: var(--orange);
    padding: 8px 40px 8px 13px;
    border-radius: 50px;
    background-image: url(../TemplatesFiles/graphics/images/phoneiconCircle.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 99% center;
    display: block;
  }

  @media (min-width: 900px) {
    .atract_telephone a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      background: var(--orange);
      padding: 8px 40px 8px 10px;
      border-radius: 17px;
      background-image: url(../TemplatesFiles/graphics/images/phoneiconCircle.svg);
      background-repeat: no-repeat;
      background-size: 30px 30px;
      background-position: calc(100% - 3px) center;
      margin-right: 10px;
      transition: all 0.2s ease-in-out;
      display: block;
    }

      .atract_telephone a:hover {
        transform: scale(1.1);
        color: #fff !important;
      }
  }

  .chat1 {
    width: 174px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #5586c4;
    background-image: url(../TemplatesFiles/graphics/images/chat-icon-blue.png);
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    margin-right: -10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
  }

  .chat2 {
    width: 100px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #5586c4;
    background-image: url(../TemplatesFiles/graphics/images/chat-icon-blue.png);
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    margin-right: -10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
  }

    .chat1:hover,
    .chat2:hover {
      background-image: url(../TemplatesFiles/graphics/images/chat-icon-orange.png);
      background-repeat: no-repeat;
    }

  .web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.15;
    filter: alpha(opacity=50);
    -moz-opacity: 0.15;
    z-index: 101;
    display: none;
  }

  .web_dialog {
    display: none;
    position: fixed;
    width: 320px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #ffffff;
    padding: 0px;
    z-index: 102;
    font-family: arial;
    font-size: 10pt;
    text-align: center;
    border: 1px solid #E47804;
    color: #5586c4 !important;
    font-size: 16px;
    font-weight: bold;
  }

  span.web_dialog_title {
    color: #5586c4;
    font-size: 15px;
    font-weight: bold;
    display: block;
  }

  .qr-cont {
    width: 150px;
    height: 150px;
    margin: 10px auto;
    background-color: #CCC;
  }

  .chatpopup {
    text-align: center;
    padding: 3px 5px;
    width: 120px;
    color: #5586c4;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -87px;
    border: 1px solid #06C;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 3px 3px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  .chatpopup1 {
    top: -5px !important;
    left: 161px !important;
  }

  .chatbutcont {
    position: relative;
    float: left;
    margin-top: 14px;
    margin-left: 40px;
    width: 100px;
  }

  .online-container {
    height: 33px;
    text-align: center;
    position: relative;
  }

  #opacitycaption span {
    width: 90%;
    font-size: 15px;
    margin-top: 6px;
    font-weight: bold;
    color: #6392CD;
    display: inline-block;
    cursor: pointer;
  }

  #opacitycaption img {
    margin-left: 10px;
  }

  .btn-fmap {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    padding: 5px 35px 5px 20px;
    box-shadow: 0 3px 3px 0 rgba(170, 170, 170, 0.23) !important;
    background: #fff !important;
    border-radius: 30px;
    display: inline-flex;
    color: #333 !important;
    z-index: 90;
    border: 1px solid #ccc !important;
    background-image: url(../TemplatesFiles/graphics/images/expand.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    background-position: 120px center !important;
  }

    .btn-fmap:hover {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 16px;
      padding: 5px 20px;
      box-shadow: none !important;
      background: #fff !important;
      border-radius: 30px;
      display: inline-flex;
      color: #333 !important;
      z-index: 90;
      border: 1px solid #ccc !important;
      text-decoration: underline;
    }

  #map-canvas {
    background-image: url(../TemplatesFiles/graphics/images/map.png);
  }

  input[type=checkbox] {
    position: relative;
    cursor: pointer;
    border: none !important;
    margin: 0 !important;
  }

    input[type=checkbox]:before {
      content: "";
      top: 0;
      left: 0;
      border: 2px solid var(--primary-blue);
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: var(--primary-blue);
      box-shadow: 0 5px 0 0 rgba(45, 45, 45, 0.04);
      margin-left: 10px;
    }

    input[type=checkbox]:checked:after {
      content: "";
      display: block;
      width: 5px;
      height: 10px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 4px;
      right: 8px;
    }

  .generalbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 4px solid #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

    .generalbar img {
      display: none;
    }

  @media (min-width: 900px) {
    .generalbar {
      border: 4px solid #fff;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
      border-radius: 5px;
      background: #fff;
      padding: 20px;
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 24px;
      justify-content: right;
    }

      .generalbar p {
        font-size: 16px;
        line-height: 24px;
      }

      .generalbar div:first-child {
        background-color: #a24400;
        width: auto !important;
      }
  }

  .rewievStrip {
    border: 4px solid #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .reviewsbar p {
    line-height: 24px;
  }

  .reviewsbar .assistancereview {
    width: 100%;
  }

  #ContentPlaceHolder1_SideContactForm1_TextBoxFirstName {
    background-image: url(../TemplatesFiles/graphics/images/user.svg);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 20px center;
  }

  #ContentPlaceHolder1_SideContactForm1_TextBoxLastName {
    background-image: url(../TemplatesFiles/graphics/images/user.svg);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 20px center;
  }

  #ContentPlaceHolder1_SideContactForm1_TextBoxEmail {
    background-image: url(../TemplatesFiles/graphics/images/mail.svg);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 20px center;
  }

  #ContentPlaceHolder1_SideContactForm1_TextBoxPhone {
    background-image: url(../TemplatesFiles/graphics/images/mobile.svg);
    background-repeat: no-repeat;
    background-size: 14px 18px;
    background-position: 20px center;
  }

  #ContentPlaceHolder1_SideContactForm1_TextBoxArrivalDate {
    background-image: url(../TemplatesFiles/graphics/images/calendar.svg);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 20px center;
  }

  .ui-widget-header {
    border: 1px solid #37475a !important;
    background: #37475a !important;
    color: #ffffff;
    font-weight: bold;
  }

  #ContentPlaceHolder1_Reviews1_lblAddreview {
    margin-right: 60%;
    margin-left: 40px;
  }

  /*.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto !important;
  }*/
 .owl-item img {
  display: block;
  width: 100%;
  height: auto !important;
}

  /*@media (min-width: 900px) {
    .owl-carousel .owl-item img {
      display: block;
      width: auto !important;
      height: 224px !important;
    }
  }*/
@media (min-width: 900px) {
  .owl-item img {
    display: block;
    width: auto !important;
    height: 224px !important;
  }
}

  .owl-theme .owl-nav {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 90px;
    display: flex;
    justify-content: space-between;
  }

  @media (min-width: 900px) {
    .owl-theme .owl-nav {
      display: none;
    }
  }

  .owl-next, .owl-prev {
    background-color: rgba(255, 255, 255, 0.768627451) !important;
    width: 20px;
    height: 41px;
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
  }

    .owl-next span, .owl-prev span {
      font-size: 34px !important;
      font-weight: 600;
      display: flex;
      flex-wrap: wrap;
      height: 41px;
      align-content: center !important;
      padding-bottom: 5px;
    }

    .owl-next:hover, .owl-prev:hover {
      color: #333 !important;
    }

  /*side nav*/
  ul.menulist {
    width: 100%;
  }

  @media (min-width: 900px) {
    ul.menulist {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      width: 100%;
    }
  }

  .menulist, .dropdown-container {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .menulist li a {
      color: #fff;
    }

      .menulist li a:hover {
        color: #fff;
      }

      .menulist li a:focus {
        color: #fff !important;
      }

  .sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: -250px;
    background-color: #E0700E;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 80px;
  }

    .sidenav .ui-widget.freesearch {
      display: inline-block;
      width: 70%;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 5px;
      display: flex;
      align-items: center;
      margin-right: 10%;
    }

      .sidenav .ui-widget.freesearch img {
        margin-left: 10px;
      }

  @media (min-width: 900px) {
    .sidenav .ui-widget.freesearch {
      display: none;
    }
  }

  .sidenav .ui-widget.freesearch input {
    direction: rtl !important;
    text-align: right !important;
    background-color: #fff;
    color: #333333;
    width: 100%;
    transition: all 1s;
    border: none !important;
    box-shadow: none !important;
  }

  .sidenav a, .dropdown-container a {
    padding: 8px 35px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
  }

    .sidenav a:hover {
      color: #fff !important;
    }

  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }

      .sidenav a {
        font-size: 16px;
      }
  }
  /* Add an active class to the active dropdown button */
  .dropdown-btn a {
    direction: rtl;
    text-align: right;
  }

  .icon-caret-down {
    font-size: 60%;
    margin-right: -1.6rem;
    margin-left: 0.6rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../TemplatesFiles/graphics/images/caret-down.svg);
    background-size: 16px 16px;
  }

  .menulist .dropdown-btn.active {
    color: white;
  }

  .dropdown-btn.active a {
    color: white !important;
  }

  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #dfdfdf;
    padding-left: 8px;
  }

    .dropdown-container li a {
      color: #333333;
    }

  .menulist li {
    border-bottom: 1px solid #fff;
    padding-right: 10px;
  }

    .menulist li.discount {
      background-color: #be0e0e !important;
    }

  button.prop_close {
    display: block;
    background: #434849;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 3px 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    cursor: pointer;
    margin-left: 3rem;
    margin-top: -2rem;
    width: 60px;
    align-self: flex-end;
  }

  .sidenav_show {
    height: 100%;
    width: 295px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #E0700E;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 50px;
    direction: rtl;
  }

  .avail li {
    background-color: #bc5704;
    border-bottom: 1px solid #fff;
    padding-right: 10px;
  }

  .extra li {
    background-color: #eb5c16;
    border-bottom: 1px solid #fff;
    padding-right: 10px;
  }

  .sideFooter li {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    padding-right: 10px;
  }

    .sideFooter li a {
      color: #333 !important;
    }

  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Assistant, Arial, sans-serif;
    font-size: 16px !important;
  }

  .ui-datepicker-div {
    left: 650px !important;
    width: 150px;
  }

  .ui-state-default {
    padding: 10px;
  }

  .ui-datepicker-calendar {
    background-color: #fae6d4;
  }

  .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    color: #fae6d4 !important;
    cursor: pointer;
  }

  .allRewBut, lessRew {
    cursor: pointer;
    text-decoration: underline !important;
  }
.headerReviews{
  display:block;
  cursor:pointer;
}
.validationError{
  padding-right:25px;
}
@media (max-width: 900px) {
  .lb-nav a.lb-next {
    right: 0px !important;
  }

  .lb-nav a.lb-prev {
    left: 0px !important;
  }
  .lb-closeContainer{
    top:-40px !important;
  }
}
.galIcon {
  position: relative;
  width: 111px;
  height: 34px;
  z-index: 10;
  left: 20px;
  top: 425px;
  font-size: 14px;
  font-weight: 600;
  background-color: #303030;
  border-radius: 8px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor:pointer;
}
  .galIcon img {
    width: 25px;
    height: 18px;
    margin-left: 5px;
  }
.no-js .owl-carousel, .owl-carousel.owl-loaded{
  top:-32px;
}
@media (max-width: 900px) {
  .galIcon{
    display:none;
  }
}
.footerboldlink{
  display:none;
}
.pLink{
  cursor:pointer;
}
.show-more{
  text-decoration:underline;
  cursor:pointer;
}
.ui-datepicker-unselectable{
  color:gray;
  background-color:lightgray;
}
@media (min-width: 900px) {
  #suittabs ul li a.suittabscurrent ,#suittabs ul li a:hover {
    min-width:155px;
  }
  .owl-carousel .owl-item img{
    display:inline;
  }
}
.header_menu-links__LYrre > li > a {
  font-size: 18px !important;
}
.header_mega-menu__WBxKg {
  top:100px !important;
}
.header_single-menu__F7OKh{
  top:100px !important;
}
.header_search-icon__ilgYR{
  display:none !important;
}
.headerMobile_mobile-header-search__sGFGa{
  width:0px;
}