@font-face {
    font-family: 'titilliumweb';
    src: url('webfonts/titilliumweb-bold-webfont.eot');
    src: url('webfonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('webfonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('webfonts/titilliumweb-bold-webfont.svg#titilliumweb-bold-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'titilliumweb';
    src: url('webfonts/titilliumweb-regular-webfont.eot');
    src: url('webfonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('webfonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('webfonts/titilliumweb-regular-webfont.svg#titilliumweb-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
  CSS Reset
  ----------------------------------------------------------

  Based on the HTML5 Reset Wordpress Theme :: https://github.com/murtaugh/HTML5-Reset-Wordpress-Theme

  We have learned much from/been inspired by/taken code where offered from:
  
  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com
  
  Special thanks: The Wordpress theme owes its start to an empty theme authored 
    by Chris Coyier & Jeff Starr: http://digwp.com  
*/
/* Let's default this puppy out
----------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,.showcase .scroll-text
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: normal;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  /* font-weight: normal; */
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
:focus {
  outline: 0 !important;
}
:active {
  outline: 0 !important;
}
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
body {
  font-size:15px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  background:#D6CAAD url(../../../files/steglitzinternational/Hintergrundbild.jpg) no-repeat center 129px fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
}
html,
body {
  -webkit-text-size-adjust: 100% !important;
  /* Prevent font scaling in landscape */

}
* {
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
}
.hidden{display:none;}
body,
select,
input,
textarea {
  color: #343434;
}
a {
  color: #343434;
  text-decoration: none;
  outline: none;
  border: none;
}
a:active,
a:focus,
a:hover {
  border: none;
  outline: none;
}
::-moz-selection {
  background: #2d345a;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #2d345a;
  color: #ffffff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #2d345a;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: normal;
}
label em {
  text-transform: uppercase;
  font-style: normal;
}
h2 {
  color: #343434;
  font-weight: bold;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
h2 span {
  text-transform: none;
}
h2.section-title {
  margin-left: 2px;
}
h3 {
  font-size: 28px;
  text-align: left;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;  
}
h5 {
  margin-bottom: 5px;
  margin-left: 5px;
  font-weight: normal;
  font-size: 15px;
}
h6 {
  font-size: 15px;
  font-weight: normal;
  width: auto;
  float: left;
}
hgroup {
  width: 100%;
  overflow: hidden;
}
hgroup h2 {
  width: auto !important;
  float: left;
  margin-right: 10px;
}
hgroup a {
  width: auto;
  float: left;
  color: #756e67;
  text-decoration: underline;
}
.inside {
  position: relative;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  position: relative;
  width: 1024px;
  margin: 0px auto 0;
  zoom: 1;
}
#header:before,
#header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header .inside {
  padding: 45px 0 30px;
}
#header .dropdown-wrapper {
  margin-bottom: 0;
  float: none;
  width: auto;
}
.login #header #login-menu {
  z-index: 999999;
}
.login #header #login-menu .dropdown-trigger {
  background: #2d345a !important;
}
.login #header #login-menu .dropdown-trigger a {
  color: #ffffff !important;
  pointer-events: none;
}
#language-menu .dropdown-trigger, #login-menu .dropdown-trigger{
	background: #756e67;
}
.organizer-menu{
  position: absolute;
  right:73px;
  bottom:5px;
  color: #fff;
}
.organizer-menu input{
  height:31.2px !important;
  line-height:31.2px !important;
  display:inline-block;
}
#language-menu {
  position: absolute;
  bottom: 1px;
  right: 0;
}
#login-menu {
  position: absolute;
  bottom: 1px;
  right: 73px;
  top: auto;
}
#login-menu a,
#login-menu label {
  color: #756e67 !important;
}
#login-menu .dropdown-data {
  margin-top: 0;
  right: 0;
  width: 200px;
  overflow: hidden;
  text-align: left;
  background: #e9e9e9 !important;
  z-index: 99999;
  border-bottom: 3px solid rgba(52, 52, 52, 0.8);
  border-right: 2px solid rgba(52, 52, 52, 0.8);
}
#login-menu .dropdown-data fieldset {
  padding: 30px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
}
#login-menu .dropdown-data a {
  text-decoration: underline;
  border-top: none;
}
#login-menu .dropdown-data a:hover {
  color: #756e67 !important;
  background-color: transparent;
}
#login-menu .dropdown-data:hover {
  color: #756e67 !important;
  background-color: transparent;
}
#login-menu .dropdown-data .input-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#login-menu .dropdown-data .input-wrapper input {
  max-width: 100% !important;
  width: 100%;
}
#login-menu .dropdown-data .login-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: auto;
  background: #756e67;
  padding: 12px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#login-menu .dropdown-data .login-button:hover {
  text-decoration: none;
  background: #2d345a !important;
}
#login-menu .jspHorizontalBar {
  display: none;
}
#login-menu .dropdown-trigger {
  border-right: 2px solid #756e67;
}
#login-menu .dropdown-trigger a {
  color: #ffffff !important;
}
#login-menu .dropdown-trigger.active {
  background: #2d345a !important;
}
#login-menu .dropdown-trigger.active a {
  color: #ffffff !important;
}
#login-menu .dropdown-trigger.active span {
  background-image: url('images/icons/arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 12px 9px;
  -o-background-size: 12px 9px;
  -webkit-background-size: 12px 9px;
  background-size: 12px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #login-menu .dropdown-trigger.active span {
    background-image: url('images/icons/arrow@2x.png');
  }
}
#login-menu input {
  text-transform: uppercase;
}
#login-menu input[type="submit"] {
  float: left;
}
#login-menu input[type="reset"] {
  float: right;
}
#logo {
  background-image: url('images/logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 450px;
  height: 60px;
  display: block;
  text-indent: -9999px;
}
#nav {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.nav-menu li {
  margin-left: 15px;
  text-align: right;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.nav-menu li:first-child {
  margin-left: 0;
}
.nav-menu li a {
  padding: 5px 0;
  display: block;
  text-rendering: optimizeLegibility;
}
.comment {
  width: 100%;
  overflow: hidden;
}
section {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
section h2 {
  margin-bottom: 6px;
}
#main {
  width: 1024px;
  margin:0 auto;
  background-color: #d1ccc3;
  height: auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  margin-bottom:10px;
}
#main-nav {
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
  text-transform: uppercase;
}
#main-nav a {
  padding: 12px 9px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  color:#004288;
}
#main-nav a:hover {
  position: relative;
}
#main-nav a:hover:after {
  border-bottom: 1px solid;
  content: '';
  position: absolute;
  left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  bottom: 12px;
}
#main-nav .active-item,
#main-nav .menuOver{
font-weight: bold;
}
.ie-lt9 #main-nav a:hover {
  text-decoration: underline;
}
.ie-lt9 #main-nav a:hover:after {
  display: none;
}
#main-nav .horizontal-nav {
  line-height: 38px;
}
#wishlist .list-wrapper {
  margin-bottom: 20px;
}
#wishlist .section-content {
  padding-bottom: 20px;
  position: relative;
  float: left;
}
#payment .dropdown-number {
  width: 103px;
  text-align: center;
}
#payment .radio-list {
  margin-bottom: 15px;
}
#payment .radio-list li {
  margin-right: 40px !important;
}
.wrapper {
  width: 1044px;
  margin: 0 auto;
  overflow: hidden;
}
.inside {
  width: 994px;
}
.centered {
  text-align: center;
}
.side-content {
  width: 493px;
  margin-left: 6px;
  float: left;
}
.side-content.first {
  margin-left: 0;
}
.narrow-block {
	min-height: 129px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#present .narrow-block {
	min-height: 111px;
}
.narrow-block .summary-footer {
  padding: 15px 15px 10px;
}
.logo {
	background: url(images/logo.png) no-repeat left 9px center;
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	margin: 10px auto 0;
	text-indent: -9999px;
}
.horizontal-nav {
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  display: block;
  position: relative;
}
.horizontal-nav .offer-title {
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-size: 15px;
  }
  
.horizontal-nav li {
  display: inline-block;
}
.horizontal-nav a{
color: #ffffff;
}

.offer-title {
  cursor: pointer!important;
}
.block-layout {
  margin-bottom: 43px;
}
.block-layout .offer-title {
  background-color: #756e67;
  display: block;
  width: auto;
  float: left;
  position: relative;
  margin: 0 1px 1px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 37px;
  height: 37px;
  padding: 0;
}
.block-layout .offer-title:hover a {
  text-decoration: none;
  background-color: #2d345a;
}
.block-layout .offer-title:hover.active a,
.block-layout .offer-title:hover.ui-tabs-active a {
  cursor: pointer;
}

