/*  COLOR PALETTE defined  */
.transition {
  transition: all 0.2s ease-in;
}
.slideTrans {
  transition: left 0.4s ease-out;
}
/*  Default box-model fixes  */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a img {
  border: 0;
}
.clear,
.clr,
.break {
  clear: both;
}
article:after,
.row:after {
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  clear: both;
}
.list {
  list-style-type: disc;
  padding: 0px 1em .5em 1.5em;
}
.list li {
  margin-bottom: .7em;
}
/*  GENERAL TYPOGRAPHY defined  */
.arial {
  font-family: Arial, Sans-Serif;
}
.narrow {
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
}
.georgia {
  font-family: Georgia, 'Times New Roman', Serif;
}
body p,
ul,
li,
b,
i {
  font-family: Arial, Sans-Serif;
}
.quotation {
  font-family: Georgia, 'Times New Roman', Serif;
  font-style: italic;
  line-height: 20px;
  border: 0;
  padding-left: 24px;
  background: url('../images/quotationBackgr.png') left top no-repeat;
  color: #636363;
}
.quotation small {
  font-family: Arial, Sans-Serif;
  font-style: normal;
  font-size: 11px;
  line-height: 20px;
}
.pop {
  border-bottom: 1px dotted #636363;
}
/*  GENERAL LAYOUT defined  */
body {
  background: #f2e0f2;
  font-family: Arial, Sans-Serif;
}
body #slider {
  position: absolute;
  width: 100% !important;
  z-index: 1;
  overflow: hidden;
}
body #slider #back {
  width: 100% !important;
}
body #slider #back img,
body #slider #back2 img {
  width: 100% !important;
  height: auto !important;
  top: -20%;
}
body #slider img {
  position: absolute;
  width: 100% !important;
  height: auto !important;
  display: block;
  opacity: 0;
  z-index: 1;
}
body #slider ul {
  position: absolute;
  top: 14%;
  left: 10.5%;
  width: 79%;
}
body #slider ul li {
  position: absolute;
  top: 0;
}
body #slider ul li img{
  border-right: 1px solid #fff; 
  border-left: 1px solid #fff; 
  margin-left: -1px;
}
body #slider ul #front1 {
  width: 100% ;
}
body #slider ul #front2 {
  width: 66.66% ;
  left: 33.33%;
}
body #slider ul #front3 {
  width: 33.33% ;
  left: 66.66%;
}
body #overlay {
  position: absolute;
  width: 100%;
  z-index: 3;
  background: url('../images/slideshowOverlay.png') 0 0 no-repeat;
  background-size: 100%;
  height: 1200px;
}
.container {
  position: relative;
  width: 80%;
}
#header {
  position: relative;
  text-shadow: 0 1px 1px #ffffff;
  z-index: 5;
  background: transparent;
}
#header:after {
  padding-top: 34%;
  display: block;
  content: '';
}
#header .navbar {
  position: absolute;
  background: url('../images/headerGrad.png') 0 0 repeat-x;
}
#header .navbar-toggle {
  background: #fff;
  border: 2px solid #84477b;
  position: absolute;
  top: 30px;
}

#header #mainNav{
  transition: all 0s;
}

#header .collapse.in {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 50px #423481;
  top: 0px;
}
#header .collapse.in li {
  text-align: center;
  border-bottom: 1px solid #eee;
}
#header .navbar-header{
  margin-left: -30px;
}
#header .navbar-header .phNumber {
  display: inline-block;
  color: #333;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: -1.2em;
  left: 2em;
}
#header .navbar-header .phNumber b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #433581;
  letter-spacing: 0;
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
}
#header .navbar-nav {
  margin-top: -3px;
}
#header .navbar-nav .active {
  background: #ffffff url('../images/navActiveTab.png') 0 0 repeat-x;
  border: 1px solid #86437C;
}
#header .navbar-nav a{
  margin-left: 1px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: bold;
  color: #433581;
  padding: 17px 6px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;

  transition: all 0.2s ease-in;
}
#header .navbar-nav a:hover {
  background: #ffffff url('../images/navActiveTab.png') 0 -20px repeat-x;
}
#header .navbar-nav .dropdown-menu li a {
  font-size: 14px;
  color: #636363;
  padding: .5em;
  font-weight: normal;
}
#header .navbar-nav .dropdown-menu li a:hover {
  color: #84477b;
}
h2 {
  color: #84477b;
}
#main {
  margin-bottom: 1em;
}
#main .container {
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  z-index: 4;
}
#main #leftSidebar #hotelThumbs {
  margin: 1px 0;
}
#main #leftSidebar #hotelThumbs a {
  display: block;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  z-index: 6;
}
#main #leftSidebar #hotelThumbs a img {
  width: 100%;
}
#main #leftSidebar #hotelThumbs a:after {
  display: block;
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.4);
  width: 1.5em;
  height: 1.5em;
  margin-left: -20px;
  margin-top: -24px;
  text-align: center;
  color: #fff;
  border-radius: 2em;
  opacity: .2;
  transition: all 0.2s ease-in;
}
#main #leftSidebar #hotelThumbs a:hover:after {
  color: #333;
  opacity: 1;
  left: 50%;
}
#main #sidebarNav {
  margin-bottom: 2em;
}
#main #sidebarNav li {
  position: relative;
  margin-bottom: 1em;
}
#main #sidebarNav li a {
  position: relative;
  z-index: 6;
}
#main #sidebarNav li img {
  max-width: 100%;
}

