/*-------------------------------------------------------------------------------------
Theme Name:	Happywala
Version:	1.0
Author: Aziz Mallick
-------------------------------------------------------------------------------------*/
/*============================  CSS INDEX  ============================================
    
    
  =============================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,900italic,700italic,700,500italic,500,400italic,300italic,300,100italic,100);

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');

@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
@import url('https://fonts.googleapis.com/css?family=Courgette&subset=latin-ext');

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", sans-serif;
}

html {
	font-size: 14px;
}

body {
	font-family: "Roboto", sans-serif;
	line-height: 30px;
	color: #777777;
	font-weight: normal;
}

.clear {
	clear: both;
}

.no_padding {
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

	a:hover {
		text-decoration: none;
	}

	a:hover, a:active, a:focus {
		outline: 0;
	}

*:focus {
	outline: none !important;
}

p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: 1px;
}

*:before, *:after {
	box-sizing: border-box;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure {
	margin: 0;
	padding: 0;
}

	figure img {
		max-width: 100%
	}

.img-center {
	margin: 0 auto;
}

.under_line1 {
	background: #282828;
	height: 1px;
	margin: 0 auto;
	width: 4%;
}

.under_line2 {
	background: #fff;
	height: 1px;
}

.headp {
	max-width: 620px;
	margin: auto;
}

.head1 {
	font-weight: bold;
	font-family: 'Courgette', cursive;
	text-transform: capitalize;
	color: #212121;
	letter-spacing: 2px;
}

.head2 {
	font-weight: bold;
	font-family: 'Courgette', cursive;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 2px;
}

.colr_1 {
	color: #ffc90e;
}

.colr_2 {
}

.colr_3 {
	color: #fff;
}

.colr_4 {
	color: #fa585c;
}

.colr_5 {
	color: #5ee274;
}

.btn_col1 {
	background-color: #68a19b;
	border-color: #507c77;
	color: #fff;
}

	.btn_col1:hover {
		background-color: #54837e;
		border-color: #395b57;
		color: #fff;
	}

.btn_col2 {
	background-color: #ffc90e;
	border-color: #d69d08;
	color: #000;
}

	.btn_col2:hover {
		background-color: #e4a80b;
		border-color: #d69d08;
		color: #fff;
	}

.btn_col3 {
	background-color: #337ab7;
	border-color: #2a6799;
	color: #000;
}

	.btn_col3:hover {
		background-color: #2a6799;
		border-color: #21537c;
		color: #fff;
	}

.my_btn1 {
	border: 3px solid #FFD700;
	border-radius: 4px;
	color: #FFD700;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: auto;
	padding: 13px;
	text-align: center;
	text-transform: uppercase;
	max-width: 270px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

	.my_btn1::before {
		background: #FFD700;
		content: "";
		border-radius: 2px;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
		opacity: 0;
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.my_btn1:hover::before {
		opacity: 1;
		width: 100%;
	}

	.my_btn1:hover {
		color: #fff;
	}

.btnWrap_DIV {
	max-width: 280px;
	margin: auto;
	padding: 70px 0 20px;
}

.scrl_3 {
	border-radius: 7px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 0;
	text-transform: capitalize;
	color: #FFD700;
	text-align: center;
}

.scrl_2 {
	border-radius: 7px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 27px auto 0;
	text-transform: capitalize;
	color: #FFD700;
	text-align: center;
}

	.scrl_2 a {
		color: #FFD700;
	}

.r_justified {
	width: 100%;
}

.colResPd {
	padding-left: 3px;
	padding-right: 3px;
}

.paddingT1 {
	padding-top: 100px;
}

.paddingTB1 {
	padding-top: 100px;
	padding-bottom: 150px;
}

.padding1 {
	padding: 5px;
}

.my_displayBlock {
	display: none;
}

.rfl {
	float: left;
}
/* float in big device and float:none in small device */
.rfr {
	float: right;
}
/* float in big device and float:none in small device */
.btnrfl {
	float: left;
}

.btnrfr {
	float: right;
}

.lhit1 {
	line-height: 24px;
}

/*----------------------------------------------------------------------------------------
										SCROLL TOP
----------------------------------------------------------------------------------------*/
.scrollToTop {
	background: #aaa;
	bottom: 15px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	height: 40px;
	line-height: 38px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease 0s;
	width: 40px;
	z-index: 100;
}

	.scrollToTop:hover {
		color: #fff;
		background: #FFD700;
	}

/*----------------------------------------------------------------------------------------
										LOADER
----------------------------------------------------------------------------------------*/
#my_preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #fff;
}

#ploader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border: 1px solid #eef;
	border-top-color: #FFD700;
	border-radius: 50%;
	-webkit-animation: movingloader 2s linear infinite;
	animation: movingloader 2s linear infinite;
}

	#ploader:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #eef;
		border-top-color: #e74c3c;
		border-radius: 50%;
		-webkit-animation: movingloader 3s linear infinite;
		animation: movingloader 3s linear infinite;
	}

	#ploader:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #eef;
		border-top-color: #FFD700;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-animation: movingloader 1.5s linear infinite;
		animation: movingloader 1.5s linear infinite;
	}

@-webkit-keyframes movingloader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes movingloader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*----------------------------------------------------------------------------------------
										Top logo Section
----------------------------------------------------------------------------------------*/

/*.logo_wrap {
    position: absolute;
    left: 50%;
	top:0;
    transform: translate(-50%, 0);
}*/

