/*
Theme Name: Northern Hotel
Author: A.D. Creative Group
Author URI: http://adcreativegroup.com
Description: The Northern Hotel is the most modern hotel in Montana.
Version: 1.0.0
Text Domain: nh
Tags:
*/






html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #121212;
}

body {
	font-family: "proxima-nova",sans-serif;
	margin: 0;
	background-color: #f2ebe2;
}


@media (min-width:992px) {
	body { background-attachment: fixed; }
	
	.container-fluid { max-width: 1360px; max-width: 1170px; }
}

body.panel-open { overflow: hidden; }



hr { border-top-color: #dacbba; }

a:hover,
a:focus { text-decoration: none; outline: 0; }

.lead {
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 1.6;
}

@media (min-width:768px) {
    .lead {
        font-size: 18px;
        line-height: 1.8;
    }
}

.breadcrumb { background-color: transparent; padding: 20px 20px 0; }
.breadcrumb a { color: #fff; }
.breadcrumb > li + li:before {
    content: '|';
    content: '';
    padding: 0 5px;
    color: #555;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5em; font-family: "proxima-nova",sans-serif; }

h1 { font-weight: 100; }

h2, h3 { font-weight: 300; }

h4 { font-weight: 600; }

h5, h6 { font-weight: 700; text-transform: uppercase; }

h1 small, h2 small, h3 small, h4 small { display: block; }

small { color: inherit !important; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select.form-control:focus {
	border-color: rgba(0,0,0,0.5);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: none;
}

select.form-control:focus {
	border-color: rgba(0,0,0,0.2);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: none;
}


.btn {
	-webkit-transition: all 400ms;
	transition: all 400ms;
	border: 0;
	border-radius: 2px;
	font-family: "proxima-nova",sans-serif !important;
	font-style: normal !important;
}

.btn-book { padding: 7px 12px; }


.btn-round {
	border-radius: 50%;
	width: 47px;
	height: 47px;
	background-color: rgba(0,0,0,0.0);
	line-height: 38px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-size: 19px;
	text-indent: 1px;
	margin-bottom: 40px;
}


.btn-round:hover,
.btn-round:focus,
.btn-round:active {
	background-color: rgba(255,255,255,0);
	color: #fff;
}


.btn-outline {
	border: 0px solid rgba(255,255,255,0.8);
	color: #555;
	background-color: rgba(255,255,255,0.8);
	font-weight: 700;
	font-size: 14px;
	padding: 15px 28px 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #bf2d1a;
	background-color: #cf7219;
	background-color: transparent;
	padding: 15px 28px 13px;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
}

.btn-reservation-panel {
	margin-top: 30px;
}



.btn-header-reservations { display: none; }

body.home .btn-header-reservations { display: none; }

@media (min-width:768px) {
	
	.btn-header-reservations {
		display: none;
		margin-bottom: 0;
		position:absolute;
		right: 80px;
		margin-left: 0;
		top: 8px;
		z-index: 10;
		color: #fff;
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
	}
}

/* Sweep To Right */
.sweep-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/*
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	*/
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
}

.sweep-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	    transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	    transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.sweep-right:hover,
.sweep-right:focus,
.sweep-right:active {
	color: #444;
}

.sweep-right:hover:before,
.sweep-right:focus:before,
.sweep-right:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	    transform: scaleX(1);
}





.list-social {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 70px;
	top: 29px;
	z-index: 1;
}

@media (min-width: 640px) {
	.list-social { display: block; }
}

.list-social li {
	display: inline-block;
}

.list-social a {
	display: block;
	color: #fff;
	margin: 0;
	padding: 5px;
}


/* Search ---------------------------------------------------------------------------------------- */

.searchbox {
	display: none;
    position:relative;
    min-width:40px;
    height:40px;
    float:left;
    margin: 25px 25px 0 25px;
    overflow:hidden;
    z-index: 2;
}

@media (min-width: 600px) {
	.searchbox { display: block; }
}

.search-input {
    border:0;
    outline:0;
    background-color:transparent;
    width: 0%;
    width: 0px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 36px;
    font-size: 16px;
    font-weight: 600;
    color:444;
}


.search-icon,
.search-submit {
    width:40px;
    height:40px;
    line-height:40px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color:#444;
    background-color: transparent;
}

.search-submit { color: #ccc; background-color: transparent; z-index: 1; }
.search-icon { color: #ccc; background-color: transparent; z-index: 2; }

.searchbox-open {
    width:220px;
    background-color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
	position: relative;
}

.searchbox-open .search-input { width: 100%; }
.searchbox-open .search-submit { z-index: 2; }
.searchbox-open .search-icon { z-index: 1; color: #bf2d1a; }

.searchbox-close { 
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* Navigation Panel ---------------------------------------------------------------------------------------- */

.cd-btn {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: color .3s;
	transition: color .3s;
	background-color: transparent;
} 

.cd-btn:before {
	display: inline-block;
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	text-align: center;
	color: #fff;
	
	content: 'MENU';
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	font-weight: 700;
}

@media (min-width: 600px) {
	.cd-btn { left: auto; right: 28px; top: 20px; }
}

.offer-btn {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: color .3s;
	transition: color .3s;
	background-color: transparent;
} 

.offer-btn:before {
	display: inline-block;
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	text-align: center;
	color: #fff;
	
	content: 'OFFERS';
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	font-weight: 700;
}

@media (min-width: 600px) {
	.offer-btn { display: inline-block; left: auto; right: 88px; top: 20px; }
}




.cd-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 9999;
}

.cd-panel.is-visible {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	background-color: rgba(0,0,0,0.7);
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.cd-panel-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow:none;
  -webkit-transition: left 0.1s 0s;
  -moz-transition: left 0.1s 0s;
  transition: left 0.1s 0s;
  height: 60px;
  line-height: 60px;
  border-right: 0 solid #222;
}

.cd-panel-header-logo { max-height: 30px; margin-left: 20px; }

.cd-panel-header h1 {
  font-weight: 800;
  padding-left: 20px;
  line-height: 50px;
  font-size: 18px;
  margin: 0;
  color: #ededed;
  text-transform: uppercase;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -60px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: left 0.6s 0s;
  -moz-transition: left 0.6s 0s;
  transition: left 0.6s 0s;
}


.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #444;
  background-color: #da391c;
  background-color: transparent;
}

.cd-panel-close:before{ 
	content: '\f00d';
	font-family: FontAwesome;
	position: absolute;
	left: 52%;
	top: 49%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	font-size: 18px;
}


.no-touch .cd-panel-close:hover {
  /*background-color: #da391c;*/
  color: #da391c;
}

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.9);
  background-color: #870e03;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.0s;
  transition-delay: 0.0s;
  border-right: 0 solid #222;
}

@media only screen and (min-width: 480px) {
	.cd-panel-header, 
	.cd-panel-container { max-width: 320px; }
}


.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.is-visible .cd-panel-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel-content h4 {
  	font-weight: 600;
  	text-transform: uppercase;
  	margin: 0 0 10px;
  	font-size: 16px;
  	color: #444;
}

.cd-panel-content .form-group { margin-top: 30px; margin-bottom: 5px; }

.cd-panel-content .form-group:first-of-type { margin-top: 0; }

.cd-panel-content .panel-search {
	padding: 20px 20px;
	background-color: rgba(0,0,0,0.3);
}

.cd-panel-content .panel-search input[type="search"] { font-weight: 600; }








/* Navigation Menu ---------------------------------------------------------------------------------------- */

.nav-menu {
	padding: 0;
	margin: 0;
}

.main-navigation a {
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #fcfcfc;
}

.main-navigation a:hover {
	color: #555;
	background-color: #fff;
	background-color: rgba(255,255,255,1);
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0;
}

.main-navigation ul .toggled-on {
	display: block;
	/*background-color: #fff;*/
}

.main-navigation li {
	border-top: 1px solid rgba(0,0,0,0.1);
	position: relative;
}


.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
	color: #fff;
}

.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a:hover {
	color: #444;
}


/*
.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}
*/

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
	padding-right: 50px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	box-sizing: content-box;
	content: "";
	height: 44px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0;
	right: 0;
	width: 50px;
	border-left: 0px solid #222;
}

