/******************************************************************
Site Name: Hotel Congress
Author: Creative Slice

Stylesheet: IE Stylesheet

******************************************************************/
/* import mixins */
/******************************************************************
Site Name: Hotel Congress
Author: Creative Slice

Stylesheet: Mixins & Constants Stylesheet
******************************************************************/
/* line 8, ../scss/_mixins.scss */
.clearfix {
  zoom: 1; }
  /* line 10, ../scss/_mixins.scss */
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  /* line 14, ../scss/_mixins.scss */
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
/* line 24, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* line 30, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/******************************************************************
CUSTOMIZED RESET VALUES
******************************************************************/
/* line 40, ../scss/_mixins.scss */
ul, ol {
  padding: 0;
  list-style-type: none; }

/* line 45, ../scss/_mixins.scss */
dd {
  margin: 0; }

/* line 51, ../scss/_mixins.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/*********************
COLORS
*********************/
/*********************
Media Query Awesomeness
*********************/
/*********************
TYPOGRAPHY
*********************/
/* p {
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	  -epub-hyphens: auto;
	        hyphens: auto;
} */
/* line 139, ../scss/_mixins.scss */
b,
strong,
.strong {
  font-weight: bold; }

/* line 145, ../scss/_mixins.scss */
dfn,
em,
.em {
  font-style: italic; }

/* line 149, ../scss/_mixins.scss */
small, .small {
  font-size: 75%; }

@font-face {
  font-family: 'TradeGothicLTStdBoldCondensed';
  src: url("../fonts/tradegothicltstd-bdcn20-webfont.eot");
  src: url("../fonts/tradegothicltstd-bdcn20-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tradegothicltstd-bdcn20-webfont.woff") format("woff"), url("../fonts/tradegothicltstd-bdcn20-webfont.ttf") format("truetype");
  /* url('../fonts/font-name.svg#font-name') format('svg'); */
  font-weight: normal;
  font-style: normal; }

/* line 164, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* line 170, ../scss/_mixins.scss */
.text-left {
  text-align: left; }

/* line 171, ../scss/_mixins.scss */
.text-center {
  text-align: center; }

/* line 172, ../scss/_mixins.scss */
.text-right {
  text-align: right; }

/* line 176, ../scss/_mixins.scss */
.alert {
  margin: 10px 0;
  padding: 16px 16px 8px 16px;
  background: #ebe16f;
  text-shadow: 0 1px #d6c71e;
  color: white;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "TradeGothicLTStdBoldCondensed", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif; }

