body {
    background: url(//cdn.ymaws.com/cabe.site-ym.com/resource/resmgr/microsite/images/micro-bg.png) no-repeat fixed top center/auto 100% #fff;
    color: #000000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
  	line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
		color: #00bf6f;
    text-decoration: none;
		-webkit-transition: all 200ms linear 0s;
		-moz-transition: all 200ms linear 0s;
		-ms-transition: all 200ms linear 0s;
		-o-transition: all 200ms linear 0s;
		transition: all 200ms linear 0s;
}
a:hover {
	color: #a3a3a3;
	text-decoration: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.row {
    margin-right: -8px!important;
    margin-left: -8px!important;
}

.col-5 {
    float: left;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}

.mbottom-0 {margin-bottom: 0px;}
.mbottom-5 {margin-bottom: 5px;}
.mbottom-10 {margin-bottom: 10px;}
.mbottom-15 {margin-bottom: 15px;}
.mbottom-20 {margin-bottom: 20px;}


/* Header/Text Styles */
h1 {color: #000000; font-size: 32px; font-weight: 700; margin: 10px 0 10px;}
h2 {color: #000000; font-size: 28px; font-weight: 700; margin: 10px 0 10px;}
h3 {color: #000000; font-size: 26px; font-weight: 700; margin: 10px 0 10px;}
h4 {color: #000000; font-size: 24px; font-weight: 700; margin: 10px 0 10px;}
h5 {color: #000000; font-size: 20px; font-weight: 700; margin: 10px 0 10px;}
h6 {color: #000000; font-size: 18px; font-weight: 700; margin: 10px 0 10px;}


.laggy-slide {
  animation-delay: 1.5s;
}

.textUppercase {text-transform:uppercase;}
.textUnderline {text-decoration: underline;}
.textStrike {text-decoration: line-through;}
.textItalic {font-style: italic;}
.textLight {font-weight:300;}
.textRegular {font-weight:400;}
.textMedium {font-weight:500;}
.textSemiBold {font-weight:600;}
.textBold {font-weight:700;}
.textExtraBold {font-weight:800;}
.textBlack {font-weight:900;}
.important {display: inline-block; vertical-align: top; color: #00bf6f; font-size: 8px; padding-left: 5px;}

.myContainer, .container {
		margin: 0px auto;
		padding: 0 8px;
		background-color: transparent;
		position: relative;
}

.customBtn {
    background-color: #00bf6f;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    padding: 12px 20px 8px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
}
.customBtn:hover {
		background-color: #000000;
		color: #fff;
		text-decoration: none;
}

.calloutbox {
    background-color: #e9efd1;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
		padding: 15px 15px 5px;
		color: #4d6d9b;
		text-align: left;
}
.customList {
    list-style: none;
    padding-left: 0px;
    margin: 10px auto;
}
.customList li {
    background: url("//cdn.ymaws.com/nwrawildlife.site-ym.com/resource/resmgr/microsite/images/micro-bullet.png") no-repeat scroll 0 6px transparent;
    line-height: 20px;
    padding-left: 17px;
		padding-bottom: 7px;
    font-style: italic;
}
.customList h5 {color: #00bf6f;}
.customList li a {color: #4d6d9b;}
.customList li a:hover {color: #a3a3a3;}


/* Begin Global Page Styles */
#pageContent {margin-top: 162px;}
#subPageContent-out {padding: 60px 0;}
.microTier {padding: 65px 0; text-align: center;}

.pTop-70 {padding-top: 70px;}
.pBottom-70 {padding-bottom: 70px;}

.breakUp {max-width: 1036px; width: 80%; border-top: 2px solid #E4E4E3;}

.introParagraph {text-align: center; margin-bottom: 30px;}
.introParagraph h3 {font-size: 30px; font-weight: 700; margin: 0px auto 15px; color: #000000; text-transform: uppercase;}
.introParagraph p {font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 0px; color: #777777;}


/* Begin Header Styles */
#header-out {
    background-color: #00bf6f;
    width: 100%;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 20;
}
#header {
    position: relative;
    text-align: center;
    height: 162px;
    padding: 0;
}
#logo {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: 12px;
}
#headBtn {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#headBtn a {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding: 12px 20px 8px;
    font-weight: 600;
    display: inline-block;
}
#headBtn a:hover {
    background-color: #fff;
    color: #000;
}
#headSocial {
    position: absolute;
    right: 180px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#headSocial a {
    font-size: 23px;
    color: #fff;
    display: inline-block;
		vertical-align: middle;
    margin-right: 15px;
}
#headSocial a:hover {
    color: #000000;
}



/* Begin Menu Styles */
#mainMenu-out {
    background-color: transparent;
    width: 100%;
    position: fixed;
    top: 162px;
    z-index: 21;
}
#mainMenu {background: transparent; border: none; margin: 0; min-height: auto; height: 0;}
#mainMenu .navbar-collapse {padding: 0; float: right; width: 100%; margin: 0 auto; z-index: 10;}
#mainMenu .navbar-nav {
    position: relative;
    float: right !important;
		margin: -105px 26% 0 0;
}
#mainMenu .navbar-nav > li > a {
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    text-transform: none;
    padding: 17px 16px 11px;
    font-weight: 500;
}
#mainMenu .navbar-nav>li>a:hover, 
#mainMenu .navbar-nav>li>a:focus, 
#mainMenu .nav>.open>a, 
#mainMenu .nav>.open>a:hover, 
#mainMenu .nav>.open>a:focus {
    color: #000000;
    background-color: transparent;
}

/* Dropdown Links */
#mainMenu .dropdown-menu {
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 0;
}
#mainMenu .dropdown-menu>li>a {
    color: #000000;
    text-decoration: none;
		padding: 10px 20px 4px;
		font-size: 16px;
		font-weight: 500;
}
#mainMenu .dropdown-menu>li>a:focus, 
#mainMenu .dropdown-menu>li>a:hover {
		color: #000000;
		text-decoration: none;
		background-color: #efefef;
}


#mainMenu .navbar-toggle {background-color: #fff; border: none; margin: -50px 0 6px 0px; border-radius: 0; padding: 12px; -webkit-transition: all 200ms linear 0s; -moz-transition: all 200ms linear 0s; -ms-transition: all 200ms linear 0s; -o-transition: all 200ms linear 0s; transition: all 200ms linear 0s;}
#mainMenu .navbar-toggle:hover {background-color: rgba(0,0,0,0.2);}
#mainMenu .icon-bar {background-color:#00bf6f;}
#mainMenu .navbar-toggle:hover .icon-bar {background-color: #fff;}

/* Begin Footer Styles */
#footTop {
    color: #000;
    background-color: transparent;
    padding: 35px 0;
    font-size: 20px;
    font-weight: 400;
}
.footNav {
    padding-left: 0;
    list-style: none;
    margin-bottom: 12px;
}
.footNav li {
    display: inline-block;
    vertical-align: middle;
}
#footTop .footNav li {
		margin: 0 8px 0 7px;
}
#footTop .footNav li:first-child {
		margin-left: 0;
}
#footTop .footNav li:last-child {
		margin-right: 0;
}
#footTop .footNav li a {
    color: #000;
}
#footTop .footNav li a:hover {
    color: #00bf6f;
}
#footBook a {
    text-decoration: underline;
}
#footBook a:hover {
		color: #000;
}

