/*******************************************************************
	HTML, BODY, CONTAINER
*******************************************************************/

html {

}

body {

	font: 14px/18px 'Lato', Arial, sans-serif;
	color: #fff;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	margin: 0 auto;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	position: fixed;
	z-index: -10;
	height: 100%;
	width: 100%;
}

#bottomBarLET {
	visibility: hidden;
	z-index: 100000000000;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

/*******************************************************************
	HEADINGS
*******************************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #db261f;
	font-family: 'Lato', Myriad Pro, sans-serif;
	line-height: 1;
}

h1 {
	font-size: 32px;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	margin: 20px 0;
	border: 0;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.25)
}

.frame {
	margin: 15px 5px;
	border: 5px solid #fff;
	border-bottom: 0;
	box-shadow: 0 0 5px #000;
}

.frame img {
	width: 100%;
}

a.more:link, a.more:visited, .btn {
	display: inline-block;
	max-width: 80px;
	padding: 5px 10px;
	background: #000;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

a.more:hover {
	background: #000;
}

.photoborder .nivo-controlNav, .photoheader .nivo-controlNav,
.photoborder .pagination, .photoheader .pagination {
	display: none;
}

.photoheader {
	margin-bottom: 20px;
}

.photoheader {
	border: 1px solid #5D636B;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	max-height: 300px;
}

.photoborder {
	border: 1px solid #5D636B;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	line-height: 0;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photo {
	margin-bottom: 10px;
}

.photo img {
	border: 1px solid #5D636B;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}


blockquote {
	font-style: italic;
}

label {
	font-weight: normal;
}

img {
	max-width: 100%;
}

/* sub-headings */
.page-content strong em,
.page-content em strong {
	color: #000;
	display: block;
	font-weight: bold;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	margin: 1.4em 0 0.2em 0;
	text-transform: uppercase;
}

/* buttons */
.page-content a:link.button,
.page-content a:visited.button,
.page-content strong em a:link,
.page-content strong em a:visited,
.page-content em strong a:link,
.page-content em strong a:visited {
	background: #000;
	color: #FFFFFF;
	display: block;
	font: bold 13px 'Lato', Arial, sans-serif;
	margin: 0 0 10px 0;
	max-width: 260px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.page-content a.button:hover,
.page-content strong em a:hover,
.page-content em strong a:hover {
	color: #000;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

/*******************************************************************
	GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #db261f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*******************************************************************
	HEADER
*******************************************************************/

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	min-height: 115px;
	background: #000;
	padding: 0 25px;
	font: 14px 'Lato', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

header .stack {
	height: 100%;
}

header a:link, header a:visited {
	color: #fff;
	text-decoration: none;
}

header .logo a {
	display: block;
	max-width: 269px;
	width: 100%;
	height: 88px;
	margin: 10px 0 0 10px;
	background: url(../images/logo.png) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999px;
}

.lt-ie9 header .stack {
	padding: 0 0 50px 0; /* in ie8, the dropdowns were not working properly. couldnt figure out why but this is a quick/easy fix. -AW */
}

header .stack .contact {
	padding: 40px 25px 0 0;
	text-align: right;
	vertical-align: baseline;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

#social {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	vertical-align: middle;
}


#social li {
	display: inline-block;
}

#social a:link, #social a:visited {
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../images/social.png);
}

#social .twitter a { background-position: 0 0 }
#social .twitter a:hover { background-position: 0 -28px }
#social .facebook a { background-position: -28px 0 }
#social .facebook a:hover { background-position: -28px -28px }
#social .linkedin a { background-position: -56px 0 }
#social .linkedin a:hover { background-position: -56px -28px }


/*******************************************************************
	SIDEBAR & NAVIGATION
*******************************************************************/

#sidebar {
	position: fixed;
	top: 200px;
	left: 25px;
	width: 210px;
	height: 435px;
	color: #fff;
	z-index: 999;
}

#navigation {
	padding: 20px 0;
	margin: 0 0 0 0;
	list-style-type: none;
	font-size: 0;
	background: #333;
	background: rgba(0,0,0, 0.75);
}

#navigation > li {
	z-index: 998;
	position: relative;
	font: 18px 'Lato', Arial, sans-serif;
	text-transform: uppercase;
}

#navigation li.hidden {
	display: none;
}
#navigation li:hover ul {
	display: block;
}

#navigation li ul {
	z-index: 999;
	display: none;
	position: absolute;
	top: 0;
	left: 210px;
	padding: 0;
	white-space: nowrap;
}

#navigation li ul li {
	position: relative;
	float: none;
	display: block;
	min-height: 30px;
	margin-left: 0;
	border: 0;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	text-transform: uppercase;
}

#navigation ul a:link, #navigation ul a:visited {
	display: block;
	height: 100%;
	background: #fff;
	line-height: 35px;
	padding: 0 25px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#navigation ul a:hover {
	background: #db261f;
	color: #fff;
}

#navigation li:last-child {
	border: 0;
}

#navigation > li > a:link, #navigation > li > a:visited {	
	display: block;
	line-height: 35px;
	padding: 0 25px;
	text-decoration: none;
	color: #fff;
}

