@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
	text-rendering: optimizelegibility;
}

.wrapper {
	margin: 0 auto;
    width: 100%;
    max-width: 1390px;
    border: 3px solid grey;
}

/* Header */
.header {
	background: #eb1c51;
	width: 100%;
	height: 80px;
}

.border {
	border: 1px solid black;
}

.nav {
	margin-top: -70px;
}

.nav a {
	color: white;
}

.nav a:hover {
	color: black;
}

#logo {
	width: 120px;
	margin: -37px 0 0 65px;
}

.header .bar-icon {
	margin: 20px 0px 0px 15px;
	color: white;
	cursor: pointer;
	background-color: #EB1C51;
}

.header>.open>.dropdown-toggle.btn-default:hover{
	color:#e4e4e4;
	background-color: #EB1C51;
}

.header>.open>.dropdown-menu>li>a:hover{
	cursor: pointer;
}

.header>.open>.dropdown-toggle.btn-default:hover{
	color:#e4e4e4;
	background-color: #EB1C51;
}

.header>.open>.dropdown-toggle.btn-default{
	color:#fff;
	background-color: #EB1C51;
}

.header .icon {
	color: #C4C4C6;
}

.header ul {
	padding-right: 50px;
	padding-top: 25px;
}

/*Banner image*/
.banner-img {
	background-image: url(../images/tourist_map.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	height: 582px;
}

/*Search form*/
#search-container {
	left: 50%;
	margin-left: -416px;
	margin-top: 335px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 832px;
}

input[type="text"] {
	font-family: arial;
	font-size: 18px;
	height: 45px;
	margin-right: 10px;
	padding: 0 10px;
	border-radius: 0px;
	box-sizing: border-box;
}

.search-btn {
	background: #eb1c51;
	color: white;
	margin-left: 10px;
	width: 100px;
}

.cat-btn {
	background: #ebebec;
	color: black;
}

#search-container button {
	font-family: arial;
	font-size: 18px;
	margin-top: 0px;
	border-radius: 0;
	height: 45px;
	font-family: arial;
}

#near {
	width: 170px !important;
}

#arrow-btn {
	margin-top: -50px;
}

/* Search by catagery*/
.container h2 .font-color {
	color: #eb1c51;
}

.img-bac-1 {
	background: url(../images/restaurant.jpg);
	height: 101px;
	width: 225px;
	margin-left: 10px;
	cursor: pointer;
}

.img-bac-2 {
	background: url(../images/nightlife.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-3 {
	background: url(../images/food.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-4 {
	background: url(../images/Spa.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-5 {
	background: url(../images/arts_entertainment.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-6 {
	background: url(../images/event_planning.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-7 {
	background: url(../images/health_medical.jpg);
	height: 101px;
	width: 225px;
	margin-left: 10px;
	cursor: pointer;
}

.img-bac-8 {
	background: url(../images/active_life.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-9 {
	background: url(../images/home_services.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-10 {
	background: url(../images/shopping.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-11 {
	background: url(../images/hotels_travel.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.img-bac-12 {
	background: url(../images/local_services.jpg);
	height: 101px;
	margin-left: 10px;
	width: 225px;
	cursor: pointer;
}

.trans {
	background-color: black;
	opacity: 0.7;
	height: 30px;
	width: 225px;
	margin-left: -16px;
}

.trans p {
	margin-left: 10px;
	color: white;
	padding-top: 3px;
}

.sidebar {
	/* background: #65696d; */
	text-align: center;
	color: white;
	/*width:300px;*/
	height: 240px;
}

.col-md-4 {
	margin-top: 20px;
}

/* Bgraeking Line */
.br-line {
	background: #eb1c51;
	height: 10px;
}

/*local deal*/
.local-deal {
	background: #656161;
	text-align: center;
	color: white;
}

.local-deal-img {
	background: white;
	color: black;
	border: 2px solid #544242;
	margin: 10px 0 20px 60px;
	width: 220px;
	cursor: pointer;
}

.local-deal-img img {
	border-radius: 5px;
	border: 3px solid white;
	margin-left: -15px;
	width: 216px;
	height: 250px;
}
/*Grow business*/
.col-md-6 {
	background: #fbbe30;
	text-align: center;
	color: white;
	width: 300px;
	height: 240px;
	margin-left: 200px;
	margin-top: 20px;
	padding-top: 30px;
}

/*Image Center for arrow Icon */
img.center {
	display: block;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 5px;
	cursor: pointer;
}

/*Grow business*/
.grow-business {
	background: #FFA500;
    text-align: center;
    font-size: 20px;
    color: white;
    height: 330px;;
    margin-top: 20px;
    padding-top: 20px;
}

.grow-business p {
	margin: auto;
    width: 337px;
    padding-top: 10px;
    padding-bottom: 30px;
    word-wrap: break-word;
    text-align: left;
}

.grow-business a {
	color: white;
	text-decoration: none;
}

.grow-business-btn {
	background: #eb1c51;
	width: 171px;
	height: 38px;
	text-align: center;
	border-radius: 0px;
	font-family: arial;
	font-size: 18px;
}

.grow-business h2 {
	font-size: 30px;
}

/* footer */
#footer {
	
	background: #eb1c51;
	width: 100%;
	height: 100px;
	color: white;
	text-align: center
}

#footer a {
	text-decoration: none;
	color: white;
}

#social {
	background: white;
    height: 100%;
    margin-top: 50px;
    width: 25%;
    margin-left: 37.5%;
}

#social img {
	margin-top: 10px;
}