.top_logo {
	width: 282px;
	margin: auto;
}

	.top_logo a {
		text-decoration: none;
	}

		.top_logo a h1 {
			font-family: 'Berkshire Swash', sans-serif;
			text-transform: capitalize;
			font-size: 25px;
			font-weight: bolder;
			/*display: block;*/
			color: #fab80b;
			/*width:220px;*/
			margin: 3px auto;
			text-align: center
		}

		.top_logo a p {
			font-size: 13px;
			color: #fff;
			width: 220px;
			margin: -6px auto 3px;
			text-align: center
		}

.TopBtnWrap {
	padding-right: 20px;
}


/*----------------------------------------------------------------------------------------
										MENU
----------------------------------------------------------------------------------------*/
.my_nav {
	background: #000 !important;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

	.my_nav::after {
		-webkit-box-shadow: 3px 0 3px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 3px 0 3px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 3px 0 3px 1px rgba(0, 0, 0, 0.3);
		content: "";
		height: 0;
		left: 0;
		position: absolute;
		top: 100%;
		transition: all .3 ease 0s;
		width: 100%;
	}

	.my_nav .my_ul {
		margin-top: 8px;
	}

		.my_nav .my_ul li a {
			margin-top: 18px;
			border-right: 1px solid #f8f6f5;
			font-size: 16px;
			height: 16px;
			line-height: 20px;
			padding: 0 10px;
			text-decoration: none;
			outline: none;
			background: inherit;
			color: #FFD700 !important;
			text-transform: uppercase;
			/*font-weight: bold;*/
		}

#new_navbar_fixed {
	padding-top: 38px;
}

.my_nav .my_ul li a:hover {
	/*background: #fbc21d  !important;*/
	color: #eee !important;
}

.my_nav .my_ul > .open > a, .my_nav .my_ul > .open > a:focus, .my_nav .my_ul > .open > a:hover {
	background: none !important;
}

.my_nav .my_ul li.active a {
	background: none !important;
	color: #fff !important;
}

.my_nav .my_ul .menu_active a {
	color: #fff !important;
}

.menu_active {
	color: #fff !important;
}

.navbar-brand {
	height: 80px;
	margin: 0;
	padding: 5px;
}

	.navbar-brand img {
		padding: 10px;
	}

.navbar-toggle {
	float: right;
	height: 80px;
	margin: 0;
	padding: 0 20px;
	border: none !important;
}

	.navbar-toggle .icon-bar {
		background: #fff;
		height: 1px;
	}

	.navbar-toggle.collapsed .icon-bar {
		background: #fff !important;
	}

	.navbar-toggle .icon-bar {
		background: #fff !important;
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 7px;
			background: #fff !important;
		}

.navbar-fixed-top {
	border-width: 0;
}

.my_nav .dropdown-menu {
	background: rgba(0,0,0,.5);
	box-shadow: 1px 3px 7px 0px #eee;
}

.my_navDdown .nav li a {
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	outline: none;
	background: inherit;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}

.top_logn {
	text-align: right;
	margin: 8px 8px 0;
}

.TopBtnWrap .btn {
	font-size: 12px;
	padding: 3px 12px;
	float: right;
	margin-right: 4%;
}

.top_bcomVendor {
	text-align: right;
	margin: 8px 0 0;
}

.top_venue {
	text-align: right;
	margin: 8px 8px 0 0;
}
/*.social_wrap {
	list-style: none;
	display: inline-block;
	padding-left: 0;
}*/
.social_wrap .socl_div {
	width: 70px;
	height: 30px;
	float: left;
	/*margin: 10px;
	padding: 3px;*/
	text-align: center;
	border-radius: 50%;
	margin-right: -3%
}

	.social_wrap .socl_div a {
		height: 30px;
		line-height: 30px;
	}

.social_wrap i {
	font-size: 13px;
	margin: 10px 0 0;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	color: #ffc90e;
}

.social_wrap .socl_div:hover i {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #A5D1F3;
}
/*----------------------------------------------------------------------------------------
										SECTION my_slider 
----------------------------------------------------------------------------------------*/
#my_slider {
	position: relative;
	margin: auto;
	max-width: 1920px;
}
	/*.my_banner {
	color: #fff;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}*/
	#my_slider::before {
		/*	position: absolute;
	content: '';
	background: rgba(0,0,0,.9);
	width: 100%;
	height: 100%*/
	}

.my_slider_cover {
	/*max-height: 760px;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ececec;*/
}

.sliderbox {
	box-shadow: none;
	display: block; /*margin: 25px auto;*/
}

.slider_img img {
	/*border: 10px solid #EF193D;
	border-radius: 30px;*/
	cursor: move;
}

.slider_txt_wrap {
	background: rgba(0, 0, 0, 0.5);
	display: inline;
	padding: 10px;
	position: absolute;
	right: 0;
	left: 0;
	top: 350px;
	width: 100%;
}