/* line 188, ../scss/_mixins.scss */
.help {
  border-color: #e8dc59;
  background: #ebe16f; }

/* line 193, ../scss/_mixins.scss */
.info {
  border-color: #bfe4f4;
  background: #d5edf8; }

/* line 198, ../scss/_mixins.scss */
.error {
  border-color: #f8cdce;
  background: #fbe3e4; }

/* line 203, ../scss/_mixins.scss */
.success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: @include rounded(4px);

*/
/*********************
TRANSITION
*********************/
/* @include transition(all,2s,ease-out); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/*********************
BUTTONS
*********************/
/* line 321, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec; }
  /* line 328, ../scss/_mixins.scss */
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  /* line 332, ../scss/_mixins.scss */
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/******************************************************************
Site Name: Hotel Congress
Author: Creative Slice

Stylesheet: 480px and Up Stylesheet

******************************************************************/
/* line 9, ../scss/_480up.scss */
body {
  background: #241b06 url("../images/background_music.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 14, ../scss/_480up.scss */
.events-list, .events-single, .events-gridview {
  background: #241b06 url("../images/background_curtain.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 19, ../scss/_480up.scss */
.page-copper-hall, .parent-pageid-13 {
  background: #241b06 url("../images/background_copper.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 24, ../scss/_480up.scss */
.page-drink, .parent-pageid-9 {
  background: #241b06 url("../images/background_drinks.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 29, ../scss/_480up.scss */
.page-food, .parent-pageid-10 {
  background: #241b06 url("../images/background_food.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 34, ../scss/_480up.scss */
.page-hotel, .parent-pageid-11 {
  background: #241b06 url("../images/background_hotel.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 39, ../scss/_480up.scss */
.page-events, .parent-pageid-12 {
  background: #241b06 url("../images/background_events.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 44, ../scss/_480up.scss */
.page-history {
  background: #241b06 url("../images/background_history.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 49, ../scss/_480up.scss */
.page-template-page-timeline {
  background: #241b06 url("../images/background_food.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 54, ../scss/_480up.scss */
.page-visit, .page-media {
  background: #241b06 url("../images/background_visit.jpg") center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 59, ../scss/_480up.scss */
.wrap {
  width: 460px;
  background: rgba(0, 0, 0, 0.5);
  overflow: visible; }

/* line 65, ../scss/_480up.scss */
.outer-border.wrap {
  width: 480px;
  border: solid 1px white;
  border-width: 0 1px; }

/* line 72, ../scss/_480up.scss */
.header {
  z-index: 2;
  position: relative; }
  /* line 76, ../scss/_480up.scss */
  .header #inner-header {
    position: relative; }
  /* line 79, ../scss/_480up.scss */
  .header .logo-block {
    background: #241b06;
    position: absolute;
    left: 90px; }

/*********************
NAVIGATION STYLES
*********************/
/* line 95, ../scss/_480up.scss */
#menu-phone-links {
  display: none; }

/* line 98, ../scss/_480up.scss */
.main-nav {
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
  padding: 32px 0 0 0;
  margin-top: 94px;
  margin-bottom: 0; }
  /* line 106, ../scss/_480up.scss */
  .main-nav ul {
    /* highlight current page */
    /* end current highlighters */ }
    /* line 107, ../scss/_480up.scss */
    .main-nav ul li {
      width: auto;
      float: none; }
      /* line 110, ../scss/_480up.scss */
      .main-nav ul li a, .main-nav ul li a:visited {
        color: #241b06;
        padding: 8px;
        border-bottom: 3px solid transparent; }
        /* line 114, ../scss/_480up.scss */
        .main-nav ul li a:hover, .main-nav ul li a:visited:hover {
          color: #dc082e; }
    /* line 125, ../scss/_480up.scss */
    .main-nav ul li.current-menu-item a, .main-nav ul li.current-menu-item a:visited,
    .main-nav ul li.current_page_item a,
    .main-nav ul li.current_page_item a:visited,
    .main-nav ul li.current-page-ancestor a,
    .main-nav ul li.current-page-ancestor a:visited, .single-tribe_events .main-nav ul li.musicmenu a, .single-tribe_events .main-nav ul li.musicmenu a:visited, .term-music .main-nav ul li.musicmenu a, .term-music .main-nav ul li.musicmenu a:visited {
      border-bottom: 3px solid red;
      color: #dc082e; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 138, ../scss/_480up.scss */
.main-slideshow {
  display: block;
  background: none; }
  /* line 141, ../scss/_480up.scss */
  .main-slideshow .hcslider {
    padding: 0; }
  /* line 144, ../scss/_480up.scss */
  .main-slideshow img {
    width: 100%;
    height: auto; }
  /* line 148, ../scss/_480up.scss */
  .main-slideshow .caption {
    position: absolute;
    width: 320px;
    bottom: 15px;
    left: 15px;
    line-height: 1.2em;
    font-size: 1.1em;
    color: white; }

/* Direction Nav */
/* line 161, ../scss/_480up.scss */
.flex-direction-nav a {
  top: 20px; }

/* line 166, ../scss/_480up.scss */
.no-banner {
  margin-top: 8px; }

/* line 173, ../scss/_480up.scss */
.home article.tonight {
  float: left;
  width: 160px; }
/* line 177, ../scss/_480up.scss */
.home article.featured-slideshow {
  float: right;
  position: relative;
  width: 300px;
  margin: 5px 0; }
  /* line 182, ../scss/_480up.scss */
  .home article.featured-slideshow .event-info {
    padding: 36px 0px 12px 0px;
    border: none; }
/* line 187, ../scss/_480up.scss */
.home article.content-thumbs {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  padding: 30px 30px; }
  /* line 192, ../scss/_480up.scss */
  .home article.content-thumbs ul li {
    border: 0;
    width: 42%;
    float: left;
    margin: 0 4% 8% 4%;
    text-align: center;
    height: 210px; }
    /* line 199, ../scss/_480up.scss */
    .home article.content-thumbs ul li img {
      width: 160px;
      height: 160px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    /* line 205, ../scss/_480up.scss */
    .home article.content-thumbs ul li a:hover img {
      padding: 10px; }
    /* line 209, ../scss/_480up.scss */
    .home article.content-thumbs ul li .caption {
      font-size: 1.4em;
      margin-top: .4em;
      line-height: 1.1em; }
      /* line 213, ../scss/_480up.scss */
      .home article.content-thumbs ul li .caption span {
        display: block;
        color: #dc082e;
        font-family: "Georgia", Cambria, Times New Roman, Times, serif;
        font-size: .55em;
        line-height: 1em;
        font-style: italic; }
    /* line 222, ../scss/_480up.scss */
    .home article.content-thumbs ul li .mobile-link {
      display: none; }
    /* line 225, ../scss/_480up.scss */
    .home article.content-thumbs ul li:after {
      display: none; }
/* line 235, ../scss/_480up.scss */
.page-template-page-slideshow-php article.int-content {
  margin-top: 0; }
/* line 238, ../scss/_480up.scss */
article.int-content .article-header {
  margin: 2em 0 1em 0; }
  /* line 240, ../scss/_480up.scss */
  article.int-content .article-header .socialmedia {
    margin: -1.5em 0 0 0; }
/* line 247, ../scss/_480up.scss */
article.int-content .eventsgrid ul li {
  text-align: left;
  padding: 1em 0; }
  /* line 252, ../scss/_480up.scss */
  article.int-content .eventsgrid ul li img {
    float: left;
    margin: 0 1em 1em 0; }
  /* line 256, ../scss/_480up.scss */
  article.int-content .eventsgrid ul li .caption {
    padding-top: 4px; }
  /* line 260, ../scss/_480up.scss */
  article.int-content .eventsgrid ul li .excerpt p {
    margin-bottom: 0; }
/* line 268, ../scss/_480up.scss */
article.int-content .threecol.sidebar {
  width: 40%;
  float: right;
  text-align: center; }
/* line 273, ../scss/_480up.scss */
article.int-content .sixcol.sidebar {
  width: 40%;
  float: right; }
/* line 277, ../scss/_480up.scss */
article.int-content .sixcol {
  width: 58%;
  float: left;
  padding-bottom: 1em; }
/* line 283, ../scss/_480up.scss */
.page-template-page-no-subnav-php article.int-content .threecol.sidebar {
  width: 100%; }
  /* line 287, ../scss/_480up.scss */
  .page-template-page-no-subnav-php article.int-content .threecol.sidebar .content-thumbs ul li {
    width: 160px;
    margin-left: 32px; }
/* line 299, ../scss/_480up.scss */
.musiclist article.int-content .copy {
  width: 100%; }
/* line 304, ../scss/_480up.scss */
.musiclist article .event-listing {
  overflow: hidden;
  *zoom: 1; }
  /* line 308, ../scss/_480up.scss */
  .musiclist article .event-listing .event-thumb {
    width: 50%;
    float: left;
    padding-right: 10px; }
    /* line 313, ../scss/_480up.scss */
    .musiclist article .event-listing .event-thumb .date-stamp {
      line-height: 1.2; }
  /* line 327, ../scss/_480up.scss */
  .musiclist article .event-listing .event-info {
    width: 50%;
    float: right;
    padding-left: 10px; }
    /* line 331, ../scss/_480up.scss */
    .musiclist article .event-listing .event-info .title {
      margin-top: 0; }
    /* line 335, ../scss/_480up.scss */
    .musiclist article .event-listing .event-info a.buy-tickets {
      width: 90px;
      margin: 15px 0 0 0;
      font-size: 1em;
      padding: 8px 10px 5px; }
  /* line 343, ../scss/_480up.scss */
  .musiclist article .event-listing .details {
    font-size: 13px; }
/* line 348, ../scss/_480up.scss */
.musiclist article .side .content-thumbs {
  overflow: hidden;
  *zoom: 1; }
  /* line 350, ../scss/_480up.scss */
  .musiclist article .side .content-thumbs li {
    width: 48%;
    float: left; }
    /* line 353, ../scss/_480up.scss */
    .musiclist article .side .content-thumbs li:first-child {
      margin-right: 4%; }

/* entry content */
/* line 362, ../scss/_480up.scss */
.entry-content {
  /* at this larger size, we can start to align images */ }
  /* line 365, ../scss/_480up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  /* line 370, ../scss/_480up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  /* line 375, ../scss/_480up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    text-align: center; }

/* end .entry-content */
/* line 385, ../scss/_480up.scss */
.copy .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  text-align: center; }

/******************************************************************
STORE STYLES
******************************************************************/
/* line 399, ../scss/_480up.scss */
#content .products .product {
  clear: both; }
  /* line 401, ../scss/_480up.scss */
  #content .products .product img {
    float: left;
    margin-right: 1em; }
  /* line 405, ../scss/_480up.scss */
  #content .products .product h2 {
    margin-top: 1em; }
/* line 412, ../scss/_480up.scss */
#content .products.content-thumbs ul li {
  width: 49%;
  height: 300px; }

/*********************
SIDEBARS & ASIDES
*********************/
/* line 426, ../scss/_480up.scss */
.sidebar #OT_form {
  float: right; }
/* line 429, ../scss/_480up.scss */
.sidebar .OT_ExtLink {
  clear: both;
  float: right; }
/* line 436, ../scss/_480up.scss */
.sidebar .content-thumbs ul li {
  width: 160px;
  padding: 0 0 20px 0; }
  /* line 439, ../scss/_480up.scss */
  .sidebar .content-thumbs ul li img {
    width: 160px;
    width: 160px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  /* line 445, ../scss/_480up.scss */
  .sidebar .content-thumbs ul li a:hover img {
    padding: 10px; }

/*********************
FOOTER STYLES
*********************/
/* line 466, ../scss/_480up.scss */
#inner-footer:before {
  width: 100%; }
/* line 470, ../scss/_480up.scss */
#inner-footer .footer-logo {
  left: 196px; }
/* line 474, ../scss/_480up.scss */
#inner-footer .map img {
  margin: 0 auto; }

/* line 480, ../scss/_480up.scss */
.email-form:before {
  width: 480px; }

/******************************************************************
Site Name: Hotel Congress
Author: Creative Slice

Stylesheet: Tablet & Small Desktop Stylesheet
******************************************************************/
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 12, ../scss/_768up.scss */
.wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 748px; }

/* line 16, ../scss/_768up.scss */
.onecol {
  width: 5.801104972%; }

/* 4.85%;  } /* grid_1  */
/* line 17, ../scss/_768up.scss */
.twocol {
  width: 14.364640883%; }

/* 13.45%; } /* grid_2  */
/* line 18, ../scss/_768up.scss */
.threecol {
  width: 22.928176794%; }

/* 22.05%; } /* grid_3  */
/* line 19, ../scss/_768up.scss */
.fourcol {
  width: 31.491712705%; }

/* 30.75%; } /* grid_4  */
/* line 20, ../scss/_768up.scss */
.fivecol {
  width: 40.055248616%; }

/* 39.45%; } /* grid_5  */
/* line 21, ../scss/_768up.scss */
.sixcol {
  width: 48.618784527%; }

/* 48%;    } /* grid_6  */
/* line 22, ../scss/_768up.scss */
.sevencol {
  width: 57.182320438000005%; }

/* 56.75%; } /* grid_7  */
/* line 23, ../scss/_768up.scss */
.eightcol {
  width: 65.74585634900001%; }

/* 65.4%;  } /* grid_8  */
/* line 24, ../scss/_768up.scss */
.ninecol {
  width: 74.30939226%; }

/* 74.05%; } /* grid_9  */
/* line 25, ../scss/_768up.scss */
.tencol {
  width: 82.87292817100001%; }

/* 82.7%;  } /* grid_10 */
/* line 26, ../scss/_768up.scss */
.elevencol {
  width: 91.436464082%; }

/* 91.35%; } /* grid_11 */
/* line 27, ../scss/_768up.scss */
.twelvecol {
  width: 99.999999993%; }

/* 100%;   } /* grid_12 */
/* layout & column defaults */
/* line 30, ../scss/_768up.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%; }

/* line 36, ../scss/_768up.scss */
.first {
  margin-left: 0; }

/* line 40, ../scss/_768up.scss */
.last {
  float: right; }

/* line 43, ../scss/_768up.scss */
.outer-border.wrap {
  width: 768px;
  border: solid 1px white;
  border-width: 0 1px; }

/*********************
HEADER STYLES
*********************/
/* line 53, ../scss/_768up.scss */
.header {
  z-index: 99;
  position: relative; }
  /* line 56, ../scss/_768up.scss */
  .header:after {
    display: block;
    content: "";
    padding-top: 8px;
    border-bottom: solid 1px #fff;
    position: absolute;
    width: 100%; }
  /* line 65, ../scss/_768up.scss */
  .header #topreservations {
    padding-left: 4%;
    height: 110px; }
    /* line 68, ../scss/_768up.scss */
    .header #topreservations a, .header #topreservations a:visited {
      border-bottom: none;
      float: left;
      width: 30%;
      margin: 1% 1% 3% 1%; }
      /* line 73, ../scss/_768up.scss */
      .header #topreservations a span, .header #topreservations a:visited span {
        padding-top: 4px;
        padding-left: 0;
        display: block; }
  /* line 81, ../scss/_768up.scss */
  .header #inner-header {
    position: relative; }
  /* line 84, ../scss/_768up.scss */
  .header .logo-block {
    position: absolute;
    top: 0;
    left: 5%;
    background: #241b06;
    z-index: 2; }

/*********************
NAVIGATION STYLES
*********************/
/* line 97, ../scss/_768up.scss */
.main-nav {
  padding: 0;
  margin: 0; }
  /* line 100, ../scss/_768up.scss */
  .main-nav ul {
    text-align: right;
    padding-right: 5px; }
    /* line 104, ../scss/_768up.scss */
    .main-nav ul li a {
      color: #000;
      font-size: 18px;
      line-height: 18px;
      padding: 14px 6px 8px 6px; }

/* line 113, ../scss/_768up.scss */
.secondary-nav {
  display: block; }
  /* line 115, ../scss/_768up.scss */
  .secondary-nav ul {
    width: 60%;
    float: right;
    margin: 0;
    padding-right: 5px;
    text-align: right;
    /* highlight current page */
    /* end current highlighters */ }
    /* line 122, ../scss/_768up.scss */
    .secondary-nav ul li a, .secondary-nav ul li a:visited {
      color: #ccc;
      font-family: "Georgia", Cambria, Times New Roman, Times, serif;
      text-transform: uppercase;
      font-size: .85em;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin-left: -4px;
      padding: 12px 8px 8px 8px; }
      /* line 130, ../scss/_768up.scss */
      .secondary-nav ul li a:hover, .secondary-nav ul li a:visited:hover {
        color: white; }
    /* line 139, ../scss/_768up.scss */
    .secondary-nav ul li.current-menu-item a, .secondary-nav ul li.current-menu-item a:visited,
    .secondary-nav ul li.current_page_item a,
    .secondary-nav ul li.current_page_item a:visited,
    .secondary-nav ul li.current-page-ancestor a,
    .secondary-nav ul li.current-page-ancestor a:visited {
      color: white; }

/* line 146, ../scss/_768up.scss */
.nav {
  border: 0; }
  /* line 148, ../scss/_768up.scss */
  .nav li {
    position: relative; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 157, ../scss/_768up.scss */
.featured-area {
  float: right;
  overflow: hidden;
  height: 500px;
  margin-top: 9px;
  z-index: 99; }

/* Control Nav */
/* line 168, ../scss/_768up.scss */
.flex-control-nav {
  bottom: 15px;
  left: 15px;
  text-align: left; }

/* line 174, ../scss/_768up.scss */
#content {
  z-index: 1; }

/* line 178, ../scss/_768up.scss */
#inner-content:before {
  content: "";
  display: block;
  height: 100%;
  background: red;
  position: absolute;
  left: -10px;
  width: 1px; }