#main blockquote{
  border: 0;
  margin: 0;
}
#main blockquote p {
  font-family: 'Georgia', 'Times New Roman', Serif;
  font-style: italic;
  line-height: 1.6em;
  color: #636363;
  padding: 20px 10px 10px 10px;
  border: 0;
  margin: 0;
}
  #main blockquote p:before{
    content: "\2018\2018";
    color: #aaa;
    font-size: 3em;
    display: block;
    position: relative;
    left: -.7em;
    top: .5em;
  }
  #main blockquote p:after{
    content: "\2019\2019";
    color: #777;
  }

#main blockquote small {
  display: block;
  text-align: right;
  font-family: Arial, Sans-Serif;
  font-style: normal;
  margin-top: 5px;
}
#main #mainContent article {
  padding-bottom: 1px;
  margin-bottom: 5px;
  padding-top: 20px;
  background: transparent url('../images/articleShadow.png') center top no-repeat;
}
#main #mainContent article:after {
  content: "";
  width: 0px;
  height: 0px;
  clear: both;
}
#main #mainContent article h2 {
  padding-top: 1em;
  margin-top: 0;
  clear: both;
}
#main #mainContent article .lead {
  font-size: 16px;
  line-height: 1.5em;
}
#main #mainContent article h3 {
  line-height: 32px;
}
#main #mainContent article h4 {
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
  line-height: 24px;
  font-weight: bold;
  font-size: 14px;
}
#main #mainContent article .subH {
  display: block;
  font-style: italic;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Serif;
  color: #84477b;
}
.status-subH{
  display: block;
  text-align: center;
  color: #84477b;
  font-size: 16px;
}
.phNumber .status-email{
  text-decoration: none;
  font-size: 18px;
  color: #433581;
  margin-left: -25px;
}
#main #mainContent article p {
  line-height: 21px;
}
#main #mainContent article p strong {
  color: #636363;
  font-family: Georgia, 'Times New Roman', Serif;
}
#main #mainContent article p a {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #433581;
  transition: all 0.2s ease-in;
  font-weight: bold;
}
#main #mainContent article p a:hover {
  border-bottom: 1px dotted #433581;
}
#main #mainContent article .inlineImg {
  display: block;
  max-width: 400px;
  float: right;
  margin: 10px 0 10px 10px;
  padding: 10px;
  background-color: #84477b;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px #636363;
}
#main #mainContent article .readM {
  clear: left;
  float: right;
  text-align: right;
  color: #433581;
  padding: 5px 30px 5px 10px;
  background: url('../images/readM.png') right top no-repeat;
  margin: .5em 1em;
  font-weight: bold;
  transition: all 0.2s ease-in;
}
#main #mainContent article .readM:hover {
  background-position: right bottom;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 0 2px #636363;
}
#main #mainContent article .readM:after {
  clear: both;
}
#main #mainContent article .largeBtn {
  display: block;
  width: 60%;
  padding: 10px 0;
  margin: 10px auto;
  background: #433581 url('../images/footerGrad.png') left top repeat-x;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid #433581;
  box-shadow: inset 0 1px 0 #f2e0f2;
  transition: all 0.2s ease-in;
}
#main #mainContent article .largeBtn:hover {
  box-shadow: 0 1px 3px #636363;
  border-color: #ffffff;
  text-decoration: none;
}
#main #mainContent .welcomeMsg h2 {
  text-align: center;
}
#main #mainContent .welcomeMsg p {
  font-size: 14px;
}
#main #mainContent .offer {
  padding-top: 30px;
  overflow: hidden;
}
#main #mainContent .offer img {
  width: 100%;
}
#main #mainContent .offer h2 {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 5;
  width: 90%;
  background: transparent url('../images/offerTitleGrad.png') right top repeat-y;
  padding: 10px 5% 10px 20%;
  text-align: right;
  font-weight: bold;
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
  text-transform: uppercase;
  color: #222;
  text-shadow: 0 0 3px #ffffff;
}
#main #mainContent .offer .subOffer {
  background: #f2e0f2;
  width: auto;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: inset 0 10px 10px #fff0ff;
}
#main #mainContent .offer .subOffer strong {
  color: #433581;
  text-transform: uppercase;
}
#main #mainContent .gallery {
  padding: 0 0 20px 0;
}
#main #mainContent .gallery .offer {
  text-decoration: none;
  border-radius: 3px;
}
#main #mainContent .gallery .offer .container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#main #mainContent .gallery .offer .container img {
  width: 100%;
  transition: all 0.8s ease-out;
}
#main #mainContent .gallery .offer h2 {
  left: 0;
  font-family: Georgia, 'Times New Roman', Serif;
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;

  transition: all 0.2s ease-in;
}
#main #mainContent .gallery .offer h2 small {
  color: #333333;
  display: block;
  font-size: 12px;
  font-style: italic;
}
#main #mainContent .gallery .offer h2 .hoverMsg {
  display: none;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
}
#main #mainContent .gallery .offer:hover {
  text-decoration: none;
}
#main #mainContent .gallery .offer:hover h2 {
  text-decoration: none;
  left: -10px;
}
#main #mainContent .gallery .offer:hover h2 small {
  color: #ffffff;
}
#main #mainContent .gallery .offer:hover h2 .hoverMsg {
  display: block;
}
#main #mainContent .gallery .offer:hover img {
  /*width: 105%;*/
}
#main #mainContent .insetBox {
  width: 100%;
  padding: 20px 10px 0 10px;
  max-width: 30em;
  margin: 0 auto;
}
#main #mainContent .insetBox .box {
  display: block;
  padding: 20px 0;
  border-radius: 6px;
  height: auto;
  box-shadow: inset 0 1px 3px #aaa;
  text-align: center;
}
#main #mainContent .insetBox .box p,
#main #mainContent .insetBox .box blockquote {
  width: auto;
  margin: 0px 10px 20px 20px;
  text-align: left;
  padding: 5px 20px;
}
#main #mainContent .insetBox .box table {
  width: 95%;
  margin: 0 auto;
}
#main #mainContent .insetBox .phoneBox {
  background: #f6f6f6 url('../images/icon-phone.png') 20px center no-repeat;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px #aaa;
  margin-bottom: 1em;
}
#main #mainContent .insetBox .emailBox {
  background: #f6f6f6 url('../images/icon-phone-email.png') 20px center no-repeat;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px #aaa;
  margin-bottom: 1em;
}