.slider_txt {
}

	.slider_txt h1 {
		font-family: "Roboto Slab", sans-serif;
		text-align: center;
		color: #fff;
		font-weight: bolder;
		text-shadow: 1px 1px 6px #000;
		font-size: 30px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.slider_txt p {
		color: #fff;
		font-size: 16px;
		line-height: 30px;
		margin: 5px auto;
		text-shadow: 1px 1px 3px #000;
		text-align: center;
	}




.div_slide {
	overflow: hidden;
}

	.div_slide .carousel {
		max-height: 600px;
	}

.carousel-inner {
}

.slider_img_wrap {
	height: 100%;
	max-width: 100%;
	width: 100%;
	margin: auto;
	position: relative;
}

	.slider_img_wrap::after {
		display: block;
		position: absolute;
		/*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);*/
		background-color: rgba(0,0,0,0);
		/*margin-top: -150px;*/
		height: 600px;
		width: 100%;
		content: '';
		top: 0;
		left: 0;
	}







/*----------------------------------------------------------------------------------------
										SECTION Search
----------------------------------------------------------------------------------------*/
.my_search {
	/*background: rgba(0, 0, 0, 0.5);*/
	position: absolute;
	left: 0;
	right: 0;
	top: 28px;
}
/*.my_search{background:#FFD700  url(../images/serch.png) repeat;}*/
.search_wrap {
	width: 100%;
	text-align: center;
	display: inline-block;
}

	.search_wrap .form-control {
		padding: 4px 2px;
		font-size: 12px;
		background-color: transparent;
		color: #fff;
		height: 25px;
	}

	.search_wrap .input-group-addon {
		padding: 2px 5px;
	}

.searchInpt {
	max-width: 120px;
	float: left;
}

.search_wrap form {
	padding: 18px 18px 1px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.search_wrap select option {
	margin: 5px;
	color: #333;
	/*border-bottom:1px solid #333;*/
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}

select option[value="1"] { /* value not val */
	background: rgba(100, 100, 100, 0.3);
}

select option[value="2"] { /* value not val */
	background: rgba(200, 200, 200, 0.3);
}

.scrl_1 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center
}

.scrl_dwn {
	text-align: center;
	display: inline-block;
	color: #fff;
	padding: 3px 6px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	animation: AniScrollDown .5s linear infinite;
	font-size: 30px
}

@-webkit-keyframes AniScrollDown {
	0% {
		/*color: #fff;*/
		font-size: 30px;
	}

	100% {
		/*color: #555;*/
		font-size: 40px;
	}
}

@keyframes AniScrollDown {
	0% {
		/*color: #fff;*/
		font-size: 30px;
	}

	100% {
		/*color: #555;*/
		font-size: 40px;
	}
}

.top_search button {
	padding: 3px 8px;
	margin-top: -5px;
	background: rgba(255,0,0,.3);
	border-color: #f00;
	color: #fff;
}


/*----------------------------------------------------------------------------------------
										SECTION find our vendor
----------------------------------------------------------------------------------------*/
#my_category {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 15px solid #ffc90e;
	background: url(../images/bg2.png) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	;
}

.category_wrap {
}

	.category_wrap p {
		margin: 20px auto;
	}


.categrText h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	/*border-bottom:1px solid #FFD700;*/
	padding-bottom: 10px;
	padding-top: 245px;
	text-align: center;
}

.categrText p {
	color: #212121;
}





.categry-wrapper .categry-welcome-imgs {
	margin: 0px;
	padding: 0px;
	list-style: none
}

cp-wrapper .categry-welcome-imgs > li {
	margin-bottom: 30px
}

.categry-thumb {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden
}

	.categry-thumb img {
		width: 100%;
		height: auto
	}

.categry-welcome-imgs li {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.categry-welcome-imgs .categry-thumb::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 2px solid rgba(255,255,255,0.6);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95)
}

.categry-welcome-imgs .categry-thumb:hover::before {
	border-color: #fff
}

.categry-thumb:hover::before {
	opacity: 1;
	transform: scale(0.95);
	visibility: visible;
	width: 100%;
}

.categry-thumb::before, .categry-thumb, .categry-thumb img, .categry-social-links, .categry-events-box .categry-caption a {
	transition: all 0.7s ease-in-out 0s;
}

	.categry-thumb::before {
		background-color: rgba(255, 255, 255, 0.3);
		bottom: 0;
		content: "";
		height: 100%;
		opacity: 0;
		position: absolute;
		right: 0;
		transform: scale(1.4);
		visibility: hidden;
		width: 100%;
		z-index: 99;
	}

	.categry-thumb:hover img {
		transform: scale(1.2) rotate(3deg);
	}

	.categry-thumb::before, .categry-thumb, .categry-thumb img, .categry-social-links, .categry-events-box .categry-caption a {
		transition: all 0.7s ease-in-out 0s;
	}

		.categry-thumb img {
			height: 250px;
			width: 100%;
		}

		.categry-thumb img {
			max-width: 100%;
		}

.categryClick {
	opacity: 0;
	height: 100%;
	left: 48%;
	position: absolute;
	top: 38%;
	z-index: 9999;
	transition: all 0.2s ease-in-out 0s;
}

	.categryClick a {
		font-size: 26px;
		color: #fff;
	}

.categry-thumb:hover .categryClick {
	opacity: 1;
}


