/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */

/* Fonts*/
/*
font-family:'Nexa Rust Script T W00_02';
font-family:'Nexa Rust Script L W00_00';
font-family:'Nexa Rust Script L W00_01';
font-family:'Microbrew One W01 Regular';
font-family:'AntiqueCentral W00 Regular';
font-family: 'Chunk Five Regular';
*/

@font-face {
  font-family: 'Chunk Five Regular';
  src: url("/includes/public/assets/fonts/chunkfive-webfont.eot");
  src: url("/includes/public/assets/fonts/chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("/includes/public/assets/fonts/chunkfive-webfont.woff") format("woff"), url("/includes/public/assets/fonts/chunkfive-webfont.ttf") format("truetype"), url("/includes/public/assets/fonts/chunkfive-webfont.svg#Chunk Five Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}

body {
  font: 16px "Roboto Slab", sans-serif;
  color: #37322d;
  line-height: 24px;
}
a {
  color: #2d736e; /* 249135 */
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:focus, a:active, a:hover {
  color: #27a39a; /* 249135 */
}
.logo {
  font: 0/0 a;
  background: url("//res.cloudinary.com/simpleview/image/upload/v1484317653/clients/knoxville/visit_knoxville_logo_d0bbc7fe-242b-4bcf-8127-949c9d4c5607.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 153px;
  height: 45px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  vertical-align: top;
}

.vg-wrapper{
  position: relative;
  z-index: 998;
}
.vg-wrapper .vg-img{
    position: absolute;
    right: -65px;
    z-index: 1000;
    width: 375px;
    top: 125px;
}

/* Headings */
h1 {
  font-size: 40px;
  font-family:'AntiqueCentral W00 Regular';
  text-transform: uppercase;
  color: #37322d;
}
h2 {
  font-family:'Microbrew One W01 Regular';
  font-size: 45px;
  margin-top: 0px;
  text-transform: uppercase;
  color: inherit;
  color: #2d736e;
  line-height: 1;
}
h2 + .post {
  font-family:'Nexa Rust Script T W00_02';
  font-size: 22px;
  color: #82be00;
  margin-bottom: 25px;
}
h3 {
  font-family:'Chunk Five Regular';
  font-size: 30px;
  color: inherit;
}
h4 {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 27px;
  line-height: 25px;
  color: inherit;
}
h5,h6 {
  font-family:  'Microbrew One W01 Regular', sans-serif;
}

.medium .post a { color: #37322d; }

/* HEADER */
.no-hero header {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447802716/black-bg_ju1eu0.png") repeat;
}
header {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447802716/black-bg_ju1eu0.png") repeat;
}
header nav {
  max-width: 1024px;
  margin: auto;
}
header .top-bar {
  background: transparent;
  padding-top: 5px;
  height: auto;
  position: relative;
}
header .top-bar.expanded {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447802716/black-bg_ju1eu0.png") repeat;
  overflow: visible;
}
header .top-bar.expanded .mobile-menu {
  max-height: 1000px;
}
header .top-bar.expanded .title-area {
  background: url("/includes/public/assets/img/top-green.png") bottom center repeat-x;
}
header .top-bar.expanded .toggle-topbar > a > span:after {
  content: '';
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  top: 0 !important;
  bottom: 0px;
  height: 30px;
  width: 30px;
  margin: auto;
  background: url('/includes/public/assets/img/menu-close.png') center center no-repeat;
}
header .top-bar .title-area {
  padding-left: 15px;
  /* padding-right: 0; */
  background: url("/includes/public/assets/img/top-green.png") bottom center repeat-x;
}
header .top-bar .name {
  height: auto;
}
header .top-bar .toggle-topbar.menu-icon {
  top: 45%;
}
header .top-bar .toggle-topbar.menu-icon > a {
  padding-right: 65px;
}
header .top-bar .toggle-topbar.menu-icon > a > span:after {
  top: 45%;
  width: 32px;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 10px 0 2px #FFFFFF, 0 20px 0 2px #FFFFFF;
  -moz-box-shadow: 0 0 0 2px #FFFFFF, 0 10px 0 2px #FFFFFF, 0 20px 0 2px #FFFFFF;
  box-shadow: 0 0 0 2px #FFFFFF, 0 10px 0 2px #FFFFFF, 0 20px 0 2px #FFFFFF;
}
header .top-bar .toggle-topbar > a > span {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
header .top-bar .toggle-topbar > a > span:after {
  width: 32px;
  margin-left: 13px;
}
header .top-bar .top-bar-section > ul > li {
  background: transparent;
}
header .top-bar .top-bar-section > ul > li > a {
  font-family: 'Microbrew One W01 Regular';
  font-size: 25px;
  line-height: 25px !important;
  text-transform: uppercase;
  color: #ffffff;
}
header .top-bar .top-bar-section > ul > li.active:not(.has-form) a:not(.button) {
  background: transparent;
}
header .top-bar .top-bar-section > ul > li:not(.has-form) a:not(.button) {
  background: transparent;
}
header .top-bar .top-bar-section > ul > li.has-dropdown > a {
  padding-right: 25px !important;
}
header .top-bar .top-bar-section ul.navigation-top li > a {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  background-color: transparent;
  height: 22px;
}
header .navigation-top.right li a.rightBorder {
    border-right: 2px solid white;
}
header .top-bar .top-bar-section ul.navigation-top li > a:hover { background-color: transparent;}
header .top-bar .top-bar-section ul.navigation-top .fa.fa-search {
  font-size: 24px;
}
header .top-bar .top-bar-section .has-dropdown a:after {
  display: none;
}
header .top-bar .top-bar-section .has-dropdown .dropdown {
  background: url("/includes/public/assets/img/fill.png") repeat #ffffff;
  padding: 10px;
  width: 250px;
  left: 0;
  right: auto;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
header .top-bar .top-bar-section .has-dropdown .dropdown > li {
  background: transparent;
}
header .top-bar .top-bar-section .has-dropdown .dropdown > li > a {
  background: none !important;
  font-size: 18px;
  text-transform: none;
  color: #37322d !important;
  line-height: 35px;
}
header .top-bar .top-bar-section .has-dropdown .dropdown > li > a:hover {
  font-weight: 700;
  color: #82be00 !important;
}
header .top-bar .top-bar-section .has-dropdown.opened > a {
  background: #82be00 !important;
  border-bottom: 5px solid #6ea000 !important;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
header .top-bar .top-bar-section .has-dropdown.opened .dropdown {
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
}
.mobile-menu {
  display: block !important;
  min-width: 100%;
  color: #37322d;
  background: url("/includes/public/assets/img/fill.png") repeat #ffffff;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
}
.mobile-menu a {
  color: #37322d;
}
.mobile-menu ul {
  margin: 0px;
}
.mobile-menu ul > li {
  position: relative;
}
.mobile-menu .second-nav ul > li > a {
  height: 45px !important;
  line-height: 45px !important;
}
.mobile-menu ul > li > a {
  line-height: 50px !important;
  display: inline-block;
  width: 100%;
  height: 50px;
  border-top: 1px solid rgba(55, 50, 45, 0.1);
  padding: 0 15px;
}
.mobile-menu ul > li > .weather-container {
  line-height: normal;
  display: inline-block;
  width: 100%;
  height: 50px;
  border-top: 1px solid rgba(55, 50, 45, 0.1);
  padding: 12px 15px 8px;
}
.mobile-menu ul > li > a .fa-angle-right {
  position: absolute;
  right: 10px;
  font-size: 34px;
  height: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-menu ul > li > a .ico.cloud {
  position: relative;
  top: 2px;
}
.mobile-menu ul > li > a:not(:hover) .ico.cloud {
  background-image: url("/includes/public/assets/img/icon/cloud-black.png");
}
.mobile-menu .main-nav > li > a {
  font-family: 'Microbrew One W01 Regular';
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}
.mobile-menu .main-nav > li > a:hover {
  background: #82be00;
  color: #ffffff;
}
.mobile-menu .microsite-nav > li > a {
  font-family: 'Microbrew One W01 Regular';
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}
.mobile-menu .microsite-nav > li > a:hover {
  background: #82be00;
  color: #ffffff;
}
.mobile-menu .second-nav > li > a {
  font-size: 16px;
}
.mobile-menu .second-nav > li > a:hover {
  background: #82be00;
  color: #ffffff;
}
.mobile-menu .search-mobile {
  padding: 15px;
}
.mobile-menu .search-mobile form {
  padding-top: 0px;
}
.mobile-menu .search-mobile input[type="text"].form-control {
  border: 1px solid rgba(55, 50, 45, 0.1);
  border-right: 0px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.mobile-menu .search-mobile button.button {
  width: 100%;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}

/* HERO */
#hero {
  position: relative;
}
#hero h2 {
  font-family: 'Nexa Rust Script L W00_00', sans-serif;
  text-transform: none;
  line-height: 28px;
  color: #ffffff;
}
#hero p {
  font-size: 18px;
  margin-bottom: 5px;
}
#hero .img-wrapper {
  overflow: hidden;
  height: 100%;
}
#hero .img-wrapper img {
  width: 100%;
}
#hero .caption {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent !important;
  z-index: 99 !important;
  padding-top: 100px !important;
  -webkit-box-shadow: 0px -120px 50px -50px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 0px -120px 50px -50px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0px -120px 50px -50px rgba(0, 0, 0, 0.7) inset;
}
#hero .caption a {
  color: #ffffff;
}
#hero .caption p {
  margin-bottom: 15px;
}
.hero-carousel {
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.hero-carousel li {
  position: relative;
}
.hero-carousel img {
  width: 100%;
  min-height: 255px;
}
.hero-carousel .caption {
  position: absolute;
  left: 0;
  bottom: 0;
}

#mapexplorerPlaceholder { padding: 10px 60px; }
/* MAIN */
#main .page-control {
  margin-top: -7px;
  margin-bottom: -20px;
}
#main .page-control ul {
  width: auto;
  text-align: right;
}
#main .page-control ul li {
  display: inline-block;
  float: none;
  margin: 7px;
}
#main .page-control ul li > a {
  font-size: 18px;
  color: #90908f !important;
}
#main .page-control + h2 {
  margin-top: 0px;
}
#main section {
  font-size: 18px;
  line-height: 32px;
  color: #37322d;
}
#main section.content {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801953/background-gray_c07tqm.png") repeat;
}
#main section.content .main-article p {
  font-size: 18px;
  line-height: 32px;
}
#main section.content .page-nav {
  border-bottom: 1px solid rgba(55, 50, 45, 0.2);
}
#main section.content .page-nav .button {
  margin-bottom: -1px;
}
#main section#welcome-to-knoxville {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801953/background-gray_c07tqm.png") repeat;
}
#main section#featured-events {
}
#main section#knoxville-highlight {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801953/background-gray_c07tqm.png") repeat;
}
#main section#knoxville-highlight h2 {
  color: #2d736e;
}
#main section#knoxville-highlight h2 + .post {
  color: #37322d;
}
#main section#knoxville-highlight .highlight-grids {
  margin-left: -20px;
  margin-right: -20px;
}
#main section#knoxville-highlight .highlight-grids > li {
  position: relative;
  padding: 15px !important;
}
#main section#knoxville-highlight .view-more {
  margin-top: 20px;
}
#main section#special-offers {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801581/knoxville-special-offers_f3nbal.png") repeat;
  color: #ffffff;
}
.panel_custom_one_col.medium {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801581/knoxville-blog-gray_pwtfez.png") repeat;
}
.panel_custom_one_col.dark {
  background: url("//res.cloudinary.com/simpleview/image/upload/v1483735370/clients/knoxville/dark_background_blue_cbb42741-8271-4a64-948d-87b02150c503.png") repeat;
  color: #ffffff;
}
.panel_custom_one_col.image {
  background: url("//res.cloudinary.com/simpleview/image/upload/v1483734879/clients/knoxville/quarry_62ce2b7a-cfcf-4b18-b6de-3f5963dc4e4d.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.panel_custom_one_col.dark h2,
.panel_custom_one_col.image h2 { color: #fff; }
#main section#special-offers .orbit-container .orbit-next {
  right: 5px;
}
#main section#special-offers .box.knoxville-spotlight h3 {
  font-size: 30px;
}
#main section#stay-social {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801953/background-gray_c07tqm.png") repeat;
}
#main section#stay-social h2 {
  color: #415573;
}
#main section#stay-social .social-tab .tabs li > a {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 24px;
  line-height: 24px;
  background: url("/includes/public/assets/img/fill.png") repeat #ffffff;
  padding: 10px;
  padding-bottom: 5px;
  max-width: 155px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  outline: none;
}
#main section#stay-social .social-tab .tabs li > a[href="#facebook"] {
  color: #3b5998;
}
#main section#stay-social .social-tab .tabs li > a[href="#twitter"] {
  color: #54abee;
}
#main section#stay-social .social-tab .tabs li > a > span {
  margin-right: 10px;
}
#main section#stay-social .social-tab .tabs li + li {
  margin-left: 20px;
}
#main section#stay-social .social-tab .tabs-content {
  background: #3f7096;
  color: #ffffff;
  padding: 20px;
  position: relative;
}
#main section#stay-social .social-tab .tabs-content:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/includes/public/assets/img/fill-distort.png") repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#main section#stay-social .social-tab .active > a {
  color: #ffffff !important;
  background: #3f7096 !important;
}
#main section#stay-social .social-tab .active > a:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/includes/public/assets/img/fill-distort.png") repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#main section#stay-social .social-tab .active > a > span {
  color: #ffffff;
}
#main section#knoxville-blog h2 {
  color: #2d736e;
}
#main section#knoxville-blog h2 + .post {
  color: #37322d;
}
#main section#newsletter {
  background: url("//res.cloudinary.com/simpleview/image/upload/q_30/v1447801581/footer-gray-bg_qkrn3f.png") repeat;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main section#newsletter h3 {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 25px;
  line-height: 27px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#main section#newsletter form.form-basic {
  padding-top: 0px;
}
#main article {
  font-size: 16px;
  line-height: 24px;
}
#main article h3 {
  color: #2d736e;
  text-transform: uppercase;
}
#main article img {
  width: 100%;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#sidebar {
  margin-top: 10px;
}
#sidebar .widget {
  margin-bottom: 20px;
}
.interior-detail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.interior-detail h2 {
  margin-top: 0px;
}
.interior-detail .interior-navigation {
  margin-left: -10px;
  margin-right: -10px;
}
.interior-detail .interior-navigation .button {
  margin: 5px 10px;
}

