body {
	/* background-color: rgba(38, 78, 113, 1); */
	background-color: #164875;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

html {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span {
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

h1 {
	font-size: 1.4em;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: light;
}

a:hover {
	text-decoration: none;
}

.floatright {
	float: right;
}

.wrapper {
	position: relative
	top: 0;
	margin: 0px auto;
	max-width: 1600px;
}

p {
	font-size: 1.1em;
}

.span25 {
	position: relative;
	padding: 0px 20px;
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
}

.span_logo {
	position: relative;
	padding: 0px 20px;
	margin: 0;
	padding: 0;
	width: 60px;
	float: left;
}

div.clear {
	float: none;
	clear: both;
}
	
#top_logo {
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 999;
}

#page_header {
	position: relative;
}


#page_header_sub {
	position: relative;
	display: -webkit-flex;
	display: flex;	
}

#top_logo_image {
	top: 0;
	max-width:300px;
	min-width: 300px;
	width: auto;
	height: 196px; 
	background-image: url(/images/top_key_tag_logo.png); 
	background-size: cover; 
	background-repeat: no-repeat;
	float: left;	
}

#header-address {
	position: relative;
	text-align: right;
	padding: 20px 50px 30px 5px;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	min-height: 130px;
	/* background-color: #575887; */
	font-size: 0.9em;
	float: right;
	width: 100%;
}

.mheader {
	padding: 0;
	margin: 0;
}

#header-address a {
	color: #fff;
	text-decoration: none;
	
}

.header_light {
	font-size: 1.2em;
}
/****
** Navigation
*****/


.navbar {
	margin-top: 0;
	z-index: 2000;
}

#headernav {
	position : relative;
	margin: 0;
	padding: 0;
	margin-top: -20px;
	z-index: 900;
	margin-right: 30px;
	/* height: 50px; */
}

ul.navbar-nav {
	margin: 0;
	padding: 0;
	background-color: #087ab7;
	text-align: right;
	width: 90%;
	padding-right: 7px;
	/* float: right; */
}

ul.navbar-nav li {
	float: none;
	display: inline-block;	
	font-size: 1.0em;
}

ul.navbar-nav li a {
	color: #fff !important;
	text-decoration: none;
	z-index: 1001;
	text-transform: uppercase;
}

.navbar-default {
	border: none;
	background-color: transparent;
	z-index: 2000;
}

.dropdown-menu {
	background-color: #087ab7;
}

li.open, li.open a, li.active a {
	background-color: #087ab7;
	display: block;
	margin: 0;
}

.dropdown-menu li  a:hover {
	color: #333 !important;
	background-color: #087ab7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #087ab7 !important;	
}

.navbar-nav li.active a {
	background-color: transparent !important;
	color: #333 !important;
}

/* Image Carousel */
#banner-container {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: -20px;
	height: auto;
	width: 100%;
	overflow-y: hidden;
	z-index: 0;
}

#owl {
	position: relative;
	margin-top: -20px;	
	height: 300px;
	overflow: hidden;
}

 .static_item {
	display: block; 
    width: 100%;
    height: 400px;
    background-position: center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    overflow: hidden;
    left: 0;
    z-index: 0;
 }

#owl .item, .owl-item {
    display: block; 
    width: 100%;
    max-height: 400px;
    background-position: center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    overflow: hidden;
    left: 0;
    z-index: 0;
}

#owl-demo .item{
  margin: 3px;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.itemdiff img{
	position: relative;
	max-width: auto ;
	height: auto;
	width: auto;
	max-height: 400px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

/****
** CONTENT AREA
*****/

#content {
	margin: -40px 0px 0px 0px;	
	z-index: 1000 !important;
	
}

#content_text {
	margin: 0px 15px 0 20px;
	background-color: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 0.9em;
}

#content_text p {
	margin-bottom: 11px;	
	letter-spacing: 0.2px;	
	line-height: 18px;
}

#book_now_div {
	background-color: #e9242d;
	padding: 10px 0 10px 7px;
	margin: 0px 0px 0px 0px;
	margin-right: 30px;
	box-sizing: border-box;
	color: #fff;
}

#book_now_div p, #book_now_div span {
	line-height: 0.9em;
	font-size: 1.2em;
}

.social_media_bar {
	background-color: #fff;
	height: 50px;
	width: 100%;
	margin: 40px 0px 10px 0px;
	color: #333;	
}

.social_icons {
	float: left;
	height: 24px;
	width: auto;
	margin-top: 13px;
}

.social_text {
	line-height:  15px;
	margin-top: 10px;
	text-align: left !important;
	font-size: 0.8em;
	color: #555;
	margin-left: 25px;
}