#main #mainContent .insetBox .phoneBox .phNumber {
  display: block;
  color: #333;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  text-align: center;
  width: 200px;
  margin: -5px auto;
  padding-left: 1em;
}

#main #mainContent .insetBox .phoneBox .phNumber b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #433581;
  letter-spacing: 0;
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
}

#main #mainContent .featText {
  background: #f2e0f2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#daecf7');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2e0f2));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #ffffff, #f2e0f2);
  /* for firefox 3.6+ */
  position: relative;
  top: -10px;
  padding: 20px;
  margin: 0 0 20px 0;
  clear: both;
  font-size: 14px;
  font-family: Georgia, 'Times New Roman', Serif;
  color: #433581;
  border-radius: 6px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 1px #f2e0f2;
}
#main #mainContent .featText strong {
  color: #433581 !important;
  display: block;
  line-height: 40px;
}
#main #mainContent .featText img {
  margin: 0 10px;
}
#main #mainContent .hotel .readM {
  margin-bottom: 1em;
}
#main #mainContent .addressC,
#main #mainContent .formC {
  text-align: left;
  width: 527px;
  margin: 0 auto;
}
#main #mainContent .addressC p,
#main #mainContent .formC p {
  text-align: left;
  width: 527px;
  margin: 0 auto;
}
#main #mainContent .addressC .cMap {
  float: right;
  display: block;
  width: 500px;
  height: 200px;
  background: transparent url('../images/contactMap.png') center center no-repeat;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px #636363;
}
#main #mainContent .formC {
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
  font-size: 16px;
  line-height: 21px;
}
#main #mainContent .formC label,
#main #mainContent .formC input,
#main #mainContent .formC textarea {
  display: block;
  font-size: 14px;
  line-height: 24px;
  width: 90%;
  margin: 0 auto;
  padding: 8px;
}
#main #mainContent .formC label {
  font-weight: bold;
}
#main #mainContent .formC .large-btn {
  margin: 20px auto;
  width: 40%;
  background: #f2e0f2 url('../images/envelope.png') 65px 10px no-repeat;
}
#main .homeQForm {
  display: block;
  clear: both;
  background: #f4f4f4;
  padding: .2em 1em;
  border-radius: 6px;
  font-size: 14px;
}
#main .homeQForm h2 {
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #433581;
  padding: 5px 0 3px 0;
  border-bottom: 1px solid #d0bed0;
  box-shadow: 0 1px 0 #fff1ff;
  text-shadow: 0 1px 1px #ffffff;
}
#main .homeQForm h3 {
  font-size: 1.2em;
}
#main .homeQForm label {
  font-weight: 300;
  color: #777;
  padding-top: .5em;
}
#main .homeQForm .btnWrap {
  width: 100%;
  border-top: 1px solid #d0bed0;
  box-shadow: inset 0 1px 0 #fff1ff;
  text-shadow: 0 1px 1px #ffffff;
  text-align: center;
}
#main .homeQForm .btnWrap .btn {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  display: block;
  margin: 10px auto;
  background: #433581;
  border-color: #433581;
  color: #f2e0f2;
  text-shadow: 0 1px 0px #333333;
  transition: all 0.2s ease-in;
}
#main .homeQForm .btnWrap .btn:hover {
  color: #ffffff;
  box-shadow: inset 0 2px 3px #333333;
}
#main #quoteResults .hotelResult {
  background: url('../images/articleShadow.png') center 1px no-repeat;
  border-top: 1px #eee dashed;
  padding: .5em;
}
#main #quoteResults .hotelResult h3 {
  color: #433581;
  padding: 0;
}
#main #quoteResults .hotelResult img {
  margin: 5px 10px 20px 0;
  height: 60px;
  border-radius: 4px;
}
#main #quoteResults .hotelResult .panel-group {
  margin: 2px 0;
  clear: both;
}
#main #quoteResults .hotelResult .panel-default {
  transition: all 0.2s ease-in;
}
#main #quoteResults .hotelResult .panel-default .panel-heading {
  padding: 10px;
}
#main #quoteResults .hotelResult .panel-default .panel-heading:after{
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
#main #quoteResults .hotelResult .panel-default .panel-heading a {
  display: block;
  text-decoration: none;
  padding: 0;
  color: #433581;
}
#main #quoteResults .hotelResult .panel-default .panel-heading a:hover {
  color: #333333;
  transition: all 0.2s ease-in;
}
#main #quoteResults .hotelResult .panel-default .panel-heading a .call {
  font-weight: bold;
}
#main #quoteResults .hotelResult .panel-default .panel-heading a .call .fa {
  color: #333333;
}
#main #quoteResults .hotelResult .panel-default .panel-heading a h4 {
  margin: 0;
}
#main #quoteResults .hotelResult .panel-default .panel-heading .price {
  font-size: 16px;
  color: #84477b;
}
#main #quoteResults .hotelResult .panel-default .panel-heading div,
#main #quoteResults .hotelResult .panel-default .panel-heading em,
#main #quoteResults .hotelResult .panel-default .panel-heading h4 {
  font-size: 1.6rem;
  line-height: 1.3em;
}
#main #quoteResults .hotelResult .panel-default .panel-heading h4{
  padding: 0;
}
#main #quoteResults .hotelResult .panel-default small {
  display: block;
  text-align: right;
  line-height: 1.2em;
}
#main #quoteResults .hotelResult .panel-default p {
  font-size: 12px;
}
#main #quoteResults .hotelResult .panel-default:hover {
  background: url('../images/navActiveTab.png') left top repeat-x;
  box-shadow: 0 1px 2px #aaa;
}
.panel-default .fa-star{
  padding: 2px 5px 2px 2px;
  float: left;
  margin-bottom: 5px;
}