/* line 192, ../scss/_768up.scss */
article.no-banner .article-header {
  margin-top: 48px; }
/* line 196, ../scss/_768up.scss */
article .page-title {
  margin-bottom: 0; }
  /* line 198, ../scss/_768up.scss */
  article .page-title span.sub-title {
    display: inline;
    padding-left: .5em; }
/* line 205, ../scss/_768up.scss */
.home article.main-slideshow {
  float: left;
  width: 440px;
  overflow: hidden;
  padding: 0 0 8px 0; }
  /* line 210, ../scss/_768up.scss */
  .home article.main-slideshow img {
    margin-top: 9px;
    width: 644px !important;
    height: 500px; }
  /* line 215, ../scss/_768up.scss */
  .home article.main-slideshow .caption {
    width: 400px;
    bottom: 40px;
    font-size: 1.2em; }
/* line 223, ../scss/_768up.scss */
.home article.tonight {
  float: none;
  width: 300px; }
/* line 229, ../scss/_768up.scss */
.home article.featured-slideshow .event-info {
  padding: 36px 0px 90px 0px; }
/* line 233, ../scss/_768up.scss */
.home article.content-thumbs {
  padding: 20px 10px 32px 10px; }
  /* line 236, ../scss/_768up.scss */
  .home article.content-thumbs ul li {
    /*width: 22%;*/
    width: 18%;
    float: left;
    margin: 0 1%;
    text-align: center;
    height: auto; }
    /* line 243, ../scss/_768up.scss */
    .home article.content-thumbs ul li img {
      width: 100%;
      height: auto; }
