a, a:hover, a:focus {
	color: #b43184;
}

#img-intro {
	width: 100%;
	height: 405px;
	background-image: url('../images/landing-bg.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

.img-cover {
	width: 100%;
	height: 405px;
	margin-top: 69px;
	/*margin-top: 111px;*/
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

.img-profile {
	margin-top: -80px;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}

.profile-header {
	max-width: 850px;
    display: inline-block;
	font-size: 1.5em;
    position: absolute;
    margin-top: -10px;
    margin-left: 5px;
}

.review-header {
	font-size: 1.1em;
}

.text-kk {
	color: #b43184;
}

.list-group-sidebar {
    padding: 0;
    margin-bottom: 0;
    background-color: #2b0c21;
    border: none;
}

.list-group-submenu {
  	padding-left: 20px;
}

a.list-group-sidebar:hover, a.list-group-sidebar:focus, button.list-group-sidebar:hover, button.list-group-sidebar:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2b0c21;
}

.panel-purple {
    border-color: #5f1a46;
}

.panel-purple > .panel-heading {
    color: #fff;
    background-color: #5f1a46;
    border-color: #5f1a46;
}

.default-select {
    display: inline-block;
    width: auto;
    padding: 3px;
    height: auto;
    border-color: #e3e3e3;
}

.default-textbox {
    background-color: #fff !important;
    width: auto !important;
    padding: 3px !important;
    height: auto !important;
    border: 1px solid #e3e3e3 !important;
}
.default-textbox:focus {
    box-shadow: none !important;
}

.table-btn-wrapper {
	display: inline-flex;
}

#trending {
	width: 100%;
	min-height: 135px;
	background-image: url('../images/trending.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

#newPlaces {
	width: 100%;
	min-height: 135px;
	background-image: url('../images/newplaces.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

#events {
	width: 100%;
	min-height: 135px;
	background-image: url('../images/toast.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

#buffet {
	width: 100%;
	min-height: 135px;
	background-image: url('../images/buffet.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

#content-intro {
	height: inherit;
	/*opacity: 0.5;*/
	color: #fff;
	z-index: 10;
}

#dropSearch {
	background-color: #fff;
	width: 100%;
	font-size: 16px;
	margin-top: -10px;
}

#googleMap {
	position: relative;
	padding-bottom: 25%; // This is the aspect ratio
	/*height: 0;*/
	overflow: hidden;
}
#googleMap > * {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    width: 100%;
}

@media (max-width: 767px) {
	.img-cover {
		margin-top: 56px;
		height: 200px;
	}

	.profile-header {
		font-size: 1.1em;
	}

	#googleMap {
		padding-bottom: 70%; // This is the aspect ratio
	}

	#dropOrder {
		margin-right: 20px;
    	margin-left: 20px;
    	margin-bottom: 20px;
	}

	#dropSearch {
		height: 350px;
		overflow-y: scroll;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	#googleMap {
		padding-bottom: 50%; // This is the aspect ratio
	}

	.profile-header {
		max-width: 350px;
		font-size: 1.1em;
	}
}

@media (min-width: 1600px) and (max-width: 1920px) {
	.review-header {
		margin-left: -80px;
	}
	.row-review {
		margin-left: -90px;
	}

	.table-btn-wrapper {
		display: block;
	}
}