.dropdown-toggle:after {
	color: #ddd;
	content: "\f078";
	font-size: 16px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
	font-family: FontAwesome;
}

.dropdown-toggle:hover {
	background-color: rgba(0,0,0,0.1);
}

.dropdown-toggle.toggle-on { color: #ddd; }

.dropdown-toggle:focus {
	outline: 0px solid #c1c1c1;
	outline: 0px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
	color: #ddd;
}




.sub-menu {
	padding: 0;
	margin: 0;
}

.sub-menu a {
	padding: 10px 10px 10px 30px;
	text-transform: none;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0;
	height: auto;
	line-height: 1;
	position: relative;
}

.sub-menu a:before {
	content: '\f111'; /* circle */
	content: '\f0da'; /* caret */
	font-family: FontAwesome;
	font-size: 11px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	margin-top: -1px;
}

.sub-menu li { border-top-color: #ddd; border: 0 !important; }


















.header {
	position: fixed;
	width: 100%;
	z-index: 10;
	height: 60px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	background-color: rgba(0,0,0,0.0);
}

.header:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 4px;
	background-color: #212121;
}

.header.not-active { background-color: rgba(0,0,0,0.0) !important; }

.header.active { background-color: rgba(0,0,0,0.9) !important; }

.navbar-brand {
	background-image: url(img/header-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	width: 200px;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 5px;
}

.header.active .navbar-brand {  }

@media (min-width: 375px) {
	.navbar-brand { 
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}
}

@media (min-width: 600px) {

	.header { height: 90px; }

	.navbar-brand { 
		width: 300px;
		right: auto;
		top: 21px;
		margin-left: -20px;
	}
}

@-webkit-keyframes bounce {
  0%, 20%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bounce {
  0%, 20%, 80%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.8;
  }
  40% {
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0.1;
  }
}

.arrow {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	bottom: 76px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	z-index: 0;
	
}

.circle {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 70px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	width: 36px;
	height: 36px;
	content: '';
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.3);
}

.bounce {
	-webkit-animation: bounce 2.3s infinite;
	animation: bounce 2.3s infinite;
}











/* hero ---------------------------------------------------------------------------------------- */

.hero {
	position: relative;
	table-layout: fixed;
	display: table;
	height: 45vh;
	width: 100%;
	background-color: #222;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	min-height: 320px;
}

.hero:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
}