#main #quoteResults .hotelResult .description {
  padding: 10px 20px 20px 20px;
  background: url('../images/articleShadow.png') center -7px no-repeat;
}
#main .box {
  width: 90%;
  margin: 20px auto;
  padding: 2%;
}
#main .infoSection {
  margin-top: 30px;
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  padding-bottom: 30px;
  background: transparent url('../images/bottomShadow.png') center bottom no-repeat;
}
#main .infoSection .readM {
  float: right;
  color: #433581;
  height: 30px;
  padding: 5px 30px 5px 10px;
  background: url('../images/readM2.png') right top no-repeat;
  margin-bottom: 1px;
  font-weight: bold;
  transition: all 0.2s ease-in;
}
#main .infoSection .readM:hover {
  background-position: right bottom;
  text-decoration: none;
  color: #333;
}
#main .infoSection h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #84477b;
  clear: both;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
}
#main .infoSection a.pull-left {
  padding: 5px;
  margin-right: 20px;
}
#main .infoSection .links ul li a {
  display: block;
  color: #333;
  padding: .5em 10px;
  background: url('../images/navActiveTab.png') 0 -40px repeat-x;
  transition: all 0.2s ease-in;
  border-top: 1px solid #f2e0f2;
}
#main .infoSection .links ul li a:hover {
  text-decoration: none;
  background: url('../images/navActiveTab.png') 0 0 repeat-x;
  padding: .5em 8px .5em 12px;
}
#main .footMenu {
  padding: 5px 0 10px 0;
}
#main .footMenu .backToTop {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #636363;
  padding: 0 20px;
  margin-top: 7px;
  transition: all 0.2s ease-in;
}
#main .footMenu .backToTop:hover {
  color: #333;
}
#main .footMenu ul {
  list-style-type: none;
  padding: 10px 0;
}
#main .footMenu ul li {
  float: left;
  line-height: 24px;
  color: #ddd;
  margin: 1px 5px;
}
#main .footMenu ul li a {
  font-family: "Open Sans Condensed", 'Arial Narrow', Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
  padding: 0 5px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
}
#main .footMenu ul li a:hover {
  color: #333;
  background: #f2e0f2;
}
.footer {
  border-top: 1px solid #ffffff;
  background: #FBF5FB url('../images/footerGrad.png') left bottom repeat-x;
}
.footer .container {
  background: transparent url('../images/footerShadow.png') center 0px no-repeat;
  color: #636363;
  font-size: 11px;
}
.footer .container .span4,
.footer .container .span2 {
  border-left: 1px dashed #f2e0f2;
  height: auto;
  padding-left: 20px;
}
.footer .container .otherLogos {
  padding-top: 10px;
  text-align: center;
}
.footer .container h4 {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}
.footer .container p {
  font-size: 11px;
}
.footer .container .cards {
  margin-top: 5px;
  padding-top: 50px;
  background: transparent url('../images/cards.png') left top no-repeat;
}
.footer .container .atolBox .pull-left {
  position: relative;
  left: -10px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background: transparent url('../images/navActiveTab.png') left top repeat-x;
  border: 1px solid #988ad6;
  border-bottom-color: transparent;
  cursor: default;
  box-shadow: 0 -2px 2px #cccccc;
}