/* line 252, ../scss/_768up.scss */
article.int-content {
  padding: 0 2% 36px 2%; }
  /* line 255, ../scss/_768up.scss */
  article.int-content .article-header .fullcalendar {
    float: right;
    margin-top: -1.5em; }
  /* line 261, ../scss/_768up.scss */
  article.int-content .threecol.sidebar {
    width: 22.928176794%; }
  /* line 264, ../scss/_768up.scss */
  article.int-content .sixcol.sidebar {
    width: 48.618784527%; }
  /* line 267, ../scss/_768up.scss */
  article.int-content .sixcol {
    width: 48.618784527%; }
  /* line 270, ../scss/_768up.scss */
  article.int-content .menu-list {
    text-align: left; }
  /* line 273, ../scss/_768up.scss */
  .page-template-page-no-subnav-php article.int-content .threecol.sidebar {
    width: 22.928176794%; }
    /* line 277, ../scss/_768up.scss */
    .page-template-page-no-subnav-php article.int-content .threecol.sidebar .content-thumbs ul li {
      margin-left: 0px; }
  /* line 284, ../scss/_768up.scss */
  article.int-content .monthevents-top .image {
    float: left;
    margin: 0 1em 0 0; }
/* line 293, ../scss/_768up.scss */
article .eventsgrid ul li {
  padding: 0 2% 1em 2%;
  min-height: 186px; }
  /* line 300, ../scss/_768up.scss */
  article .eventsgrid ul li img {
    height: 150px;
    width: 150px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  /* line 306, ../scss/_768up.scss */
  article .eventsgrid ul li a:hover img {
    padding: 10px; }
/* line 318, ../scss/_768up.scss */
.musiclist article .calendarleft {
  width: 74.30939226%;
  position: relative;
  float: left; }
/* line 323, ../scss/_768up.scss */
.musiclist article .calendarright {
  width: 22.928176794%;
  position: relative;
  float: right; }
/* line 331, ../scss/_768up.scss */
.musiclist article .event-listing .event-thumb .date-stamp {
  background: none;
  width: 24%;
  float: left;
  padding: 0 8px 0 0px;
  font-size: 18px; }
  /* line 337, ../scss/_768up.scss */
  .musiclist article .event-listing .event-thumb .date-stamp span {
    display: block;
    background: #5bc4d1; }
    /* line 340, ../scss/_768up.scss */
    .musiclist article .event-listing .event-thumb .date-stamp span.day-week {
      padding-top: 6px; }
    /* line 343, ../scss/_768up.scss */
    .musiclist article .event-listing .event-thumb .date-stamp span.day-num {
      font-size: 1.8em;
      line-height: 1; }
    /* line 347, ../scss/_768up.scss */
    .musiclist article .event-listing .event-thumb .date-stamp span.month {
      line-height: .7;
      padding-bottom: 6px; }
/* line 353, ../scss/_768up.scss */
.musiclist article .event-listing .event-thumb .image {
  width: 76%;
  float: left; }
/* line 361, ../scss/_768up.scss */
.musiclist article .side .content-thumbs li {
  width: 100%;
  float: none; }
  /* line 364, ../scss/_768up.scss */
  .musiclist article .side .content-thumbs li:first-child {
    margin: 0 0 30px 0; }

/*********************
HISTORY TIMELINE
*********************/
/* line 377, ../scss/_768up.scss */
.time-row img {
  display: inline-block;
  vertical-align: top;
  max-width: 500px !important; }
/* line 383, ../scss/_768up.scss */
.time-row.caption-left .caption, .time-row.caption-right .caption {
  width: 200px;
  display: inline-block;
  vertical-align: top; }
/* line 390, ../scss/_768up.scss */
.time-row.caption-right .caption {
  text-align: right !important; }
/* line 394, ../scss/_768up.scss */
.time-row.caption-full {
  position: relative; }
  /* line 396, ../scss/_768up.scss */
  .time-row.caption-full img {
    width: 100%;
    max-width: none !important; }
  /* line 400, ../scss/_768up.scss */
  .time-row.caption-full .caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    text-align: right !important; }

/*********************
SIDEBARS & ASIDES
*********************/
/* line 417, ../scss/_768up.scss */
.sidebar .content-thumbs ul li {
  width: 100%;
  padding: 1em 0;
  clear: both; }
  /* line 421, ../scss/_768up.scss */
  .sidebar .content-thumbs ul li img {
    width: 148px;
    height: 148px; }

/******************************************************************
STORE STYLES
******************************************************************/
/* line 436, ../scss/_768up.scss */
#content .products.content-thumbs ul li {
  width: 33%;
  height: 300px; }