/* COMPONENTS */
.grid {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.grid img {
  width: 100%;
}
.grid:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
  z-index: 3;
}
.grid .truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid .caption {
  color: #ffffff;
  background: #2d736e;
  padding: 17px 15px 15px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.grid .caption h4 {
  font-family: 'Microbrew One W01 Regular';
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
  height: 25px;
  padding: 0px 10px;
}
.grid:hover .caption h4 {
	margin-top: 5px;
}
.grid .caption p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  top: 100px;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.grid .caption a.more {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 100px;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.grid .caption-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 53px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 2;
}
.grid:hover .caption-wrapper {
  max-height: 219px;
}
.grid:hover .caption-wrapper .caption {
  padding: 8px 10px;
}
.grid:hover .caption-wrapper .caption p, .grid:hover .caption-wrapper .caption a.more {
  top: 0px;
  opacity: 1 !important;
}
.grid.single:hover .caption-wrapper .caption {
  padding-top: 20%;
}
.box-container {
  position: relative;
  margin-bottom: 20px;
}
.box-container .label {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 25px;
  color: #ffffff;
  display: inline-block;
  background: #ff5000;
  height: 38px;
  padding: 10px 15px 10px 20px;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 4;
  border-bottom: 3px solid #e74b04;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.box-container .label:after {
  content: '';
  background: url("/includes/public/assets/img/arrow-orange-title-right.png") no-repeat;
  display: inline-block;
  width: 15px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 100%;
}
.box-container .box {
  margin-left: 5px;
}
.box {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  padding: 20px 20px 10px;
  color: #37322d;
  background: url("/includes/public/assets/img/fill.png") repeat #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  pointer-events: none;
  z-index: 3;
}
.box.motif:after {
  content: '';
  background: url("/includes/public/assets/img/motif.png") no-repeat;
  display: inline-block;
  width: 96px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.box .tab-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box .tab-group .tab-menu {
  margin-left: -25px;
  position: relative;
  z-index: 12;
}
.box .tab-group .tab-menu .tab-title {
  font-size: 25px;
  text-transform: uppercase;
  color: #82be00;
  width: 100%;
  margin: 5px auto;
}
.box .tab-group .tab-menu .tab-title > a {
  padding: 5px 25px;
  background: none;
  color: inherit;
  font-family: 'Microbrew One W01 Regular';
  font-size: 25px;
  line-height: 1;
  min-height: 38px;
  outline: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.box .tab-group .tab-menu .tab-title.active > a {
  background: #82be00;
  color: #ffffff;
  border-bottom: 3px solid #6ea000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.box .tab-group .tab-menu .tab-title.active > a:after {
  content: '';
  background: url("/includes/public/assets/img/arrow-green-title-right.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 38px;
  position: absolute;
  right: -22px;
  top: 0;
}
.box .tab-group .tab-detail {
  padding-left: 40px;
  padding-right: 30px;
}
.box strong {
  color: #82be00;
  font-weight: 700;
}
.box.knoxville-spotlight {
  text-align: center;
}
.box.knoxville-spotlight h3 {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 25px;
  color: #415573;
}
.box.knoxville-spotlight ul.spotlight-list {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.box.knoxville-spotlight ul.spotlight-list li {
  position: relative;
  padding: 10px 0px;
  border-top: 1px solid #bdbbb8;
}
.box.knoxville-spotlight ul.spotlight-list li:before, .box.knoxville-spotlight ul.spotlight-list li:after {
  content: '';
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.box.knoxville-spotlight ul.spotlight-list li:before {
  -webkit-box-shadow: 30px 0px 25px -10px #ffffff inset;
  -moz-box-shadow: 30px 0px 25px -10px #ffffff inset;
  box-shadow: 30px 0px 25px -10px #ffffff inset;
}
.box.knoxville-spotlight ul.spotlight-list li:after {
  -webkit-box-shadow: -30px 0px 25px -10px #ffffff inset;
  -moz-box-shadow: -30px 0px 25px -10px #ffffff inset;
  box-shadow: -30px 0px 25px -10px #ffffff inset;
}
.box.listing {
  text-align: center;
  width: 100%;
}
.box.listing h3 {
  font-family: 'Microbrew One W01 Regular', sans-serif;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #821400;
}
.box.listing ul.todo-list {
  padding: 0px;
  list-style: none;
  margin: 0px;
  border-top: 1px solid #bdbbb8;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box.listing ul.todo-list li {
  position: relative;
  padding: 3px 0px;
  text-align: left;
}
.box.listing ul.todo-list li > a {
  color: #37322d;
}
.box.listing ul.todo-list li > a:hover {
  color: #82be00;
}
.box.listing ul.todo-list:before, .box.listing ul.todo-list:after {
  content: '';
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.box.listing ul.todo-list:before {
  -webkit-box-shadow: 25px 0px 25px -10px #ffffff inset;
  -moz-box-shadow: 25px 0px 25px -10px #ffffff inset;
  box-shadow: 25px 0px 25px -10px #ffffff inset;
}
.box.listing ul.todo-list:after {
  -webkit-box-shadow: -25px 0px 25px -10px #ffffff inset;
  -moz-box-shadow: -25px 0px 25px -10px #ffffff inset;
  box-shadow: -25px 0px 25px -10px #ffffff inset;
}
.box.hotel-thumbnail {
  position: relative;
  padding-left: 5px;
}
.box.hotel-thumbnail .img-wrapper {
  width: 216px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.box.hotel-thumbnail .img-wrapper .control {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
  overflow: hidden;
  display: none;
}
.box.hotel-thumbnail .img-wrapper .control a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #ffffff;
  float: left;
}
.box.hotel-thumbnail .img-wrapper .control a.location {
  font: 0/0 a;
  background: url("/includes/public/assets/img/icon/icon-white.png") center center no-repeat #82be00;
  -webkit-background-size: 16px 25px;
  background-size: 16px 25px;
}
.box.hotel-thumbnail .img-wrapper .control a.more {
  font-size: 30px;
  text-align: center;
  background: #415573;
  padding: 7px;
}
.box.hotel-thumbnail .address {
  font-weight: bold;
  max-width: 265px;
  margin-bottom: 10px;
}
.box.hotel-thumbnail .caption {
  line-height: 24px;
  padding-left: 230px;
}
.box.hotel-thumbnail .caption h4 {
  font-family: 'Microbrew One W01 Regular';
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #415573;
}
.box.hotel-thumbnail .caption p {
  margin-bottom: 10px;
}
.box.hotel-thumbnail .caption p + a.button {
  margin-top: 5px;
}
.box.hotel-thumbnail.small {
  padding: 10px;
}
.box.hotel-thumbnail.small .img-wrapper {
  position: relative;
  display: block;
  max-width: none;
  min-width: 100%;
  width: auto;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  z-index: 3;
}
.box.hotel-thumbnail.small .img-wrapper .control {
  display: inline-block;
}
.offerListings .box.hotel-thumbnail.small .img-wrapper .control .location { display: none; }
.box.hotel-thumbnail.small .caption {
  padding: 15px 10px 0px;
}
.plain-tab .tabs li > a {
  padding: 0px 10px;
  background: transparent !important;
  outline: none;
}
.plain-tab .tabs li.active > a {
  color: #415573;
  text-decoration: underline;
}
.plain-tab .tabs li + li a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #787572;
  left: -9px;
  bottom: -1px;
}
.plain-tab .tabs li:first-child > a {
  padding-left: 0px;
}
.plain-tab .tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
hr.tribbal {
  background: url("/includes/public/assets/img/tribal-separator.png") center center no-repeat;
  height: 21px;
  border: 0px;
  margin-top: 30px;
  margin-bottom: 10px;
}
form.form-basic {
  padding-top: 35px;
}
form.form-basic input[type='text'].form-control,
form.form-basic input[type='email'].form-control,
form.form-basic input[type='password'].form-control,
form.form-basic button.form-control,
form.form-basic select.form-control {
  font-size: 16px;
  color: #808080;
  height: 40px;
  margin: 10px auto;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form.form-basic input[type='text'].form-control:-ms-input-placeholder,
form.form-basic input[type='email'].form-control:-ms-input-placeholder,
form.form-basic input[type='password'].form-control:-ms-input-placeholder,
form.form-basic button.form-control:-ms-input-placeholder,
form.form-basic select.form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #808080;
}
form.form-basic input[type='text'].form-control:-moz-placeholder,
form.form-basic input[type='email'].form-control:-moz-placeholder,
form.form-basic input[type='password'].form-control:-moz-placeholder,
form.form-basic button.form-control:-moz-placeholder,
form.form-basic select.form-control:-moz-placeholder {
  font-size: 16px;
  color: #808080;
}
form.form-basic input[type='text'].form-control::-webkit-input-placeholder,
form.form-basic input[type='email'].form-control::-webkit-input-placeholder,
form.form-basic input[type='password'].form-control::-webkit-input-placeholder,
form.form-basic button.form-control::-webkit-input-placeholder,
form.form-basic select.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #808080;
}
form.form-basic button.form-control {
  padding: 12px 10px;
  width: 100%;
  text-align: left;
}
form.form-basic button.form-control:after {
  content: '\f107';
  font-family: 'FontAwesome';
  border: 0px;
  line-height: 6px;
}
form.form-basic .info {
  text-align: center;
  display: block;
  vertical-align: middle;
  padding: 0px 15px;
  margin-top: 10px;
}
.guide {
  display: inline-block;
  margin: auto;
  width: 100%;
}
.guide img {
  position: relative;
  z-index: 4;
  max-width: 100%;
}
.guide a.button {
  font-family: 'Chunk Five Regular';
  font-size: 24px;
  width: 100%;
  padding: 15px 15px 10px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-align: left;
}
.guide a.button .arrow-white-right {
  float: right;
}
.ico {
  display: inline-block;
}
.ico.cloud {
  background: url("/includes/public/assets/img/icon/cloud.png");
  width: 25px;
  height: 22px;
}
.ico.magnifier {
  background: url("/includes/public/assets/img/icon/magnifier.png");
  width: 22px;
  height: 22px;
}
.ico.blog {
  background: url("/includes/public/assets/img/icon/blog-icon.png") no-repeat;
  display: inline-block;
  width: 17px;
  height: 16px;
}
.ico.arrow-white-right {
  background: url("/includes/public/assets/img/icon/arrow-white-right.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 29px;
}
.ico.arrow-white-left {
  background: url("/includes/public/assets/img/icon/arrow-white-left.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 29px;
  margin-right: 10px;
  margin-bottom: -5px;
  margin-left: -10px;
}
.responsive-map {
  width: 100%;
  min-height: 370px;
}
ul.social-media {
  margin: 0px;
}
ul.social-media > li {
  margin: 7px;
  float: left;
  display: inline-block;
}
ul.social-media > li > a {
  font-size: 18px;
}
ul.social-media > li > a .fa-facebook {
  color: #3b5998;
}
ul.social-media > li > a .fa-twitter {
  color: #55acee;
}
ul.social-media > li > a .fa-youtube-play {
  color: #cd201f;
}
ul.social-list {
  margin-bottom: 0px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
ul.social-list > li {
  margin: 7px;
  float: none;
  display: inline-block;
}
ul.social-list > li > a {
  color: #37322d;
  font-size: 24px;
  line-height: 42px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}
ul.bordered-list {
  display: inline-block;
  margin: 0px auto 10px;
}
ul.bordered-list li {
  position: relative;
  margin: 0px;
  padding: 0px 15px;
}
ul.bordered-list li + li:before {
  content: '';
  display: inline-block;
  background: #ffffff;
  width: 2px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
}
ul.bordered-list li > a {
  color: #ffffff;
}
.button {
  height: auto !important;
}
.button.basic {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  padding: 8px 20px 5px;
  margin: 10px auto;
  background: #82be00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.basic:hover {
  opacity: 0.7;
}
.button.basic.orange {
  background: #ff5000;
}
.button.basic.blue {
  background: #415573;
}
.button.bordered {
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  border-bottom: 3px solid #000000;
  padding: 12px 15px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.bordered.orange {
  background: #ff5000;
  border-bottom-color: #e74b04;
}
.button.bordered.blue {
  background: #415573;
  border-bottom-color: #324155;
}
.button.bordered.green {
  background: #82be00;
  border-bottom-color: #6ea000;
}
.button.bordered:hover {
  opacity: 0.7;
}
.button.full {
  width: 100%;
}
.search-box {
  position: relative;
  top: -2px;
}
.search-box a {
  display: inline-block;
  line-height: 16px !important;
}
.search-box .search-form {
  position: absolute;
  right: 12px;
  top: -7px;
  width: 260px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  display: none;
}
.search-box .search-form.opened {
  opacity: 1;
}
.search-box .search-form form {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-right: 20px;
}
.search-box .search-form input {
  border: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 40px;
  top: 0;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  overflow: hidden;
}
.search-box .search-form .close {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background: #82be00;
  width: 20px;
  height: 100%;
  padding-top: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.search-box .search-form .close:hover {
  background: #95da00;
}
.search-box .search-form .close > span {
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper .customSelect {
  display: none;
}
.custom-select-wrapper .customSelect.green-angle + button {
  overflow: hidden;
}
.custom-select-wrapper .customSelect.green-angle + button:after {
  font-size: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: #82be00;
  color: #ffffff;
  margin-top: 0px;
  padding: 17px 10px 0px;
}
.custom-select-wrapper .f-dropdown {
  z-index: 100;
}
.custom-select-wrapper .f-dropdown:after, .custom-select-wrapper .f-dropdown:before {
  display: none;
}
.accordion.basic-accordion {
  margin: 30px auto;
}
.accordion.basic-accordion > li {
  margin: 8px 0px;
}
.accordion.basic-accordion > li > a {
  font-size: 25px;
  text-transform: uppercase;
  background: transparent;
  color: #82be00;
  border: 1px solid #82be00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 3px 10px;
}
.accordion.basic-accordion > li > a:after {
  content: '+';
  display: inline-block;
  float: right;
  font-size: 40px;
  line-height: 40px;
}
.accordion.basic-accordion > li > .content {
  background: transparent !important;
}
.accordion.basic-accordion > li:focus > a, .accordion.basic-accordion > li.active > a {
  background: #82be00 !important;
  color: #ffffff;
  border-bottom: 3px solid #6ea000;
}
.accordion.basic-accordion > li:focus > a:after, .accordion.basic-accordion > li.active > a:after {
  content: '-';
  line-height: 35px;
}
.top-gap {
  margin-top: 0px;
}
.input-wrapper {
  position: relative;
  display: inline-block;
  margin: 10px auto;
}
.input-wrapper > input {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  z-index: 1;
}
.input-wrapper .fa {
  font-size: 20px;
  height: 24px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: 3;
  color: #37322D;
}
#ui-datepicker-div .ui-datepicker-header {
  text-align: center;
  padding: 0px 20px;
}
#ui-datepicker-div .ui-datepicker-header > a {
  font: 0/0 a;
  background: none;
}
#ui-datepicker-div .ui-datepicker-header > a.ui-state-hover {
  border: 0;
}
#ui-datepicker-div .ui-datepicker-header > a > span {
  background: none;
}
#ui-datepicker-div .ui-datepicker-header > a > span:before {
  font-size: 30px;
  line-height: 20px;
}
#ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-prev > span {
  height: 30px;
}
#ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-prev > span:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
#ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-next > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin-bottom: 0px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody > tr > td {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody > tr > td > a {
  border: 0px;
  background: none;
}
.menu-slider {
  font-size: 16px;
  color: #808080;
  text-align: left;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  margin: 10px auto;
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-slider:after {
  content: '+';
  text-align: center;
  border: 0px;
  line-height: 6px;
  font-size: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: #82be00;
  color: #ffffff;
  margin-top: 0px;
  padding: 17px 10px 0px;
  position: absolute;
  right: 0;
}
.menu-slider:active, .menu-slider:focus, .menu-slider:hover {
  color: #808080;
}
.menu-slider.active:after {
  content: '-';
  font-size: 44px;
  line-height: 2px;
}
.menu-slider-content {
  background: #82be00;
  display: inline-block;
  text-align: center;
  max-height: 0px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-slider-content .inner {
  padding: 10px;
}
.menu-slider-content.active {
  padding: 5px 15px;
  max-height: 100%;
}
.menu-slider-content label {
  color: #ffffff;
}
.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label + .checkbox-ui:before {
  display: inline-block;
}
.checkbox .checkbox-ui {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 10px;
  pointer-events: none;
}
.checkbox .checkbox-ui:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #82be00;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  left: 2px;
  top: 1px;
  display: none;
}
.grid:hover .caption-wrapper { max-height: 100%; }


/* DTN ============================================================== */
.dtnLarge .grid .caption-wrapper.dtn {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-height: 2000px;
}
.dtnLarge .grid.top-gap.single.large { width: 300px; }
.dtnLarge .grid.caption-wrapper.dtn .caption { padding-top: 20px; }
.dtnLarge .grid .caption-wrapper.dtn .caption p{ 
  top: 0px; 
  opacity: 1 !important; 
  position: relative;
}
.dtnLarge .grid.single .caption-wrapper.dtn .caption { padding-top: 25px }
.dtnLarge .grid.single:hover .caption-wrapper.dtn .caption { padding-top: 25px; }
.dtnLarge .grid .caption-wrapper.dtn .caption a.read {
  background-color: #415573;
  height: 50px;
  width: 150px;
  line-height: 55px;
  margin: 0 auto;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 3px;
  border-bottom: 3px solid #324155;
  position: relative;
  font-family: 'Nexa Rust Script T W00_02';
  font-size: 24px;
  color: #ffffff;
  padding: 7px 16px 0px 16px;
  transition: none;
}
.dtnLarge .grid .caption-wrapper.dtn .caption a.read:hover {
  background-color: #768499;
  border-bottom: 3px solid #6c7785;
}
.dtnLarge { margin: 10px 0;}
.dtnLarge img { width: 300px; height: 235px; }

.dtnLarge .grid .caption {
    color: #ffffff;
    background: #2d736e;
    padding: 17px 15px 15px;
    height: 100% !important;
    box-sizing: border-box;
    text-align: center;
}
.dtnLarge .grid .caption h4 {
    font-family: 'Microbrew One W01 Regular';
    text-transform: uppercase;
    margin-top: 0px;
    /* margin-bottom: 15px; */
    height: initial;
    /* position: relative; */
}
.main_container .dtnLarge .grid.top-gap.single.large {
    margin: 0 auto;
    margin-top: 19px;
}
.columns.large-3.large-pull-9.sidebar_container .dtnLarge .grid.top-gap.single.large {
    width: initial;
    max-width: 226px;
    margin: 0 auto;
}
.columns.large-9.large-push-3.main_container .grid.top-gap.single.large {
    float: left;
    max-width: 300px;
}


/* CUSTOM GRIDS ============================================================== */
.row.wide {
  max-width: 1024px;
}
.row.full {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.row.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-10 .column {
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper {
  margin: auto;
  padding: 60px 0;
}
.panel_page_intro.wrapper {
  padding-bottom:0;
  margin-top: -60px;
}
@media (max-width: 640px) {
  body .row.wide {
    margin: 0 auto;
    padding: 0; 
  }
}
/* RESPONSIVE ================================================================ */
@media only screen {
  .wrapper {
    max-width: 800px;
  }
  header .top-bar .top-bar-section .navigation-top {
    margin-top: 20px;
  }
  header .top-bar .top-bar-section .navigation-top > li + li {
    position: relative;
  }
  header .top-bar .top-bar-section .navigation-top > li + li:not(.no-border):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    background: #ffffff;
    width: 1px;
    height: 22px;
    margin: auto;
  }
  header .top-bar .top-bar-section .main-nav {
    margin-top: 13px;
  }
  header .top-bar .top-bar-section .main-nav > li:not(.has-form) > a:not(.button) {
    padding-left: 22px;
    padding-right: 22px !important;
    border-bottom: 5px solid transparent;
  }
  header .top-bar .top-bar-section .microsite-nav {
    margin-top: 13px;
  }
  header .top-bar .top-bar-section .microsite-nav > li:not(.has-form) > a:not(.button) {
    padding-left: 10px;
    padding-right: 10px !important;
    border-bottom: 5px solid transparent;
  }
}
@media only screen and (max-width:40em) {
  .wrapper {
    padding: 30px 0px 40px;
  }
  .top-bar .logo {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 36px;
    text-transform: none;
  }
  #hero p {
    display: none;
  }
  .hero-carousel img { min-height: inherit; }
  #main section.content .main-article p { padding: 0 20px; }
  #main section#booking.collapse form {
    padding-top: 0px;
  }
  #main section#booking .form-toggle {
    top: 15px;
  }
  #main section#knoxville-highlight .highlight-grids > li {
    padding: 10px !important;
  }
  #main section#knoxville-highlight .highlight-grids > li .grid .caption-wrapper {
    height: 100%;
  }

  #main section#knoxville-highlight .highlight-grids > li .grid .caption-wrapper .caption p {
    display: none;
  }
  #main section#knoxville-highlight .highlight-grids > li .grid .caption-wrapper .caption .more {
    display: none !important;
  }
  #main section#stay-social {
    padding: 40px 0px;
  }
  #main section#stay-social .button {
    padding: 20px 20px 13px;
  }
  #main section#stay-social .button > .ico {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  ul.social-list {
    max-width: 230px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  form .button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .bordered-list li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
  footer .simple-view {
    display: inline-block;
    margin: auto;
  }
  .top-gap {
    margin-top: 10px;
  }
  .page-nav {
    border-bottom: 0px;
  }
  .page-nav .button {
    width: 100%;
  }
  .box.hotel-thumbnail {
    padding: 10px;
  }
  .box.hotel-thumbnail .img-wrapper {
    position: relative;
    display: block;
    max-width: none;
    min-width: 100%;
    width: auto;
    max-height: 220px;
    overflow: hidden;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 3;
  }
  .box.hotel-thumbnail .img-wrapper .control {
    display: inline-block;
  }
  .box.hotel-thumbnail .caption {
    padding: 15px 10px 0px;
  }
  .box.hotel-thumbnail .caption p, .box.hotel-thumbnail .caption a.button, .box.hotel-thumbnail .caption .address {
    display: none;
  }
  ul.social-media {
    text-align: center;
  }
  ul.social-media > li {
    float: none;
    display: inline-block;
  }
  .interior-detail .interior-navigation {
    margin-left: 0px;
    margin-right: 0px;
  }
  .interior-detail .interior-navigation .button {
    width: 100%;
    margin: 10px auto;
  }
  .row.row-10 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #main section#knoxville-highlight .highlight-grids {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/** Sitemap & 404 **/