@media (min-width: 992px) {
	.hero { min-height: 420px; }
}


.hero:after {
	display: block;
	content: '';
	width: 100%;
	height: 32px;
	background-image: url(img/textures.jpg);
	background-position: center;
	background-attachment: scroll;
	position: absolute;
	bottom: 0;
	left: 0;
}


.hero .hero-content { 
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	
}

.hero h1 {
	text-align: center;
	padding: 0 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1.2em;
	position: relative;
	color:#fcfcfc;
	color: rgba(255,255,255,0.8);
	margin-top: 0;
}

.hero h1.single-offer-title {
	letter-spacing: 0.15em;
	font-weight: 300;
}



@media (min-width: 992px) {
	.hero h1 {
		letter-spacing: 0.1em;
		font-size: 2.6em;
		text-align: center;
		font-weight: 100;
		margin-top: 30px;
		margin: 0;
	}
	
	.hero h1.single-offer-title {
		font-weight: 100;
		font-size: 2.5em;
	}
}



.hero h1 small {
	color: inherit;
	font-weight: 300;
}

.hero.home h1 {
	color:#111;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 0;
	font-size: 2em;
	text-align: center;
	margin-bottom: 40px;
}

@media (min-width: 600px) {
	.hero.home h1 { font-size: 3em; }
}

@media (min-width: 768px) {
	.hero.home h1 { font-size: 4em; }
}

@media (min-width: 992px) {
	.hero.home h1 { font-size: 5em; margin-bottom: 170px; margin-top: 110px; }
	
}

.hero.home {
	height: 100vh;
	background-image: url(img/placeholder.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
}



.hero.home:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
	background-image: url(img/northern-logomark-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 120px;
	background-attachment: scroll;
	z-index: 0;
	opacity: 0.2;
}

@media (min-width: 600px) {
	.hero.home:before {
		background-size: 60% auto;
		top: 0;
	}
}

@media (min-width: 992px) {
	.hero.home { background-attachment: fixed; }
	.hero.home:before {
		background-size: 62% auto;
	}
}

.hero.home:after {
	display: block;
	content: '';
	width: 100%;
	height: 40px;
	background-image: url(img/textures.jpg);
	background-position: center;
	background-attachment: scroll;
	position: absolute;
	bottom: 0;
	left: 0;
}


.reservation-form-wrapper {
	background-color: #121212;
	padding-bottom: 20px;
}

.reservation-form-wrapper .reservation-form {
	background-color: rgba(0,0,0,0.0);
}

.reservation-form .form-group label {
	text-align: left !important;
	color: #ddd;
	font-size: 10px;
	text-transform: uppercase;
}

.reservation-form {
	margin: 0 0 0;
	background-color: #fff;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 15px 0;
	
	position: relative;
	z-index: 1;
	border: 1px solid rgba(0,0,0,0.1);
}

.reservation-form .form-group,
.reservation-form .form-control { margin-bottom: 5px; }

.reservation-form .book-label {
	margin: 27px 0 0;
	color: #e4bb83;
	line-height: 1.125;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-right: 18px;
	padding-right: 0;
}

.reservation-form .book-label::before {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	font-family: FontAwesome;
	content: '\f105';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 24px;
	color: #666;
}


/*
.reservation-form:before {
	display: none;
	content: 'Book Your Reservation';
	text-align: center;
	font-size: 10px;
	color: #ddd;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

@media (min-width:992px) {
	.reservation-form:before { display: none; }
}
*/





.arrival-calendar {
	display: block;
	position: absolute;
	font-size: 16px;
	right: 25px;
	top: 10px;
	z-index: 1;
	color: #ccc;
}




.reservation-form .trim { display:none; }

@media (min-width:768px) {
	.reservation-form .trim { display: none; }
}

@media (min-width:1024px) {
	.reservation-form {  }
	
	.reservation-form .trim { display: inline; }
}

.reservation-form .input-group,
.reservation-form select,
.reservation-form .btn {
	margin-bottom: 17px;
}


.reservation-panel {
	padding: 0;
}

.panel-wrapper {
	padding: 10px 0px 40px;
	background-color: rgba(0,0,0,0.8);
	background-color: #111;
	position: relative;
}


.panel-close {
	margin: 40px auto 0;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 38px;
	border-radius: 50%;
	border: 0px solid rgba(255,255,255,0.3);
	text-align: center;
	font-size: 21px;
	text-indent: 0.03em;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.4);
	position: relative;
	background-color: rgba(0,0,0,0.4);
	color:rgba(255,255,255,0.4);
}

.panel-close:hover {
	color: #fff;
}

.recognition { display: none; }

@media (min-width:768px) {
	.recognition {
		display: block;
		text-align: center;
		padding: 40px 0 50px;
		position: relative;
	}

	.recognition h2 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		margin: 0;
		color: #111;
	}

	.recognition ul {
		font-size: 48px;
		font-weight: 100;
		margin: 0;
	}
	
	.recognition li {
		padding-left: 6px;
		padding-right: 6px;
	}
}



.layout img {
	max-width: 100%;
	height: auto;
}