/*********************
FOOTER STYLES
*********************/
/* line 448, ../scss/_768up.scss */
.footer {
  margin-bottom: 10px;
  background: none;
  margin: 0;
  width: auto; }

/* line 455, ../scss/_768up.scss */
#inner-footer:before {
  width: 768px;
  border-top: solid 1px #fff; }
/* line 459, ../scss/_768up.scss */
#inner-footer .footer-logo {
  left: 340px; }
/* line 462, ../scss/_768up.scss */
#inner-footer .menu-contact {
  overflow: hidden;
  *zoom: 1;
  width: 66.7%;
  float: left;
  /* end .footer-nav */ }
  /* line 466, ../scss/_768up.scss */
  #inner-footer .menu-contact .contact {
    width: 50%;
    float: right;
    text-align: center; }
  /* line 471, ../scss/_768up.scss */
  #inner-footer .menu-contact .footer-nav {
    display: block;
    width: 50%;
    float: left;
    border: none; }
    /* line 476, ../scss/_768up.scss */
    #inner-footer .menu-contact .footer-nav ul {
      padding-left: 10px;
      margin: 0; }
      /* line 479, ../scss/_768up.scss */
      #inner-footer .menu-contact .footer-nav ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
        text-align: left; }
        /* line 485, ../scss/_768up.scss */
        #inner-footer .menu-contact .footer-nav ul li:nth-child(2n) {
          margin-right: 0; }
        /* line 488, ../scss/_768up.scss */
        #inner-footer .menu-contact .footer-nav ul li a {
          font-size: 12px;
          padding: 5px 10px; }
    /* line 494, ../scss/_768up.scss */
    #inner-footer .menu-contact .footer-nav #searchform {
      text-align: left;
      padding-left: 16px; }