/*----------------------------------------------------------------------------------------
										SECTION my_vendor Logo 
----------------------------------------------------------------------------------------*/
.my_vendorLogo {
	background: #fff none repeat scroll 0 0;
	border-bottom: 15px solid #ffc90e;
	padding-bottom: 40px;
	padding-top: 40px;
	background: url(../images/bg2.png) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.my_service .headp {
	padding-top: 35px;
	padding-bottom: 30px;
}

.vendorLogoWrap {
	padding: 20px;
	margin: 20px auto;
}

.my_vendorLogo .owl-theme .owl-controls .owl-page span {
	margin: 56px 7px 0;
}
/*----------------------------------------------------------------------------------------
										SECTION my_Events
----------------------------------------------------------------------------------------*/
.my_event {
	background: #fff;
	padding: 40px 0;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
	/*#my_category {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 15px solid #ffc90e;
	background: url(../images/bg1.png) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}*/
	.my_event .head1 {
	}

	.my_event .headp {
		padding-top: 35px;
		padding-bottom: 30px;
	}

.event_wrap {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
	margin: 10px;
}

.event_image > a {
	display: block;
	position: relative;
}

.event_image > span {
	background: #2d3e50;
	bottom: 0;
	content: "";
	height: 96px;
	left: 0;
	position: absolute;
	width: 96px;
}

.event_image a > span {
	background: rgba(253,200,46,0.81) /*#FFD700*/;
	bottom: 0;
	color: #ffffff;
	font-size: 18px;
	height: 50px;
	left: 0;
	line-height: 15px;
	padding-top: 15px;
	position: absolute;
	width: 100%;
	text-transform: capitalize;
}

.event_image span {
	display: block;
	font-family: "montserratsemibold";
	font-size: 42px;
	text-align: center;
}

.event_contnt > h3 a, .event_contnt > h3 {
	color: #4c4c4c;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-transform: capitalize;
}

.SplEvent {
	margin: 30px auto;
}

.event_wrap h3:hover a {
	color: #FFC90E;
}

.event_contnt > h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}

.event_contnt {
	background: #f6f6f6;
	border-bottom: 2px solid #ffc90e;
	padding: 20px 10px 35px;
	text-align: center;
}

.event_wrap .item_text {
	margin-bottom: 15px;
}

	.event_wrap .item_text span {
		margin-right: 12px;
	}

		.event_wrap .item_text span:last-child {
			margin-right: 0;
		}

		.event_wrap .item_text span i {
			margin-right: 8px;
		}

.event_wrap .button-default {
	background: #ffc90e;
	margin-top: 16px;
	padding: 6px 20px;
}

	.event_wrap .button-default:hover {
		background: #2d3e50;
		color: #fff;
	}

.event_wrap:hover {
	box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}

.event_image img {
	display: block;
}
/*----------------------------------------------------------------------------------------
										SECTION my_service 
----------------------------------------------------------------------------------------*/
.my_service {
	background: #fff;
	padding-bottom: 150px;
	border-bottom: 15px solid #FFD700;
}

	.my_service .head1 {
	}

	.my_service .headp {
		padding-top: 35px;
		padding-bottom: 30px;
	}

/*-----------------------------*/
.Servc_Provd_box {
	background: #eee;
	padding: 20px;
	margin: 50px auto;
}

.Servc_img_box {
	background: #ddd;
	padding: 20px;
}

.Servc_Provd_h3 {
	border-bottom: 1px solid #FFD700;
	color: #FFD700;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
}
/*----------------------------------------------------------------------------------------
										SECTION Our Features 
----------------------------------------------------------------------------------------*/
.my_feature {
	background: #f1f1f1;
}

	.my_feature .head1 {
	}

	.my_feature .headp {
		padding-top: 35px;
		padding-bottom: 30px;
	}

.featr_imgWrap {
	padding-top: 86px;
	overflow: hidden;
}

	.featr_imgWrap::before {
		background: #FFD700;
		content: "";
		height: 100px;
		position: absolute;
		top: 86px;
		right: 0;
		width: 100%;
		z-index: 1;
	}

	.featr_imgWrap img {
		position: relative;
		z-index: 2;
		margin-top: 40px;
	}

.featr_contentWrap {
	background: url(../images/rbg5.jpg) repeat-x bottom center;
}

.featr_content {
	padding-bottom: 237px;
}

.my_boxW {
	max-width: 360px;
	margin: auto;
}

	.my_boxW h1 {
		font-size: 24px;
		font-weight: bold;
		color: #212121;
		text-transform: capitalize;
	}

.my_box_left {
	float: left;
	width: 60px;
}

	.my_box_left i {
		border: 2px solid #FFD700;
		border-radius: 50%;
		font-size: 24px;
		margin: 11px 0 0 15px;
		padding: 8px;
		color: #212121;
	}

.my_box_right {
	float: right;
	width: 285px;
}

.featr_content ul {
	background: #FFD700;
	height: 86px;
}

.featr_content li > a {
	font-size: 14px;
	font-weight: bold;
	height: 86px;
	padding: 28px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
}

.featr_content .nav-pills > li.active > a, .featr_content .nav-pills > li.active > a:focus, .featr_content .nav-pills > li.active > a:hover {
	background-color: #000;
	color: #fff;
}

.featr_content .nav > li > a:focus, .featr_content .nav > li > a:hover {
	background-color: #FFD700;
	text-decoration: none;
}

.featr_content .tab-content {
	padding: 70px 0 30px;
}
/*----------------------------------------------------------------------------------------
										SECTION my_video
----------------------------------------------------------------------------------------*/
.my_video {
	border-bottom: 15px solid #FFD700;
}

.info_box {
	padding: 0 30px 138px;
}

.my_video h2 {
	padding-bottom: 58px;
}

.my_video p {
	text-align: justify;
}

.my_video ul {
	padding-top: 28px;
}

	.my_video ul li i {
		padding-right: 10px;
	}

.video_wrap {
	padding-top: 35px;
}
/*----------------------------------------------------------------------------------------
										SECTION my_testimonial 
----------------------------------------------------------------------------------------*/
.my_testimonial {
	/*background: #f1f1f1;*/
}

	.my_testimonial .head1 {
	}

	.my_testimonial .headp {
		padding-top: 35px;
		padding-bottom: 30px;
	}

.testimo_imgWrap {
	padding-top: 100px;
	overflow: hidden;
}

	.testimo_imgWrap iframe {
		position: relative;
		z-index: 2;
	}

.testimo_contentWrap {
	background: url(../images/rbg5.jpg) repeat-x bottom center;
}

.testimo_content {
	padding-bottom: 236px;
}

.tesimo_titleW {
	height: 88px;
	width: 100%;
	background: #000;
}

.tesimo_title {
	background: #FFD700;
	color: #212121;
	float: right;
	font-size: 33px;
	font-weight: bold;
	height: 88px;
	padding: 30px 0;
	/*line-height:89px;*/
	text-align: center;
	text-transform: uppercase;
	width: 75%;
}

.testimonial_wrap {
	width: 580px;
	margin: auto;
}

.testimonial_box {
	width: 520px;
	text-align: center;
	margin: auto;
	padding: 60px 15px 53px;
}

	.testimonial_box > img {
		border: 5px solid #FFD700;
		border-radius: 50%;
		height: 96px;
		width: 96px;
	}

	.testimonial_box h2 {
		font-size: 24px;
		font-weight: bold;
		color: #212121;
	}

	.testimonial_box h4 {
		font-size: 14px;
		font-weight: bold;
		color: #212121;
	}
/*----------------------------------------------------------------------------------------
										SECTION SOCIAL MEDIA & FAQ 
----------------------------------------------------------------------------------------*/
.my_socialmed {
	padding: 115px 0;
	border-bottom: 15px solid #FFD700;
}

.socialmed_wrap {
	text-align: center;
}

.socialmed_box {
	list-style: none;
	display: inline-block;
	padding: 20px;
}

	.socialmed_box li {
		width: 80px;
		height: 80px;
		float: left;
		margin: 10px;
		padding: 3px;
		text-align: center;
		border-radius: 50%;
	}

	.socialmed_box i {
		font-size: 24px;
		margin: 25px 0 0;
		-moz-transition: all 0.9s ease-in-out;
		-webkit-transition: all 0.9s ease-in-out;
		-ms-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
		color: #fff;
	}

	.socialmed_box li:hover i {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
/* testimonial panel */
.my_panel .panel-heading {
	background: #FFD700;
	height: auto;
}

	.my_panel .panel-heading h4 {
		font-size: 24px;
		color: #fff;
		padding: 9px;
	}

	.my_panel .panel-heading a {
		text-decoration: none;
	}

.my_panel .panel-body {
	background: #eee;
	color: #212121;
	letter-spacing: 1px;
}
/*.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}*/
.rank_wrapper {
	margin: 30px auto;
}

.rank_box {
	background: #eee;
	border-bottom: 5px solid #FFD700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.icon_box {
	background: #FFD700;
	height: 35px;
	position: absolute;
	width: 35px;
}

	.icon_box i {
		color: #fff;
	}

.rank_box .rank {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 20px;
}

.fb_pgWrap iframe {
	margin: auto;
	display: block;
}
/*----------------------------------------------------------------------------------------
										SECTION my_contact
----------------------------------------------------------------------------------------*/
.my_contact {
	background: #f1f1f1;
	padding: 120px 0;
}

.contact_titleL {
	background: #FFD700;
	height: 88px;
	width: 100%;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #212121;
	padding: 30px 0;
}

.contact_titleR {
	background: #FFD700;
	height: 88px;
	width: 100%;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 30px 0;
}

.contact_detlsWrap {
	background: #FFD700;
	margin-top: 60px;
}

	.contact_detlsWrap p {
		color: #fff;
	}

.contact_detls {
	border-bottom: 15px solid #FFD700;
	padding: 30px;
}

.my_contact ul {
	padding-top: 28px;
}

	.my_contact ul li {
		color: #fff;
	}

	.my_contact ul i {
		padding-right: 10px;
	}

.contact_formWrap {
	margin: 60px 25px 0;
}

.my_form .form-control {
	border: 1px solid #FFD700;
	margin-bottom: 30px;
	border-radius: 0;
}

.my_form input {
	height: 50px;
}

.info_sec {
	background: #FFD700;
	border: 1px solid #FFD700;
	color: #fff;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
/*----------------------------------------------------------------------------------------
										FOOTER
----------------------------------------------------------------------------------------*/
.my_footer {
	background: #000;
}

	.my_footer p {
		text-align: left;
	}

.fotr_box ul li span i {
	padding-right: 10px;
	color: #ffc90e;
}

.fotr_box .fotr_logo {
	margin: -14px auto 0;
	max-width: 280px;
	padding: 10px 5px;
}

.fotr_box p {
	color: #ffc90e;
	line-height: 15px;
	text-align: left;
	font-size: 10px;
	font-family: 'Libre Baskerville', serif;
}

.fotr_box h2 {
	color: #ffc90e;
	padding-bottom: 10px;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
}

.fotr_box a {
	color: #ffc90e;
	line-height: 15px;
	font-family: 'Libre Baskerville', serif;
	font-size: 10px;
}

	.fotr_box a:hover {
		color: #9a7907;
	}

.fotr_box ul {
	display: block;
}

.fotr_box li {
	line-height: 16px;
}

.fotr2col {
	width: 50%;
	display: inline-block;
}

.fotr_social .socl_div {
	width: 35px;
	height: 30px;
	float: left;
	/*margin: 10px;
	padding: 3px;*/
	text-align: left;
	border-radius: 50%;
}

	.fotr_social .socl_div a {
		height: 30px;
		line-height: 30px;
	}

.fotr_social i {
	font-size: 15px;
	margin: 0;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	color: #ffc90e;
}

.fotr_social .socl_div:hover i {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #fff;
}

.copyWrite {
	border-top: 1px solid #444;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}


/*==============================================================================================================================================================     Sign in, log in, otp   pages   start here     ============================================*/

.signin_dtls {
	background: url(../images/bg5.png) no-repeat bottom right;
}

.signin_dtls2 {
	background: url(../images/bg6.png) no-repeat top left;
}

.otp_formWrap {
	/*background: #110e01;*/
	background: #000 url(../images/bg7.png) no-repeat bottom right;
	border-radius: 10px;
	display: block;
	margin: 60px auto;
	max-width: 600px;
}

	.otp_formWrap .form_title {
		background-color: #000;
		border-radius: 6px 6px 33px 33px;
		color: white;
		margin-top: 0;
		margin-bottom: 15px;
		padding: 2px;
		text-transform: capitalize;
		text-align: center;
		/*box-shadow: 0 3px 5px 0 #fff;*/
		border-bottom: 1px solid #fff;
	}

		.otp_formWrap .form_title h4 {
			font-family: 'Berkshire Swash', cursive;
			font-size: 20px;
			margin-bottom: 2px;
		}

		.otp_formWrap .form_title p {
			font-family: "Roboto", sans-serif;
			font-size: 13px;
		}

.form_title_img {
	display: inline-block;
	margin-right: 10px;
	width: 22px;
}

.opt_form {
	padding: 20px 25px;
}

	.opt_form .form-control {
		border: 1px solid #ffc90e;
		/*margin-bottom: 15px;*/
		border-radius: 0;
	}

	.opt_form input[type='text'], .opt_form input[type='number'], .opt_form input[type='email'], .opt_form input[type='password'], .opt_form select {
		height: 50px;
	}

	.opt_form input[type='checkbox'] {
		height: 20px;
	}

	.opt_form input, .opt_form option {
		/*border: 1px dotted #ffc90e;
	padding: 5px;
	text-transform: capitalize;*/
	}

	.opt_form h5 {
		font-weight: bold;
	}

.form_title i {
	padding-right: 10px;
}

.otp_formWrap .forget_password {
	display: block;
}

.opt_form i {
	padding-left: 10px;
}

.opt_form label {
	color: #ccc;
}

.formptn {
	background: rgba(255,301,14,.1);
}
/*==============================================================================================================================================================    Sign in, log in, otp   pages   end here
=============================================================================================================*/

/*==============================================================================================================================================================    Search result   page   start from here
=============================================================================================================*/

.search_result {
	background: url(../images/bg6.png) no-repeat top left;
}

.search_result_bg2 {
	background: url(../images/bg5.png) no-repeat bottom right;
}

.sresult_wrap {
	border: 1px solid #ffc90e;
	margin: 0 auto 20px auto;
	box-shadow: 0 2px 4px -1px rgba(151,171,187,.7);
	background: #eee;
}

.sresult_img {
	margin: 20px auto;
	border: 7px double #ffc90e;
	max-width: 150px;
}

.new_sresult_img {
	margin: 20px auto;
	border: 7px double #ffc90e;
	max-width: 245px;
}

.sresult_txt {
	margin: 20px auto;
}

	.sresult_txt h3 {
		color: #000;
		font-family: 'Courgette', cursive;
	}

.srestl i {
	padding-right: 5px;
}

.sresult_img .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10px;
	position: absolute;
}

.sresult_img .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
	position: absolute;
}

.sresult_img .owl-theme .owl-controls .owl-buttons div {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin: 5px;
	opacity: 0.5;
	padding: 1px 6px;
	top: 44px;
}

.sresult_img .owl-theme .owl-controls {
	margin-top: 0;
}

.sresult_downTxt {
	border-top: 1px solid #ffc90e;
	background: #000;
	color: #fff;
}

.sresult_downSpan {
	margin: 0 5px
}

	.sresult_downSpan img {
		padding-right: 5px
	}

.ck_ability {
	border-left: 1px dotted #ffc90e;
	padding: 20px;
	height: 100%;
}

.sresult_covr {
	padding: 20px 0;
}

.sPgSearch_wrap {
	display: inline-block;
	background: rgba(0,0,0,.8);
	width: 100%;
	margin: 40px auto 30px;
	padding: 40px 40px 25px;
	border-radius: 6px;
}

.ck_ability button {
	width: 100%;
}

.srch_btnWrap button {
	width: 100%;
}
/*==============================================================================================================================================================    Search result   page   end here
=============================================================================================================*/

/*==============================================================================================================================================================    Venue   page   start from here
=============================================================================================================*/

.venue_page {
	background: url(../images/bg6.png) no-repeat top left;
}

.venue_headWrap {
	display: inline-block;
	background: rgba(0,0,0,.8);
	width: 100%;
	margin: 40px auto 10px;
	padding: 15px 40px 25px;
	border-radius: 6px;
}

	.venue_headWrap h1 {
		color: #ffc90e;
		font-size: 24px;
		font-family: 'Courgette', cursive;
		text-align: center;
	}

.venue_imgSld {
	border: 7px double #ffc90e;
	height: 450px;
	overflow: hidden;
}

	.venue_imgSld .venue_imgBox {
		margin: auto;
	}

.bdWrapvn {
	padding: 20px;
	height: 100%;
	margin-bottom: 20px;
	list-style: none;
	background-color: black;
	color: white;
	/*background: #000 url(../images/bg5.png) no-repeat bottom right;*/
	border-radius: 4px;
}

.bdWrapvn2 {
	padding: 20px;
	height: 100%;
	margin: 20px auto;
	list-style: none;
	background: #000 url(../images/bg7.png) no-repeat bottom right;
	border-radius: 4px;
}

	.bdWrapvn2 p {
		color: #fff;
	}

	.bdWrapvn2 h4 {
		color: #ffc90e;
	}

.VnAvilP i {
	padding-left: 8px;
	animation: IconAni_1 1.5s linear infinite;
	-webkit-transition: all 1s ease 1s;
	-moz-transition: all 1s ease 1s;
	-ms-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}

@-webkit-keyframes IconAni_1 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes IconAni_1 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.sresult_txt {
	margin: 20px auto;
}

	.sresult_txt h3 {
		color: #000;
		font-family: 'Courgette', cursive;
	}

.srestl i {
	padding-right: 5px;
}

.srestl span {
	padding-left: 5px;
	font-family: 'Courgette', cursive;
	font-weight: bold;
	color: #707545;
}

.venue_imgSld .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10px;
	position: absolute;
}

.venue_imgSld .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
	position: absolute;
}

