/* copyright Poppies Hotel - v1.0.1 */

body {
  font-size: 16px;
  background-color: #f5ece6;
}
p {
	margin: 0 0 15px;
}
a {
	color: #FF7400;
	text-decoration: none;
}
a:visited {
	color: #FF7400;
	text-decoration: none;
}
a.btn-primary:visited {
	color: #fff;
}
.panel {
	background-color: #E8E8E8;
}
th {
	background-color: #BE5B07;
	color: #fff;
}
.table-striped>tbody>tr:nth-child(odd) {
	background-color: #f7e5d6;
}
tt {
	font-size: 15px;
}

/* Nav bar */
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top,#B0550A 0,#CA5F05 100%);
	background-image: -o-linear-gradient(top,#B0550A 0,#CA5F05 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#B0550A),to(#CA5F05));
	background-image: linear-gradient(to bottom,#B0550A 0,#CA5F05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffB0550A', endColorstr='#ffCA5F05', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav>li>a {
	color: #DADADA;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
	background-image: -webkit-linear-gradient(top,#81330B 0,#D2653D 100%);
	background-image: -o-linear-gradient(top,#81330B 0,#D2653D 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#81330B),to(#D2653D));
	background-image: linear-gradient(to bottom,#81330B 0,#D2653D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff81330B', endColorstr='#ffD2653D', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-toggle {
	border-color: #912F2F;
}
.navbar-nav {
	margin: -0px -15px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #99410B;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #DADADA;
	}
}

/* buttons */
.btn-primary {
	background-image: -webkit-linear-gradient(top,#D2653D 0,#81330B  100%);
	background-image: -o-linear-gradient(top,#D2653D 0,#81330B  100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#D2653D),to(#81330B ));
	background-image: linear-gradient(to bottom,#D2653D 0,#81330B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD2653D', endColorstr='#ff81330B', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #622D00;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #67461B;
	background-position: 0 -15px;
}

/* header section */
.headerimg {
	width: 100%;
	background-color: #DDAC82;
	text-align: center;
	border-bottom: solid 3px #FF7400;
	position: relative;
}
.headerimg img.keyimg {
	width: 100%;
	height: auto;
	border-left: solid 3px #FF7400;
	border-right: solid 3px #FF7400;
}
.poppieslogo {
	background-image: url(../images/headers/header-logo-large.png);
	position: absolute;
	left: 3px;
	top: 0;
	width: 250px;
	height: 118px;
}

/* content homepage */
.homeaction {
	margin-bottom: 50px;
}
.homeaction .col-sm-4 img {
	margin-top: 50px;
}
.tripadvisorbox {
	float: left;
	width: 180px;
}

/* content tour */
.gallery .galleryimg {
	float: left;
	margin: 14px;
	border: 2px solid #777;
}
.gallery .galleryimg a img {
	width: 200px;
	height: 126px;
}

/* poppies people */
.poppiespeople img {
	border: 2px solid #777;
	width: 160px;
	height: 160px;
}
.peopletitle {
	margin: 0;
	font-style: italic;
	font-weight: bold;
}

/* content resturant */
.gallery .restgallery {
	float: left;
	margin: 14px;
	border: 2px solid #777;
}
.gallery .restgallery a img {
	width: 190px;
	height: 127px;
}
.pinacolada img, .homeimg {
	border: 2px solid #777;
}
.restwebcam img {
	width: 140px;
	height: 110px;
}

/* content restaurant menu */
.vegi {
	color: #1ECE2D;
}
.gf {
	color: #1D85CE
}
.plusplus {
	margin-top: 20px;
}
.restaction {
	margin: 25px 0;
}

/* content gluten free */
.automarginrow {
	margin: 0 auto;
}

/* content restaurant booking form */
.formrequired {
	color: #EF4513;
}

/* content great escape */
.red {
	color: #F00;
	font-weight: bold;
}
.roomtitle {
	color: #923E16;
}
.roomsummary {
	border: 2px solid #C25C06;
	background-color: #fff;
}
.totalbox {
	background-color: #F7F2E6;
}

/* bali tour */
.balimapdiv {
	width: 419px
}
.mapimage {
	width: 100%;
	height: auto;
	border: solid 3px #C25C06;
}
.borderimg {
	border: 2px solid #777;
}
.mediumgrey {
	color: #7E7E7E;
}
.baliother {
	font-size: 13px;
}
.baliother img {
	border: 2px solid #777;
}

/* content reservation system */
.startdate, .enddate {
	font-size: 12px;
}
.startdate p, .enddate p {
	font-size: 17px;
	margin-left: 20px;
}
.errordates {
	display: none;
	color: #A94442;
	margin: 5px;
}
.lightgey {
	color: #CDCDCD;
}
.green {
	color: #74E467;
}

/* Trip advisor ticker */
.tpticker {
	/*background-color: #777;*/
	margin: 0 50px;
	font-size: 15px;
}
.tpticker p {
	margin: 0;
}
.tacomment {
	font-size: 16px;
	font-weight: 200;
}

/* footer */
.prefooter {
	background-color: #80390C;
	color: #fff;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 15px 0;
	font-size: 15px;
	border-top: solid 2px #713610;
	border-bottom: solid 2px #4F1F00;
}
.footer {
	background-color: #5B2606;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 25px 0;
	font-size: 15px;
}
.footer .btn-primary {
	border-color: #A8772C;
}
.copyright {
	font-size: 12px;
	color: #7B7B7B;
	margin: 13px 0;
}
.socialicon {
	margin: 0 10px;
}

/* xmas box */
#xmasbox {
	background:url(../images/restaurant/common/holly.gif) top left no-repeat;
	color: #000;
	background-color: #FFB8C1;
	border-width: 4px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	border-color: #A5100E;
	line-height: 17px;
	text-align: center;
}

/* Media queries */
@media (min-width: 1100px) {
	.headerimg img.keyimg {
		width: 1100px;
		height: auto;
		margin: 0 auto;
	}
	.webcamimgs {
		width: 352px;
	}
}
@media (max-width: 1099px) {
	.webcamimgs {
		width: 352px;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 570px) {
	.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: 4px;
		font-size: 15px;
	}
	.webcamimgs {
		width: 352px;
	}
}
@media (max-width: 420px) {
	.balimapdiv {
		width: auto;
	}
	.historypics {
		width: 100%;
	}
	.webcamimgs {
		width: 100%;
	}
	#xmasbox {
		background:url() top left no-repeat;
		background-color: #FFB8C1;
	}
}

