/*****
/*
/*	Kata Beach Villas
/*	http://kata-beach-villas.com
/*
/*	Site Wide CSS Styles
/*
/****/

	@charset "utf-8";

	html, body {
		height: 100%;
		background: #F9F9F9;

		background-image: url('/src/img/subtle-white-feathers.png');
		background-repeat: repeat;

	}

	.welcome {
		background: #F5F5F5;
		background-image: url('/src/media/baan-kata-keeree/33-FHD.JPG');
		background-size: cover;
		background-position: bottom center;
		height: 100%;
		width: 100%;
		min-height: 500px;
		position: relative;
		text-shadow: 2px 2px 2px #000000;
		margin-top: -55px;
	}

	.welcome .message {
		color: #FFF;
		font-size: 1.5em;
		text-align: center;
		top: 50%;
		left: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
	}

	.welcome .message h1 {
		color: #eee;
		font-size: 2.8em;
	}

	.welcome-btn {
		background-color: #ea454b !important; /* red darken-1 */
		border-radius: 5px;
		text-shadow: none;
		/* text-shadow: 1px 1px 1px #000000; */
		text-transform: none;
		color: #EEE !important;
		font-size: 1.2rem;
	}

	.welcome-btn:hover {
		background-color: #e51c23; /* red */
		color: #FFF !important;
	}

	.navbar-link {
		color: #FFF;
	}

	.navbar-link:hover {
		color: #ee6e73; /* red lighten-2 */
	}

	.navbar-more-link {
		background-color: #e51c23; /* red */
		padding: 5px 10px 5px 10px;
		border-radius: 5px;
		color: #EEE;
	}

	.navbar-more-link:hover {
		background-color: #ea454b; /* red darken-1 */
		color: #FFF;
	}

	.sidenav-link {
		color: #EEE !important;
	}

	.sidenav-link:hover {
		color: #ee6e73 !important; /* red lighten-2 */
	}

	.sidenav-icon {
		color: #ee6e73 !important; /* red lighten-2 */
	}

	.sidenav-link:hover {
		color: #ee6e73 !important; /* red lighten-2 */
	}

	.footer-header {
		color: #ee6e73 !important;
	}

	.footer-link {
		color: #FFF;
	}

	.footer-link:hover {
		color: #ee6e73;
	}

	.external-villa-link {
		background-color: #e51c23; /* red */
		padding: 5px 10px 5px 10px;
		border-radius: 5px;
		color: #EEE;
	}

	.external-villa-link:hover {
		background-color: #ea454b; /* red darken-1 */
		color: #FFF;
	}

	/* Blueimp overrides */
	.blueimp-gallery > .indicator {
		position: absolute;
		top: auto;
		line-height: 20px;
		bottom: 15px;
		left: 15px;
	}
	.blueimp-gallery > .indicator > li {
		width: 11px; /* 19px */
		height: 11px; /* 19px */
		border: 2px solid transparent;
		border-radius: 50%;
	}
	/*
	.blueimp-gallery > .indicator > li:hover,
	.blueimp-gallery > .indicator > .active {
		
		background-color: xx;
		border-color: xx;
		
	  }
	  */
	.play-pause-overrides {
		bottom: 20px !important;
		left: 16px !important;
	}

	/* Villa cards */
	.villa-cards-property {
		margin: 0 !important;
	}
	.villa-cards-desc {
		margin-top: 0 !important;
	}
	.villa-cards-p {
		margin-top: 20px !important;
	}

	/* Map */
	#map-wrapper {
		position:relative;
		width:100%;
		height:400px;
		overflow:hidden;
	}

	#map-canvas {
		width:100%;
		height:400px;
		border:0;
	}

	#map-canvas img {
		/* Fixes the google map elevation controls not looking right! */
		max-width: none;
	}

	.css-footer-amoserve { color: #999999; background-color: #222222; padding-top: 10px; padding-bottom: 10px; }
	.css-footer-amoserve-link { color: #CCCCCC; text-decoration: none; }
	.css-footer-amoserve-link:hover { color: #EEEEEE; text-decoration: none; }