/* Text Only - Background Pattern, Text Only - Background Image ---------------------------------------------------------------------------------------- */

.content-background-pattern {
	padding: 10% 5% 5%;
	color: #fff;
	background-color: #2d2d2d;
	background-color: #121212;
	background-image: url(img/n-pattern.png);
	background-attachment: fixed;
	box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3) inset, 0 -6px 6px rgba(0,0,0,0.0) inset;
	overflow: hidden;
	position: relative;
	
	/*
	background-color: #3d1c02;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkMWMwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzE3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(61,28,2,1) 0%, rgba(51,23,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(61,28,2,1) 0%,rgba(51,23,0,1) 100%);
	background: linear-gradient(to bottom, rgba(61,28,2,1) 0%,rgba(51,23,0,1) 100%);
	*/
	
}

/*
.content-background-pattern::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-image: url(img/n-pattern-wht.png);
	background-attachment: fixed;
	z-index: 0;
	opacity: 0.2;
}
*/

.content-background-pattern .list-inline li a { color: #fff; color: rgba(255,255,255,0.7); -webkit-transition: color 300ms; transition: color 300ms; }

.content-background-pattern .list-inline li a:hover { color: #fff; }

.content-background-pattern .list-inline,
.content-background-pattern .list-menu-inline {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.content-background-pattern .list-inline li {
	display: block;
	text-align: center;
	margin: 15px 0;
	float: left;
	width: 50%;
}

.content-background-pattern .list-inline li a:before {
		content: '\f019';
		font-family: FontAwesome;
		display: block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		position: absolute;
		left: 50%;
		margin-left: -12px;
		bottom: 5px;
		z-index: 1;
		color: #999;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
		font-weight: normal;
	}
	
	.content-background-pattern .list-inline li a { position: relative;display: block; padding-bottom: 28px; }

@media (min-width: 768px) {
	.content-background-pattern .list-inline li {
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		text-transform: uppercase;
		font-size: 13px;
		padding-bottom: 20px;
		margin: 0;
		position: relative;
		float: none;
		width: auto;
	}
	
	
}

@media (min-width: 600px) {
	.content-background-pattern { padding: 4% 5% 3%; }
}

.content-background-pattern h2,
.content-background-image h2 {
	text-transform: uppercase;
	font-weight: 100;
	max-width: 80%;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
	font-size: 24px;
}

.content-background-pattern h2 small,
.content-background-image h2 small { font-size: 16px; display: block; font-weight: 700; letter-spacing: 0.08em; margin-top: 5px; }

@media (min-width: 600px) {
	.content-background-pattern h2,
	.content-background-image h2 { font-size: 36px; }
}

@media (min-width: 992px) {
	.content-background-pattern h2,
	.content-background-image h2 { font-size: 56px; }
}

.content-background-pattern .text-block,
.content-background-image .text-block {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.content-background-pattern .text-block p,
.content-background-image .text-block p {
	font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 1.6;
    position: relative;
}

@media (min-width: 992px) {
	.content-background-pattern .text-block p,
	.content-background-image .text-block p {
		font-size: 18px;
		line-height: 1.7;
	}
}


.content-background-image {
	
	color: #fff;
	background-color: #313131;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	box-shadow: 0 -8px 6px -4px rgba(0,0,0,0.15) inset, 0 8px 6px -4px rgba(0,0,0,0.2) inset;
}

.content-background-image-wrapper {
	padding: 8% 5%;
	position: relative;
}

.content-background-image-wrapper:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 0;
}

@media (min-width: 600px) {
	.content-background-image-wrapper { 
		padding: 10% 5% 8%;
	}
}

@media (min-width: 992px) {
	.content-background-image { 
		background-attachment: fixed;	
	}
}

.content-background-pattern .btn,
.content-background-image .btn { margin-top: 30px; margin-bottom: 30px; }





/* Image-Text Sections ---------------------------------------------------------------------------------------- */

.section-image-text {
	table-layout: fixed;
	display: table;
	background-color: whitesmoke;
	width: 100%;
	
}

.section-image-text .image-block,
.section-image-text .text-block {
	padding: 10% 5%;
	width: 100%;
	display: block;
	text-align: center;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 100%);
	overflow: hidden;
	position: relative;
}



.section-image-text .image-block {
	min-height: 220px;
}

.section-image-text .text-block {
	background-color: #5a2900;
	color: #fcfcfc;
	position: relative;
}


.section-image-text .text-block:nth-child(even) {
	background-color: #830f01;
	color: #fcfcfc;
}


@media (min-width: 768px) {
	.section-image-text .image-block,
	.section-image-text .text-block {
		padding: 5%;
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		height: 468px;
		min-height: 468px;
	}
}

.section-image-text .image-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-image-text h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 24px;
	position: relative;
	padding-bottom: 36px;
}

.section-image-text h3 small { margin-top: 5px; letter-spacing: 0.05em;}


.section-image-text h3:before {
	display: block;
	content: '';
	height: 11px;
	width: 600px;
	background-image: url(img/fancy-line.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	opacity: 0.3;
}

.section-image-text .btn { margin-top: 30px; }









/* Two Column Content ---------------------------------------------------------------------------------------- */

.two-column-text,
.one-column-text {
	padding: 60px 0 40px;
	overflow: hidden;
	text-align: left;
	line-height: 1.7;
	border-top: 0 solid white;
	font-family: Georgia;
	border-top: 1px dashed #222;
}


.two-column-text li,
.one-column-text li {
	line-height: 1.4;
	margin-top: 15px;
}

.two-column-text li:first-of-type,
.one-column-text li:first-of-type {
	margin-top: 0;
}


.two-column-text p,
.one-column-text p {
	margin-bottom: 30px;
}


@media (min-width: 992px) {

	.two-column-text,
	.one-column-text {
		text-align: left;
	}

	.pad-right{
		padding-right: 3%;
	}
	.pad-left {
		padding-left: 3%;
	}
}


.two-column-text h3,
.one-column-text h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 60px;
	font-size: 24px;
	position: relative;
	padding-bottom: 32px;
	text-align: center;
	font-family: "proxima-nova",sans-serif;
}

.two-column-text h3::before,
.one-column-text h3::before {
	display: block;
	content: '';
	height: 2px;
	width: 90px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	background-color: #222;
}

.two-column-text h3 small,
.one-column-text h3 small { margin-top: 5px; letter-spacing: 0.05em;}


.one-column-text {
	padding-top: 80px;
	padding-bottom: 60px;
	background-size: 0px 0px;
}

@media (min-width: 992px) {
	.one-column-text {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
		background-color: #fcfcfc;
	}
	
	.one-column-text.flip-horizontal {
		background-position: left center;
	}
}





/* Flex Columns  ---------------------------------------------------------------------------------------- */

.flex-grid {
    display: block;
    width: 100%;
    background-color: #313131;
	background-image: url(img/n-pattern.png);
	background-attachment: fixed;
}

.flex-grid .flex-item {
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.15) 100%);
	position: relative;
	width: 100%;
	padding-bottom: 0;
	background-color: #313131;
}



