/* @override 
	http://www.gabrielmotorinn.com.au/assets/css/gabriel.css */
body{
	background-color: #e3dcc9!important;
	color: #4a220e;
	font: 300 15px 'Roboto Slab', serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}
h1 {
	margin-top: 0;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{
	font-size: 15px;
	color: #4a220e;
	font-weight: 300;
}
hr {
	border-top-color: #e5e4da;
}
.lead {
	font-weight: 300;
}
.nowrap {
	white-space: nowrap;
}
.text-warning,
i,.glyphicon {
	color: #b0ac8c;
}
.btn {
	display: block;
}
.btn i,
.btn .glyphicon {
	color:#fff;
}
.btn-warning {
	background-color: #d54b11;
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 2px solid #852f0a;
}
.btn-warning:hover {
	background-color: #852f0a;
	border-bottom: 2px solid #852f0a;
}
.badge {
	background-color: #63653c;
	font-size: 15px;
}
.badge .glyphicon {
	font-size: 14px;
	top: -1px;
	color: #bdbaa1;
}
#page {
	padding-top: 10px;
	z-index: 3;
	background: url(/assets/img/masthead-small.jpg) no-repeat 15px -50px #fff;
}
#content {
	padding-top: 10px;
	background-color: #fff;
	padding-bottom: 50px;
}
ul {
	margin-left: 0;
	padding-left: 1.4em;
}
th {
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #a8948a;
}
div.masthead-logo {
	letter-spacing: -3px;
	text-align: center;
	font-weight: 400;
	font-size: 36px;
	line-height: 1em;
	z-index: 1040;
	position: relative;
}
div.masthead-logo a {
	color: #5d2b12;
	z-index: 1040;
	text-shadow: 0 0 10px #ffffff;
}
div.masthead-tagline {
	color: #b0ac8c;
	margin-bottom: 20px;
	text-align: center;
	z-index: 1040;
	position: relative;
	text-shadow: 0 0 5px #ffffff;
	font: 24px/1em 'Kaushan Script', cursive;
}
.masthead-tagline:after {
	clear:both;
}
.navbar {
	margin-top: 5px;
	background-color: #773200;
	border-style: none;
	border-radius:6px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #c1b3a5;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color:#ffffff;
	background-color: #99350c;
}
.navbar-toggle {
	float: left;
	background-color:#d54b11;
	border:none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #4a220e;
	color: #fff;
}
.navbar-toggle .glyphicon {
	color: #fff;
}
div.navbar-contact {
	color: #b0ac8c;
	float: right;
	margin-top: 4px;
}
.navPhone {
	display: none;
}
.text-white {
	color: #fff;
}
.menutabs ul,
.menutabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menutabs ul {
	overflow: hidden;
	border-bottom: 1px solid #000;
}
.menutabs a {
	float: left;
	padding: 5px 10px;
	background-color: #ddd;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
	font-weight: bold;
}
.menutabs li.active a,
.menutabs li.active a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
#editTools {
	background-color: #0060c2;
	text-align: right;
	padding: 10px 15px 15px;
}
#editTools a {
	margin-right: 1em;
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}
.panel-body-thin {
	padding: 8px;
}

span.roomInfo {
	border: 1px solid #d3d3d3;
	padding: 5px 10px;
	border-radius:4px;
	display: block;
	margin: 0 2px 5px 0;
}
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color: #eaede3;
	border:none;
	border-radius:4px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout-right {
	border-left: none;
  border-right: 5px solid #eee;
  text-align: right;
  padding: 15px 15px 15px 30px;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout-warning {
  background-color: #f0f0ea;
  border-color: #dcdbce;
}
.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.nav-tabs{
border-bottom:1px solid #000;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
	color:#555555;
	font-weight: bold;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
.nav-tabs>li>a:hover{
border-color:#eeeeee #eeeeee #000;
}
.thumbnail .badge {
	position: absolute;
	top: 2px;
	left: 17px;
}
.thumbnail {
	margin-bottom: 30px;
}
img#wpstats {
	width: 0;
	height: 0;
}
.site-footer {
	line-height: 1.4em;
	text-align: left;
}
footer.entry-meta {
	position:fixed;
	background-color: #74ce00;
	bottom: 0;
	text-align: right;
	padding: 4px 6px 6px 30px;
	opacity: 0.5;
	right: 0;
	border-radius:25px 0 0 0;
	z-index: 999;
}
footer.entry-meta a {
	background-color: #016d00;
	padding: 2px 8px;
	border-radius:6px;
	font-size: 12px;
	margin: 4px;
	color: #fff;
}
footer.entry-meta a:hover {
	background-color: #000;
}

.site-footer div.col-md-4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cfc3a4;
}
.site-info {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #464646;
}
.footerBook {
	text-align: center;
	background-color: #d6d6b1;
	margin-bottom: 20px;
}
.footerBook .btn {
	margin-top: -15px;
}
.footerBook i {
	font-size: 24px;
	line-height: 18px;
}
div#responsive-slider {
	margin-top: 1em;
}
body.home div#responsive-slider {
	margin-bottom: 1em;
	margin-top: 0;
}
aside#text-4 {
	background-color: #bfc9c9;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 1em;
}
#secondary.well {
	background-color: #fff;
	padding: 0;
}
#roomPromo {
	position: relative;
}
#roomPromo span {
	background-color: #4a220e;
	color: #fff;
	position: absolute;
	width: 150px;
	text-align: center;
	font-size: 16px;
	border-radius: 500px;
	height: 150px;
	padding-top: 20px;
	border: 2px solid #fff;
	line-height: 1em;
	right: 20px;
	bottom: 12px;
}
#roomPromo span strong {
	font-size: 48px;
	line-height: 1.2em;
	display: block;
}
/* @group Star Rating */