.venue_imgSld .owl-theme .owl-controls .owl-buttons div {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 15px;
	margin: 5px;
	opacity: 0.5;
	padding: 1px 6px;
	top: 44%;
	position: absolute;
}

.venue_imgSld .owl-theme .owl-controls {
	margin-top: 0;
}

.vn_MenuSect {
}
/*==============================================================================================================================================================    Venue   page   end here
=============================================================================================================*/


/*==============================================================================================================================================================    "Add Venue"   page   start here
=============================================================================================================*/

/*==============================================================================================================================================================    Add Venue   page   end here
=============================================================================================================*/
.e_venue_section {
	padding: 50px 0;
}

.panel_box a {
	margin: 30px;
}

.panel_bg1 {
	background: #000 url(../images/bg7.png) no-repeat bottom right;
}

.eVenue_formWrap {
	background: #000 url(../images/bg7.png) no-repeat bottom right;
	border-radius: 0 0 10px 10px;
	display: block;
	margin: 30px auto;
	width: 100%;
}

	.eVenue_formWrap .form_title {
		background-color: #ffc90e;
		border-radius: 6px 6px 33px 34px;
		color: #fff;
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 15px;
		padding: 30px 20px;
		text-transform: uppercase;
		text-align: center;
	}

.form_title_img {
	display: inline-block;
	margin-right: 10px;
	width: 22px;
}