.flex-grid .flex-content > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}


.flex-grid .flex-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 40px;
	margin-bottom: 0;
	box-shadow: 0 4px 3px 0 rgba(0,0,0,0.2);
}


.flex-grid .flex-content {
	padding: 0 0 0 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.flex-content h3,
.flex-content p {
	padding: 0 10%;
}

.flex-content p {
	padding-bottom: 30px;
}

.flex-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 48px 0 20px;
    font-size: 24px;
}

.flex-content h3 small {
    margin-top: 5px;
    letter-spacing: 0.05em;
}

.flex-content h3:after {
	display: block;
	content: '';
	height: 11px;
	margin-top: 20px;
	width: 100%;
	background-image: url(img/fancy-line.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	opacity: 0.3;
}

.flex-content .btn { margin-top: 20px; }

.flex-image-logo {
	position:absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	max-height: 50%;
	width: auto;
}

@media (min-width: 768px) {

	.flex-grid {
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	    -ms-flex-wrap: wrap;
    	        flex-wrap: wrap;
	}
	
	.flex-grid .flex-item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
		max-width: 50%;
	}
		
	.flex-image-logo { max-height: 90%; }

}

@media (min-width: 1280px) {
	.flex-grid .flex-item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}
}











/* Offers Carousel ---------------------------------------------------------------------------------------- */

.offers-carousel {
	padding: 15px 0 30px;
	position: relative;
	background-color: rgba(239,231,220,0.4);
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.2) inset;
	border-top: 0px solid #fff;
	background: url(img/texture-bg.jpg);
}

.offers-carousel:before {
	display: block;
	content: 'OFFERS';
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	color: #555;
	font-family: Georgia, serif;
	letter-spacing: 0.07em;
	top: 21px;
}

.owl-carousel.owl-loaded {
	z-index: 0;
	position: relative;
}

.carousel-offer {
	padding: 0;
	display: block;
	text-align: center;
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #333;
	height: 100%;
}



.carousel-offer:before {
	display: block;
	content: '';
	position: absolute;
}


.offer-abstract {
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all 300ms;
	transition: all 300ms;
}


.offer-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	position: relative;
	z-index: 0;
}

.offer-image:before {
	display: block;
	content: '';
	padding-bottom: 56.25%;
	
}

.offer-image-wrapper {
	overflow: hidden;
}

.flip .offer-image-wrapper .offer-image {
	-webkit-transition: all 1s;
	transition: all 1s;
	
}

.flip:hover .offer-image-wrapper .offer-image {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	    transform: scale(1.2);
}