/* line 501, ../scss/_768up.scss */
#inner-footer .map {
  padding: 0px 10px 0 0;
  float: right;
  width: 33.3%; }
  /* line 505, ../scss/_768up.scss */
  #inner-footer .map img {
    max-width: 100%;
    height: auto; }

/* end #inner-footer */
/* line 512, ../scss/_768up.scss */
.email-form {
  padding: 20px 0 10px 0;
  position: relative; }
  /* line 515, ../scss/_768up.scss */
  .email-form:before {
    width: 768px; }
  /* line 518, ../scss/_768up.scss */
  .email-form .gform_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1; }
    /* line 523, ../scss/_768up.scss */
    .email-form .gform_wrapper .gform_heading {
      width: 33%;
      text-align: right;
      float: left; }
      /* line 527, ../scss/_768up.scss */
      .email-form .gform_wrapper .gform_heading h3, .email-form .gform_wrapper .gform_heading .gform_description {
        text-align: right; }
    /* line 531, ../scss/_768up.scss */
    .email-form .gform_wrapper .gform_fields {
      text-align: right;
      padding-top: 8px; }
      /* line 534, ../scss/_768up.scss */
      .email-form .gform_wrapper .gform_fields .gfield {
        display: inline-block; }
    /* line 540, ../scss/_768up.scss */
    .email-form .gform_wrapper .gform_body {
      float: left;
      width: 48%;
      padding-top: 6px; }
    /* line 545, ../scss/_768up.scss */
    .email-form .gform_wrapper .gform_footer {
      float: left;
      clear: none;
      margin-top: 16px;
      width: 17%; }
      /* line 550, ../scss/_768up.scss */
      .email-form .gform_wrapper .gform_footer .button {
        float: left; }
    /* line 554, ../scss/_768up.scss */
    .email-form .gform_wrapper .validation_error {
      display: none; }
    /* line 560, ../scss/_768up.scss */
    .email-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required .gfield_description {
      left: auto;
      right: 10px; }
  /* line 567, ../scss/_768up.scss */
  .email-form #gforms_confirmation_message {
    color: white;
    font-size: 24px; }

/* line 573, ../scss/_768up.scss */
.credits {
  overflow: hidden;
  *zoom: 1; }
  /* line 575, ../scss/_768up.scss */
  .credits .copyright {
    float: left; }
  /* line 578, ../scss/_768up.scss */
  .credits ul {
    float: right;
    margin: 0; }
    /* line 581, ../scss/_768up.scss */
    .credits ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      /* line 583, ../scss/_768up.scss */
      .credits ul li:after {
        content: "\20 |"; }
      /* line 587, ../scss/_768up.scss */
      .credits ul li:last-child:after {
        content: ""; }
      /* line 591, ../scss/_768up.scss */
      .credits ul li a {
        text-decoration: none;
        padding: 5px; }
        /* line 594, ../scss/_768up.scss */
        .credits ul li a:hover {
          text-decoration: underline; }