#footBottom {
    padding: 10px 0px 20px;
    font-weight: 300;
}
#footBottom a:hover {
    color: #000;
}
#footLogo {
    display: inline-block;
    vertical-align: top;
}
#footCol2 p:first-child {
    text-transform: uppercase;
}
#footCopy p {
    text-transform: none !important;
    font-size: 14px;
}
#footCol3 .footNav li {
    display: block;
    text-align: right;
    font-size: 15px;
}
#footCol3 .footNav li a {
    text-transform: uppercase;
}
#footCol4 {
    font-size: 14px;
}

/* Foot Top Dark Version */
#footTop.darkVersion {background-color: #00bf6f; color: #fff;}
#footTop.darkVersion .footNav li a {color: #fff;}
#footTop.darkVersion .footNav li a:hover {color: #000;}
#footTop.darkVersion #footBook a {color: #000;}
#footTop.darkVersion #footBook a:hover {color: #fff;}





/* Begin Homepage Styles */
/* Hero Section */
#hpHeroSlider .carousel-indicators {margin: 0 auto; left: 0; right: 0; width: 100%; bottom: 10px;}
#hpHeroSlider .carousel-indicators .active {margin: 0; width: 12px; height: 12px; background-color: #fff;}
#hpHeroSlider .carousel-caption {left: 0; right: 0; text-align: left; padding: 0px; bottom: 70px; text-shadow: none;}
#hpHeroSlider .slideText-wrap {display: inline-block; color: #fff; background-color: rgba(35,31,32,0.92); padding: 18px 13px 13px;}
#hpHeroSlider .bigText {font-weight: 700; text-transform: none; font-size: 42px; line-height: 37px; margin-bottom: 15px;}
#hpHeroSlider .smallText {font-weight: normal; font-size: 20px; text-transform: none; line-height: 25px;}
#hpHeroSlider .slideLink {font-weight: 600; font-size: 25px; display: inline-block; text-decoration: underline; color: #fff; margin-top: 10px;}
#hpHeroSlider .slideLink:hover {text-decoration: underline; color: #00bf6f;}
#hpHeroSlider .carousel-control {background-image: none; z-index: 10; width: 70px; -webkit-transition: all 150ms ease-in 0s; -moz-transition: all 150ms ease-in 0s; -o-transition: all 150ms ease-in 0s; transition: all 150ms ease-in 0s; display: none;}
#hpHeroSlider .carousel-control span {margin: 0 auto; left: 0; right: 0; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 150ms ease-in 0s; -moz-transition: all 150ms ease-in 0s; -o-transition: all 150ms ease-in 0s; transition: all 150ms ease-in 0s;}
#hpHeroSlider .item img {width: 100%;}