.offer-abstract h4 {
	width: 100%;
	text-align: center;
	margin: 30px 0 10px;
	background-color: rgba(255,255,255,0.0);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	min-height: 80px;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.offer-abstract h4 small {
	font-size: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #ccc !important;
	letter-spacing: 0.05em;
}

.offer-abstract span {
	display: block;
	width: 60px;
	height: 60px;
	margin: -60px auto 20px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #fff !important;
	position: relative;
	text-align: center;
}

.offer-abstract span:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	background-image: url(img/n-icon-simple.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 62% auto;
}

.offer-abstract .fa {
	display: none;
	font-size: 16px;
	font-weight: 100;
	color: #999;
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}







.offer-details {
	text-align: left;
	position: relative;
	z-index: 2;
}

.offer-details h4 {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
	background-color: rgba(255,255,255,0.0);
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	padding: 0 25px;
	height: 60px;
	min-height: 60px;
}

.offer-details h4 small {
	font-size: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #ccc !important;
	letter-spacing: 0.05em;
}

.offer-details p {
	min-height: 60px;
	padding: 0 20px;
	text-align: center;
}

.offer-buttons .btn-offer {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase !important;
	padding: 15px 0 13px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
}

.offer-buttons .btn-offer:hover { color: #444; }


.offer-permalink {
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: block;
	margin: 60px auto 0px;
	position: relative;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	text-align: center;
	width: 40%;
}




.offer-buttons {
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 0 20px 15px;
	border-top: 1px solid rgba(255,255,255,0.0);
	width: 100%;
}

.btn-offer-back {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	z-index: 2;
}

.btn-offer-back:hover {
	color: #bf2d1a;
}






/* Single Offer ---------------------------------------------------------------------------------------- */

.single-offer {
    display: block;
    width: 100%;
    min-height: 480px;
    background-color: #f2ebe2;
}

.single-offer-image,
.single-offer-details {
	width: 100%;
	display: block;
	padding: 7% 5%;
}

.single-offer-details .offer-permalink {
	color: #444;
	width: auto;
	display: inline-block;
	
}

.single-offer-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 280px;
	position: relative;
}

.single-offer-image:before {
	display: block;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #121212;
	background-color: rgba(0,0,0,0.3);
	z-index: 0;
}


.single-offer-image .offer-permalink {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: auto;
	margin: 0;
}


.single-offer-image .offer-permalink {
	width: auto;
	width: 100%;
	max-width: 226px;
	margin: 0 auto;
}

.single-offer-title {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	position: relative;
}

.single-offer-title:before {
	display: block;
	content: 'OFFER';
	font-size: 12px;
	font-weight: 700;
	color: #777;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.single-offer { 
		table-layout: fixed;
    	display: table;
	}
	
	.single-offer-image,
	.single-offer-details {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	
	.single-offer-title { font-size: 36px; }
}


.single-offer-details p:first-of-type {
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	line-height: 1.7;
}

.single-offer-details ul,
.single-offer-details ol {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd3c6;
  border-width: 1px 0;
  margin: 20px 0;
}





.offers {
	list-style: none;
	padding: 10px 10px;
	margin: 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offers li {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
	padding: 10px;
	width: 100%;
	
}



.offers-thumbnail {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
	border: 0px solid #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3) inset;
	position: relative;
}


.spacer {
	background-image: url(img/fancy-line.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 0;
	margin-bottom: 10px;
	height: 11px;
	width: 200px;
}


.offers-single-content {
	padding: 15px;
	text-align: center;
	background-color: rgba(0,0,0,0.05);
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: auto;
	border: 10px solid #fff;
	position: relative;
}

.offers-single-content h4 {
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.03em;
	margin-top: 20px;
	text-shadow: 0 -1px rgba(255,255,255,0.9);
}


.offers-single-content .offer-permalink {
	color: #444;
	width: auto;
	border-color: rgba(255,255,255,1);
	margin-top: 40px;
}

.offers-single-content .offer-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media (min-width: 768px) {
	.offers li { width: 50%; }
}

@media (min-width: 1280px) {
	
	.offers { padding: 60px 30px 0; }
	.offers li { width: 33.33333%; padding: 0 30px 60px; }
	.offers-single-content { padding: 40px 30px 30px; min-height: 460px; }
}


@media (min-width: 1920px) {
	
	.offers li { width: 25%; padding: 0 30px 60px; }
	
}









/* Footer ---------------------------------------------------------------------------------------- */

.shim {
	display: block;
	width: 100%;
	height: 32px;
	background-image: url(img/textures.jpg);
	background-position: center;
	background-attachment: scroll;
	box-shadow: 0 5px 4px -1px rgba(0,0,0,0.0) inset;
	border-bottom: 2px solid #000;
}

.site-footer {
	background-color: #121212;
	padding: 40px 0 80px;
	/*
	background-image: url(img/n-pattern.png);
	background-attachment: fixed;
	*/
}




.site-info {
	color: #fcfcfc;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
}

.list-footer-logos li {
	margin: 10px 10px;
	vertical-align: middle;
}
.list-footer-logos li .small {
	width: 12rem;
}

.site-info span { display: block; padding: 0; }

@media (min-width: 992px) {
	.list-footer-logos li { margin: 10px 15px 0; }
	.site-info span { display: inline; padding: 0 10px; }
}






.friends-of-the-northern {
	text-align: center;
	background-color: #3d1c02;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkMWMwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzE3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(61,28,2,1) 0%, rgba(51,23,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(61,28,2,1) 0%,rgba(51,23,0,1) 100%);
	background: linear-gradient(to bottom, rgba(61,28,2,1) 0%,rgba(51,23,0,1) 100%);
	color: #fff;
	padding: 40px 0 30px;
	box-shadow: 0 5px 4px -1px rgba(0,0,0,0.4) inset;
	position: relative;
}

.friends-of-the-northern::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-image: url(img/n-pattern-wht.png);
	background-attachment: fixed;
	z-index: 0;
	opacity: 0.2;
}





.owl-nav {
	position: absolute;
	top: 50%;
	height: 0;
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	color: #fcfcfc;
	left: 0;
	width: 40px;
	height: 60px;
	line-height: 62px;
	margin-top: -30px;
	background-color: #bf2d1a;
	text-align: center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	padding: 0 3px 0 0;
}

.owl-next {
	left: auto;
	right: 0;
	padding: 0 0 0 3px;
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #222;
	color: #fcfcfc;
}

.owl-dots { text-align: center; margin-top: 15px; }

.owl-dots .owl-dot { display: inline-block; }

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
}

.owl-dots .owl-dot.active span {
	border-color: #fff;
	background-color: transparent;
}



.flip {
	-webkit-perspective: 800;
	-moz-perspective: 800;
	perspective: 800;
	height: 350px;
	position: relative;
	margin: 40px auto 20px;
}



.flip .card.flipped {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flip .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.flip .card .face {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}
.flip .card .front {
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.flip .card .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color: #ce6f15;
	background-color: #850f01;
	background-color: #222;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 20px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.flip .card .back h4 a { color: #fff; }

.flip .card .back:before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
}









/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 100%;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 0 0 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
figcaption.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0 0;
    padding: 0 4px 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.03em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}




.content {
	padding: 30px 0 20px;
	text-align: left;
    line-height: 1.7;
     font-family: Georgia;
     
     position: relative;
}

.content::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 0;
	border-top: 1px dashed #f2ebe2;
}