h1 .rating {
	font-size: .6em;
}
div.rating { font-family: FontAwesome; position: relative; display: inline-block; }
div.rating:before { content: "\2606\2606\2606\2606\2606"; color: #ccc;  }
div.rating:after,
div.rating-self:after { color: #333; position: absolute; left: 0; }  

.r-0:before { content: "" !important; }
.r-05:after { content: "\2606"; }
.r-10:after { content: "\2605"; }
.r-15:after { content: "\2605\2606"; }
.r-20:after { content: "\2605\2605"; }
.r-25:after { content: "\2605\2605\2606"; }
.r-30:after { content: "\2605\2605\2605"; }
.r-35:after { content: "\2605\2605\2605\2606"; }
.r-40:after { content: "\2605\2605\2605\2605"; }
.r-45:after { content: "\2605\2605\2605\2605\2606"; }
.r-50:after { content: "\2605\2605\2605\2605\2605"; }


div.rating-self {
	position: relative; display: inline-block;
	letter-spacing: 1px;
	font: .85em FontAwesome;
}

div.rating-self:before { content: "\f10c\f10c\f10c\f10c\f10c"; color: #ccc;  }

.rating-self.r-0:before { content: "" !important; }
.rating-self.r-05:after { content: "\f10c"; }
.rating-self.r-10:after { content: "\f111"; }
.rating-self.r-15:after { content: "\f111\f10c"; }
.rating-self.r-20:after { content: "\f111\f111"; }
.rating-self.r-25:after { content: "\f111\f111\f10c"; }
.rating-self.r-30:after { content: "\f111\f111\f111"; }
.rating-self.r-35:after { content: "\f111\f111\f111\f10c"; }
.rating-self.r-40:after { content: "\f111\f111\f111\f111"; }
.rating-self.r-45:after { content: "\f111\f111\f111\f111\f10c"; }
.rating-self.r-50:after { content: "\f111\f111\f111\f111\f111"; }

/* @end Star Rating */

/* Start - Contact Form 7 */

.wpcf7-submit {
display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;
color:#ffffff;background-color:#428bca;border-color:#357ebd;	
}
.wpcf7-submit:hover,.wpcf7-submit:focus,.btn-primary:active,.wpcf7-submit.active{color:#ffffff;background-color:#3276b1;border-color:#285e8e;}

/* End - Contact Form 7 */

/* Start: Tripadvisor Widget */

#reviews #CDSWIDSSP .widSSPData {
	background-color: transparent;
}
dt.widSSPH11,
span.widSSPQuote,
span.widSSPDate,
ul.widSSPBullet li span a,
a#allreviews,
.widSSPSingle span,
.widSSPSingle b,
div.widSSPBranding dl dd,
div.widSSPBranding dl dd a {
	color: #000;
	font-size: 15px!important;
	font-family: 'Roboto Slab', serif!important;
	font-weight: 300!important;
}
span.widSSPDate,
dt.widSSPH11,
.widSSPSingle b,
div.widSSPBranding dl dd a 
 {
	font-weight: 700!important;
}
.widSSPSingle var.widSSPDig1 b span {
	font-weight: 700!important;
	font-size: 28px!important;
	line-height: 24px!important;
}

div#TA_selfserveprop913.TA_selfserveprop,
div#CDSWIDSSP.widSSP.widSSP,
#TA_sswidecollectreview544 div iframe {
	width: 100%!important;
}
#CDSWIDSSP .widSSPData {
	padding: 0!important;
}
div.widSSPSummary {
	display: none;
}

/* End: Tripadvisor Widget */


/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#page {
	padding-top: 15px;
	z-index: 3;
	background: url(/assets/img/masthead.jpg) no-repeat center -15px #fff;
}
#content {
	padding-top: 0;
	background-color: none;
}
.navbar-collapse.collapse {
	display:none !important;
}
.navbar-collapse {
	clear: left;
	background-color: #682c13;
}
.navbar-toggle {
	display: block;
}
div.masthead-logo {
	font-size: 60px;
}
div.masthead-tagline {
margin-bottom: 23px;
font-size: 38px;
}
.btn,
span.roomInfo {
	display: inline-block;
}
.navPhone {
	display: inline-block;
}
.footerBook {
	padding-bottom: 15px;
}
.site-info  {
	text-align: center;
}
.site-footer div.col-md-4 {
	border-bottom: none;
}
aside#text-4 {
	margin-bottom: 2em;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.navbar-collapse.collapse {
	display:block !important;
}
.navbar-collapse {
	background-color: transparent;
}
.navbar-toggle {
	display: none;
}
#secondary.well {
	background-color: #eaede3;
	padding: 15px;
}
#roomPromo span {
	bottom: -60px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

div.masthead-tagline {
margin-bottom: 65px;
}
}