/* Theme Settings*/
/*common classes*/
.landing-ilb {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

#landing-footer {
  background: url(//cdn.sandals.com/applications/tas/img/global/landing-footer.jpg) top center repeat-x;
  position: relative;
  z-index: 10;
  min-width: 1024px !important;
  height: 144px;
}

#top-header {
  height: 67px;
  min-width: 1024px !important;
}

#top-header .wrapper {
  position: relative;
}

#landingHeader {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 0;
  width: 100%;
  min-width: 1024px;
}

#sandals-ta-logo {
  position: relative;
  margin: 0px 0 0 0;
  z-index: 999;
  width: 163px;
  height: 82px;
  top: 30px;
}

.landing-bg {
  background: url("//cdn.sandals.com/applications/tasuk/img/Sandals_TAPortal_HomepageImage.jpg") top center no-repeat;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1121px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  min-width: 1450px;
}

.landing-wrapper {
  width: 915px;
  margin: 0 auto;
  text-align: left;
}

.login-content {
  position: absolute;
  top: 240px;
  width: 336px;
  background: #597b88;
  background-color: #597b88;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#798992), to(#597b88));
  background-image: linear-gradient(top, #798992, #597b88);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#FF798992", endColorstr="#FF597B88");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF798992', endColorstr='#FF597B88')";
  border-radius: 5px;
  padding: 20px 43px 20px 43px;
  color: #fff;
}
.login-content .user-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.login-content .pass-word {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.login-content .login-btn {
  display: inline-block;
  padding: 0px 0 0 0;
}
.login-content .input-txt {
  border: 2px solid #a3c0d5;
  padding-left: 10px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #004362;
  *color: #004362;
  font-weight: bold;
  width: 315px;
  height: 43px;
  margin: 10px 0px 10px 0px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-content .input-txt:focus {
  border: 2px solid #7eaed4;
}
.login-content .input-pwd {
  border: 2px solid #a3c0d5;
  padding-left: 10px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #004362;
  *color: #004362;
  font-weight: bold;
  width: 178px;
  height: 43px;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-content .input-pwd:focus {
  border: 2px solid #7eaed4;
}
.login-content .input-error {
  border: 2px solid red;
  -webkit-box-shadow: 0px 0px 10px 0px red;
          box-shadow: 0px 0px 10px 0px red;
  background: #e4d2d4;
}
.login-content .input-error:focus {
  border: 2px solid red;
  -webkit-box-shadow: 0px 0px 10px 0px red;
          box-shadow: 0px 0px 10px 0px red;
  background: #e4d2d4;
}
.login-content .login {
  display: inline-block;
}
.login-content a.grey-button {
  background-color: #d5d5d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
  background-image: linear-gradient(top, #fdfdfd, #d5d5d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#FFFDFDFD", endColorstr="#FFD5D5D5");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDFDFD', endColorstr='#FFD5D5D5')";
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#969696");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  width: 128px;
  height: 34px;
  color: #2e271a;
  font-size: 24px;
  font-family: "openSansCondensedBold";
  font-weight: normal;
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.login-content a.grey-button:hover {
  -webkit-filter: none !important;
          filter: none !important;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fdfdfd));
  background-image: linear-gradient(top, #d5d5d5, #fdfdfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#FFD5D5D5", endColorstr="#FFFDFDFD");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD5D5D5', endColorstr='#FFFDFDFD')";
}
.login-content a.grey-button .login {
  width: 220px;
}
.login-content a.grey-button img {
  margin-right: 4px;
  margin-top: 3px;
}
.login-content .lgAdvisor {
  font-family: "openSansCondensedBold";
  font-size: 18px;
  color: #fff;
}
.login-content .forgetPassword {
  color: #fff;
  font-size: 11px;
  font-family: "openSansCondensedBold";
}
.login-content .forgot {
  /* display:inline-block;
   	font-family:'openSansCondensedBold';
   	font-size:13px;
   	color:#999999; margin-left:55px;
   	clear:both; margin:36px 0 0 337px; padding-left:0px; */
  /* background:url('/assets/img/landing/arrow-white-small.png') 0 3px no-repeat; */
  /* vertical-align:top; */
  display: inline-block;
  font-family: "openSansCondensedBold";
  font-size: 13px;
  color: #999999;
  clear: both;
  margin: 20px 0 0 0px;
  padding-left: 0px;
  vertical-align: top;
  float: right;
  margin-right: 10px;
}
.login-content .forgot a {
  color: #d7d7d7;
}
.login-content .forgot a:hover {
  color: #fff;
}
.login-content .forgot img {
  vertical-align: baseline;
  margin-right: 8px;
}
.login-content .mar-t-20n {
  margin-top: -20px;
}
.login-content .mar-t-5n {
  margin-top: -5px;
}

.pad-t-35 {
  padding-top: 35px;
}

.pad-l-30 {
  padding-left: 30px;
}

.htext {
  font-family: "openSansLight";
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  padding-left: 0px;
  text-transform: uppercase;
  margin-top: 590px;
}

.desc {
  color: #7bd5ff;
  font-size: 16px;
  font-family: "openSansRegular";
  line-height: 22px;
  width: 705px;
  padding-top: 20px;
  font-weight: bolder;
}

.landing-content {
  width: 855px;
  display: inline-block;
  background: #fbfdfd;
  opacity: 1.5;
  border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 5px #e0f4f9;
  box-shadow: 0px 0px 5px #e0f4f9;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#969696");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  padding: 40px 25px 30px 30px;
  margin: 42px 0 0px 0;
  border: 1px solid #8db8cf;
  position: relative;
  padding-bottom: 10px;
}
.landing-content h2 {
  font-family: "openSansLight";
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  padding-left: 20px;
  text-transform: uppercase;
  margin-top: 35px;
}
.landing-content h2 span {
  font-family: "Arial";
  font-weight: bold;
}
.landing-content .login-sec {
  display: inline-block;
  padding: 15px 0 0 115px;
}
.landing-content .user-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.landing-content .pass-word {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.landing-content .login-btn {
  display: inline-block;
  padding: 0px 0 0 0;
}
.landing-content .input-txt {
  width: 198px;
  height: 31px;
  border: 2px solid #abcae1;
  padding-left: 10px;
  background: #cde6f8;
  font-family: Arial, Helvetica, sans-serif;
  color: #004362;
  *color: #004362;
  font-weight: bold;
}
.landing-content .input-txt:focus {
  border: 2px solid #7eaed4;
}
.landing-content .login {
  display: inline-block;
}
.landing-content a.grey-button {
  background-color: #013852;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#285f79), to(#013852));
  background-image: linear-gradient(top, #285f79, #013852);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#FF285F79", endColorstr="#FF013852");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF285F79', endColorstr='#FF013852')";
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#969696");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  width: 150px;
  height: 25px;
  color: #3679a8;
  font-size: 20px;
  font-family: "openSansCondensedBold";
  font-weight: normal;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.landing-content a.grey-button:hover {
  -webkit-filter: none !important;
          filter: none !important;
  background-color: #285f79;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#013852), to(#285f79));
  background-image: linear-gradient(top, #013852, #285f79);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#FF013852", endColorstr="#FF285F79");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF013852', endColorstr='#FF285F79')";
}
.landing-content a.grey-button .login {
  width: 220px;
}
.landing-content a.grey-button img {
  margin-right: 4px;
}
.landing-content .forgot {
  display: inline-block;
  font-family: "openSansCondensedBold";
  font-size: 13px;
  color: #999999;
  margin-left: 55px;
  clear: both;
  margin: 10px 0 0 337px;
  padding-left: 13px;
  background: url("/assets/img/landing/arrow-new.png") 0 3px no-repeat;
  vertical-align: top;
}
.landing-content .forgot a {
  color: #999999;
}
.landing-content .forgot a:hover {
  color: #6a6a6a;
}
.landing-content .logos {
  display: block;
  padding: 25px 0 0 0px;
  text-align: center;
}
.landing-content .brands-logo {
  display: inline-block;
  vertical-align: top;
}
.landing-content .bdr-gray {
  border-left: 2px solid #e5e5e5;
  margin: 10px 35px;
  height: 50px;
  display: inline-block;
}

.landing-block {
  display: inline-block;
  margin: 20px 0 50px 0;
  padding-top: 20px;
}
.landing-block .lft-sec {
  width: 280px;
  display: inline-block;
  vertical-align: top;
}
.landing-block .mid-sec {
  width: 270px;
  display: inline-block;
  vertical-align: top;
}
.landing-block .mid-sec .mar-t-10 {
  margin-top: 10px;
}
.landing-block .mid-sec .mar-t-14 {
  margin-top: 14px;
}
.landing-block .mid-sec .mar-t-16 {
  margin-top: 12px;
}
.landing-block .mid-sec .mar-t-21 {
  margin-top: 21px;
}
.landing-block .mid-sec .mar-t-25 {
  margin-top: 25px;
}
.landing-block .mid-sec .mar-t-33 {
  margin-top: 33px;
}
.landing-block .mid-sec .mar-t-36 {
  margin-top: 36px;
}
.landing-block .mid-sec .mar-t-37 {
  margin-top: 37px;
}
.landing-block .mid-sec .mar-t-43 {
  margin-top: 43px;
}
.landing-block .mid-sec .mar-t-49 {
  margin-top: 72px;
}
.landing-block .mid-sec .mar-t-53 {
  margin-top: 55px;
}
@-moz-document url-prefix() {
  .landing-block .mid-sec .mar-t-53 {
    margin-top: 55px;
  }
}
.landing-block .mid-sec .mar-t-63 {
  margin-top: 63px;
}
.landing-block .mid-sec .mar-t-69 {
  margin-top: 69px;
}
.landing-block .mid-sec .mar-t-56 {
  margin-top: 56px;
}
.landing-block .mid-sec .sub-head {
  color: #1cc7c9;
  font-family: "openSansCondensedBold";
  font-size: 14px;
  text-align: left;
}
.landing-block h2 {
  font-family: "openSansCondensedLight";
  font-size: 26px;
  line-height: 29px;
  color: #e3e3e3;
  display: inline-block;
  padding-bottom: 10px;
}
.landing-block h2 span {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 17px;
  font-size: 13px;
  color: #6fb5e6;
  display: block;
}
.landing-block h3 {
  font-family: "openSansRegular";
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.landing-block h3 span {
  font-size: 14px;
  color: #6fb5e6;
  font-weight: normal;
  display: block;
}
.landing-block ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  /*New*/
  line-height: 20px;
  font-family: "openSansRegular";
}
.landing-block li {
  background: url("/assets/img/landing/blue-blt1.png") 0 4px no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cacaca;
  padding: 0 0 0 12px;
  margin-top: 5px;
  vertical-align: top;
}
.landing-block p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cacaca;
  line-height: 17px;
  text-align: center;
}
.landing-block .rgt-btn {
  width: 193px;
  display: block;
  vertical-align: top;
}
.landing-block .bd-lft {
  border-left: 2px dotted #6fb5e6;
  opacity: 0.4;
  margin: 0px 6px;
  height: 320px;
  display: inline-block;
}
.landing-block a.create-acc {
  width: 206px;
  height: 45px;
  font-family: "openSansCondensedBold";
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 10px;
  background: #0d3551;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: -7px 0 0 5px;
}
.landing-block a.create-acc span {
  font-size: 31px;
}
.landing-block a.create-acc:hover {
  background-color: #5890b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5890b3), to(#5890b3));
  background-image: linear-gradient(top, #5890b3, #5890b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr="#FF5890B3", endColorstr="#FF5890B3");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5890B3', endColorstr='#FF5890B3')";
  -webkit-filter: none !important;
          filter: none !important;
  background: #0c5e85 \8 ;
  color: #fff;
}
.landing-block .pad1 {
  padding-top: 2px;
}
.landing-block .pad2 {
  padding-top: 17px;
}

.video-block {
  width: 855px;
  height: 536px;
  display: inline-block;
  background: #ffffff;
  opacity: 0.9;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 0px 5px #eeeeee;
  box-shadow: 0px 0px 5px #eeeeee;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#969696");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#969696')";
  padding: 40px 25px 0px 30px;
  margin: 0px 0 60px 0;
  padding-top: 20px;
  text-align: center;
}
.video-block h2 {
  font-family: "openSansLight";
  font-size: 32px;
  line-height: 34px;
  color: #15486b;
  text-align: center;
  padding-left: 20px;
  margin-top: 30px !important;
}
.video-block h2 span {
  font-family: "Arial";
  font-weight: bold;
}
.video-block h3 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 32px;
  line-height: 34px;
  color: #15486b;
  text-align: center;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 16px;
}

.vidoMsg {
  width: 600px;
  height: 340px;
  margin: 0 auto;
}

.footer-txt {
  font-family: "openSansLight";
  font-size: 42px;
  line-height: 46px;
  color: #adaaa6;
  text-align: center;
  padding-top: 15px;
}

.footer-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #746f68;
  text-align: center;
  padding-top: 5px;
  text-transform: uppercase;
}
.footer-link a {
  color: #746f68;
}
.footer-link a:hover {
  color: #e2e2e2;
}

.pad-rgt {
  padding-right: 10px;
}

.header-sdw {
  position: absolute;
  top: 68px;
  left: -30px;
}

.header-sdw1 {
  position: absolute;
  top: 0px;
  left: -160px;
}

.chat {
  position: absolute;
  right: 200px;
  top: 13px;
}

#chatClient {
  margin-top: 13px;
  width: 182px;
  height: 35px;
  overflow: hidden;
  border-radius: 3px;
}
#chatClient img {
  margin-left: -2px;
  margin-top: -1px;
}

.errorMessageLanding {
  /* color:red;
  font-family:'openSansCondensedBold';
  font-size:15px;
  line-height:18px;
  margin:10px 0;
  display:block; */
  /*New*/
  /* color: red;
     font-family: 'openSansCondensedBold';
     line-height: 18px;
     margin: 10px 0;
     position: relative;
     background: #fff;
     padding: 10px 20px;
     font-size: 13px;
     border-radius: 4px;
     top: 6px;
     max-width: 396px;
     float: right; */
}

.specials-logo {
  position: absolute;
  left: 372px;
  top: -65px;
  background: url("/assets/img/landing/specials-logo.png") no-repeat;
  width: 175px;
  height: 118px;
}

.errover {
  min-width: 1024px;
}

.errorCont {
  width: 915px;
  overflow: hidden;
}

.f-size {
  font-size: 20px;
}

.notReg {
  width: 800px;
  /* margin:20px auto 0 auto;
  background:url('/assets/img/landing/liner.png') 0 0 no-repeat;
  padding-top:20px; */
  margin: 10px auto;
  text-align: center;
}
.notReg h3 {
  font: 23px/26px openSansLight;
  color: #0d4b75;
  text-transform: uppercase;
}
.notReg h4 {
  font: 18px/28px openSansCondensedBold;
  color: #3679a8;
  width: 700px;
  display: block;
  margin: 0 auto;
}
.notReg ul {
  margin: 0px auto 0 auto;
  display: block;
  width: 600px;
}
.notReg ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font: 14px/20px Arial, Helvetica, sans-serif;
  background: url("/assets/img/landing/blue-blt.png") 0 8px no-repeat;
  padding-left: 9px;
  margin-right: 7px;
  background-size: 4px 4px;
}

.langSelect {
  width: 145px;
  position: absolute;
  right: 1px;
  top: 25px;
  z-index: 99;
}
.langSelect .main-link {
  color: #1e4f72;
  font: 12px/1 Arial, Helvetica, sans-serif;
}
.langSelect .main-link i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 3px 2px 0 4px;
}
.langSelect .main-link i.arrowClosed {
  background: url("/assets/img/landing/langSide.png") 0 0px no-repeat;
  width: 9px;
  height: 9px;
}
.langSelect .main-link i.arrowOpen {
  background: url("/assets/img/landing/langDown.png") 0 0px no-repeat;
  width: 9px;
  height: 9px;
  margin-top: 5px;
}
.langSelect .main-link #countryFlag {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.langSelect .sub-menu {
  background: #104469;
  width: 145px;
  display: none;
  top: 10px;
  position: relative;
}
.langSelect .sub-menu ul {
  color: #97938a;
  display: block;
  padding: 10px;
  padding-left: 0px;
}
.langSelect .sub-menu ul li {
  margin: 5px 0;
}
.langSelect .sub-menu ul li a {
  width: 100%;
  padding: 6px 0 6px 10px;
  display: block;
  color: #FFF;
  font: 13px/15px openSansCondensedBold;
  text-transform: uppercase;
}
.langSelect .sub-menu ul li a span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 4px;
}
.langSelect .sub-menu ul li a:hover {
  color: #436e8b;
  background: #cee3ea;
}

#sandals-specialist {
  padding-top: 10px !important;
}
#sandals-specialist a {
  font-size: 21px !important;
  color: #3679a8 !important;
  padding: 10px;
  font-weight: bold;
  background: url("/assets/img/manageBookings/blockArrowSmall.png") 0 18px no-repeat !important;
}