@media (min-width: 600px) {
	.content { padding: 60px 0 30px; }
	
	.content p { margin-bottom: 30px; }
	
}

blockquote {
    padding: 0 0 0 24px;
    margin: 0 0 0 38px;
    font-size: 20px;
    border-left: 1px solid #ccc;
    position: relative;
}

blockquote:before {
    display: block;
    position: absolute;
    left: -36px;
    top: 0;
	content: '\f10d';
	font-family: FontAwesome;
	color: #999;
}

article {
	margin-top: 20px;
	position: relative;
	border-top: 1px solid #444;
	padding-top: 50px;
}

article:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 49%;
	height: 5px;
	background-color: #444;
	margin-left: 0;
}


article:first-of-type {
	margin-top: 0;
	border: 0 !important;
	padding-top: 0;
}

article:first-of-type:before {
	display: none;
}

article .entry-header small { 
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 0px solid #ddd;
	color: #777 !important;
}

.entry-meta {
	text-align: left;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.entry-meta a {
 color: #444;
}






.help-block {
	line-height: 1.125;
	font-size: 12px;
}






.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-color: #ddd3c6;
}


.table-capacities>thead>tr>th, 
.table-capacities>tbody>tr>th, 
.table-capacities>tfoot>tr>th, 
.table-capacities>thead>tr>td, 
.table-capacities>tbody>tr>td, 
.table-capacities>tfoot>tr>td {
	font-size: 13px;
}

.table-capacities th,
.table-capacities td { text-align: center; }

.table-capacities th:first-of-type,
.table-capacities td:first-of-type {
	font-weight: 600;
	text-align: left;
}


.table-capacities > tbody > tr:hover > td {
    background-color: #fff;
}






/* specials modal
----------------------------------------------------------------------------------------------------------------------*/
.special-modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.modal-dialog {
	width: 750px !important;
}
.special-modal-body-mobile {
	display: none;
}
@media(max-width: 900px) {
	.modal-dialog {
		width: 80%;
	}
	.modal {
		display: flex;
		align-items: flex-start !important;
		justify-content: center !important;
	}
}
@media(max-width: 800px) {
	/* .special-modal-body-mobile {
		display: block;
	} */
}
#suite-summer-photo-caption {
	position: absolute;
	bottom: 0;
	right: 24px;
	text-transform: uppercase;
	font-size: 70%;
}
#covid19Modal .modal-body, #covid19ModalAlt .modal-body, #specialsModal .modal-body {
	padding: 1rem;
}

.and-divider {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-bottom: .5em;
}
.and-divider div {
	height: 2px;
	width: 80%;
	background: #dacbba;
}
#covid19Modal .modal-header,
#covid19Modal .modal-footer,
#covid19ModalAlt .modal-header,
#covid19ModalAlt .modal-footer,
#specialsModal .modal-header,
#specialsModal .modal-footer {
	background-image: url(img/textures.jpg);
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 16px 15px 36px;
	border: 0;
}

#covid19Modal .modal-footer,
#covid19ModalAlt .modal-footer,
#specialsModal .modal-footer {
	background-position: right;
	padding: 12px 15px 10px;
}

#covid19Modal .modal-header .close,
#covid19Modal .modal-footer .close,
#covid19ModalAlt .modal-header .close,
#covid19ModalAlt .modal-footer .close,
#specialsModal .modal-header .close,
#specialsModal .modal-footer .close {
	width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	opacity: 1;
}




/* New Modal ================================================================== */
#specialsModal .modal-body {
	/* background-color: #f2ebe2; */
	/* background-image: url(https://www.northernhotel.com/wp-content/uploads/NH_New-Elevators__1a_Photo-Only.jpg); */
	background-image: url(https://www.northernhotel.com/wp-content/uploads/modal-bg-12.jpg);
	background-size: cover;
	background-position: top center;
	color: #c5842a;
	text-align: center;
	padding: 2rem 5rem;
}
#specialsModal .modal-body p {
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
#specialsModal .modal-body small {
	font-size: 12px;
}
#specialsModal .modal-body h2 {
	font-weight: 600;
	margin: .5rem 0;
}
#specialsModal .modal-title {
	display: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.125;
	padding: 2rem 0 30rem;
	color: #fff;
}
.modal-logo .logo-northern {
	display: none;
}
/* New Modal ================================================================== */