/* HP Environment Section */
#hpEnvironment-left {
    text-align: left;
}
#hpEnvironment-left p {
    font-size: 40px;
    font-weight: 300;
		line-height: 54px;
    margin-bottom: 0;
}
#hpEnvironment-right {
    text-align: right;
}
#hpEnvironment-right p {
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 0;
}
#hpEnvironment-right .customBtn {
    margin-top: 11px;
}

.imageText-item img {
    width: 75%;
}
.imageText-item.text-left img {float: right;}

.imageText-caption {
    background-color: #fff;
    z-index: 10;
    position: absolute;
    width: 50%;
    padding: 20px 30px 30px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
		font-weight: 300;
}
.imageText-item.text-right .imageText-caption {float: right; right: 0;}
.imageText-caption h1 {font-size: 44px; margin-bottom: 20px;}

.imageText-caption .customBtn {margin-top: 10px;}

.cap-white .imageText-caption {background-color: #ffffff;}
.cap-white .customBtn {background-color: #00bf6f;}
.cap-white .customBtn:hover {background-color: #000000;}

.cap-green .imageText-caption {background-color: #00bf6f; color: #ffffff; font-weight: 400;}
.cap-green .imageText-caption h1 {color: #fff;}
.cap-green .customBtn {background-color: #000000;}
.cap-green .customBtn:hover {background-color: #ffffff; color: #000000;}

.cap-gray .imageText-caption {background-color: #e4e5e6;}
.cap-gray .customBtn {background-color: #00bf6f;}
.cap-gray .customBtn:hover {background-color: #000000;}

#hpImageText2-out {background-color: #00bf6f;}





/* Begin Subpage Styles */
#subheroImage-out {
    background: url(//cdn.ymaws.com/cabe.site-ym.com/resource/resmgr/microsite/images/micro-subhero.jpg) no-repeat scroll center center/cover transparent;
    min-height: 260px;
		position: relative;
}
.subheroImage-content {
		background-color: rgba(0,0,0,0.5);
    padding: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
}
.subheroImage-title h1 {
    font-size: 36px;
    color: #fff;
    margin: 23px 0 13px;
    font-weight: 700;
    text-transform: uppercase;
}
#microSubtitle-out {padding: 40px 0 0;}

.microSubSection {padding: 50px 0;}
.microSubSection-heading {margin-bottom: 15px;}
.microSubSection-heading h1 {margin: 0 0 10px; color: #00bf6f;}
.microSubSection-heading h5 {margin: 0px; color: #0093c1;}
.microSubSection-heading p {margin-top: 10px;}
.microSubSection-heading .customBtn {margin-top: 15px;}

.bgGray {background-color: #F5F5F5;}




/***********************************    Begin Subpage 1 Styles    ***********************************/
#roomNames {
    text-align: left;
}
#roomNames h1 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
}
#roomNames p {
    font-weight: 300;
    font-size: 22px;
}
#collaborativeIT-out {background-color: #00bf6f;}
#rigorusIT-out {background-color: #00bf6f;}


/***********************************    Begin Subpage 2 Styles    ***********************************/
.textImageSplit-left {
    padding-right: 40px;
}
.textImageSplit-right {
    text-align: left;
}
.textImageSplit-right h1 {
    font-weight: 300;
    margin-bottom: 20px;
}
.textImageSplit-right p {
    font-weight: 300;
    font-size: 22px;
}

#quoteSlider-out {
    background-color: #00bf6f;
}
#quoteSlider {
    padding: 0 50px;
}
#quoteSlider .carousel-indicators {
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    line-height: normal;
}
#quoteSlider .carousel-indicators li {
    margin: 0;
}
#quoteSlider .carousel-indicators li.active {
    width: 10px;
    height: 10px;
}
#quoteSlider .item {
    padding: 30px 0;
    min-height: 110px;
}
#quoteSlider .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
    text-shadow: none;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
}
.quoteSlider-quote p {
    margin-bottom: 3px;
}
.quoteSlider-source {
    font-size: 17px;
    font-weight: 400;
}
#quoteSlider .carousel-control {
    text-shadow: none;
    background: transparent;
    width: 30px;
}
#quoteSlider .carousel-control i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

#googleLocate-out {
    padding-top: 100px;
}
.googleLocate-left {
    text-align: left;
}
.googleLocate-left h4 {
    font-weight: 600;
    color: #00bf6f;
    font-size: 25px;
    margin: 20px auto;
}
.googleLocate-left .address {
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 30px;
}
.googleLocate-left .proximity {
    font-weight: 200;
    font-size: 19px;
}
.googleLocate-left .proximity p {
    margin-bottom: 20px;
}
.googleLocate-left .proximity p:last-child {
    margin-bottom: 0;
}
.googleLocate-right iframe {
    filter: grayscale(100%);
}



/***********************************    Begin Subpage 3 Styles    ***********************************/
#progressiveNav-out {
    padding: 35px 0;
}
#progressiveNav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 300;
}
#progressiveNav li {
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 28px;
}
#progressiveNav li a {
    padding: 5px 30px 0;
    display: inline-block;
		text-decoration: none;
    line-height: 28px;
    color: #000;
}
#progressiveNav li a:hover {
    color: #00bf6f;
		text-decoration: none;
}