.venueDetls_form {
	padding: 20px 25px;
}

	.venueDetls_form .form-control {
		border: 1px solid #ffc90e;
		margin-bottom: 15px;
		border-radius: 0;
	}

	.venueDetls_form input[type='text'], .venueDetls_form input[type='number'], .venueDetls_form input[type='email'], .venueDetls_form input[type='password'], .venueDetls_form select {
		height: 50px;
	}

	.venueDetls_form input[type='checkbox'] {
		height: 20px;
	}

	.venueDetls_form input, .venueDetls_form option {
		border: 1px dotted #76c381;
		/*padding: 5px;*/
		text-transform: capitalize;
	}

	.venueDetls_form label {
		text-transform: capitalize;
		color: #ffc90e;
	}

	.venueDetls_form h5 {
		font-weight: bold;
	}

.form_title i {
	padding-right: 10px;
}

.eVenue_formWrap .forget_password {
	display: block;
}

.venueDetls_form i {
	padding-left: 10px;
}

.side_menu_wrap li a i {
	padding-right: 5px;
}

.side_menu_wrap li a {
	border: 1px solid #dff0d8;
	margin-bottom: 10px;
}

/*====================================================  User Profile css  ======================================================================================================    Venue   page   end here
=============================================================================================================*/

.new_venue_headWrap {
	display: inline-block;
	background: rgba(0, 0, 0, 0.98);
	width: 95.9%;
	margin: 0px 15px 0px;
	padding: 15px 40px 25px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	color: #fdd502;
}


