/* line 1, ../../../app/stylesheets/partials/_mixins.scss */
.centered {
  text-align: center;
}

/* line 1, ../../../app/stylesheets/partials/_background.scss */
#content {
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px #999;
  -moz-box-shadow: 0px 2px 4px #999;
}

/* line 1, ../../../app/stylesheets/partials/_booking.scss */
div.booking {
  position: absolute;
  top: 450px;
  left: 0;
}
/* line 5, ../../../app/stylesheets/partials/_booking.scss */
div.booking a {
  margin: 0;
  padding: 10px 14px;
  background: #f40047;
  opacity: 0.9;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1em;
  text-decoration: none;
  padding-top: 7px;
  text-transform: uppercase;
  font-family: Tahoma;
  letter-spacing: 2px;
}
/* line 21, ../../../app/stylesheets/partials/_booking.scss */
div.booking a:link, div.booking a:visited {
  color: #fff;
}
/* line 24, ../../../app/stylesheets/partials/_booking.scss */
div.booking a:hover {
  background: #ff195c;
  color: yellow;
}

/* line 1, ../../../app/stylesheets/partials/_header.scss */
#header {
@inlcude reset-box-model;
}

/* line 1, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav {
  width: 690px;
  padding: 0 0 1em 0;
  margin-bottom: 1.3em;
  clear: both;
}
/* line 6, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav h2 {
  float: left;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 15pt;
}
/* line 12, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav h2 a {
  text-decoration: none;
  color: #f40047;
  font-family: "Lucida Grande", "Lucida", Helvetica, Arial, sans-serif;
}
/* line 17, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav h2 a:hover {
  color: #ff2867;
}
/* line 21, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-right: 20px;
}
/* line 27, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav ul li {
  margin-right: 7px;
  display: inline;
}
/* line 30, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav ul li a {
  text-decoration: none;
  font-size: 12pt;
  padding: 2px 3px;
  color: #c10038;
  font-family: "Lucida Grande", "Lucida", Helvetica, Arial, sans-serif;
}
/* line 37, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav ul li a:hover {
  color: #ff2867;
}
/* line 40, ../../../app/stylesheets/partials/_page_nav.scss */
div.page-nav ul li.current a {
  background: #ea0044;
  color: #fff;
}

/* line 1, ../../../app/stylesheets/partials/_typography.scss */
h1, h2, h3, h4, h5, h6, p, li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-align: left;
}

/* line 7, ../../../app/stylesheets/partials/_typography.scss */
p {
  text-align: justify;
  line-height: 1.5em;
  font-size: 0.82em;
  margin: 10px 0;
}
/* line 12, ../../../app/stylesheets/partials/_typography.scss */
p.note {
  font-size: 0.6em;
  margin: 0 5px;
}

/* line 18, ../../../app/stylesheets/partials/_typography.scss */
h2, h1, h3 {
  color: #f40047;
  text-transform: uppercase;
}

/* line 23, ../../../app/stylesheets/partials/_typography.scss */
h1 {
  font-size: 16pt;
  padding: 0.2em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #f40047;
}

/* line 30, ../../../app/stylesheets/partials/_typography.scss */
h2 {
  padding-top: 0.5em;
  border-top: 1px solid #f40047;
  line-height: 1.2em;
  font-size: 1em;
  letter-spacing: 1px;
}

/* line 38, ../../../app/stylesheets/partials/_typography.scss */
h3 {
  padding-top: 0.5em;
  line-height: 1.2em;
  font-size: 0.9em;
}

/* line 44, ../../../app/stylesheets/partials/_typography.scss */
li {
  margin: 0.2em 0;
  font-size: 0.82em;
}

/* line 49, ../../../app/stylesheets/partials/_typography.scss */
ul {
  margin: 1em 0 1em 1.5em;
}

/* line 1, ../../../app/stylesheets/partials/_gallery.scss */
#content h2 span {
  font-size: 20px;
}

/* line 5, ../../../app/stylesheets/partials/_gallery.scss */
.outer {
  clear: both;
  margin-bottom: 0.5em;
}

/* line 10, ../../../app/stylesheets/partials/_gallery.scss */
.outer li {
  list-style: none;
}