.follow {
	color: #555;
	margin-left: 35px;
	line-height: 50px;
	font-size: 1.3em;
}

.tripadvisor {
	display: inline-block;
	height: 32px;
	width: auto;
	margin-top: 9px;
}

.social_review_text {
	display: inline-block;
	line-height: 50px;
	font-size: 1.2em;
	color: #156615;
	margin-left: 10px;
	
}

/*****
** FOOTER 
*****/

.footer_div {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #087ab7;
	padding: 40px 20px;
	margin-bottom: 40px;
}

.footer_div a {
	color: #fff;
	text-decoration: none;
}

.footer-left {
	text-align: left;
	padding-left: 0px;
	float: left;
}

.footer-right {
	text-align: right;
	padding-right: 0px;
}

.footer-bottom p {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.footer-bottom {
	margin-top: 15px;
	font-size: 0.7em;
	line-height: 10px;
}

.footer-logo {
	position: relative;
	padding-right: 20px;
	text-align: right;
}

.footer-logo img {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	clear: both;
}

.footer_address {
    float: right;
    clear: right;
}

.footer_address p, .footer_address span {
	padding: 0px;
	font-size: 0.8em;
	line-height: 16px;
}

#footer_fax {
	margin-left: 20px;
}


/*****
**	Room Page Images and thumbnails
*****/
/* .imgitem img, #mainimg img {
	width: auto;
	height: auto;
	max-height: 436px;
}

#currentmainimage {
	max-height: 444px;
	padding: 4px;
	border: 1px solid #333;
	max-width: 100%;
}

.imgitem img {
	max-height: 60px;
	width: auto;
	float: left;
	margin: 0px 5px;
}

#mainimg {
	position: relative;
	display: block;
	text-align: center;	
}
 
#imgthumbnails {
	width: 100%;
	text-align: center;	
}

#imgthumbnails span {
	display:inline-block;
	text-align: left;
	margin: 10px 0px 30px 0px;
} */

.imgthumbnails {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.thumbdiv img {
	height: 80px;
	width: auto;
	max-height: 80px;
}

.thumbdiv {
	margin-bottom: 10px;
}

/*****
** WIDGETS
*****/

.widget_box {
	position: relative;
	margin: 20px 30px 0px 0px;
	padding: 0px;
	box-sizing: border-box;
}

.widget_header {
	padding: 10px 0px 5px 7px;
	background-color: #087ab7;
	color: #fff;
}

.widget_header h4 {
	width: 70%;
}

.widget_header a {
	color: #333;
}


.widget_header a:hover {
	color: #087ab7;
}

.widget_body {
	background-color: #fff;
	color: #333;
	padding: 10px;
}

.widget_body h4 {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
}


.widget_body p {
	font-size: 0.8em;
}

p.timestamp {
	color: red;
}

.section_line {
	margin: 0;
	padding: 0;
	height: 2px;
	width: 100%;
	min-height: 1px;
	max-height: 1px;
	background-color: #333;
	border-top: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*****
** REview Widget
******/
/* $html .= '<p class="review_font">' . html_entity_decode(trim(stripslashes($item['message']))) . '</p>';
$html .= '<div class="review_caption">';
	$html .= '<span class="review_author">' . $item['name'] . ' from ' . $item['location'] . '</span>';
	$html .= '<span class="review_date'; */

.review_font {
	padding-top: 10px;
	font-size: 1.0em !important;
}

.review_caption {
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	color: #337ab7;
}

.owl-pagination {
	display: none;
}
/*****
** Admin Bar
*****/

.adminbar {
	position: relative;
	width: 100%;
	background-color: black;
	border-bottom: 2px solid gray;
	height: 40px;
	color: white;
	font-family: 'Titillium Web', arial;
	font-size: 1.1em;
	line-height: 35px;
	vertical-align: middle;
}

.adminul {
	display: inline-block;
	overflow: hidden;
	max-height: 35px;
	height: 35px;
}



.adminli {
	float: left;
	width: 240px;
	text-align: left;
	padding-left: 20px;
	display: inline-block;
	color: white;
}

.adminwelcome {
	color: #aaa;
} 

.adminli a {
	color: white;
	text-decoration: none;
}

.adminli a:hover {
	color: #11884a;
}

/** Contact Us Page **/

.google_map {
	position: relative;
	margin: 20px;
		
}

#map {
	width: 100%;
	height: 300px;
}

#mobile_book_now {
	display: none;
}

#siteby {
	padding-left: 40px;
}

#adinacopyright {
	display: block;
	float: left;
}

.float-left {
	display: block;
}

.social_review_text:hover {
	text-decoration: underline;
}

#copyrightdiv {
	font-size: 0.7em;
}