.new1_venue_headWrap {
	color: white;
}


.new_list-group-item-warning {
	color: #0e0e0e;
	background-color: #c3ab2d;
}




.new_eVenue_formWrap {
	background: #000 url(../images/bg7.png) no-repeat bottom right;
	border-radius: 0 0 10px 10px;
	display: block;
	width: 99.6%;
}



/*==================================================== End User Profile css  ======================================================================================================    Venue   page   end here
=============================================================================================================*/


.new_Check_Price {
	padding-left: 26%;
}

/*========================================================= add by nasir=====================================================================================================    "Add Venue"   page   start here
=============================================================================================================*/




.new_venue_imgSld {
	border: 7px double #ffc90e;
	height: 360px;
	overflow: hidden;
}




.new1_venue_headWrap {
	display: inline-block;
	background: rgba(0,0,0,.8);
	width: 100%;
	margin: 40px auto 10px;
	padding: 0px 25px 0px;
	border-radius: 6px;
	text-transform: uppercase;
}

.new22_venue_headWrap {
	display: inline-block;
	background: rgba(255, 201, 14, 0.62);
	width: 100%;
	margin: 40px auto 10px;
	padding: 0px 25px 0px;
	border-radius: 6px;
	text-transform: uppercase;
}


.new123_venue_headWrap {
	color: white;
	display: inline-block;
	background: rgba(0,0,0,.8);
	width: 100%;
	border-radius: 6px;
	text-transform: uppercase;
}

.new2_venue_headWrap {
	display: inline-block;
	background: rgba(0, 0, 0, 0.98);
	width: 99.5%;
	margin: 0px 0px 0px;
	padding: 15px 40px 26px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	color: #fdd502;
}

.new3_venue_headWrap {
	display: inline-block;
	background: rgba(0, 0, 0, 0.98);
	width: 100%;
	margin: 0px auto 20px;
	padding: 5px 40px 17px;
	border-radius: 6px;
	color: #fdd502;
}