/* line 14, ../../../app/stylesheets/partials/_gallery.scss */
.outer ul.thumbs {
  padding: 0 !important;
  margin: 5px 0;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
  margin-right: 5px;
}

/* line 24, ../../../app/stylesheets/partials/_gallery.scss */
.outer .thumbs li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-left: 14px;
}

/* line 29, ../../../app/stylesheets/partials/_gallery.scss */
.outer .thumbs li img {
  -webkit-box-shadow: 2px 3px 4px #999;
  -moz-box-shadow: 2px 3px 4px #999;
  border: 1px solid #ccc;
}

/* line 35, ../../../app/stylesheets/partials/_gallery.scss */
#slides {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
}

/* line 40, ../../../app/stylesheets/partials/_gallery.scss */
#slides li {
  margin-left: 7px;
}

/* line 44, ../../../app/stylesheets/partials/_gallery.scss */
#slides img, div.panel img, div.img_wrap img {
  -webkit-box-shadow: 0px 2px 3px #999 !important;
  -moz-box-shadow: 0px 2px 3px #999 !important;
}

/* line 49, ../../../app/stylesheets/partials/_gallery.scss */
.caption {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
}

/* line 55, ../../../app/stylesheets/partials/_gallery.scss */
.pre_wrap {
  background: #f9f9f9;
  padding: 5px 5px 5px 14px;
  margin-bottom: 50px;
  margin-top: 10px;
}

/* line 63, ../../../app/stylesheets/partials/_gallery.scss */
p.fullscreen {
  display: block;
  margin: 10px 0;
  text-align: center;
}

/* line 1, ../../../app/stylesheets/partials/_features.scss */
div.features {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 3px #ccc;
  -moz-box-shadow: 0px 2px 3px #ccc;
  background: #faf8ed;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
div.features {
  display: block;
}
/* line 7, ../../../app/stylesheets/partials/_features.scss */
div.features h3 {
  clear: both;
  margin-bottom: 10px;
}
/* line 11, ../../../app/stylesheets/partials/_features.scss */
div.features h4 {
  clear: both;
  text-align: center;
}
/* line 14, ../../../app/stylesheets/partials/_features.scss */
div.features h4 a {
  font-size: 10pt;
}
/* line 19, ../../../app/stylesheets/partials/_features.scss */
div.features img {
  margin: 7px;
  float: left;
  -webkit-box-shadow: 0px 2px 3px #999;
  -moz-box-shadow: 0px 2px 3px #999;
  height: 100px;
}
/* line 26, ../../../app/stylesheets/partials/_features.scss */
div.features p {
  margin: 5px 0;
  float: right;
  width: 155px;
  padding-right: 5px;
  line-height: 1.4em;
  font-size: 9pt;
  text-align: left;
}

/* line 1, ../../../app/stylesheets/partials/_history.scss */
ul.history {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  margin-top: 2em;
}
/* line 7, ../../../app/stylesheets/partials/_history.scss */
ul.history li {
  overflow: hidden;
  display: inline-block;
  margin: 2em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
ul.history li {
  display: block;
}
/* line 12, ../../../app/stylesheets/partials/_history.scss */
ul.history li h4 {
  float: left;
  width: 20%;
  font-weight: bold;
  font-size: 13pt;
  margin: 0;
  padding: 0;
}
/* line 20, ../../../app/stylesheets/partials/_history.scss */
ul.history li p {
  margin: 0;
  padding: 0;
  float: right;
  width: 75%;
  font-size: 11pt;
}

/* line 1, ../../../app/stylesheets/partials/_patio.scss */
.patio {
  padding: 0.3em;
}
/* line 3, ../../../app/stylesheets/partials/_patio.scss */
.patio.menus {
  padding: 0.5em 0.3em;
  background: #a54499;
}
/* line 7, ../../../app/stylesheets/partials/_patio.scss */
.patio.hours {
  background: #e9158e;
  margin-top: 0.5em;
}
/* line 11, ../../../app/stylesheets/partials/_patio.scss */
.patio.hours h4 {
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em 0;
  margin: 0.5em 0;
  border-top: 0.1em solid #f7f7f7;
}
/* line 19, ../../../app/stylesheets/partials/_patio.scss */
.patio.hours p {
  padding: 0;
  margin: 0.2em 0;
  line-height: 1em;
  text-align: left;
  color: #fff;
}
/* line 28, ../../../app/stylesheets/partials/_patio.scss */
.patio h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}

/* line 17, ../../../app/stylesheets/screen.scss */
p a {
  color: #f40047;
}

/* line 21, ../../../app/stylesheets/screen.scss */
#tf-home {
  position: fixed;
  top: 40px;
  right: 5px;
  z-index: 100;
}