/******************************************************************
Site Name: Hotel Congress
Author: Creative Slice

Stylesheet: Desktop Stylesheet

******************************************************************/
/* line 8, ../scss/_1030up.scss */
.wrap {
  width: 944px; }

/* line 11, ../scss/_1030up.scss */
.outer-border.wrap {
  width: 966px; }

/*********************
HEADER STYLES
*********************/
/* line 19, ../scss/_1030up.scss */
.header #topreservations {
  padding-left: 14%; }
  /* line 21, ../scss/_1030up.scss */
  .header #topreservations a, .header #topreservations a:visited {
    width: 26%; }
/* line 26, ../scss/_1030up.scss */
.header #res-button {
  width: 224px;
  height: 40px;
  line-height: 44px;
  font-size: 20px; }
  /* line 31, ../scss/_1030up.scss */
  .header #res-button:hover {
    height: 44px;
    padding-top: 4px; }
/* line 36, ../scss/_1030up.scss */
.header .logo-block {
  width: 380px; }
/* line 39, ../scss/_1030up.scss */
.header #logo {
  margin: 39px auto 4px auto; }
  /* line 41, ../scss/_1030up.scss */
  .header #logo a {
    width: 336px;
    height: 50px; }

/*********************
NAVIGATION STYLES
*********************/
/* line 52, ../scss/_1030up.scss */
.main-nav ul {
  height: 48px;
  padding-right: 15px; }
  /* line 56, ../scss/_1030up.scss */
  .main-nav ul li a, .main-nav ul li a:visited {
    height: 48px;
    line-height: 53px;
    padding: 0 15px; }

/* line 66, ../scss/_1030up.scss */
.secondary-nav ul {
  height: 66px;
  padding-right: 20px; }
  /* line 69, ../scss/_1030up.scss */
  .secondary-nav ul li {
    height: 38px;
    line-height: 38px;
    margin-top: 15px; }
    /* line 73, ../scss/_1030up.scss */
    .secondary-nav ul li a {
      font-size: 12px;
      padding: 0 10px; }

/*********************
CONTENT AREA
*********************/
/* line 84, ../scss/_1030up.scss */
.main-slideshow {
  background: none;
  padding: 0 20px 0px 20px; }
  /* line 87, ../scss/_1030up.scss */
  .main-slideshow .hcslider {
    height: 509px; }
    /* line 89, ../scss/_1030up.scss */
    .main-slideshow .hcslider.page-slider {
      height: 300px; }

/* line 97, ../scss/_1030up.scss */
article.no-banner .article-header {
  margin-top: 56px; }
/* line 103, ../scss/_1030up.scss */
.home article.main-slideshow {
  width: 634px;
  background: none; }
  /* line 106, ../scss/_1030up.scss */
  .home article.main-slideshow .caption {
    width: 600px; }
/* line 110, ../scss/_1030up.scss */
.home article.content-thumbs {
  padding: 32px 10px 32px 10px; }
/* line 118, ../scss/_1030up.scss */
.page-template-page-no-subnav-php article.int-content .threecol.sidebar .content-thumbs ul li {
  width: 180px; }
/* line 126, ../scss/_1030up.scss */
article.int-content .eventsgrid ul li {
  min-height: 215px; }
  /* line 128, ../scss/_1030up.scss */
  article.int-content .eventsgrid ul li img {
    height: 180px;
    width: 180px;
    margin-right: 20px; }
/* line 140, ../scss/_1030up.scss */
.musiclist article .calendarleft {
  width: 65.74585634900001%; }
/* line 143, ../scss/_1030up.scss */
.musiclist article .calendarright {
  width: 31.491712705%;
  position: relative;
  float: right; }
/* line 151, ../scss/_1030up.scss */
.musiclist article .event-listing .event-thumb .date-stamp {
  font-size: 22px; }
/* line 158, ../scss/_1030up.scss */
.musiclist article .side .content-thumbs li {
  width: 48%;
  float: left; }
  /* line 161, ../scss/_1030up.scss */
  .musiclist article .side .content-thumbs li:first-child {
    margin-right: 4%; }

/*********************
HISTORY TIMELINE
*********************/
/* line 179, ../scss/_1030up.scss */
.time-row img {
  max-width: 600px !important; }

/*********************
SIDEBARS & ASIDES
*********************/
/* line 190, ../scss/_1030up.scss */
.sidebar #OT_form {
  float: none; }
/* line 195, ../scss/_1030up.scss */
.sidebar .OT_ExtLink {
  text-align: center;
  float: none; }
/* line 199, ../scss/_1030up.scss */
.sidebar .content-thumbs {
  margin: 0 0 0 10px; }
  /* line 202, ../scss/_1030up.scss */
  .sidebar .content-thumbs ul li {
    width: 180px; }
    /* line 204, ../scss/_1030up.scss */
    .sidebar .content-thumbs ul li img {
      width: 180px;
      height: 180px; }
    /* line 209, ../scss/_1030up.scss */
    .sidebar .content-thumbs ul li a:hover img {
      padding: 10px; }

/*********************
FOOTER STYLES
*********************/
/* line 226, ../scss/_1030up.scss */
#inner-footer:before {
  width: 964px; }