#progressiveNav .popover {
    background-color: #00bf6f;
    text-align: center;
    color: #fff;
    border: none;
		border-radius: 3px;
		box-shadow: 0 3px 6px -1px rgba(0,0,0,.2);
}
.popover.top > .arrow {}
#progressiveNav .popover.top > .arrow::after {
    border-top-color: #00bf6f;
}
#progressiveNav .popover-content {
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
}


#seatingIT-out {
    padding: 10px 0;
}
#seatingIT-out .imageText-caption {
    padding-top: 70px;
}
.tableSeating {padding: 10px 0;}
.tableSeating img {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
}

#lunchBox-out .row {
    border: 3px solid #00bf6f;
    padding: 20px 30px;
}
#lunchBox-out .textImageSplit-right h1:first-child {
    margin-top: 30px;
}

#roomDetails-out {
    padding: 0;
}
#roomDetails {
    text-align: left;
    font-size: 29px;
    font-weight: 300;
    line-height: 34px;
}
.roomDetails-name {
    color: #00bf6f;
    text-transform: uppercase;
}
.roomDetails-rate {
    font-size: 22px;
    font-weight: 200;
}


#slider-thumbs {
    padding: 0 8px;
}
#slider-thumbs {
    display: inline-block;
    padding: 20px;
    margin: 0px !important;
    list-style: none;
    background-color: #00bf6f;
    vertical-align: top;
}
#slider-thumbs .thumbnail {
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    background: transparent;
		-webkit-transition: all 150ms ease-in 0s; 
	  -moz-transition: all 150ms ease-in 0s; 
	  -o-transition: all 150ms ease-in 0s; 
	  transition: all 150ms ease-in 0s;
}
#slider-thumbs .thumbnail:hover {cursor: pointer; border: 1px solid rgba(255,255,255,0.7);}
.hide-bullets {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#thumbSlider .carousel-control {
    width: 50px;
    background-image: none;
    opacity: 1;
    text-shadow: none;
}
#thumbSlider .carousel-control span {
    font-size: 23px;
}