/* line 28, ../../../app/stylesheets/screen.scss */
#container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: auto;
  z-index: 10;
  text-align: center;
}

/* line 39, ../../../app/stylesheets/screen.scss */
#content {
  width: 660px;
  position: absolute;
  left: 250px;
  padding: 1em;
}
/* line 44, ../../../app/stylesheets/screen.scss */
#content #page {
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
#content #page {
  display: block;
}
/* line 47, ../../../app/stylesheets/screen.scss */
#content div.col-1 {
  float: left;
  width: 320px;
  padding: 0.5em 0;
}
/* line 52, ../../../app/stylesheets/screen.scss */
#content div.col-2 {
  float: right;
  width: 300px;
  padding: 0.5em 0;
}

/* line 59, ../../../app/stylesheets/screen.scss */
#sidebar {
  background: #fff !important;
  overflow: hidden;
  width: 180px;
  position: absolute;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 4px #333;
  -moz-box-shadow: 1px 1px 4px #333;
  text-align: center;
  top: 0;
  left: 10px;
  padding: 0.5em;
}
/* line 72, ../../../app/stylesheets/screen.scss */
#sidebar #navigation {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 77, ../../../app/stylesheets/screen.scss */
#sidebar #navigation p a {
  display: inline !important;
  padding: 2px !important;
}
/* line 80, ../../../app/stylesheets/screen.scss */
#sidebar #navigation p a img {
  padding: 3px !important;
}
/* line 83, ../../../app/stylesheets/screen.scss */
#sidebar #navigation p a :hover {
  background: #f40047;
}
/* line 88, ../../../app/stylesheets/screen.scss */
#sidebar #navigation a {
  text-align: left;
  padding: 3px;
  margin: 4px 0;
  font-size: 12pt;
  color: #f40047;
  display: block;
  letter-spacing: 2px;
  font-family: Helvetica;
  text-decoration: none;
}
/* line 98, ../../../app/stylesheets/screen.scss */
#sidebar #navigation a:hover {
  color: #eee;
  background: #ff5b8b;
}
/* line 102, ../../../app/stylesheets/screen.scss */
#sidebar #navigation a.current {
  color: #fff;
  background: #f40047;
}

/* line 110, ../../../app/stylesheets/screen.scss */
#navigation p a.selected img {
  background: #ff5b8b;
}

/* line 114, ../../../app/stylesheets/screen.scss */
#chic {
  margin: 1em 0 0 0;
}

/* line 118, ../../../app/stylesheets/screen.scss */
#footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* line 120, ../../../app/stylesheets/screen.scss */
#footer p {
  font-size: 9pt;
  padding: 0.3em 1em;
  color: #999;
  text-align: center;
}
/* line 125, ../../../app/stylesheets/screen.scss */
#footer p span {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 128, ../../../app/stylesheets/screen.scss */
#footer p span a {
  text-decoration: none;
  color: inherit;
}
/* line 131, ../../../app/stylesheets/screen.scss */
#footer p span a:hover {
  color: #f40047;
}
/* line 135, ../../../app/stylesheets/screen.scss */
#footer p span.geo {
  font-size: 8pt;
}
/* line 138, ../../../app/stylesheets/screen.scss */
#footer p span.phone {
  font-size: 9.5pt;
}

/* line 146, ../../../app/stylesheets/screen.scss */
#book-now a {
  padding: 3px 7px;
  font-size: 12pt;
  background: #f40047;
  color: #fff;
}