.new1_venue_headWrap h1 {
	color: #ffc90e;
	font-size: 24px;
	font-weight: 700;
	/ text-align: center;
	/
}


.new22_venue_headWrap h4 {
	color: #067d06;
	font-size: 20px;
	/ text-align: center;
	/
}

.greentxt {
	color: green;
}

.tablee {
	border: 1px solid #ccc;
	color: #100f0f;
}

.table1 {
	border: 1px solid #ccc;
	color: #100f0f;
}

.sidebar {
	color: #ffc90e;
}

.sidebar1 {
	padding-top: 43px;
	color: black;
	padding-left: 26px;
}

	.sidebar1 h4 {
		font-size: 22px;
	}

.price1 {
	font-size: 20px;
}

.phone1 {
	/*padding-left: 38px;*/
	font-size: 20px;
}

.icons-ac1 {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 4px 0px 0px;
	line-height: 14px;
	vertical-align: middle;
	background-image: url(http://cdnb2.venuebookingz.com/assets/img/icon-sprite1.png);
	background-repeat: no-repeat;
	background-position: -16px -32px;
}

.progress {
	width: 100%;
	height: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
	background-color: #e1d7d7;
}

.progress-bar-warning {
	background-color: #ffc90e !important;
}

.venue-rating-txt1 {
	font-size: 32px;
	color: #f30;
}

.venue-rating-txt2 {
	font-size: 28px;
}

.star-color {
	color: #ef6c00 !important;
}


/*<!--  add by Nasir New -->*/
.campaign-owner {
	background: #ecc232;
	padding-left: 15px;
	color: black
}

.count-box {
	width: 120px;
	height: 120px;
	font-size: 48px;
	color: #fefefe;
	line-height: 120px;
	text-align: center;
	-webkit-border-radius: 120px;
	margin: 0 auto 26px;
}

.grren {
	background: #7ed321;
}

.yellow {
	background: #ffb400;
}

.account-info li {
	/*width: 25%;
    float: left;*/
	padding: 0 15px;
	text-align: center;
}

.account-info span {
	color: #9b9b9b;
	font-size: 24px;
	font-weight: 700;
}

h1.page-title {
	font-size: 48px;
	color: #FFB400;
	padding: 0 0 12px;
	text-align: center;
	font-weight: 700;
}

.dashboard h2 {
	font-weight: 700;
	display: inline-block;
	font-size: 24px;
	color: #373a3c;
	text-align: left;
	margin-bottom: 30px;
}

.dashboard .my-campaigns-outer h2 {
	margin-bottom: 20px;
	display: inline-block;
}

.my-campaigns-outer .new-campaign {
	border: none;
	margin: 6px 15px 0 0;
	color: #00a6ed;
	width: auto;
	height: auto;
}

.new-campaign {
	border: 1px solid #979797;
	float: right;
	font-size: 18px;
	font-weight: 700;
	width: 163px;
	height: 35px;
	margin-top: -2px;
	margin-bottom: 25px;
	line-height: 21px;
	color: #373a3c;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
}

.profile-block h4 {
	font-weight: 700;
	color: #000;
	margin: 3px 0 13px;
}

.personal-details ul {
	margin-bottom: 20px;
}

.personal-details label {
	font-size: 18px;
	color: #373a3c;
	vertical-align: top;
	font-weight: 700;
	margin-bottom: 0;
	min-width: 88px;
}

.personal-details ul li span {
	font-weight: 400;
	/* font-size: 18px; */
	vertical-align: top;
	color: #2a2c2e;
}

.personal-details ul {
	margin-bottom: 20px;
}

.btn-default:active {
	background: #709402;
	color: #FFF;
	border-color: #709402;
}

.personal-details .btn {
	float: none;
	display: inline-block;
	margin: 0;
	width: 90px;
	padding: 6px 12px;
	height: auto;
	line-height: 18px;
	font-size: 18px;
}

.btn-default:hover {
	border-color: #d69d08;
	color: black;
	background: #ffc90e;
}

.btn:hover {
	color: black;
	border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-weight-border-radius: 0px;
}

.btn, .btn:hover {
	text-shadow: none;
}

.category-list {
	margin-bottom: 0;
	border-left: 1px solid #9d9c9c;
}

.microsite-page .category-list li:first-child {
	padding-top: 0;
}

.microsite-page .category-list li a {
	padding: 1px 20px;
}

.category-list li a.active, .category-list li a:hover {
	color: #ffc90e;
}

.category-list li a.active, h1.page-title {
	font-weight: 700;
}

.category-list li a {
	color: #7c7a7a;
	padding: 5px 23px;
	font-size: 14px;
	display: block;
	position: relative;
}


.category-list li a {
	color: #7c7a7a;
	padding: 5px 23px;
	font-size: 14px;
	display: block;
	/* position: relative; */
}

/* My Case progress*/
.progressmy {
	width: 205px;
	height: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
	background-color: #e1d7d7;
}


/* List all Categories*/
.Categoriesborder {
	border: solid 3px yellow;
	/* margin-top: 10px; */
	padding-top: 11px;
	font-family: "Roboto", sans-serif;
}


.CloseCase {
	background: url(../images/CloseCase.png) no-repeat top right;
	display: none;
	padding: 0;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.PendingCase {
	background: url('../images/PendingApproval.png') no-repeat top right;
	display: none;
	padding: 0;
	line-height: 35px;
	position: absolute;
	top: -40px;
	right: -32px;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