h5.activities{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #5F5F5F;
  margin-bottom: 15px;
}
/* slider css fixes */
body #slider #back{
  display: block;
  overflow: auto;
}
body #slider #back img.on,
body #slider #back2 img.on{
  position: relative;
  top: -10%;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 1;
  transition: all 5s ease-out;
}
body #slider ul li img.on{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 1;
  transition: all 3s ease-out;
}

/* other slider css */

body #slider #back2{
  display: block;
  overflow: auto;
}
body #slider #back2 img.on{
  position: relative;
  top: -10%;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 1;
  transition: all 5s ease-out;
}
body #slider ul #sq1{
  width: 33.33%;
}
body #slider ul #sq2{
  left: 33.33%;
  width: 33.33%;
}
body #slider ul #sq3{
  left: 66.66%;
  width: 33.33%;
}

.hotelResult .book{
  float: right;
  padding: .5em 1em !important;
  font-size: 16px;
  background: #433581;
  color: #fff !important;
  border-radius: 4px;
}
  .hotelResult .book:hover{
    background: #333;
  }

.list-group-item label.radio{
  padding-left: 2em;
}
label.radio:hover,
label.radio:active,
label.inline-radio:hover,
label.inline-radio:active{
  cursor: pointer;
}

.form-horizontal table th{
  color: #988ad6;
}

.table td b.price{
  font-size: 1.5em;
  color: #433581;
  display: block;
  text-align: right;
}
.table tbody th{
  color: #555;
  text-align: right;
  vertical-align: middle !important;
}

.footer .row img{
  display: block;
  max-width: 100%;
}

/* bootstrap col clear fix */
.row article.col-md-6:nth-child(2n+1){
  clear: both;
}

span.table-cell{
  display: table-cell;
  vertical-align: top;
  width: 90%;
  padding: 0 5px;
}
  span.fa-container{
    width: 1.5em;
  }