/* line 154, ../../../app/stylesheets/screen.scss */
div.activity {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 1em;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
div.activity {
  display: block;
}
/* line 158, ../../../app/stylesheets/screen.scss */
div.activity h1 {
  font-size: 12pt;
  margin-bottom: 15px;
  text-decoration: none;
  border: none;
}
/* line 164, ../../../app/stylesheets/screen.scss */
div.activity img {
  float: left;
  -webkit-box-shadow: 0px 2px 3px #333;
  -moz-box-shadow: 0px 2px 3px #333;
}
/* line 169, ../../../app/stylesheets/screen.scss */
div.activity div.info {
  width: 370px;
  float: right;
  text-align: left;
}
/* line 173, ../../../app/stylesheets/screen.scss */
div.activity div.info p {
  font-size: 10.1pt;
  line-height: 1.3em;
  font-family: "Lucida Grande", Arial, sans-serif;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
}
/* line 181, ../../../app/stylesheets/screen.scss */
div.activity div.info a {
  font-size: 10pt;
  font-family: "Lucida Grande", Arial, sans-serif;
  padding: 0;
  color: #f40047;
}
/* line 189, ../../../app/stylesheets/screen.scss */
div.activity.alt h1 {
  text-align: right;
}
/* line 192, ../../../app/stylesheets/screen.scss */
div.activity.alt img {
  float: right;
}
/* line 195, ../../../app/stylesheets/screen.scss */
div.activity.alt div.info {
  width: 400px;
  float: left;
}

/* line 202, ../../../app/stylesheets/screen.scss */
#some_more_activities {
  text-align: center;
}

/* line 206, ../../../app/stylesheets/screen.scss */
#more_activities {
  width: 80%;
  margin: 0 auto;
}
/* line 209, ../../../app/stylesheets/screen.scss */
#more_activities td {
  margin-bottom: 20px;
  padding: 0 2em;
}
/* line 212, ../../../app/stylesheets/screen.scss */
#more_activities td h2 {
  font-size: 13pt;
  color: #000;
  border: none;
}
/* line 217, ../../../app/stylesheets/screen.scss */
#more_activities td img {
  -webkit-box-shadow: 0px 2px 3px #333;
  -moz-box-shadow: 0px 2px 3px #333;
}

/* line 224, ../../../app/stylesheets/screen.scss */
div.more {
  margin: 2em;
  padding: 7px;
}
/* line 227, ../../../app/stylesheets/screen.scss */
div.more h2 {
  font-family: Georgia;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 11pt;
  text-align: center;
  border: none;
}

/* line 239, ../../../app/stylesheets/screen.scss */
#volo_youtube {
  position: absolute;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/volo_you_tube.png?1317672335');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 110px;
  height: 31px;
}

/* line 244, ../../../app/stylesheets/screen.scss */
#ffc_youtube {
  display: block;
  text-align: center;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ffc-youtube.png?1317672335');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 574px;
  height: 137px;
}

/* line 250, ../../../app/stylesheets/screen.scss */
div.intro {
  margin: 1em 0;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}
/* line 254, ../../../app/stylesheets/screen.scss */
div.intro h1 {
  font-family: Georgia;
  letter-spacing: 1px;
  color: #333;
  padding: 0.3em 0;
  line-height: 1em;
  font-weight: normal;
  font-size: 13pt;
  text-align: center;
  border: none;
}
/* line 264, ../../../app/stylesheets/screen.scss */
div.intro h1 span {
  color: #f40047;
}