.thumbnail-message {
    margin-top: 50px;
    text-align: left;
    margin-bottom: 50px;
}
.thumbnail-message p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 200;
}
.thumbnail-buttons {
    text-align: left;
}
.customBtn.dark {
    background-color: #000;
}
.thumbnail-buttons .customBtn.dark {
    margin-left: 40px;
}
.thumbnail-buttons .customBtn.dark:hover {
    background-color: #00bf6f;
}
#somethingElseIT-out {
    background-color: #00bf6f;
}



/***********************************    Begin Subpage 4 Styles    ***********************************/



/***********************************    Begin Subpage 5 Styles    ***********************************/











/***********************************    Begin Media Queries    ***********************************/
@media (min-width:768px){.myContainer, .container{width:750px}}
@media (min-width:960px){.myContainer, .container{width:900px}}
@media (min-width:1200px){.myContainer, .container{width:1180px}}
@media (min-width:1270px){.myContainer, .container{width:1250px}}




@media (max-width:1269px) {
#progressiveNav li a {padding: 5px 24px 0;}
}


@media (max-width:1199px) {	
#headSocial {
    right: 140px;
}
#headSocial a {
    font-size: 19px;
    margin-right: 12px;
}
#headBtn a {
    font-size: 17px;
    padding: 12px 15px 8px;
}
#mainMenu .navbar-nav {
    margin-right: 28%;
}
#mainMenu .navbar-nav > li > a {
    font-size: 18px;
    padding: 17px 10px 11px;
}
	
	
/* Homepage */	
#hpHeroSlider .bigText {
    font-size: 35px;
    line-height: 33px;
    margin-bottom: 12px;
}
#hpEnvironment-left p {
    font-size: 33px;
    line-height: 40px;
}
	
/* Subpage 1 */
#roomNames h1 {
    font-size: 33px;
    line-height: 40px;
}
	
/* Subpage 3 */
#progressiveNav ul {font-size: 24px;}
#progressiveNav li {font-size: 23px;}
#progressiveNav li a {padding: 3px 12px 0;}
#lunchBox-out .textImageSplit-left {padding-right: 18px;}
#lunchBox-out .textImageSplit-right h1:first-child {margin-top: 10px;}
#lunchBox-out .textImageSplit-right h1 {font-size: 28px;}
#lunchBox-out .textImageSplit-right h1:last-child {margin-bottom: 0;}
}


@media (max-width:991px) {
/* Homepage */	
#hpEnvironment-right {margin-top: 30px;}
#hpEnvironment-left, #hpEnvironment-right {text-align: center;}	
}


@media (max-width:959px) {
#headSocial {
    right: 0;
    -webkit-transform: none;
    transform: none;
    top: 32px;
}	
#headSocial a:last-child {margin: 0;}
#headBtn {
    top: 75px;
    -webkit-transform: none;
    transform: none;
}
#mainMenu-out {
    background-color: #00bf6f;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
}
#mainMenu .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: table;
}
#mainMenu .navbar-nav > li > a {
    padding: 17px 16px 11px;
}