/*.block-layout .offer-title:hover.active a:after,
.block-layout .offer-title:hover.ui-tabs-active a:after {
  display: none !important;
}*/
.ie-lt9 .block-layout .offer-title:hover.active a,
.ie-lt9 .block-layout .offer-title:hover.ui-tabs-active a {
  text-decoration: none;
}
.block-layout .offer-title.last {
  margin-right: 0;
}
.block-layout .offer-title a {
  padding: 12px 20px 10px;
}
.block-layout .offer-wrapper {
  display: block;
  width: auto;
  overflow: hidden;
  float: left;
}
.block-layout .offer-wrapper li {
  overflow: hidden;
}
.block-layout .offer-price {
  display: none;
}
.block-layout #offer-choice {
  display: block !important;
}
.list-layout .offer-wrapper {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 13px;
  overflow: hidden;
  position: relative;
  display: table;
  background: #e9e9e9;
}
.list-layout.offers .slides {
  width: 100% !important;
  left: 0 !important;
}
.list-layout .offer-title {
  width: 260px;
  height: 100%;
  display: table-cell;
  background: #756e67;
  margin-right: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.list-layout .offer-title:hover {
  background: #595f7d !important;
}
.list-layout .offer-title a {
  width: 100%;
  padding-left: 14px;
  display: block;
  float: left;
  height: auto;
  line-height: 20px;
  max-width: 100%;
  font-weight: 400;
  color: #ffffff;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.list-layout .offer-title.active:after {
  display: none;
  height: 0;
  border: none;
}
.list-layout .offer-content {
  width: 490px;
  display: block;
  top: 0;
  position: relative;
  left: 0;
  margin-top: 0;
  float: left;
  opacity: 1 !important;
  color: #343434 !important;
  padding-left: 20px;
  padding: 0;
  background: transparent;
  font-size: 14px;
}
.list-layout .offer-content p {
  background: #e9e9e9;
  margin-left: 10px;
  display: block;
  height: 100%;
  padding: 10px;
}
.list-layout .active-item .offer-content {
  color: #343434 !important;
}
.list-layout .offer-price {
  display: block;
  color: #343434 !important;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.list-layout .offer-price span {
  font-size: 20px;
  margin-left: 3px;
}
.list-layout .collapse {
  display: block;
  height: auto;
}
.rateTypeText{
	font-size: 14px;
}
.section-content {
  background: #e9e9e9;
  padding: 14px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.form-content {
  padding-left: 44px;
  padding-right: 40px;
  padding-top: 25px;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-content .dropdown-text .dropdown-data a {
  line-height: 30px;
  text-transform: uppercase;
}
.form-content fieldset {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.form-content .block {
  width: 430px;
  margin-right: 44px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-content .block.last {
  margin-right: 0;
}
.form-content .block li {
  margin-bottom: 15px;
}
.form-content p {
  margin-bottom: 0px;
}
.content-trigger {
  margin-bottom: 8px;
}
.content-trigger li {
  position: relative;
}
.content-trigger li span {
  display: none;
}
.content-trigger li.active .chosen {
  background-image: url(images/icons/chosen-active.png);
}
.content-trigger li.active-hover {
  background-color: #2d345a !important;
}
.content-trigger li.active-hover .chosen {
  background-image: url(images/icons/chosen-active.png);
}
.content-trigger li.active-hover:after {
  height: 0;
  display: none;
  content: "";
}
.content-trigger.block-layout .ui-tabs-active a{
    background: #2d345a;
	font-family: "titilliumweb", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.content-trigger.block-layout .offer-title a {
  padding: 12px 20px 9px !important;
  text-transform: uppercase;
}
.link-block {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  background: #e9e9e9;
  height: auto;
  margin-bottom: 25px;
}
.link-block a {
  text-transform: uppercase;
  color: #756e67;
  padding: 40px 0;
  font-size: 16px;
  display: inline-block;
  width: auto;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  text-indent: 70px;
  overflow: hidden;
  background: transparent url(images/icons/wishes.png) no-repeat left center;
}
.dropdown-section {
  float: left;
  width: 103px;
}
.list-section {
  float: right;
  width: 380px;
}
.content-box {
  background: #ffffff;
  width: auto;
  max-width: 380px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.showcase {
  width: 100%;
  overflow: hidden;
  float: left;
  display: none;
}
.showcase img {
  width: 100%;
  max-height: 362px;
  height: auto;
  display:block;
}
.showcase.displayed {
  display: block !important;
}
.showcase .scroll-text {
  height: 72px !important;
  margin-top: -17px;
  background: #ffffff;
}
.showcase .scroll-text p,
.showcase .scroll-text li,
.showcase .scroll-text ul {
  padding: 0 16px;
}
.showcase .scroll-text.scroll-pane {
  display: block;
}
.showcase #showcase-gallery {
  margin-bottom: -10px !important;
  overflow: hidden;
  float: left;
  width: 465px;
  max-width: 100%;
  height: 357px;
  max-height: 357px;
}
.showcase #showcase-gallery img {
  display: none;
  max-width: 465px;
  max-height: 362px;
  height: auto;
}
.active {
  background-color: #2d345a !important;
  color: #ffffff;
  text-decoration: none;
}
.offer-title.active a {
  color: #ffffff !important;
}
.active-item {
  color: #2d345a;
}
.category-list {
  height: 185px;
  overflow: visible !important;
}
.category-list .price {
  float: right;
  font-size: 15px;
}
.category-list li {
  border-bottom: 1px solid #f0f0f0;
}
.category-list li:last-child {
  border:0;
}
.category-list.scroll-pane {
  display: block;
}
.dropdown {
  background-color: #756e67;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.dropdown .dropdown-data {
  text-align: center;
}
.dropdown .dropdown-data li:first-child a {
  border-top: none;
}
.dropdown .dropdown-data a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  line-height: 34px;
}
.dropdown .dropdown-data a:hover {
  background: #595f7d;
  text-decoration: none !important;
}
.touch .dropdown .dropdown-data a:hover {
  background: none !important;
}
.dropdown .dropdown-data .jspPane {
  margin-top: 0;
  min-width: 100%;
}
.dropdown-data {
  position: absolute !important;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background-color: #756e67;
  color: #ffffff;
  display: none;
  /*max-height: 371px;
  overflow: auto;*/
}
.dropdown-data a {
  display: block;
  width: 100%;
}
.dropdown-large {
  font-size: 28px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  min-width: 90px;
  height: 50px;
  width: auto;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.dropdown-large .dropdown-data a {
  line-height: 50px;
  height: 50px;
}
.dropdown-large .dropdown-trigger a {
  text-align: right;
  padding: 0 35px 0 0;
  line-height: 50px;
}
.dropdown-data.dropdown-small {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-data.dropdown-small a {
  line-height: 30px;
  height: 30px;
}
.dropdown-data.dropdown-small li {
  margin-bottom: 0;
}
.dropdown-text {
  font-size: 15px !important;
  width: 103px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.dropdown-text .dropdown-data a {
  line-height: 55px;
}
.dropdown-text-large {
  width: 100%;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-size: 15px !important;
}
.dropdown-text-large .dropdown-data a {
  text-align: left;
  padding-left: 10px;
  line-height: 37px !important;
  height: 37px;
}
.dropdown-text-large .dropdown-data li {
  margin-bottom: 0;
}
.dropdown-wrapper {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.dropdown-wrapper .dropdown {
  display: inline-block;
}
.dropdown-trigger {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.dropdown-trigger a {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  display: block;
  float: left;
  padding: 8px 35px 7px 10px;
  width: 100%;
  z-index: 2;
}
.dropdown-trigger span {
  background: transparent url(images/arrow.png) no-repeat center center;
  width: 12px;
  height: 9px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
.summary {
  background: #756e67;
  color: #ffffff;
  width: 489px;
  position: relative;
  border-right: 3px solid #756e67;
  border-left: 3px solid #756e67;
  border-bottom: 3px solid #756e67;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.summary#subtotal {
  width: 480px;
}
.summary dl {
  display: block;
  overflow: hidden;
}
.summary dt,
.summary dd {
  display: block;
  width: 50%;
}
.summary dt {
  float: left;
}
.summary dd {
  float: right;
  text-align: right;
}
.summary h3 {
  margin-bottom: 5px;
}
.summary:before {
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  background: transparent url(images/icons/fold.png) no-repeat top left;
  position: absolute;
  top: -5px;
  right: -2px;
  z-index: 2;
}
.summary.fixed {
  display: none;
  position: fixed;
  top: 0;
}
.summary .price {
  text-transform: uppercase;
}
.summary-content {
  font-size: 14px;
  padding: 10px 15px;
  overflow: hidden;
  line-height: 1.8em;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.summary-content .block.first {
  float: left;
  text-align: left;
  width: 70%;
}
.summary-content .block.first dt,
.summary-content .block.first dd {
  width: auto;
  text-align: left;
  display: inline-block;
}
.summary-content .block.first dt {
  margin-right: 10px;
  min-width: 125px;
}
.summary-content .block.first dd {
  float: left;
}
.summary-content .block {
  width: 30%;
  float: right;
  overflow: hidden;
  text-align: right;
}
.summary-content .block dt {
  width: 85%;
}
.summary-content .block dd {
  text-align: right;
  width: 15%;
}
.summary-content dl {
  width: 100%;
  overflow: hidden;
  float: left;
}
.summary-content a{
	color: #ffffff;
}
.summary-footer {
	background: #ffffff;
	color: #000;
	font-weight: bold;
	padding: 17px 15px 12px;
	font-size: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "titilliumweb", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.summary-footer dl {
  width: 100%;
}
.summary-footer a{
	text-decoration: underline;
}
.small-thumb {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  display: table-cell;
}
.small-thumb img {
  display: inline-block;
  vertical-align: middle;
}
.next {
  display: inline-block;
  width: 9px;
  height: 16px;
  background: transparent url(images/icons/arrow-right.png) no-repeat center center;
  cursor: pointer;
  position: relative;
  margin-left: 25px;
}
.general-info p {
  padding: 10px 0;
  margin-bottom: 20px;
}
.general-info{
  background: #e9e9e9;
  margin:0 -15px;
  padding:0 25px;
  font-size: 14px;
}
.text-link {
  color: #343434;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.icon-delete {
  float: right;
  margin-top: 22px;
  background-color: #ffffff;
  width: 60px;
  height: 50px;
  display: block;
  position: relative;
}
.icon-delete span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url(images/icons/delete.png) no-repeat center center;
}
.icon-delete span:hover {
  background: #2d345a url(images/icons/delete-active.png) no-repeat center center;
}
.icon-delete:hover {
  background: #2d345a;
}
.icon-lock {
  width: 29px;
  height: 41px;
  display: block;
  background: url(images/icons/lock.png) no-repeat center center;
  float: left;
  margin-right: 5px;
}
#views {
  width: auto;
  float: right;
  overflow: hidden;
  /* margin-top: -5px; */
  position: relative;
  right: 0;
}
.list-view {
  background-image: url('images/icons/layouts.png');
  background-position: 0 -26px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  margin-left: 8px;
  margin-bottom: 3px;
}
.list-view.active {
  background-position: 0 0;
}
.list-view:hover {
  background-position: 0 0;
}
.block-view {
  background-image: url('images/icons/layouts.png');
  background-position: -26px 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  display: block;
  cursor: pointer;
  margin-left: 12px;
  margin-bottom: 3px;
}
.block-view.active {
  background-position: -26px -26px;
}
.block-view:hover {
  background-position: -26px -26px;
}
.category-list li {
  overflow: hidden;
}
.category-list li.active{
	background: #2d345a !important;
}
.category-list li.active a {
  color: #ffffff;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.touch .category-list li.active a {
  color: #ffffff !important;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.category-list li.active a:hover {
  background: #2d345a;
}
.category-list li a {
  display: block(100%, 100%);
  color: #343434;
  padding: 10px 10px 10px 10px;
  display: block;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.category-list li a:hover {
  background: #595f7d;
  color: #ffffff !important;
  font-weight: normal;
}
.touch .category-list li a:hover {
  background: none !important;
  color: #756e67 !important;
}
.collapse {
  height: 0;
  display: none;
}
.in {
  display: block !important;
}
.item .dropdown-data {
  text-align: left;
}
.item .dropdown-data a {
  padding: 10px;
}
.item .details {
  text-decoration: underline;
  color: #343434 !important;
}
.item.active .details {
  color: #fff !important;
}
.item .item-price {
  text-align: right;
  font-size: 28px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  bottom: 50px;
  position: absolute;
  right: 10px;
}
.item .item-price span {
  font-size: 12px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  display: block;
}
.item .dropdown {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 11px;
  font-size: 13px;
  white-space: nowrap;
  text-transform: none;
}
.item .dropdown .dropdown-data {
  text-align: center;
}
.item .dropdown .dropdown-data a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px !important;
  padding: 0;
}
.item .dropdown .dropdown-trigger a {
  padding: 0;
  line-height: 30px;
  padding-right: 40px;
  padding-left: 10px;
}
.box-layout .item {
  width: 241px;
  min-height: 275px;
  display: block;
  margin-left: 10px;
  margin-bottom: 5px;
  float: left;
  background: #e9e9e9;
  padding: 30px 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box-layout .item .details {
  color: #756e67;
}
.box-layout .item.first {
  margin-left: 0;
}
.box-layout .item h4 {
  font-size: 15px;
}
.box-layout .item .item-image {
  display: none;
}
.box-image-layout .item {
  width: 241px;
  height: 240px;
  display: block;
  margin-left: 10px;
  margin-bottom: 5px;
  float: left;
  background: #e9e9e9;
  padding: 0 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box-image-layout .item.first {
  margin-left: 0;
}
.box-image-layout .item h4 {
}
.box-image-layout .item .item-title {
  width: 100%;
  padding: 0 10px 0;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 5px;
}
.box-image-layout .item .item-content {
  display: none;
}
.box-image-layout .item .item-price {
  width: 100%;
  text-align: right;
  display: block;
  position: relative;
  float: left;
  bottom: auto;
}
.box-image-layout .item-image {
  display: block;
  width: 100%;
  height: 115px;
  margin-bottom: 10px;
}
.box-image-layout .details {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
}
.list-image-layout .item {
  background: #e9e9e9;
  max-height: 96px;
  height: 96px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
  position: relative;
}
.list-image-layout .item-price {
  min-width: 150px;
  margin-right: 118px;
  float: right;
  height: 96px;
  line-height: 96px;
  position: absolute;
  bottom: 0;
}
.list-image-layout .item-image {
  max-width: 96px;
  width: auto;
  float: left;
  margin-right: 30px;
}
.list-image-layout .item-content {
  float: left;
  max-width: 600px;
  display: block;
  width: auto;
  width: 600px;
}
.list-image-layout .item-title {
  float: left;
  margin-top: 25px;
  width: 600px;
  margin-bottom: 8px;
}
.list-image-layout .dropdown {
  float: right;
  margin-top: 33px;
  margin-right: 25px;
  font-size: 13px;
  bottom: 33px;
}
.list-image-layout .details {
  width: 600px;
  float: left;
  clear: right;
  display: block;
  margin-top: 4px;
}
.lists-layout .item {
  background: #e9e9e9;
  min-height: 80px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
  position: relative;
  padding-left: 25px;
}
.lists-layout .item-price {
  min-width: 150px;
  margin-right: 150px;
  float: right;
  position: absolute;
  top: 20px;
}
.lists-layout .item-image {
  display: none;
}
.lists-layout .item-content {
  float: left;
  max-width: 600px;
  display: block;
  width: auto;
  width: 600px;
}
.lists-layout .item-title {
	float: left;
	margin-top: 15px;
	width: 600px;
	margin-bottom: 8px;
	font-family: "titilliumweb", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lists-layout .dropdown {
  float: right;
  margin-right: 25px;
  font-size: 15px;
  top: 25px;
}
.lists-layout .details {
  width: 600px;
  float: left;
  clear: right;
  display: block;
  margin-top: 4px;
}
.item-title {
  margin-bottom: 10px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.item-content {
  height: auto;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.item-content img{
  margin-right:15px;
  margin-bottom:10px;
}
.trigger-nav {
  background: #756e67;
}
.trigger-nav li {
  display: inline-block;
  margin-right: 1px;
  width: auto;
}
.trigger-nav a {
  padding: 10px 25px 10px 20px;
  display: block;
  width: auto;
  text-transform: uppercase;
}`
.radio-list {
  width: auto;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
}
.radio-list li {
  display: inline;
  margin-right: 80px;
}
.radio-list li.last,
.radio-list li:last-child {
  margin-right: 0;
}

#present .radio-list{
  text-align: left;
  padding-left:130px;
  margin-top:-10px;
}
#present .radio-list li {
    display:inline-block;
    margin-top:10px;
    margin-right:40px;
    width:239px;
}
.check-list {
  width: auto;
  overflow: hidden;
  float: left;
  width: 288px;
  margin-right: 20px;
}
.check-list.last {
  margin-right: 0;
}
.check-list li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.fake-checkbox-label{
	font-weight: normal;
}
.fake-checkbox-wrapper {
  width: 36px;
  height: 19px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #ffffff;
  position: relative;
  margin-right: 7px;
}
.fake-checkbox-wrapper .fake-checkbox-indicator {
  width: 14px;
  height: 14px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #343434;
}
.fake-checkbox-wrapper.checked {
  background: #2d345a;
}
.fake-checkbox-wrapper.checked .fake-checkbox-indicator {
  background: #ffffff;
  left: 19px;
}
.fake-checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.list-wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.inline-list li {
  display: inline-block;
  margin-right: 15px;
}
.inline-list input {
  display: block;
}
.block-list li {
  display: block;
  width: 100%;
  float: left;
  margin-right: 0;
  margin-rleft: 0;
}
.block-list.radio-list {
  margin-bottom: 30px;
}
.block-list.radio-list li {
  margin-bottom: 15px;
}
.block-list.radio-list label {
  background-position: left 6px !important;
}
.footer-info {
  font-size: 13px;
  color: #000;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.footer-info a{color:#000;}
.footer-info small {
  display: block;
  float: right;
  width: auto;
}
.details-wrapper {
  display: none;
}
.item-details {
  width: 860px !important;
  padding: 15px 30px 30px !important;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.item-details p {
  max-width: 660px;
  margin-bottom: 20px;
}
.item-details h3 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 15px;
}
.item-details h4 {
  display: block;
  font-weight: normal;
  margin-top: 25px;
}
.item-details h4 span {
  font-size: 30px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.item-details ul {
  list-style-type: none;
  padding-left: 10px;
  line-height: 1;
  display: block;
  padding: 0;
}
.item-details ul ul {
  list-style-type: none;
}
.item-details ul ul li {
  background-image: none;
}
.item-details ul li {
  line-height: 1;
  background: url(images/icons/list-icon.png) no-repeat center left;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 14px;
}
.item-details ul li.plain-list-item {
  background-image: none;
}
#dates.side-content {
  width: 478px;
  margin-left: 10px;
}
#dates .dropdown-wrapper {
  width: 194px;
  margin-right: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#dates .dropdown-wrapper .dropdown-wrapper {
  width: auto;
  float: none;
  margin: 0 !important;
  display: block;
  z-index: 9999;
}
#dates .dropdown-number {
  margin-right: 1px;
}
#dates .section-content {
  float: none;
}
#dates .dropdown-data {
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
#extras-summary .summary {
  margin-left: 10px;
}
#payment .dropdown-wrapper .dropdown-wrapper {
  width: auto;
  float: none;
  margin: 0 !important;
  display: inline-block;
}
#payment .form-content {
  padding-bottom: 0;
}
#booking-code .button-wrapper {
  width: 257px;
  margin: 0 auto;
}
#booking-code .section-content {
  background-image: url(images/icons/discount.png);
  background-position: 40px 45px;
  background-repeat: no-repeat;
}
#booking-code button, #booking-code input[type=button]{
  width: 80px;
  text-transform: uppercase;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
#booking-code button:hover,
.styledButton:hover,
#booking-code input[type="button"]:hover,
#booking-code input[type="submit"]:hover,
.summary-content input[type="button"]:hover,
.summary-content input[type="submit"]:hover,
input[type="button"]:hover,
input.clearbutton:hover {
  background: #2d345a;
  color: #ffffff;
}
#booking-code h3 {
  margin: 10px auto 15px;
  text-indent: -13px
}
#present .section-content {
  background-image: url(images/icons/present.png);
  background-position: 60px 30%;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#present h3 {
  margin-bottom: 20px;
  margin-left: 144px;
}
#action {
  width: 100%;
}
#action .list-wrapper {
  margin-bottom: 20px;
}
#action .button-wrapper {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
#action .button-wrapper input {
  display: inline;
}
#action .form-content {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  text-align: left;
  float: left;
  padding-top: 0;
}
#action .radio-list li {
  margin-right: 0;
  display: block;
}
#extra-tabs .offer-title:hover a,
#extra-tabs .offer-title:hover span {
  background-color: #595f7d !important;
}
#footer {
  min-height: 30px;
  font-size: 13px;
  color:#ffffff;
  text-shadow:1px 1px 1px #000;
}
#footer a{color:#ffffff;}
#footer .inline-list {
  width: auto;
  display: block;
  float: left;
}
#footer .inline-list li {
  margin-right: 2px;
}
#offers-wrapper {
  position: relative;
}
#offers,
.offers {
  float: left;
  width: 100%;
  position: relative;
}
#offers.horizontal-nav .active,
.offers.horizontal-nav .active {
  overflow: hidden;
}
#offers.horizontal-nav p,
.offers.horizontal-nav p {
  line-height: 1.3em;
}
#offers .offer-title,
.offers .offer-title {
  font-size: 17px;
}
#category {
  overflow: hidden;
}
#rooms.side-content {
  width: 505px;
}
#rooms .dropdown-wrapper {
  margin-bottom: 12px;
  width: 105px !important;
}
#rooms .content-box {
  margin-bottom: 10px;
}
#rooms .category-list {
  height: 220px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#rooms .category-list li {
  /*width: 357px;*/
}
#rooms .category-list li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#rooms h2 {
  width: auto;
  float: left;
  margin-right: 10px;
}
#rooms .dropdown-large {
  widh: 55px;
  min-width: 55px;
  height: 50px;
}
#rooms .dropdown-large .dropdown-trigger a {
  text-align: center;
  padding-right: 20px;
}
#rooms #category .jspTrack,
#rooms .showcase .jspTrack {
  right: 6px;
}
#rooms,
#dates {
  margin-bottom: 12px;
}
#rooms .section-content,
#dates .section-content {
  
  padding: 14px 5px;
  padding-bottom:5px;
}
#room-comparison {
  display: none;
}
#login-form {
  display: none;
}
#comparison-rates,
#comparison-trigger {
  position: relative;
  width: auto;
  float: left;
  margin-top: 0;
}
#contact-form .list-wrapper h6 {
  line-height: 26px;
  margin-right: 33px;
}
#contact-form .list-wrapper li {
  margin-right: 33px;
}
#contact-form p {
  margin-top: 5px;
}
#contact-form .dropdown-trigger a {
  padding-right: 25px !important;
}
#contact-form .dropdown-text.align-left .dropdown-data a {
  text-align: left;
  padding-left: 10px;
  line-height: 37px;
  height: 37px;
}
#contact-form .dropdown-text.align-left .dropdown-data li {
  margin-bottom: 0;
}
.content-trigger .offer-title:hover {
  background: #595f7d !important;
  overflow: hidden !important;
}
.content-trigger .offer-title:hover a,
.content-trigger .offer-title:hover .chosen {
  background-color: #595f7d !important;
}

.ui-tabs-active a:after {
  border-color: #2d345a transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: ".";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
  bottom: -10px;
}
.ui-tabs-active:hover a:after {
  border-color: #595f7d transparent transparent;
}

.content-trigger .offer-title.ui-tabs-active {
  background: transparent url(images/arrow-nav3.png) no-repeat left bottom !important;
  overflow: visible !important;
  height: 46px;
  max-height: 46px;
  background-size: cover;
  font-weight: normal;
}
.content-trigger .offer-title.ui-tabs-active.chosen-item {
  height: 44px;
  max-height: 44px;
}
.content-trigger .offer-title.ui-tabs-active a {
  color: #ffffff !important;
  position: relative;
  font-weight: bold;
}
.content-trigger .offer-title.ui-tabs-active .chosen {
  background: #2d345a url(images/icons/chosen-active.png) no-repeat center center;
}
.content-trigger .offer-title.ui-tabs-active:hover {
  background: transparent url(images/arrow-nav3-light.png) no-repeat left bottom !important;
  background-size: cover;
}
.content-trigger .offer-title.ui-tabs-active:hover .chosen {
  background: #595f7d url(images/icons/chosen-active.png) no-repeat center center;
}
.chosen {
  width: 24px;
  height: 24px;
  display: block !important;
  float: right;
  background: transparent url(images/icons/chosen.png) no-repeat center center;
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 19px;
  margin-top: -12px;
  margin-right: 15px;
  margin-left: 15px;
  line-height: 24px;
  overflow: hidden;
}
input.error {
  border: 1px solid #f9565a !important;
  color: #f9565a;
}
.error {
  color: #f9565a;
}
.summary-footer {
  -webkit-transition: top 3s ease-in-out;
  -moz-transition: top 3s ease-in-out;
  -o-transition: top 3s ease-in-out;
  transition: top 3s ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#sticky-header {
  background: #ffffff url(images/icons/header-logo.png) no-repeat 30px center;
  border-bottom: 3px solid #676767;
  border-left: 3px solid #676767;
  border-right: 3px solid #676767;
  z-index: 100;
  width: 999px;
  position: fixed;
  max-height: 60px;
  display: block;
  overflow: hidden;
  height: 60px;
  margin-left: 15px;
  padding: 0 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  top: -60px;
  -moz-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#sticky-header dl {
  width: 50%;
  float: right;
}
#sticky-header.show {
  top: 0;
}
#sticky-header .summary-wrapper {
  position: absolute;
  top: 0;
  right: 21px;
  width: 450px;
  display: block;
  background: #ffffff;
  color: #000;
font-size: 18px;
  -moz-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#sticky-header .summary-wrapper.summary-2 {
  top: -57px;
}
#sticky-header .summary-wrapper dl {
  float: none;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 20px 0 12px;
}
#sticky-header .summary-wrapper dt,
#sticky-header .summary-wrapper dd {
	float: left;
	width: 50%;
	font-family: "titilliumweb", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#sticky-header .summary-wrapper dd {
  text-align: right;
}
.sticky-header {
  background: #ffffff url(images/icons/header-logo.png) no-repeat 30px center;
  border-bottom: 3px solid #676767;
  border-right: 2px solid #676767;
  z-index: 99999;
  width: 999px;
  position: fixed;
  max-height: 60px;
  display: block;
  overflow: hidden;
}
.sticky-header dl {
  width: 50%;
  float: right;
}
.no-margin {
  margin: 0 !important;
}
.content-trigger {
  width: auto;
  float: left;
  display: block;
}
.layout-triggers {
  display: block;
  float: right;
  width: auto;
}
.layout-triggers a {
  color: #756e67;
}
.layout-triggers li {
  display: inline-block;
  margin-left: 5px;
}
.interact a {
  color: #756e67 !important;
}
.counter {
  background-color: #ffffff;
  height: 1.4em;
  font-size: 18px;
  overflow: hidden;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  width: 120px;
  float: right;
  font-weight: bold;
}
.pad {
  width: 6.5em;
  float: right;
  height: 1em;
  overflow: hidden;
}
.pad ul {
  list-style: none;
  padding: 0;
  margin: -4.4em -1px 0 0;
  width: 0.7em;
  height: 12em;
  float: left;
}
.pad li {
  height: 4em;
  width: 0.3em;
  line-height: 2;
  background-color: #ffffff;
  color: #2d345a;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.pad li.roundabout-in-focus {
  cursor: default;
}
.pad li span {
  display: block;
  padding-top: 6em;
}
.currency-holder {
  width: auto;
  margin-right: 3px;
}
#comming-date,
#leaving-date {
  max-height: 340px !important;
}
#comming-date li,
#leaving-date li {
  width: 90px;
}
#comming-date .jsPane,
#leaving-date .jsPane {
  width: 90px !important;
}
ul.dropdown-data,
#comming-month,
#leaving-month {
  max-height: 400px !important;
}
#comming-month li,
#leaving-month li {
  width: 103px;
}
#comming-month .jsPane,
#leaving-month .jsPane {
  width: 103px !important;
}
#lightbox-gallery .slides {
  width: 100%;
  overflow: hidden;
}
#lightbox-gallery li {
  width: 100%;
  position: relative;
  float: left;
  height: 100%;
}
.security {
  display:block;
  clear:both;
  overflow: hidden;
  width:630px;
  margin:0 auto;
  font-size:15px;
}
.security span,
.security p {
  float:left;
}
.security span {
  margin-right: 5px;
}
.showcase {
  display: none;
}
.showcase .displayed {
  display: block;
}
.center-wrapper {
  text-align: center;
}
.security {
  display: inline-block;
  margin: 0 auto;
}
.security p {
  line-height: 41px;
}
#offer-popup {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 3;
}
#section-offers hgroup {
  overflow: visible;
  height: 25px;
}
#section-offers .offers {
  display: none;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 8px;
}
#section-offers .offers.active {
  display: block !important;
  background: transparent !important;
  opacity: 1;
}
#section-offers .offer-nav {
  height: 20px;
  position: relative;
  float: right;
  display: none;
}
#section-offers .offer-nav .prev,
#section-offers .offer-nav .next {
  background-image: url('images/arrows.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  display: block;
  line-height: 1;
  float: left;
  margin-top: 2px;
}
#section-offers .offer-nav .next {
  background-position: center right;
  margin-left: 5px;
}
#section-offers .offer-nav .prev {
  padding-right: 0;
  margin-right: 5px;
  /*&:after {
        content: "/";
        display:block;
        width:1px;
        text-indent:5px;
        background:#ffffff;
        position:absolute;
        top:1px;
        left:30px;
      }*/

}
#section-offers .offer-nav ul {
  float: left;
  padding-bottom: 2px;
}
#section-offers .offer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
#section-offers .offer-nav ul li.active {
  text-decoration: underline;
  background-color: #ffffff !important;
}
#section-offers .offer-nav ul li.active a {
  color: #756e67 !important;
}
#section-offers .offer-nav ul li a {
  float: none;
  padding-bottom: 1px;
  text-decoration: none;
}
#section-offers .block-layout .offer-wrapper {
  overflow: visible;
}
#section-offers .block-layout .offer-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-height: none;
  overflow: visible;
}
#section-offers .block-layout .offer-title.active:after {
  position: absolute;
  bottom: -7px;
  display: block;
  content: "";
  z-index: 10;
  height: 0;
  border-style: solid;
  border-width: 10px 245px 0;
  border-color: #2d345a transparent transparent transparent;
  margin:0 auto;
}
.offer-title a{
  /*text-transform: uppercase;*/
}
#section-offers .block-layout .offer-title a {
  padding: 15px 8px;
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 1.2;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
#section-offers .block-layout .offer-title a:hover {
  background-color: #595f7d !important;
}
#section-offers .block-layout .offer-title a:hover:after {
  display: none;
}
#section-offers .block-layout.layout-6 .offer-title {
  width: 165px;
  height: 115px;
}
#section-offers .block-layout.layout-6 .offer-title.active:after {
  border-style: solid;
  border-width: 10px 80px 0;
  border-color: #2d345a transparent transparent transparent;
}
#section-offers .block-layout.layout-6 .offer-title.active:hover a {
  background-color: #595f7d !important;
}
#section-offers .block-layout.layout-6 .offer-title.active:hover:after {
   border-color: #595f7d transparent transparent transparent;
}
#section-offers .block-layout.layout-6 .offer-title.last {
  width: 164px;
}



#section-offers .block-layout.layout-5 .offer-title {
  width: 198px;
  /*height: 75px;*/
}
#section-offers .block-layout.layout-5 .offer-title.last {
  width: 197px;
}
#section-offers .block-layout.layout-5 .offer-title a {
  padding: 15px 10px;
}
#section-offers .block-layout.layout-5 .offer-title.active:after {
  border-style: solid;
  border-width: 10px 100px 0;
  border-color: #2d345a transparent transparent transparent;
}
#section-offers .block-layout.layout-5 .offer-title.active:hover a {
  background-color: #595f7d !important;
}
#section-offers .block-layout.layout-5 .offer-title.active:hover:after {
   border-color: #595f7d transparent transparent transparent;
}





#section-offers .block-layout.layout-4 .offer-title {
  width: 248px;
  /*height: 75px;*/
}
#section-offers .block-layout.layout-4 .offer-title.last {
  width: 247px;
}
#section-offers .block-layout.layout-4 .offer-title a {
  padding: 16px 30px;
}
#section-offers .block-layout.layout-4 .offer-title.active:after {
  border-style: solid;
  border-width: 10px 125px 0;
  border-color: #2d345a transparent transparent transparent;
}
#section-offers .block-layout.layout-4 .offer-title.active:hover a {
  background-color: #595f7d !important;
}
#section-offers .block-layout.layout-4 .offer-title.active:hover:after {
  border-color: #595f7d transparent transparent transparent;
}



#section-offers .block-layout.layout-3 .offer-title {
  width: 331px;
  /*height: 75px;*/
}
#section-offers .block-layout.layout-3 .offer-title.last {
  width: 330px;
}
#section-offers .block-layout.layout-3 .offer-title a {
  padding: 16px 30px;
}
#section-offers .block-layout.layout-3 .offer-title.active:after {
  border-style: solid;
  border-width: 10px 165px 0;
  border-color: #2d345a transparent transparent transparent;
}
#section-offers .block-layout.layout-3 .offer-title.active:hover a {
  background-color: #595f7d !important;
}
#section-offers .block-layout.layout-3 .offer-title.active:hover:after {
  border-color: #595f7d transparent transparent transparent;
}





#section-offers .block-layout.layout-2 .offer-title {
  width: 497px;
}
#section-offers .block-layout.layout-2 .offer-title.last {
  width: 496px;
}
#section-offers .block-layout.layout-2 .offer-title a {
  padding: 16px 30px;
}
#section-offers .block-layout.layout-2 .offer-title.active:hover a {
  background-color: #595f7d !important;
}
#section-offers .block-layout.layout-2 .offer-title.active:hover:after {
  border-style: solid;
  border-width: 10px 245px 0;
  border-color: #595f7d transparent transparent transparent;
}
#section-offers .block-layout .offer-content p {
  display: none;
}
#section-offers #offer-choice {
  background: #e9e9e9;
  margin-top: -17px;
  width: 100%;
  padding: 20px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.offer-content {
  display: none;
}
.popup-visible {
  display: block;
  float: left;
  left: 0;
  text-align: left;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  z-index: 4;
  background: #e9e9e9;
  width: 100%;
  padding: 20px 15px;
}
.offer-visible {
  display: block !important;
  color: #756e67;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-inex: 1;
}
.icon-adults {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff url('images/adults.png') no-repeat center center;
}
.icon-kids {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  background: #ffffff url('images/kids.png') no-repeat center center;
}
.icon-rooms {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  background: #ffffff url('images/rooms.png') no-repeat center center;
}
.font-fix {
  max-width: 88%!important;
  width: 88%;
  display: block;
  float: left;
}
.font-fix li {
  max-width: 88%;
  display: block;
  float: left;
}
.font-fix li:not(#simple-radio-button) > input[type="radio"] {
  display: block;
  top: 0 !important;
  margin-top: 0 !important;
  float: left;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.fc-header-title h2 {
  position: relative;
}
.fc-header-title {
  position: absolute;
  left: 0;
}
.fc-header {
  height: 55px;
  overflow: hidden;
}
.invisible {
  opacity: 0;
  color: transparent !important;
}
#offer-choice {
  display: block;
  position: relative;
  top: -35px;
  float: left;
  margin-bottom: -35px;
  z-index: 2;
}
.offer-title a:hover {
  background: #595f7d !important;
}
.offer-wrapper {
  position: relative;
}
#offers .slides,
.offers .slides {
  padding: 0;
  margin: 0;
  width: 10000px;
  position: relative;
}
#offers .slides li,
.offers .slides li {
  overflow: visible;
  display: block;
  float: left;
  width: auto;
}
#offers .layout-4 .slides,
.offers .layout-4 .slides {
  height: 75px;
}
#offers .layout-6 .slides,
.offers .layout-6 .slides {
  height: 100px;
}
#layouts a {
  display: block;
  width: 20px;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#calendar {
  font-size: 11px;
}
#calendar tr {
  max-height: 55px !important;
}
#confirmation #main {
  height: 1500px;
}
#confirmation #map {
  width: 100%;
  height: 500px;
}
#confirmation .inside h1 {
  text-align: center;
  font-size: 26px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 70px;
  margin-bottom: 40px;
  width: 100%;
}
#confirmation .inside p {
  margin-bottom: 25px;
}
#confirmation .inside .section-content {
  padding: 20px 30px;
}
#confirmation .inside .section-content li {
  margin-bottom: 5px;
}
#confirmation .inside .section-content .category {
  width: 205px;
  float: left;
}
#confirmation .inside .section-content .date {
  width: 110px;
  float: left;
}
#confirmation .inside .section-content .price {
  float: right;
  display: block;
}
#confirmation .inside .section-content .calculated-price {
  width: 325px;
  float: right;
  font-size: 15px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
#confirmation .inside section {
  margin-bottom: 0;
}
#confirmation .inside section#address,
#confirmation .inside section#signature {
  padding-top: 40px;
  padding-bottom: 40px;
}
#confirmation .inside section .additional-info {
  margin-bottom: 70px;
  display: block;
}
#confirmation #booking-info .section-content {
  width: 489px;
  min-height: 232px;
  position: relative;
  float: left;
}
#confirmation #booking-info .section-content.first {
  margin-right: 4px;
}
#confirmation .confirmation-nav li {
  width: 244px;
  height: 50px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 50px;
  background: #756e67;
  text-align: center;
  float: left;
  margin-left: 2px;
}
#confirmation .confirmation-nav li.first {
  margin-left: 0;
}
#confirmation .confirmation-nav li a {
  width: 100%;
  height: 100%;
  display: block;
}
.container a:active,
.flexslider a:active,
.container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.control-nav,
.direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.showcase-gallery{
  position: relative;
}
.control-nav,
#sliderNavigation {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  bottom: 30px;
  position: absolute;
  z-index:100;
}
.control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 1px;
}
.control-nav li a,
#sliderNavigation a{
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  -ms-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  width: 10px;
  height: 10px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  background: transparent url(images/slider-nav.png) no-repeat center center;
  position: relative;
  margin-right:0px;
}
#sliderNavigation a{
  margin-right: 5px;
}
.control-nav li a.active,
#sliderNavigation a.activeSlide{
  background: transparent url(images/icons/slide-nav.png) no-repeat center center;
  background-color: transparent !important;
  width: 14px;
  height: 14px;
  display: inline-block;
  top: -2px;
}
.viewport {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  top: 0;
}
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
  line-height: 54px;
  margin-bottom: 0;
  font-size: 30px !important;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}
/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */

  margin-right: 0;
  /* back to normal */

}
/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */

}
.fc-view {
  width: 100%;
  overflow: hidden;
}
/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */

  border: 1px solid #ddd;
}
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */

  background: #2d345a;
  opacity: 0;
  color: #ffffff !important;
  filter: alpha(opacity=30);
  /* for IE */

}
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  /* non-theme */

  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */

  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */

  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
  Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
  and we'll try to make them look good cross-browser.
*/
.fc-button {
  display: none;
}
.fc-button.fc-button-prev,
.fc-button.fc-button-next {
  display: block;
  text-indent: -99999px;
  border: none;
  box-shadow: none;
  z-index: 9999;
  float: left;
  overflow: hidden;
  width: 10px;
  line-height: 16px;
  color: #ffffff;
}
.fc-button.fc-button-next {
  float: right;
}
.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  /* for IE7 */

}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */

  font-weight: normal;
  display: block !important;
}
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #343434;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #2d345a;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #2d345a;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event {
  color: #000;
  /* default TEXT color */

  cursor: default;
  width: 67px;
}
.fc-header-left {
  width: 100%;
  display: block;
  padding-top: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.fc-header-center {
  width: 100%;
  display: block;
  margin-top: -50px;
}
a.fc-event {
  text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */

  font-size: 300%;
  line-height: 50%;
  /* */

}
/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */

  right: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
  padding-bottom: 14px;
  /* IE6 had 0 height */

}
/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-first,
.fc-border-separate td.fc-first {
  border-left: none;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center;
}
.fc-day {
  height: 55px !important;
  box-sizing: border-box;
  max-width: 68px;
  min-height: 55px !important;
}
.fc-week.fc-last td {
  border-bottom: none;
}
.fc .fc-week-number {
  width: 22px;
  text-align: center;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc-grid .fc-day-number {
  padding: 0 2px;
  max-width: 66px;
  width: 66px;
  box-sizing: border-box;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */

  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */

}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */

}
.fc-day-content {
  max-height: 30px !important;
}
/* event styles */
.fc-grid .fc-event-time {
  font-weight: normal;
}
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
.fc-agenda .fc-week-number {
  font-weight: normal;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */

  _height: 34px;
}
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */

}
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */

  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .25;
  filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */

}
/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */

  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */

  _overflow: hidden;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.scroll-pane {
  z-index: 1;
  position: relative;
  display: none;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  margin-top: -5px;
  cursor: pointer;
}
.category-list .jspPane{
  margin-top: 0;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  margin-top: 0;
  background: transparent;
  box-sizing: border-box;
  z-index: 99999;
  cursor: pointer;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspCap {
  display: block;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: transparent;
  position: relative;
  right: 0;
}
.jspDrag {
  background: #343434;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 67px;
}
.dropdown-wrapper .jspDrag {
  background: #2d345a;
  opacity: 0.8;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspTrack {
  height: 210px !important;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.jspArrowUp {
  background: #ffffff url('images/icons/scroll-arrow-up.png') no-repeat center center;
  width: 15px;
  height: 20px;
  z-index: 10010;
  display: block;
  left: -12px !important;
  position: absolute;
  top: 0;
}
.jspArrowDown {
  background: #ffffff url('images/icons/scroll-arrow.png') no-repeat center center;
  width: 15px;
  height: 20px;
  z-index: 10010;
  display: block;
  left: -12px !important;
  position: absolute;
  bottom: 8px;
}
.scroll-text .jspArrowUp {
background: #ffffff url('images/icons/scroll-arrow-up.png') no-repeat center center;
}
.scroll-text .jspArrowDown{
 background: #ffffff url('images/icons/scroll-arrow.png') no-repeat center center;
}
.scroll-text {
  padding-top: 8px !important;
  padding-bottom: 15px !important;
}
.scroll-text .jspContainer {
  height: 78px !important;
}
.scroll-text .jspArrowDown {
  bottom: 3px;
}
.dropdown-data .jspVerticalBar {
  right: 0px;
}
form {
  display: block;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
  font-size: 22.5px;
  line-height: inherit;
  color: #756e67;
  border: 0;
  border-bottom: 1px solid #756e67;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 90%;
}
input {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
input[type="text"],
input[type="password"] {
  box-shadow: inset 1px 1px 1px 0 #e4e3e3;
  border: 1px solid #b0afae;
  border-bottom: none;
  border-right: none;
  height: 36px;
  width: 430px;
  max-width: 100%;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].small,
input[type="password"].small {
  width: 175px;
}
input[type="text"].middle,
input[type="password"].middle {
  width: 205px !important;
  position: relative;
}
button, input[type="button"], .styledButton, input[type="submit"] {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  height: 36px;
  line-height: 35px;
  border: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #756e67;
}
a.styledButton{
  padding:0 10px;
  display: inline-block;
}
.button-wrapper {
  overflow: hidden;
  display: inline-block;
}
.button-wrapper button,
.button-wrapper input {
  display: block;
  float: left;
}
.action-button {
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  color: #ffffff!important;
  font-size: 18px!important;
  text-align: center!important;
  border: none!important;
  box-shadow: none!important;
  width: 350px!important;
  height: 56px!important;
  margin-bottom: 20px!important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #e1b469!important;
  margin-top:30px;
  font-weight: bold;
  /* Old browsers */

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: none !important;
}
.action-button:hover {
  background: #bf9959!important;
  border: none!important;
}
.action-button:active,
.action-button :focus {
  background: #bf9959 !important;
  border: none!important;
}
.submit-wrapper {
  position: relative;
  width: auto;
  display: inline-block;
  height: auto;
  overflow: hidden;
}
.login-button {
  background: #2d345a;
  color: #ffffff;
  text-align: center;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none;
  box-shadow: none;
}
.login-button:hover {
  text-decoration: underline;
}
textarea {
  width: 100% !important;
  box-shadow: inset 1px 1px 1px 0 #e4e3e3;
  border: 1px solid #b0afae;
  border-bottom: none;
  border-right: none;
  height: 87px;
  padding-left: 10px;
}
input[type='radio'] {
  opacity: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -24px;
}
input[type='radio'] + label {
  margin: 0;
  margin-left: -24px;
  clear: none;
  padding: 6px 0 4px 34px;
  background: url(images/icons/radio.png) left center no-repeat;
  -moz-transition: background-image 0.1s ease-in-out;
  -webkit-transition: background-image 0.1s ease-in-out;
  -o-transition: background-image 0.1s ease-in-out;
  -ms-transition: background-image 0.1s ease-in-out;
  transition: background-image 0.1s ease-in-out;
}
.font-fix li:not(#simple-radio-button) > input[type="radio"] {
  display: block;
  top: 0 !important;
  margin-top: 0 !important;
  float: left;
}
input[type='radio']:checked + label {
  background-image: url(images/icons/radio-checked.png) !important;
  -moz-transition: background-image 0.1s ease-in-out;
  -webkit-transition: background-image 0.1s ease-in-out;
  -o-transition: background-image 0.1s ease-in-out;
  -ms-transition: background-image 0.1s ease-in-out;
  transition: background-image 0.1s ease-in-out;
}
input[type='checkbox'] {
  opacity: 0;
  width: 36px;
  height: 28px;
  cursor: pointer;
}
input[type='checkbox'] + label {
  margin: 0;
  margin-left: -39px;
  clear: none;
  padding: 5px 0 4px 36px;
  background: url(images/icons/checkbox.png) left center no-repeat;
  -moz-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
input[type='checkbox']:checked + label {
  background-image: url(images/icons/checkbox-checked.png) !important;
  -moz-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.checkbox-list.simple input[type='checkbox'] {
  opacity: 1 !important;
  background-image: none !important;
  width: 15px !important;
  height: 15px !important;
  margin-right: 5px;
}
.checkbox-list.simple input[type='checkbox']:hover {
  background-image: none;
}
.checkbox-list.simple input[type='checkbox']:checked {
  background-image: none;
}
.checkbox-list.simple label {
  background-image: none !important;
}
.checkbox-list.simple label:hover {
  background-image: none !important;
}
.checkbox-list.simple li:not(#simple-radio-button) > input[type='checkbox'] + label {
  background-image: none !important;
  margin: 0;
  padding: 0;
}
input[type='checkbox']#terms {
  -webkit-appearance: checkbox !important;
  opacity: 1;
}
/*!
 * Calendar stylesheet (extended styles)
 */
#calendar {
  position: relative;
  width: 466px;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 15px;
  z-index: 1;
}
#calendar .error-msg {
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -205px;
  background-color: #cc0000;
  color: #ffffff;
  width: 410px;
  padding: 40px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  display: none;
}
#calendar .error-msg span {
  margin-top: 10px;
  display: block;
}
#calendar .error-msg .close-button {
  dfisplay: block;
  height: 10px;
  line-height: 10px;
  text-transform: uppercase;
  background: url(images/icons/close-popup.png) no-repeat top right;
  position: absolute;
  top: 14px;
  right: 16px;
  width: auto;
  padding-right: 20px;
}
.fc-header-title h2 {
  text-transform: uppercase;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-size: 32px;
}
.fc-first th {
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  margin-left: 0;
  background-image: none;
}
.fc-button-prev,
.fc-button-next {
  width: 9px;
  height: 16px;
  display: block;
  background: url(images/icons/arrow-left.png) no-repeat center center;
  cursor: pointer;
}
.fc-button-next {
  background-image: url(images/icons/arrow-right.png);
}
.fc-day-number {
  margin-top: 8px;
}
.fc-day {
  text-align: center;
}
.fc-event-inner {
  text-align: center;
}
.calendar-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 15px;
}
.unactive {
  color: red !important;
  background-image: none;
  border: none !important;
  box-shadow: none;
  font-size: 11px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  padding-top: 16px;
  color: #3f3e3e;
}
.nube {
  position: absolute;
  left: 0;
  display: block;
  overflow: visible;
  width: auto;
  background: #756e67;
  padding: 10px;
  color: #ffffff;
  width: 115px;
  box-sizing: border-box;
}
.nube:before {
  position: absolute;
  top: -14px;
  left: 5px;
  width: 14px;
  height: auto;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #756e67;
  border-top: none;
}
.nube.left-arrow:after {
  left: auto !important;
  right: 5px !important;
}
.nube.left-arrow:before {
  left: auto !important;
  right: 5px !important;
}
.nube.bottom-arrow:after {
  position: absolute;
  bottom: -14px;
  left: 5px;
  width: 14px;
  height: auto;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #756e67;
  border-bottom: none;
}
.nube.bottom-arrow:before {
  display: none;
}
.nube.bottom-arrow.left-arrow:after {
  left: auto !important;
  right: 5px !important;
}
.nube.bottom-arrow.left-arrow:before {
  left: auto !important;
  right: 5px !important;
}
/* CUSTOMIZED */
.fc-other-month.fc-past .fc-day-number {
  font-size: 14px !important;
}
.fc-day-header {
  font-size: 13px;
}
.fc-day-number {
  font-size: 13px !important;
  color: #3f3e3e;
}
.fc-other-month.fc-future .fc-day-number {
  color: #756e67 !important;
  opacity: 1;
}
.fc-event {
  padding-top: 12px;
}
.fc-past {
  cursor: default;
}
.fc-past .fc-day-number {
  color: #d2d1d1 !important;
}
.fc-today {
  cursor: pointer;
}
.fc-future {
  cursor: pointer;
}
.fc-button-next {
  float: right;
  padding-right: 20px;
}
.fc-button-prev {
  padding-left: 20px;
}
.fc-event.info {
  background: url(images/icons/date-info.png) no-repeat top right;
  margin-top: -25px;
  margin-right: -2px;
  margin-left: 0;
  padding-top: 35px;
  cursor: pointer;
}
.fc-event.booked-out {
  background: url(images/icons/date-booked.png) no-repeat top right;
  margin-right: -2px;
  margin-top: -25px;
  margin-left: 0;
  color: #f9565a;
  padding-top: 35px;
  cursor: pointer;
}
.fc-event.booked-out * {
  position: relative;
}
.fc-event.unactive {
  margin-right: -2px;
  margin-top: -30px;
  margin-left: 0;
  color: #f9565a;
  padding-top: 40px;
  cursor: pointer;
}
.unclickable {
  position: absolute;
  z-index: 99999;
  left: 0;
  display: block;
  overflow: visible;
  width: auto;
  background: #2d345a;
  padding: 10px;
  color: #ffffff;
  width: 120px;
  height: 60px;
  width: 60px;
}
.fc-event {
  width: 67px;
}
.fc-event.unactive .fc-event-title {
  line-height: 20px;
}
.selection {
  background-color: #cbb079 !important;
  color: #ffffff !important;
}
.selection .fc-day-number,
.selection .fc-event-inner {
  color: #ffffff !important;
}
.selection .fc-event-title,
.selection .fc-event-inner {
  color: #ffffff !important;
}
.selection.fc-other-month.fc-future .fc-day-number,
.selection.fc-other-month.fc-future .fc-event-inner {
  color: #ffffff !important;
}
.selection.fc-other-month.fc-future .fc-event-title,
.selection.fc-other-month.fc-future .fc-event-inner {
  color: #ffffff !important;
}
.calendar-hover,
.end-date {
  background: #cbb079 url(images/icons/end.png) no-repeat center left !important;
}
.calendar-hover .fc-day-number,
.end-date .fc-day-number {
  color: #ffffff !important;
}
.calendar-hover .fc-event-title,
.end-date .fc-event-title {
  color: #ffffff !important;
}
.calendar-hover.fc-future.fc-other-month .fc-day-number,
.end-date.fc-future.fc-other-month .fc-day-number,
.calendar-hover.fc-future.fc-other-month .fc-event-inner,
.end-date.fc-future.fc-other-month .fc-event-inner {
  color: #ffffff !important;
}
.calendar-hover.fc-future.fc-other-month .fc-event-title,
.end-date.fc-future.fc-other-month .fc-event-title,
.calendar-hover.fc-future.fc-other-month .fc-event-inner,
.end-date.fc-future.fc-other-month .fc-event-inner {
  color: #ffffff !important;
}
.start-date {
  background: #cbb079 url(images/icons/start.png) no-repeat center left !important;
}
.start-date .fc-day-number,
.start-date .fc-event-inner {
  color: #ffffff !important;
}
.start-date .fc-event-title,
.start-date .fc-event-inner {
  color: #ffffff !important;
}
.start-date.fc-future.fc-other-month .fc-day-number,
.start-date.fc-future.fc-other-month .fc-event-inner {
  color: #ffffff !important;
}
.start-date.fc-future.fc-other-month .fc-event-title,
.start-date.fc-future.fc-other-month .fc-event-inner {
  color: #ffffff !important;
}
.clicked {
  color: #ffffff;
}
.clicked .fc-event-title {
  color: #ffffff !important;
}
.fc-view,
.fc-border-separate,
.fc-event-container {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.fc-day {
  max-width: 67px !important;
  min-width: 66px !important;
  width: 67px !important;
  box-sizing: border-box !important;
}
.fc-day.fc-mon {
  max-width: 66px !important;
  min-width: 66px !important;
  width: 66px !important;
}
.fc-day.fc-tue {
  max-width: 66px !important;
  min-width: 66px !important;
  width: 66px !important;
}
.fc-day.fc-wed {
  max-width: 66px !important;
  min-width: 66px !important;
  width: 66px !important;
}
#lightbox-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  display: block;
}
#lightbox-dialog {
  position: fixed;
  top: 80px;
  left: 50%;
  background: #ffffff;
  padding-bottom: 20px;
  height: 537px;
  max-width: 100%;
  margin-top: 80px;
  -webkit-box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.05);
  z-index: 99999;
  visibility: hidden;
}
#lightbox-dialog.form {
  padding-bottom: 0;
  height: 450px;
}
.lightbox {
  background: #ffffff;
  overflow: hidden;
  width: 960px;
  /*height: 537px;*/
  margin: 0 auto;
}
.lightbox h2,
.allPopups h2 {
  margin-bottom: 10px;
}
.lightbox li {
  height: 40px;
  line-height: 40px;
  color: #343434;
  border-bottom: 1px solid #ffffff;
}
.lightbox header * {
  display: inline-block;
  color: #000000 !important;
  font-size: 18px;
}
.lightbox .lightbox-wrapper {
  height: auto;
  position: relative;
  float: left;
  width: 817px;
}
.lightbox .close-icon {
  position: absolute;
  top: 20px;
  right: 24px;
}
.lightbox .pagination a {
  color: #000000 !important;
  font-size: 18px;
}
.lightbox .pagination p {
  position: relative;
  top: -5px;
}
.lightbox .pagination span {
  width: 23px;
  height: 24px;
}
.lightbox .direction-nav {
  position: absolute;
  top: -34px;
  right: 37px;
  width: auto;
  overflow: hidden;
  float: right;
  min-width: 90px;
  line-height: 24px;
  height: 24px;
  z-index: 1;
}
.lightbox .direction-nav li {
  width: auto !important;
}
.lightbox .direction-nav .next {
  width: 23px;
  height: 24px;
  background: url(images/icons/lightbox-right.png) no-repeat center center;
  text-indent: -9999px;
  float: right;
  display: block;
  margin-left: 38px;
}
.lightbox .direction-nav .prev {
  width: 23px;
  height: 24px;
  background: url(images/icons/lightbox-left.png) no-repeat center center;
  text-indent: -9999px;
  float: right;
  display: block;
}
.lightbox .control-nav {
  position: absolute;
  right: 61px;
  width: 37px;
  text-align: center;
  top: -34px;
  overflow: hidden;
  z-index: 9999;
  background: transparent!important;
}
.lightbox .control-nav .active {
  background: transparent!important;
  line-height: 28px;
}
.lightbox .control-nav li {
  display: inline-block;
  width: auto !important;
  overflow: hidden;
  border-bottom: 0;
}
.lightbox .control-nav li a {
  text-indent: 0 !important;
  background: transparent;
  color: #756e67 !important;
  width: auto;
  height: 24px;
  display: block;
  line-height: 24px;
  cursor: pointer;
  z-index: 2;
}
.lightbox .control-nav li a:before {
  content: " / ";
  display: block;
  height: 24px;
  float: left;
  position: relative;
  width: 5px;
  margin-right: 1px;
}
.lightbox .control-nav li:first-child a:before {
  display: none;
  content: "";
}
.lightbox .form {
  background-color: #e9e9e9;
  height: 353px;
  width: 100%;
  top: 0;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox .form fieldset {
  max-width: 100%;
  padding: 30px;
}
.lightbox .form fieldset.footer {
  border-top: 1px solid #bababa;
  padding: 30px 30px 35px;
}
.lightbox .form fieldset.footer h2 {
  margin-bottom: 15px;
}
.lightbox .form h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #756e67;
  max-width: 285px;
}
.lightbox .form header {
  text-align: left;
  padding: 0;
}
.lightbox .form .header-wrapper {
  padding: 0;
}
.lightbox .form input {
  width: 250px;
  height: 40px;
  display: block;
  float: right;
}
.lightbox .form .input-wrapper {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.lightbox .form .button {
  font-size: 15px;
  color: #ffffff;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  width: 120px;
  display: block;
  cursor: pointer;
}
.lightbox .form .button:hover {
  background: #595f7d !important;
}
.lightbox .form .button.long {
  width: 340px;
}
.lightbox .form .button.submit-button {
  background: #2d345a;
}
.lightbox .form .button.reset-button {
  background: #756e67;
  margin-left: 10px;
}
.lightbox .form label {
  color: #343434;
  line-height: 40px;
  height: 40px;
  width: auto;
  float: left;
}
.lightbox .form a {
  color: #343434;
}
.lightbox .form a.question {
  display: block;
  float: right;
  width: 100%;
  text-align: left;
  text-indent: 90px;
  text-decoration: underline;
  margin-bottom: 20px;
}
.lightbox-tb-contents {
  background: #2d345a;
  color: #ffffff;
  width: 122px;
  float: left;
  height: 100%;
  margin-right: 1px;
  padding-right: 10px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox-tb-contents ul {
  margin-left: 0px;
  text-align: right;
  margin-top: 204px;
}
.lightbox-tb-contents li {
  color: #ffffff;
  padding-right: 12px;
}
.lightbox-tb-contents li.last {
  border-bottom: none !important;
}
.lightbox-content ul {
  width: 266px;
  float: left;
  overflow: hidden;
  display: block;
  margin-right: 9px;
}
.lightbox-content ul li {
  width: 100%;
  max-width: 100%;
  display: block;
  float: left;
  background: #e9e9e9;
  padding-left: 24px;
  font-size: 16px !important;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.lightbox-content ul.last {
  margin-right: 0;
}
.lightbox-image {
  max-width: 100%;
  height: 204px !important;
  float: left;
  display: block;
  padding-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-bottom: none !important;
  padding-left: 0 !important;
  z-index: 1;
  position: relative;
}
.close-icon {
  width: 13px;
  height: 15px;
  display: block;
  background: transparent url(images/icons/lightbox-close.png) no-repeat center center;
  float: right;
  cursor: pointer;
  top: 3px;
  position: absolute;
  right: 23px;
  text-indent: -9999px;
}
.header-wrapper {
  padding: 0 20px 0 122px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  overflow: hidden;
}
.header-wrapper .close-icon {
  top: 3px !important;
}
.lightbox-title {
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 12px;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  height: 46px;
  line-height: 46px;
  position: relative;
  overflow: hidden;
  top: -61px;
  display: block;
  width: 100%;
  z-index: 9999;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox-gallery {
  float: left;
  position: relative;
  overflow: hidden;
}


/* MATEUSZ CALENDAR CLONE */
.tpd-content{
  font-size:14px!important;
  padding:10px;
}
.rightText{
  position: absolute;
  right: 10px;
}
.calendar{
  border-collapse: collapse;
  width:468px;
  margin-bottom:15px;
}
.calendar tr:first-child td{
  border:0;
}
.calendar tbody td img{margin-left:5px;}
.calendar,
.calendar td{
  border:1px solid #ddd;
  background:#ffffff;
}
.calendar td{
  height:55px;
}
.calendar tbody td{
  padding-top:8px;
  font-size: 13px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar .titleStyle td,
.calendar tr:first-child td{
  padding-top: 0;
}
.calendar
.calendar tbody td .day{
  padding-top:12px;
}
.calendar tbody td.calendarTodayColor:hover,
.calendar tbody td.calendarOtherDayColor:hover{
  background-color: #2d345a;
  color:#ffffff !important;
}
.calendar .titleStyle td{
  font-size:22px;
  line-height:55px;
font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
/* Calendar images fix */
/*.calendar .calendarPastDayColor{
  background:url(images/stripes.png);
}*/
.calendar td.warning{
  /* background:url(images/icons/date-booked.png) no-repeat 100% 0; */
  background-image: url(images/icons/date-booked.png)!important;
  background-repeat: no-repeat!important;
  background-position: 100% 0!important;
}

.calendar td.info{
  /* background:url(images/icons/date-info.png) no-repeat 100% 0; */
  background-image: url(images/icons/date-info.png)!important;
  background-repeat: no-repeat!important;
  background-position: 100% 0!important;
}





.calendar td.rclosed2{
  background:url(images/stripes.png);
}
.calendar td.redStripes{
  background:url(images/redStripes.png);
  color:#fb565a!important;
}
.calendar .calendarSelectedDay,
.calendar .higlight{
  background: #2d345a;
  color:#ffffff!important;
}
.calendar .titleStyle,
.calendar .titleStyle td,
.calendar th{
  border:0;
}
.calendar th{
  font-weight: normal;
  text-transform: uppercase;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.calendar th,
.calendar .rclosed2{
  font-size: 14px;
  padding-bottom: 6px;
}

.calendar .calendarSelectedDay, .calendar .dayStyle{
  font-size: 13px;
  padding-bottom: 6px;
}
.calendar .dayStyle,
.calendar .calendarSelectedDay,
.calendar .rclosed2{
  padding-top:8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar .dayStyle b,
.calendar .calendarSelectedDay b{
  font-weight:normal;
}
.calendar .dayStyle .day,
.calendar .calendarSelectedDay .day,
.calendar .rclosed2 .day{
  padding-top:8px;
}

.calendar .calNext, .calendar .calPrev
{
  display: block;
  width:9px;
  height:16px;
  text-indent:9999px;
  background: url(images/icons/arrow-left.png) no-repeat center center;
  margin:0 28px;
  margin-top:18px;

}
.calendar .calNext{
  background: url(images/icons/arrow-right.png) no-repeat center center;
}

/* Mateusz */
#wishlist .list-wrapper table td{
  height: 20px;
  line-height: 20px;
  padding-bottom: 15px;
}
#wishlist .list-wrapper table td input{
  
}


.checkbox-list a{
  color:#343434;
  text-decoration: underline;
}

a, .transition, .action-button, .calendar td{-o-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;transition:.2s;}
.offer-title a{-o-transition:none;-ms-transition:none;-moz-transition:none;-webkit-transition:none;transition:none;}


/* Custom popup */
.customPopup .popupbg{
  position:fixed;
  z-index:9999;
  left:0;
  top:0;
  width:3000px;
  height:3000px;
}

/* Login form popup */
.lightbox.loginform{
  width:400px;
  height: 353px;
  margin-left:-200px;
}

/* Popup */
.popupbg{
  background-color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.allPopups{
  left:50% !important;
  top:50px !important;
  position:fixed !important;
  background: #ffffff;
}
.enPopup{
  left:50% !important;
  top:50px !important;
  position:fixed !important;
  background: #ffffff;
  width:850px;
  margin-left:-425px;
}

/* Children popu */
.chPopup{
  width:650px;
  margin-left:-325px;
}
.popupPadding{
  padding: 15px 30px 30px;
}
.popupPadding h2, .popupPadding h3{
  text-align: left;
  position:relative;
}
.popupPadding h2{
  font-size:18px;
}
.popupPadding .close-icon{
  right:0;
}
.childrenTable{
  width:100%;
  margin-top:25px;
  margin-bottom:25px;
}
.childrenTable td{
  padding: 5px 12px 
}
.childrenTable .center{text-align:center;}
.childrenTable td:nth-child(odd){}
.childrenTable tr:nth-child(even) td{background: #e9e9e9}
.childrenTable .thead{
  background: #2d345a;
  color:#ffffff;
}
.dropdown-wrapper.children a{
	text-transform: none;
}
/* Booking code popup */
.bcPopup{
  width: 400px;
  margin-left:-200px;
}

/* Message popup */
.msgPopup{
  width:700px;
  margin-left:-350px;
}
.msgPopup .lightbox-close{

}
 #lightbox-close{
	visibility: hidden;
 }
/* Hide images */
#imagesThere, #imagesThere span, #imagesThere img{display: none;visibility: hidden;}
.showcase-gallery{height:380px;}

/* ERV table */
#ervTable a, #opener{color:#343434;text-decoration: underline;}
#ervTable td{
  vertical-align: middle;
  padding-bottom:10px;
}
#ervTable tr:last-child td{
  padding:0;
}

/* Inline form */
.inlineform h6{
  line-height:26px;
  margin-right: 33px;
}
.inlineform td label{
  margin-right:20px;
}

/* Guests form */
.guestsTable td input{
  margin-bottom:5px;
}
.guestsForm{margin-bottom:20px;}
/*.guestsForm input[type="text"], input[type="password"]{
  width: 315px;
}*/
.guestsForm span{
  line-height:36px;
}
.guestsForm .lblFirstname{
  margin-left:0;
  margin-right:15px;
}
.guestsForm .lblLastname{
  margin:15px;
}
.guestsForm .lblInfo{
  margin: 10px 0px;
  display: block;
}

/* Room type upgrade */
#pnlRoomTypeUpgrade{
  width:493px;
  margin-left: 509px;
  width: 489px;
}
#roomTypeUpgrade .header{
  background: transparent;
  line-height: 20px;
  text-transform: uppercase;
  color:#756e67;
  padding:0 3px;
  position:relative;
  margin-bottom:10px;
}
#roomTypeUpgrade .header .close-icon{
  background-color: #e9e9e9;
  padding:5px;
  right:5px;
}
#pnlRoomTypeUpgrade .fullButton{
  width:100%;
  background: #e1b469!important;
}
#pnlRoomTypeUpgrade .fullButton:hover{
  width:100%;
  background: #bf9959!important;
}
#pnlRoomTypeUpgrade .marginTable{margin:5px 0px;}

/* Credit cards */
#payment .section-content{
  padding-bottom:20px;
}
.creditCards{
  margin-top:20px;
}
.creditCards td > span{
  width:155px;
  display: inline-block;
  line-height: 36px;
  margin-left: 10px
  margin-top:20px;
}
.creditCards input[type="text"], .creditCards input[type="password"]{
  margin-bottom:10px;
}
.creditCards .error{margin-top:0px;line-height:1em;margin-bottom:0px;margin-left:5px;}
.creditCards .dropdown-wrapper{float:none;clear:both;margin-bottom:5px;}

/* Fix cart buttons */
.summary-content input[type="button"]{
  height:auto;
  width: auto;
  padding:0;
  background: transparent;
  line-height: 1em;
  font-size: 15px;
  color: #fff;
}

/* packages */
.packagesTable{
  margin-top:15px;
}
.packagesTable:first-child{
  margin:0;
}
.rpPackageTitle a{
  color:#ffffff!important;
}
.packagesTable .rpPackageTitle,
.packagesTable .rpPackageFooter{
  display:block;
  color:#ffffff;
  background: #2d345a;
  height:35px;
  line-height: 35px;
  padding:0 10px;
  margin-bottom:5px;
}
.packagesTable .rpPackageFooter{
  margin-bottom:0;
  margin-top:5px;
  text-align: right;
}
.packagesTable .imageleft{
  margin:0;
  margin-right:15px;
}
.packagesTable .rpPackageLink {
  margin-top:10px;
}

/* Popups items */
.imageright{
  border: 0 none;
  float: right;
  margin: 2px 0 10px 25px;
}

.imageleft{
  border: 0 none;
  float: left;
  margin: 2px 25px 10px 0;
}

ol{
  list-style-position: inside;
  margin:10px 0;
}
ol li{
  line-height: 1em !important;
  height:auto !important;
}

#hiddenRates, .offer-nav{display: none;}

.checkDays input[type="checkbox"],
.small input[type="checkbox"],
input[type="checkbox"].small{
  background-size: 18px 18px;
  width:20px;
  height:20px;
}
.checkDays input[type="checkbox"] + label,
.small input[type="checkbox"] + label,
input[type="checkbox"].small + label{
  background-size: 18px 18px;
  margin: 0 0 0 -20px;
  padding:5px 10px 4px 27px;
}
.checkDays input[type="checkbox"]:checked + label,
.small input[type="checkbox"]:checked + label,
input[type="checkbox"]:checked.small + label {
  background-size: 18px 18px;
  margin: 0 0 0 -20px;
  padding:5px 10px 4px 27px;
}

/* Payment type */
#payment-type td, td img {
  vertical-align: middle;
}
#payment-type td{
  padding-bottom:0px;
}
#payment-type .lblPTTitle img{
  margin-right:10px;
}
#payment-type .lblPTTitle{
  display: block;
  font-weight: bold;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#payment-type .lblPTText{
  line-height:1.5em;
  font-size:15px;
  font-weight: normal;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.bookingText{
  font-size: 15px;
}

/* Update progress */
#ctl00_UpdateProgress1{
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  z-index:9999;
}
#ctl00_UpdateProgress1 img{
  position:fixed;
  left:50%;
  margin-left:-40px;
  top:50%;
  margin-top:-40px;
}

/* Login */
.validateTips{
  height:20px;
  line-height:20px;
  text-align:center;
  margin-bottom: 15px;
  color:#f9565a;
}

/* Guest table form */
.tblForm .labels td:first-child,
.tblForm .fields td:first-child,
.threeCols .labels td,
.threeCols .fields td
{
  padding-right:44px;  
}
.threeCols .labels td:last-child,
.threeCols .fields td:last-child{
  padding-right: 0px;
}
.threeCols .fields td input{
  width:345px;
}
.tblForm .fields td:first-child,
.threeCols .fields td{
  padding-bottom:15px;
}
.tblForm .labels label,
.tblForm .labels span
{
  margin-bottom:5px;
  display: inline-block;
}
.tblForm .fields:last-child td:first-child,
.threeCols .fields:last-child td{
  padding-bottom: 0px!important;
}
.registerLabel{
  margin:15px 0;
}

/* Colored header */
h3 .coloredBg{background:#2d345a;color:#ffffff;padding:0 10px;}

/* Advertisment */
#advert .advertBg{background:#ffffff;padding:10px;margin:-9px -5px}
#advert .title{text-transform: uppercase;}
#advert .advertDesc img{margin-right:10px;}
#advert .enTable{margin-top:5px;width:880px;}
#advert .noAdvertising{position:relative;top:-4px;}
#advert .close-icon{position:relative;top:2px;right:0;margin-left: 15px;}

/* summary fix */
.summary-content dt div{display: inline}

/* medium dropdown */
.dropdown-text-medium{width:125px;}

/* Radiobuttons payment fix */
#payment input[type="radio"] + label{
  background-position: 0px 5px;
}

/* errorMessages */
.errorMessages {
  margin:0 auto;
  clear: both;
  display: block;
  float: none;
  text-align: center;
  background: #FFE0E0;
  width: 80%;
  border:1px dashed #FA5A5A;
  padding:10px 15px;
  margin: 30px auto 0px;
}
section#extras{
  margin-top:10px;
}

/* erv image fix */
#ervContainer img{max-width: none; max-height: none;}

/* ccinput fix */
.ccInput .dropdown-wrapper{
  width: 200px
}
.cvcCode{
  margin-left:10px;
  display: inline;
}
.cvcCode input[type="text"]{
  margin-left:25px;
}

#present .radio-list li:last-child {
  margin: 0;
}

#ctl00_cphContent_pnlTermsPopup input[type="submit"]{
  margin:15px auto;
  margin-bottom:5px;
}

/*#ctl00_cphContent_ctl02_trTax dt font {
  font-size: 13px;
}*/

/* potem dodane */
#bookingFooterText{
  padding:0 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size:15px;
}
#action .checkbox-list{
  font-size: 15px;
}
.bcPopup input.small[type="text"], input.small[type="password"] {
  width: 150px;
}
.bcMessage{padding:10px 0;display: block;padding-bottom:15px;}
#extras-summary .side-content:last-child{float:right;}

.calendar tbody td .day{
  padding-top:8px;
}

.lblMessageCalendar{text-align:center;display:block;color:#ff5555!important;margin-top:10px;text-shadow: 0px 0px 15px #000}


/* Tipped custom style */
/* Custom */
.tpd-skin-custom .tpd-content,
.tpd-skin-custom .tpd-title,
.tpd-skin-custom .tpd-close { color: #ffffff; }
.tpd-skin-custom .tpd-background-content { background-color: #756e67; }
.tpd-skin-custom .tpd-background {
  border-width: 1px;
  border-color: #756e67;
}
.tpd-skin-custom .tpd-background-title { background-color: #595f7d; }
/* line below the title */
.tpd-skin-custom .tpd-title-wrapper { border-bottom: 1px solid #595f7d; }
/* shadow */
.tpd-skin-custom .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* links */
.tpd-skin-custom a,
.tpd-skin-custom a:hover { color: #ccc; }

/* Calendar */
.tpd-skin-calendar .tpd-content,
.tpd-skin-calendar .tpd-title,
.tpd-skin-calendar .tpd-close { color: #ffffff; font-size:13px!important; }
.tpd-skin-calendar .tpd-background-content { background-color: #756e67; }
.tpd-skin-calendar .tpd-background {
  border-width: 1px;
  border-color: #756e67;
}
.tpd-skin-calendar .tpd-background-title { background-color: #756e67; }
/* line below the title */
.tpd-skin-calendar .tpd-title-wrapper { border-bottom: 1px solid #756e67; }
/* shadow */
.tpd-skin-calendar .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* links */
.tpd-skin-calendar a,
.tpd-skin-calendar a:hover { color: #ccc; }


#payment-type table td{
  padding-bottom: 5px;
}

#footer .wrapper{
  width:1024px;
}

#action .font-fix{
  float:none;
}
.counter input{
  line-height:26px!important;
}


/* Booking page icons */
.printLink, .downloadLink, .calendarLink{
  width:33px;
  height:34px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left:20px;
  display: inline-block;
  text-indent:-9999px;
}
.printLink{background-image: url('images/icons/print.png');}
.downloadLink{background-image: url('images/icons/download.png');}
.calendarLink{background-image: url('images/icons/cal.png');}
#extraContent {
  display: block;
  min-height: 70px;
  position: relative;
}
#iconLinks{
  position: absolute;
  right:0;
  top:0;
}
#confirmation-details h2, #confirmation-dates h2{
  margin-left:0px !important;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 3px rgba(52, 52, 52, 0.7)!important;
}

a.rpPackageLink{
  color:#2d345a;
}
.section-title .boxNum{
  color: #ffffff;
  background:#000 !important;
  /*border:1px solid rgba(52, 52, 52, 0.8);*/
  border-radius: 50%;
  width:24px;
  height:24px;
  display: inline-block;
  text-align: center;
  line-height:24px;
  margin-right:4px;
  text-indent:0.85px;
  font-weight: normal;
  font-family: "titilliumweb", Arial, Helvetica, sans-serif;
  /*-webkit-box-shadow: 0px 0px 1px 0px rgba(52, 52, 52, 0.75);
  -moz-box-shadow:    0px 0px 1px 0px rgba(52, 52, 52, 0.75);
  box-shadow:         0px 0px 1px 0px rgba(52, 52, 52, 0.75);*/
}
/* Rate compare table */
#ratesCompare{
  border: 1px solid #ffffff;
}
#ratesCompare td{
  background:#e9e9e9;
  border: 1px solid #ffffff;
  border-right:2px solid #ffffff;
}
#ratesCompare td.dark{
  background: #2d345a;
  color:#ffffff;
}
#ratesCompare thead tr td{
  background:#2d345a;
  color:#ffffff;
  border-bottom:2px solid #ffffff;
}
.color-content{
  background: #2d345a;
}
.section-content a{
  color:#2d345a;
}
.summary-content input:hover{
  background: transparent !important;
  color:#756e67;
}
.dropdown a{
  color: #ffffff;
}
.dropdown a.active{
  color: #ffffff;
}
.tpd-content{
  font-size: 14px !important;
}
.summary-footer a{
  color:#000;
  font-weight: bold;
  text-decoration: underline;
}
.roomtypeDesc{
	line-height: 1.3em;
	font-size: 14px;
}
/*
a:hover, .clearString:hover{
  color:#2d345a;
}
*/
.extra-teaser{
	font-size: 15px;
	max-height: 300px !important;
}
input[id*="btnAddToCart"]{
 background: #756e67;
}
.dataPrivacy{
	font-family: "titilliumweb", Arial, Helvetica, sans-serif;
}
.offer-content-div{
	background: #e9e9e9 !important;
}
#fakeColumns{
	background: url('images/fakeColumns.png') !important;
}
.dates-picked .calendar tbody td.calendarTodayColor:hover,
.dates-picked .calendar tbody td.calendarOtherDayColor:hover{
background: #595f7d; 
}