/* line 270, ../../../app/stylesheets/screen.scss */
.back-forth {
  width: 95%;
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
.back-forth {
  display: block;
}
/* line 274, ../../../app/stylesheets/screen.scss */
.back-forth li {
  padding: 10px 0;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
.back-forth li {
  display: block;
}
/* line 279, ../../../app/stylesheets/screen.scss */
.back-forth li img {
  float: left;
}
/* line 282, ../../../app/stylesheets/screen.scss */
.back-forth li div {
  float: right;
  width: 350px;
  padding: 0 10px;
}
/* line 286, ../../../app/stylesheets/screen.scss */
.back-forth li div h2, .back-forth li div h2 a {
  font-size: 14pt;
  margin: 0;
  padding: 0;
  color: #f40047 !important;
  line-height: 1.1em;
  border-top: none;
}
/* line 294, ../../../app/stylesheets/screen.scss */
.back-forth li div p, .back-forth li div p a {
  font-size: 10.5pt;
  text-align: left;
  line-height: 1.4em;
}
/* line 299, ../../../app/stylesheets/screen.scss */
.back-forth li div p a {
  color: #f40047 !important;
}
/* line 304, ../../../app/stylesheets/screen.scss */
.back-forth li.even {
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
.back-forth li.even {
  display: block;
}
/* line 306, ../../../app/stylesheets/screen.scss */
.back-forth li.even img {
  float: right;
}
/* line 309, ../../../app/stylesheets/screen.scss */
.back-forth li.even div {
  float: left;
}

/* line 315, ../../../app/stylesheets/screen.scss */
.captioned {
  position: relative;
}
/* line 317, ../../../app/stylesheets/screen.scss */
.captioned span {
  position: absolute;
  left: 150px;
  bottom: 6px;
  background: #fff;
  opacity: 0.7;
}
/* line 323, ../../../app/stylesheets/screen.scss */
.captioned span a {
  color: #000;
  font-family: Georgia,serif;
  font-style: oblique;
  font-size: 11px;
  padding: 2px 4px;
}

/* line 334, ../../../app/stylesheets/screen.scss */
#rates-link {
  font-size: 13pt;
  margin-top: 15px;
  margin-right: 100px;
  color: #f40047;
}

/* line 341, ../../../app/stylesheets/screen.scss */
#book-now {
  padding-top: 25px;
  margin-right: 50px;
  text-align: right;
}
/* line 345, ../../../app/stylesheets/screen.scss */
#book-now a {
  font-size: 12pt;
  line-height: 1.3em;
  font-family: "Lucida Grande", Arial, sans-serif;
  padding: 7px 10px;
  border: 2px solid #c10038;
}
/* line 351, ../../../app/stylesheets/screen.scss */
#book-now a:hover {
  background: #ff2867;
}

/* line 357, ../../../app/stylesheets/screen.scss */
#content {
  padding-bottom: 50px;
  -webkit-box-shadow: 1px 1px 4px #333;
  -moz-box-shadow: 1px 1px 4px #333;
}

/* line 363, ../../../app/stylesheets/screen.scss */
p.social-links {
  text-align: center;
}

/* line 368, ../../../app/stylesheets/screen.scss */
div.videos div.video {
  overflow: hidden;
  display: inline-block;
  padding: 1em 0;
  border-bottom: 2px solid #f40047;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.9.2-p180@torrefiore/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
div.videos div.video {
  display: block;
}
/* line 372, ../../../app/stylesheets/screen.scss */
div.videos div.video h2 {
  text-align: center;
  margin: 1em 0;
  color: #333;
  border: none;
}

/* line 381, ../../../app/stylesheets/screen.scss */
.mainer {
  margin: 0.5em 0;
  -webkit-box-shadow: 1px 1px 4px #333;
  -moz-box-shadow: 1px 1px 4px #333;
}

/* line 387, ../../../app/stylesheets/screen.scss */
.nyt-article {
  display: none;
}

/* line 389, ../../../app/stylesheets/screen.scss */
#nyt-article-toggle {
  color: #f40047;
  display: inline;
  font-size: 45pt;
}

/* line 392, ../../../app/stylesheets/screen.scss */
a.trans:hover {
  background: #fff !important;
}

/* line 397, ../../../app/stylesheets/screen.scss */
#deal {
  width: 300px;
  float: left;
  margin-left: 250px;
  background: #fff;
  padding: 10px;
  text-align: center;
}

/* line 409, ../../../app/stylesheets/screen.scss */
p.notice {
  border: 2px solid red;
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: 13pt;
}

/* line 417, ../../../app/stylesheets/screen.scss */
p.article-link a {
  margin-left: 20px;
  font-weight: bold;
  color: #c10038;
  text-decoration: underline;
}

/* line 424, ../../../app/stylesheets/screen.scss */
.TA_tchotel {
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
}