#pageContent {
    margin-top: 210px;
}
	
/* Homepage */
#hpHeroSlider .carousel-indicators {
    bottom: 5px;
}
#hpHeroSlider .carousel-caption {
    bottom: 40px;
}
#hpHeroSlider .carousel-caption .myContainer {
    width: 100%;
    padding: 0;
}
#hpHeroSlider .slideText-wrap {
    width: 88%;
    padding: 20px 25px 15px;
}
#hpHeroSlider .bigText {font-size: 29px; line-height: 31px;}
#hpHeroSlider .smallText {font-size: 18px; line-height: 22px;}
#hpHeroSlider .slideLink {font-size: 22px;}
	
.imageText-item img {width: 100%;}	
.imageText-item.text-left img {float: none;}
.imageText-caption {width: 100%; position: relative; top: auto; -webkit-transform: none; transform: none;}
	
	
	
#subheroImage-out {min-height: 170px;}
.subheroImage-title h1 {font-size: 30px;}	
	
/* Subpage 1 */

/* Subpage 2 */

/* Subpage 3 */
#progressiveNav li {font-size: 20px;}
#progressiveNav li a {padding: 3px 6px 0;}
#seatingIT-out .imageText-caption {padding-top: 30px;}
.tableSeating img {max-width: 90px;}
#lunchBox-out .row {padding: 20px 10px;}
#lunchBox-out .textImageSplit-right h1:first-child {margin-top: 0px;}
#lunchBox-out .textImageSplit-right h1 {font-size: 24px;}
	
/* Subpage 4 */
	
/* Subpage 5 */	

}


@media (min-width: 768px){
ul.nav li:hover > ul.dropdown-menu {display: block;}
}


@media (max-width:767px) {
.myContainer, .container {padding-left: 15px; padding-right: 15px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-5  {padding-left: 15px; padding-right: 15px; position: relative;}
	
	
body {background-attachment: scroll; background-size: 767px auto;}
#header-out {position: relative; top: auto;}
#headSocial {
    top: 12px;
}
#headBtn {
    top: 55px;
}	
#headBtn a {
    font-size: 15px;
    padding: 9px 15px 7px;
}
#logo {float: left;}
	
/* Menu */
#mainMenu-out {position: relative; top: auto;}	
#mainMenu {float: none !important; height: 0px;}
#mainMenu .navbar-collapse {background-color: transparent; position: absolute; left: 0; width: 100%; z-index: 999; border: none; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);}
#mainMenu .navbar-nav {float: none !important; padding: 0; background-color: #fff; width: 100%;}
#mainMenu .navbar-nav::after {display: none;}
#mainMenu .navbar-nav > li > a {font-size: 18px; padding: 12px 20px 8px; color: #000; margin: 0;}
#mainMenu .navbar-nav>li>a:hover, #mainMenu .navbar-nav>li>a:focus, #mainMenu .nav>.open>a, #mainMenu .nav>.open>a:hover, #mainMenu .nav>.open>a:focus {background-color: transparent; color:#00bf6f;}
#mainMenu .navbar-nav > li > a > .caret {display: block;}	
	
#mainMenu .navbar-collapse.collapse {display: none !important;}
#mainMenu .navbar-collapse.collapse.in {display: block !important; max-height: none;}
#mainMenu .navbar-header .collapse, #mainMenu .navbar-toggle {display: block !important;}
#mainMenu .navbar-header {float: none;}
#mainMenu .navbar-nav > li {float: none;}
#mainMenu .navbar-nav .open .dropdown-menu {position: static; float: none; width: auto; margin-top: 0; background: transparent; border: 0; box-shadow: none;}
#mainMenu .navbar-nav.sm-collapsible .caret, #mainMenu .navbar-nav.sm-collapsible ul .caret {margin: -20px 15px 0 0 !important;}
#mainMenu .navbar-nav>li>a>.caret {float: right; margin-top: 7px;}	
#mainMenu .dropdown {display: table; width: 100%;}
	