#specialsModal .modal-image {
	background-color: #f2ebe2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	position: relative;
}

#covid19Modal .modal-image::before,
#covid19ModalAlt .modal-image::before,
#specialsModal .modal-image::before {
	display: block;
	content: '';
	padding-bottom: 46.25%;
	
}

#covid19Modal .modal-logo img,
#covid19ModalAlt .modal-logo img,
#specialsModal .modal-logo img {
	padding-top: 28px;
}

#covid19Modal .modal-logo img.logo-northern,
#covid19ModalAlt .modal-logo img.logo-northern,
#specialsModal .modal-logo img.logo-northern {
	max-width: 110px;
}

#covid19Modal .modal-logo img.logo-ten,
#covid19ModalAlt .modal-logo img.logo-ten,
#specialsModal .modal-logo img.logo-ten {
	max-height: 140px;
}

#covid19Modal .modal-logo img.logo-bernies,
#covid19ModalAlt .modal-logo img.logo-bernies,
#specialsModal .modal-logo img.logo-bernies {
	max-width: 150px;
}

#covid19Modal .modal-button,
#covid19ModalAlt .modal-button,
#specialsModal .modal-button {
	text-align: center;
	padding: 15px 0 8px;
}

#covid19Modal .modal-button .btn,
#covid19ModalAlt .modal-button .btn,
#specialsModal .modal-button .btn {
	font-weight: 700;
	padding: 11px 15px;
}

.covid19banner { background-color: #870e03; color: #fff; padding: 30px; text-align: center; }

.covid19banner h1 { display: inline; color: #fff; text-transform: uppercase; font-weight: 700; font-size: 24px; margin-bottom: 0; }
.covid19banner button { display: inline; }

/* contact / rfp form
----------------------------------------------------------------------------------------------------------------------*/

.wpcf7-form { font-family: "proxima-nova",sans-serif; }

.wpcf7-form label { line-height: 1.25; }
span.wpcf7-list-item { display: block; }

span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 1.125;
	margin-top: 5px;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid { border-color: #f00; }

div.wpcf7-validation-errors {
	border: 0px solid #f7e700;
	background-color: #f7e700;
}



/* galleries
----------------------------------------------------------------------------------------------------------------------*/


.list-filters {
	margin: 0;
	text-align: center;
	background-color: #222;
	padding: 8px 30px 11px;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}

.list-filters li {
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
	font-weight: 600;
	cursor: pointer;
	transition: all 300ms;
}

.list-filters li:hover,
.list-filters li.active {
	color: #fff;
}

.galleries { 
	padding: 1%;
	background-color: #fff;
	background-color: #121212;
	background-image: url(img/n-pattern.png);
	background-attachment: scroll;
	overflow: hidden;
	box-shadow: 0 12px 6px -9px rgba(0,0,0,0.4) inset;
}

.galleries .photo.mix {
	display: none;
}

.galleries .photo {
	display: block;
	width: 48%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 1% 1%;
	box-shadow:  1px 1px 0px 0px rgba(190,190,190,1) inset,
				-1px -1px 0px 0px rgba(190,190,190,1) inset;
	transition: all 250ms;
}

.galleries .photo::before {
	display: block;
	content: '';
	padding-bottom: 75%;
}

.galleries .photo:hover { 
	box-shadow:  3px 3px 0px 0px rgba(255,255,255,1) inset,
				-3px -3px 0px 0px rgba(255,255,255,1) inset;	
}


@media (min-width: 600px) {
	.galleries .photo { width: 31.33333%; }
}

@media (min-width: 768px) {
	.galleries .photo { width: 23%; }
}

@media (min-width: 992px) {
	.galleries .photo { width: 18%; }
}

@media (min-width: 1440px) {
	.galleries .photo { width: 12.28571428571429%; }
}




/* lightgallery customizations
----------------------------------------------------------------------------------------------------------------------*/

#lg-counter {
	color: #ccc;
	font-size: 14px;
	font-weight: 700;
}

.lg-sub-html { font-weight: 700; font-size: 14px; padding: 12px 40px; }

.lg-icon {
	font-family: 'FontAwesome';
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.0);
}

.lg-actions .lg-next:before {
	content: "\f054";
}
.lg-actions .lg-prev:after {
	content: "\f053";
}

.lg-toolbar .lg-close:after {
	font-family: 'FontAwesome';
	content: "\f00d";
}

img.lg-object.lg-image {
	border: 2px solid #fcfcfc;
}




.menus-heading {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.menus-heading::before {
	position: absolute;
	display: block;
	content: '';
	width: 60px;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.0);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.list-menus {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	overflow: hidden;
}

.list-menus li a {
	display: block;
	padding: 7px 0;
	color: #ddd;
}

.list-menus li a:hover {
	color: #fff;
}

.list-menus.list-two-col li {
	width: 50%;
	float: left;
}