.sitemap > ul {
      -moz-column-count: 3;
      -moz-column-gap: 15px;
      -webkit-column-count: 3;
      -webkit-column-gap: 15px;
      column-count: 3;
      column-gap: 15px;
  }

.sitemap{
  margin-bottom: 100px;
}
.sitemap h4 {
  font-size: 32px;
}
.sitemap ul.multicol {
  margin-bottom: 18px;
}
.sitemap  ul.multicol > li > ul {
  margin-bottom: 30px;
}
.sitemap  ul.multicol > li > a {
  font-size: 19px;
}
.sitemap  ul.multicol a { #2d736e }
.sitemap  ul.multicol li {
    list-style: none;
    text-transform: uppercase;
}
.sitemap ul.multicol a { font-size: 14px; }
.sitemap ul ul {
  margin-left: 30px;
  padding: 4px 0;
}
@media (max-width: 605px) {
  footer .bordered-list li:nth-child(5):before {
    display: none;
  }
}
@media (max-width: 453px) {
  footer .bordered-list li:nth-child(5):before {
    display: block;
  }
}
@media only screen and (min-width:40.0625em) {

  .logo {
    width: 286px;
    height: 88px;
  }
  #main section#knoxville-highlight .highlight-grids > li {
    padding: 10px !important;
  }
  .guide {
    width: auto;
  }
  .guide a.button {
    text-align: center;
    max-width: 140px;
  }
  .guide.guide-left a.button {
    margin-right: -5px;
  }
  .guide.guide-right a.button {
    margin-left: -5px;
  }
  #hero .orbit-container .orbit-prev {
    left: 30px;
  }
  #hero .orbit-container .orbit-next {
    right: 30px;
  }
  form.form-basic {
    padding-top: 0px;
  }
  ul.social-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

}
@media only screen and (min-width:40.0625em) and (max-width:64em) {
  header .title-area {
    width: 100%;
  }
  header .top-bar .toggle-topbar {
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: 45%;
  }
  .mobile-menu {
    max-width: 320px;
    width: 100%;
    min-width: 0 !important;
    left: auto !important;
  }
  .guide a.button {
    max-width: 120px;
  }
  .guide.guide-left a.button {
    margin-left: -100px;
  }
  .guide.guide-right a.button {
    margin-right: -100px;
  }
  #main section#special-offers .wrapper {
    max-width: 473px;
  }
  #main section.content article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width:64.0625em) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url("/includes/public/assets/img/top-green.png") top center repeat-x rgba(0, 0, 0, 0.5) !important;
  }
  header .main-nav {
    max-width: 720px;
    max-height: 50px;
  }
  
  header .top-bar .top-bar-section .microsite-nav {
	max-width: 720px;
	width: 100%;
	padding-left: 5px;
	text-align: justify;
  }
  
  header .top-bar .top-bar-section .microsite-nav li {
	  display: inline-block;
	  float: none;
  }
  
  header .top-bar .top-bar-section .microsite-nav li.title.back.js-generated { display: none; }
  
  header .top-bar .top-bar-section .microsite-nav:after {
	  content: '';
	  display: inline-block;
	  width: 100%;
	  height: 0;
  }
  
  header .top-bar .top-bar-section .navigation-top {
    margin-bottom: 29px;
  }
  .no-hero #main {
    padding-top: 119px;
  }
  header .top-bar .title-area {
  float: left;
  display: block;
  background-image: none;
  }
  #main section#knoxville-highlight .highlight-grids > li {
    padding: 20px !important;
  }
  #main section#special-offers .orbit-container .orbit-prev {
    left: 0px;
  }
  #main section#special-offers .orbit-container .orbit-next {
    right: 15px;
  }
  form.form-basic .info {
    text-align: left;
    display: inline-block;
    max-width: 190px;
    margin-top: 0px;
  }
  .guide.guide-left a.button:hover {
    max-width: 160px;
    padding-right: 30px;
  }
  .guide.guide-right a.button:hover {
    max-width: 160px;
    padding-left: 30px;
  }
  ul.social-list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul.social-list > li {
    float: left;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
.slideshow_container.empty {
  position: relative;
  min-height: 144px;
  background: url(https://res.cloudinary.com/simpleview/image/upload/q_70/v1446857549/knoxville-header-bg_pspsun.jpg);
  opacity: .8;
}

@media (max-width: 64em) { 
  .sitemap > ul {
      -moz-column-count: 2;
      -moz-column-gap: 15px;
      -webkit-column-count: 2;
      -webkit-column-gap: 15px;
      column-count: 2;
      column-gap: 15px;
  }
  .caption-wrapper .caption h4.more {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in;
  }
  .grid:hover .caption-wrapper {
  }
  .grid:hover .caption-wrapper .caption {
  }
  .caption-wrapper .caption h4.more {
    display: none;
  }

  .vg-wrapper .vg-img {
      width: 200px;
      top: -50px;
      right: 40px;
  }

}

@media (max-width: 40em) { 
  .sitemap > ul {
      -moz-column-count: 1;
      -moz-column-gap: 15px;
      -webkit-column-count: 1;
      -webkit-column-gap: 15px;
      column-count: 1;
      column-gap: 15px;
  }
  ul.social-list li.li4 {
    margin-left: 19px;
  }
  .slideshow_container.empty {
    min-height: 0;
  }
  section#knoxville-highlight .grid .caption h4 { 
    margin: 0px; 
    font-size: 20px;
    line-height: 20px;
  }
  #main section#knoxville-highlight .highlight-grids > li .grid .caption-wrapper { 
    height: initial;
    max-height: none; 
  }
  .grid .caption h4 { margin-bottom: 78px; line-height: 31px; }
  .caption-wrapper .caption h4.more { margin-bottom: 0px; }


  .grid.single .caption-wrapper .caption h4, .grid.single .caption-wrapper .caption p {
    margin-bottom: 10px;
  }
  .grid .caption { padding: 8px 0px; margin: auto; display: block; min-height: 55px; }
  .grid .caption h4 { margin-bottom: 34px; line-height: 24px; padding-top: 3px; }
  section#knoxville-highlight .grid .caption h4 {
    margin: auto;
    padding: 10px 5px;
	display: block;
	height: 100%;
	max-height: 50px;
	width: 100%;
    overflow: hidden;
  }
  section#knoxville-highlight a, .sidebar_container section#knoxville-highlight a {
    color: #fff;
    margin: auto;
  }


  .vg-wrapper .vg-img {
      width: 160px;
      top: -25px;
      right: 25px;
  }

}

.panel_content_photo_description_panel {
  overflow: hidden;
}
.panel_content_photo_description_panel .main-image {
  border-radius: 4px;
  margin-right: 20px;
  margin-top: 6px;
  margin-bottom: 20px;
}

/* t - 249135*/
#featured-events .post a{color:#fff;}
#featured-events .post a:hover, #featured-events .post a:focus{color:#ccc;}