/*Forgot Password Link Includes File CSS*/
#forgot-pwd-container {
  position: absolute;
  top: 195px;
}
#forgot-pwd-container #landing-error-container .content {
  display: inline-block;
  vertical-align: top;
  color: red;
  font-family: "openSansCondensedBold";
  font-size: 15px;
  line-height: 18px;
  font-size: 13px;
  text-align: left;
}
#forgot-pwd-container #link-container {
  float: right;
}
#forgot-pwd-container #link-container .forgetPassword {
  font-family: "openSansCondensedBold";
  font-size: 13px;
  color: #999999;
  padding-left: 13px;
  background: url("/assets/img/landing/arrow-white-small.png") 0 3px no-repeat;
}
#forgot-pwd-container #link-container .forgetPassword a {
  color: #d7d7d7;
}
#forgot-pwd-container #link-container .forgetPassword:hover {
  color: #fff;
}

.hide {
  display: none !important;
}

#landingForm {
  margin-top: 25px;
}

.arrow-top {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: 47px;
}
.arrow-top.username {
  left: 100px;
}
.arrow-top.password {
  left: 200px;
}
.arrow-top.both {
  left: 157px;
}

/*MAINTENCANCE*/
.landing-maintenance {
  background: url(//cdn.sandals.com/sandals/maintenanceBg.jpg) 0 0 no-repeat;
  width: 100%;
  height: 800px;
  background-size: cover;
  padding-top: 10rem;
}
.landing-maintenance h3 {
  font-family: "openSansCondensedBold";
  font-size: 30px;
  color: #fff;
}
.landing-maintenance p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 2rem 0;
}

#corona-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #26262c;
  display: none;
}

#corona-boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 850px;
  display: none;
  z-index: 9999;
  border-radius: 5px;
  text-align: center;
}
#corona-boxes #dialog {
  background: #e5e5e5;
  height: auto;
  width: 600px;
  position: relative;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#969696", Direction=135, Strength=2);
  -webkit-filter: none;
          filter: none;
}
#corona-boxes #dialog .title {
  margin: 0 0 10px 0;
  padding: 30px 0 10px 35px;
  width: 94%;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#969696", Direction=135, Strength=2);
  -webkit-filter: none;
          filter: none;
}
#corona-boxes #dialog .title h5 {
  font-family: "openSansCondensedBold";
  color: #ff0000;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-left: -40px;
}
#corona-boxes #dialog .title h5 img {
  padding-right: 10px;
}
#corona-boxes #dialog .desc {
  padding: 5px 35px;
  height: 235px;
  color: #453c2d;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin: 6px 0;
  margin-top: -40px;
}
#corona-boxes #dialog .desc p {
  font-family: "openSansRegular";
}