#navigation > li > a:hover, #navigation > li:hover > a  {
	background: #fff;
	color: #333;
}

#sidebar .text {
	
	padding: 20px 25px;
	margin: 10px auto;
		background: #333;
	background: rgba(0,0,0, 0.75);
}

#sidebar .text strong:first-child {
	display: block;
	text-transform: uppercase;
}

#sidebar .text a:link, #sidebar .text a:visited {
	color: #fff;
}

#sidebar p {
	margin: 0;
}
#sidebar .text a:hover {
	text-decoration: underline;
}

/*******************************************************************
	LOGOS
*******************************************************************/

#logos {
	position: fixed;
	z-index: 75;
	right: 50px;
	top: 0;
	width: 190px;
	height: 100%;
	padding: 85px 0 0 0;
	background: #333;
	background: rgba(0,0,0,0.75);
}

#logos ul {
	padding: 0;
	height: 100%;
	margin: 0;
}

#logos li {
	padding: 0;
	margin-bottom: 40px;
	list-style-type: none;
}

#logos li:last-child {
	margin-bottom: 0;
}

#logos li a {
	display: block;
	background-image: url(../images/brand-logos.png);
	background-repeat: no-repeat;
}

#logos .bestwestern a { height: 59px; background-position: 0 0 }
#logos .hgi a { height: 26px; background-position: 0 -105px }
#logos .hampton a { height: 72px; background-position: 0 -182px }
#logos .home2 a { height: 67px; background-position: 0 -305px }
#logos .homewood a { height: 50px; background-position: 0 -428px }
#logos .aloft a { height: 61px; background-position: 0 -537px }
#logos .sleep a { height: 80px; background-position: 0 -640px }
#logos .candlewood a { height: 71px; background-position: 0 -758px }


/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	z-index: 0;
	min-height: 150px;
	text-align: center;
}

#masthead .shadow {
	width: 100%;
}

#masthead .overlay {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 60%;
	max-height: 80%;
	z-index: 100;
}

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
}

#masthead .nivo-controlNav, #masthead .pagination {
	display: none;
}

#masthead .theme-default .nivo-directionNav a {
	display: none;
}


/*******************************************************************
	CONTENT
*******************************************************************/
#content {

}

#content ul {
	padding: 0 0 0 40px;
}


#content li {
	margin: 10px 0;
}


/*******************************************************************
	MAIN
*******************************************************************/

#main {
	padding-top: 200px;
}

/* #main:before {
	content: ' ';
	position: absolute;
	top: 150px;
	right: 50px;
	width: 418px;
	height: 57px;
	background: url(../images/notsquare.png) no-repeat;
}
 */

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: 'Lato', Arial, sans-serif;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.25)
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #fff;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

#mobile-navigation  li {
	position: relative;
	min-width: 200px;
	max-width: 300px;
	padding: 0;
	margin: 0;
	background: #fff;
	list-style-type: none; 

}

#mobile-navigation li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #000;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: #db261f;
	color: #fff;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #000;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.1);
}

/*******************************************************************
	FOOTER
*******************************************************************/

footer {
	position: fixed;
	bottom: 0;
	z-index: 100;
	padding: 10px 25px;
	width: 100%;
	background: #000;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 -20px 100px #000;
	text-transform: uppercase;
	text-align: right;
}

footer p {
	margin: 0;
}

footer h4 {
	color: #fff;
	margin: 0;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .let-copyright {
	margin-bottom: 15px;
}

/*******************************************************************
	MEDIA BAR
*******************************************************************/
#bottomBarLET {
	line-height: 16px;
}

.jx-bar .goog-te-gadget-simple span {
	background: #FFFFFF !important;
	color: #000000;
}

/*******************************************************************
	MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1100px) {

	.page-content a:link.button,
	.page-content a:visited.button,
	.page-content strong em a:link,
	.page-content strong em a:visited,
	.page-content em strong a:link,
	.page-content em strong a:visited {
		display: inline-block;
		height: 55px;
		margin-right: 20px;
	}

	#bottomBarLET {
		display: none;
	}

	#navigation a:link, #navigation a:visited {	
		padding: 0 10px;
	}

	#sidebar {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	footer {
		text-align: center;
		box-shadow: 0 -5px 5px rgba(0,0,0,0.3);
	}

	header { 
		font-size: 12px;
	}
}


@media handheld, only screen and (max-width:800px) {
	header {
		position: relative;
	}
	header .logo a {
		margin: 20px auto;
	}

	header .stack .contact {
		padding: 10px 0 10px 0;
		text-align: center;
	}

	#social {
		display: block;
		margin: 10px auto;
	}

	.homepage #main {
		min-height: 100px;
		padding-bottom: 1000px;
	}
}

@media handheld, only screen and (max-width: 480px) {
	.page-content a:link.button,
	.page-content a:visited.button,
	.page-content strong em a:link,
	.page-content strong em a:visited,
	.page-content em strong a:link,
	.page-content em strong a:visited {
		display: block;
		height: auto;
		margin-right: 0;
	}
}

@media handheld, only screen and (max-height: 725px) {
	#sidebar {
		top: 160px;
	}
}

@media handheld, only screen and (max-height: 685px) {
	#sidebar {
		top: 130px;
	}
}