/* line 229, ../scss/_1030up.scss */
#inner-footer .footer-logo {
  left: 438px; }

/* end #inner-footer */
/* line 238, ../scss/_1030up.scss */
.email-form {
  padding-top: 32px; }
  /* line 240, ../scss/_1030up.scss */
  .email-form:before {
    width: 964px; }
  /* line 243, ../scss/_1030up.scss */
  .email-form .gform_wrapper {
    width: 768px; }
  /* line 246, ../scss/_1030up.scss */
  .email-form .gform_body {
    float: left; }
  /* line 249, ../scss/_1030up.scss */
  .email-form .gform_wrapper .gform_footer .button {
    margin: 0;
    padding: 4px 10px; }

/* line 17, ../scss/ie.scss */
.lt-ie9 {
  /* Sliders */ }
  /* line 18, ../scss/ie.scss */
  .lt-ie9 .wrap {
    width: 960px !important;
    background: url("../images/rgbapng/00000066.png") repeat; }
  /* line 23, ../scss/ie.scss */
  .lt-ie9 .main-nav .wrap {
    background: none !important; }
  /* line 28, ../scss/ie.scss */
  .lt-ie9 .main-nav ul li a, .lt-ie9 .main-nav ul li a:visited {
    height: 48px;
    line-height: 53px;
    padding: 0 15px; }
  /* line 39, ../scss/ie.scss */
  .lt-ie9 .secondary-nav ul li a {
    font-size: 12px;
    padding: 10px 10px; }
  /* line 43, ../scss/ie.scss */
  .lt-ie9 .secondary-nav ul li.last-child:after {
    content: ""; }
  /* line 51, ../scss/ie.scss */
  .lt-ie9 .outer-border {
    background: none !important;
    width: 980px !important;
    border: solid 1px white;
    border-width: 0 1px; }
  /* line 57, ../scss/ie.scss */
  .lt-ie9 .logo-block {
    width: 380px !important; }
  /* line 61, ../scss/ie.scss */
  .lt-ie9 .flex-direction-nav a {
    top: 45px; }
  /* line 64, ../scss/ie.scss */
  .lt-ie9 .flex-control-nav {
    bottom: 25px;
    right: 25px; }
  /* line 70, ../scss/ie.scss */
  .lt-ie9 .content-thumbs ul li.end-row-thumb {
    margin-right: 0 !important; }
  /* line 73, ../scss/ie.scss */
  .lt-ie9 .content-thumbs ul li.start-row-thumb {
    clear: left !important; }
  /* line 80, ../scss/ie.scss */
  .lt-ie9 .eventsgrid ul li a:hover img {
    padding: 0; }
  /* line 87, ../scss/ie.scss */
  .lt-ie9 .footer-logo {
    left: 446px !important; }
  /* line 92, ../scss/ie.scss */
  .lt-ie9 #inner-footer .menu-contact .contact {
    width: 48%; }
  /* line 97, ../scss/ie.scss */
  .lt-ie9 #inner-footer .menu-contact .footer-nav ul li {
    margin-right: 0; }
  /* line 103, ../scss/ie.scss */
  .lt-ie9 #inner-footer .map {
    margin-left: 0; }
  /* line 108, ../scss/ie.scss */
  .lt-ie9 .email-form:before {
    width: 980px; }
  /* line 111, ../scss/ie.scss */
  .lt-ie9 .email-form .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 99%;
    width: 99%; }
  /* line 120, ../scss/ie.scss */
  .lt-ie9 .credits ul li.last-child:after {
    content: ""; }

/* line 128, ../scss/ie.scss */
.ie8 .flex-direction-nav a {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
  zoom: 1; }

/* line 137, ../scss/ie.scss */
.lt-ie8 .musiclist article .event-listing .event-info {
  width: 45%; }
/* line 140, ../scss/ie.scss */
.lt-ie8 .home article.featured-slideshow .image {
  width: 42%; }
/* line 145, ../scss/ie.scss */
.lt-ie8 .flex-direction-nav a {
  background: url("../images/slider-arrows-ie7.png") no-repeat;
  width: 50px;
  height: 150px; }
  /* line 149, ../scss/ie.scss */
  .lt-ie8 .flex-direction-nav a.flex-prev {
    background-position: top left; }
  /* line 152, ../scss/ie.scss */
  .lt-ie8 .flex-direction-nav a.flex-next {
    background-position: top right; }
/* line 157, ../scss/ie.scss */
.lt-ie8 .home article .tickerbox .ticker h4 {
  top: 0;
  left: 0; }
/* line 162, ../scss/ie.scss */
.lt-ie8 #inner-footer .menu-contact {
  width: 65%; }
/* line 170, ../scss/ie.scss */
.lt-ie8 .credits {
  width: 920px !important; }
/* line 173, ../scss/ie.scss */
.lt-ie8 #gform_fields_3 {
  width: 330px !important;
  padding: 0 15px; }
/* line 177, ../scss/ie.scss */
.lt-ie8 .email-form .gform_wrapper li.gfield.gfield_error {
  padding-right: 25px !important; }

/* line 182, ../scss/ie.scss */
img {
  border: 0 !important;
  /* 1 */
  -ms-interpolation-mode: bicubic !important;
  /* 2 */ }