.row {margin-right: -15px!important; margin-left: -15px!important;}
#pageContent {margin-top: 0px;}
.microTier {padding: 50px 0;}
	

	
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

	
	
#footCol1 {
    text-align: right;
}
#footCol2 p:first-child {
    font-size: 16px;
    margin-top: 7px;
}
#footCol3 {
    margin-bottom: 15px;
		margin-top: 10px;
}
#footCol3 .footNav li {
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
#footCol3 .footNav li:last-child {
    margin: 0;
}
	
/* Homepage */
#hpHeroSlider .carousel-caption {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#hpHeroSlider .carousel-caption .myContainer {
    padding: 0 15px;
}
#hpHeroSlider .slideText-wrap {
    width: auto;
    padding: 15px 15px;
}
#hpHeroSlider .bigText {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 26px;
}
#hpHeroSlider .smallText {
    display: none;
}	
#hpHeroSlider .slideLink {
    font-size: 19px;
}	
.imageText-caption h1 {
    font-size: 34px;
    margin-bottom: 15px;
}
	
	
	
	

	
	
	
/* Subpage 1 */

/* Subpage 2 */	
#quoteSlider .carousel-caption {
    font-size: 20px;
    line-height: 26px;
}
	
	
/* Subpage 3 */
.textImageSplit-left {
    margin-bottom: 30px;
}
.textImageSplit-right p {
    font-size: 18px;
}
#googleLocate-out {
    padding-top: 50px;
}
.googleLocate-left {
    text-align: center;
    margin: 0 auto 30px;
}	
.googleLocate-left h4 br {
    display: none;
}
#lunchBox-out .row {
    padding: 15px 0px 25px;
    margin-left: 0px !important;
		margin-right: 0px !important;
}
#roomDetails {
    font-size: 24px;
    line-height: 30px;
}
.roomDetails-rate {
    font-size: 19px;
}
.thumbnail-buttons {
    margin-top: 40px;
    text-align: center;
}
	
/* Subpage 4 */
	
/* Subpage 5 */
}


@media (max-width:600px) {
#footTop {
    text-align: center;
    font-size: 17px;
}
#footTop .footNav li {
    margin: 0 6px !important;
}
#footCol1 {
    width: 100%;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 20px;
}	
#footCol2 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
#footCol2 p {
    font-size: 16px;
    margin-bottom: 0;
}
#footCol2 p:first-child {
    font-size: 14px;
}
#footCol3 {
    text-align: center;
}
#footCol3 .footNav li {
    font-size: 13px;
    margin: 0 5px !important;
}
#footCol4 {
    text-align: center;
}
	
	
/* Subpage 1 */
	
/* Subpage 2 */
}


@media (max-width:480px) {

	
.col-xxs-12 {float: none; width: 100%;}
	
	
/* Homepage */
#hpHeroSlider .slideText-wrap {
    padding: 0;
    background: transparent;
}	
#hpHeroSlider .bigText {
    display: none;
}
#hpHeroSlider .slideLink {
    margin-top: 0;
    background-color: #00bf6f;
    text-decoration: none;
    padding: 10px 15px 7px;
}
#hpHeroSlider .slideLink:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
#hpHeroSlider .carousel-indicators {display: none;}
	
#hpEnvironment-left p {
    font-size: 28px;
    line-height: 32px;
}
#hpEnvironment-right p {
    font-size: 21px;
    line-height: 26px;
}	
.imageText-caption {
    text-align: center;
}	
.imageText-caption h1 {
    font-size: 28px;
    margin-bottom: 10px;
}	
	
	
#subheroImage-out {min-height: 140px;}
.subheroImage-title h1 {font-size: 25px;}		

/* Subpage 1 */
#roomNames h1 {
    font-size: 28px;
    line-height: 32px;
}
#roomNames p {
    font-size: 21px;
    line-height: 26px;
}

/* Subpage 2 */
#quoteSlider {
    padding: 0 15px;
}
#quoteSlider .carousel-control {
    display: none;
}	
	
	
/* Subpage 3 */
.thumbnail-buttons .customBtn.dark {
    margin: 20px 10% 0;
}
}