#copyrightdiv .float-left {
	top: 0;
}
	
div#numbers {
	padding-top: 0px;
	line-height: 10px !important;
}
/*****
** Highlights
*****/

#highlights {
	position: relative;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

#launceston_attractions {
	position: relative;
	display: inline-block;
	margin: 10px 0px 10px 5px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: url(/images/banner/city_park_cropped.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 120px;
	height: 120px;
	border: 2px solid #fff;
	color: #fff;
}

#nearby_restaurants {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
	
	background: url(/images/banner/dinner_cropped.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 120px;
	height: 120px;
	border: 2px solid #fff;
	color: #fff;
}

#highlights a {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	font-size:1.6em;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	padding-top: 30px;
}

#highlights a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear, font-size 1000ms;
    transition: background-color 300ms linear;
}

/*****
** ROOM ITEMS
******/

#view_rooms_widget {
	display: relative;
	margin: 30px 15px 0px 20px;
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: white;
}

.room-widget {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.room_item {
	width: 100%;
	/* margin: 10px; */
	padding: 10px;
	margin-bottom: 30px;
}
.room_image {
	padding: 0;
	margin-bottom: 5px;
}

.room_image img {
	border: 1px solid #aaa;
	width: 100%;
	height: auto;
}

.room_title {
	position: relative;
	box-sizing: border-box;
	padding: 0px 20px;
}

.room_title p {
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 0;
}

.room_title h3 {
	padding-left: 0;
	
}

/*****
** Latest News Styling
******/


.media-body .heading {
	font-size: 1.6em;
}

.media-body p {
	margin-top: 10px;
}

#blog_img {	
	background-size: contain; 
	width: 100%;
	min-height: 100px;
	height: auto;
	background-repeat: no-repeat;
	/* border: 1px solid #333; */

}

.blog_img_parent {
	position: relative;
	box-sizing: border-box;
	/* overflow: hidden; */
	/* border: 1px solid #aaa; */
	padding: 0px;
}

#blog_content {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

.readmore {
	background-color: red;
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
}

.readmore:hover {
	text-decoration: none;
	color: #fff;
	background-color: #965f5f;
	-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.nopad a:hover {
	text-decoration: none;
}


.right_div_container {
	padding-right: 0px !important;	
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}

.right_div_container a:hover {
	text-decoration: none;
	background-color: #852626;
}

.right_div_container a:focus {
	text-decoration: none;
	background-color: #852626;
} 

#blog_content h4, #blog_content h3, #blog_content h2 {
	color: #087ab7;
}


#blog_content p {
	margin-bottom: 20px;	
}

#smt_btn {
	margin-top: 65px;
}

.media {
	margin-bottom: 40px;
	/* border-bottom: 1px solid #aaa; */
}

.media-body p.news_paragraph {
	padding-top: 0px !important;
	margin-top: 0;
}

.media-body a.btn {
	margin: 10px 0px 5px 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.motellist {
	list-style-position: inside;
	padding-left: 10px;
}

.inline-img {
	margin-left: 0 !important;
	padding-left: 10px !important;
}

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


#blog_content figure, #coming_month figure {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;	
}

#blog_content figure img, #coming_month figure img {
	position: relative;
	width: 100%;
	height: auto;
}
#blog_content figure figcaption, #coming_month figure figcaption {
	position: relative;
	color: #337ab7;
	text-align: right;
	padding-top: 5px;
}

#coming_month {
	position: relative;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	padding: 0;
	/* width: 100%; */
	
	background-color: white;
	margin: 30px 15px 0 20px;
	padding: 20px 0px;
}


.half.innerAll {
    padding: 10px !important;
}

.border-bottom {
	border-bottom: 1px solid #efefef !important;
}

.blog_content p {
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
}

.blog_widget {
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom: 1px solid #bbb;
}

@media screen and (min-width: 768px) {
	div#mobile_logo {
		display: none;	
	}
	
	#owl, #owl .item, .static_item {
		margin-top: 0;
		height: 250px;
	}
	
}

@media screen and (min-width: 1024px) {
		#owl, #owl .item {
			height: 400px !important;
		}
		
		.bg1 {
			background-position: left bottom !important;
		}
}

@media screen and (max-width: 767px) {
	
	.blog_img_parent {
		margin-bottom: 20px;
	}
	body {
		margin: 0;
		padding: 0;
	}
	div.wrapper {
		margin: 0;
		padding: 0;
	}
	div#top_logo {
		display: none;
	}	
	
	div#header-address {
		padding-right: 9px;
	}
	
	div#mobile_logo {
		position: relative;
		display: flex;
		width: 135px;
		max-width: 135px;
		height: auto;
		margin-left: 8px;
	}
	
	div#headernav, .navbar-header {
		width: 100%;
		background-color: #087ab7 !important;
		margin: 0;
		border: none;
	}
	
	.navbar-toggle {
		float: left;
		border: none;
		border-color: transparent;
		color: #fff;
		margin-left: 8px;
	}
	
	.navbar-toggle h3 {
		font-size: 1.2em;
	}
	
	.navbar {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		min-height: 40px;
		width: 100%;
		left: 0;
		border: none;
		
	}
	
	.icon-bar {
		background-color: #fff !important;
		height: 1px !important;
	}
	
	ul.navbar-nav {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	ul.navbar-nav li {
		float: none;
		display: block;	
		font-size: 1.0em;
	}
	
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar-default .navbar-toggle:hover, navbar-default .navbar-toggle:focus {
		background-color: transparent;
		border: none;
	}
	
	.mheader {
		display: block;
		margin-right: 0;
		padding-right: 0;
		text-align: right;
	} 
	
	.navbar-toggle {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	#mobile_book_now {
		display: block;
		background-color: #e9242d;
		color: #fff;
		padding: 10px;
		font-size: 1.2em;
	}
	
	#mobile_book_now h3 {
		font-size: 1.4em;
		padding-bottom: 0px;
	}
	
	#content, #content_text {
		margin: 0;
		margin-top: 10px;
	}
	
	#content_text {
		margin: 0;
	}

	
	#book_now_div {
		display: none;
	}
	
	.widget_box {
		margin: 10px 0px;
	}
	
	.social_text {
		display: none;
	}
	
	.follow {
		margin-left: 0;
		padding-left: 20px;
		font-size: 0.9em;
		width: 35%;
	}
	
	.social_review_text {
		display: none;
	}
	
	.span25 {
		width: 10%;
	}
	
	#followus_div {
		width: 40%;
	}
	
	.footer-logo {
		position: relative;
	}
	
	.footer-logo img {
		position: relative;
		display: block;
		margin-top: -22px;
		height: 25%;
		width: 25%;
	}
	
	.footer_address, .footer-left {
	    float: none;
	    clear: none;
	    text-align: left;
	    padding-left: 0px;
	    margin-top: 30px;
	}
	
	.footer_address span, .footer-left span{
		display: block;
	}
	
	#footer_fax {
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.float-left {
		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
	#siteby {
		clear: left;
		padding-left: 0px;
		display: block;
	}
	
	#footer_navigation, #footer_navigation p, #footer_address_div {
		padding: 0;
	}
	
	.nopad {
		margin: 0;
		padding: 0 ;
	}
	
	#adinacopyright {
		display: inline-blocl;
		float: none;
	}
	
	.bg1 {
		background-position: 20% bottom !important; 
	}
	
	.bg2 {
		background-position: right bottom !important; 
	}
	
	.bg3 {
		background-position: right bottom !important; 
	}
	
	#launceston_attractions, #nearby_restaurants {
		border-left: none;
		border-right: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#view_rooms_widget {
		position: relative;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.room_image {
		padding: 0;
		margin-bottom: 5px;
		margin: 0;
	}
	
	.room_image img {
		border: 1px solid #aaa;
		width: 100%;
		height: auto;
	}
	
	.room_title {
		padding-top: 10px;
	}
	
	button.thumbdiv {
		padding: 3px !important;
		margin: 2px 2px 5px 2px;
		border-radius: 0px;
		border: none;
		background-color: transparent;
	}
	
	.imgthumbnails {
		margin-bottom: 20px;
	}
	
	.thumbdiv img {
		height: 34px;
		width: auto;
		max-height: 40px;
	}


	#smt_btn {
		margin-top: 10px;
	}
	
	.media-body span {
		display: block;
		text-align: left;
	}
	.media-body span.pull-right {
		float: none !important;
	}
	
	#owl, #owl .item, .static_item {
		margin-top: 0;
		height: 250px;
	}
	
	.blogactive {
		display: none;
		#mobile_book_now {
			display: none;
		}
	}
	
	.room_title {
		padding-left: 0px;
	}
}

@media screen and (max-width: 360px) {
	h1 {
		font-size: 1.2em;
	}
	
	h4, h4.header_light {
		font-size: 1.0em;
	}	
	
	h3 {
		font-size: 0.9em;
	}
	
	#owl, #owl .item, .static_item {
		margin-top: 0;
		height: 200px;
	}
	#header-address {
		padding-right: 0px !important;
	}
}

@media screen and (max-width: 360px) {
	div#mobile_logo {
		display: flex;
		position: relative;
		height: auto;
		max-width: 135px;
	}	
}