@charset "utf-8";

/*------------------------------------------------------------------

Project:		Balad | Govt HTML Template

Version:		1.0

AuthorName:		GramoTech

Primary use:	Govt , Political, Charity, Govt Projects 





[Color codes]

Background:			#fff (White)

Content:			#333333 (Dark)

Header:				#40407e (Dark Blue)

Header 2:			#d94148 (Dark Pink)

Footer:				#40407e (Dark Blue)

Primary Color:		#d94148 (Medium Green)

Scendry Color:		#40407e (Dark Blue)





[Typography]

Body copy:			font:26px/16px 'Lato', sans-serif;

Headers:			font:40px/40px 'Lato', serif;

Input, textarea:	font:24px/16px 'Lato', sans-serif;

Sidebar heading:	font:28px/28px 'Poppins', serif;





/------------------------------------------------------------ 



[Table of contents]

1.    Theme Reset Style												=	00-00

2.    Home Page														=	00-00

2.01   Header														=	00-00

2.02   Sub Header Start												=	00-00

2.03   Main Slider Start											=	00-00

2.04   Local Boards & Services										=	00-00

2.05   Event Festivals & News Articles								=	00-00

2.06   Cityscapes & Highlights										=	00-00				

2.07   Govt. Services & Informations								=	00-00

2.08   Facts About City												=	00-00

2.09   City Officials Team											=	00-00	

2.10   Call 2 Action												=	00-00	

2.11   Footer														=	00-00

3.     Home Page Two												=	00-00		

3.02   Mayor MSG													=	00-00

3.03   Local Boards & Services										=	00-00

3.04   Emergency Numbers 											=	00-00

3.05   Event Festivals & News Articles 								=	00-00	

3.06   Highlights & Cityscapes										=	00-00

3.07   Citizens & Community Corner									=	00-00

3.08   Read Some Facts												=	00-00

3.09   City Official Members										=	00-00

3.10   Home 2 Footer												=	00-00	

4.     Home Page Three												=	00-00

4.01   Mayor Msg with Video											=	00-00	

4.02   City News													=	00-00

4.03   Department													=	00-00

4.04   Recent Events												=	00-00

4.05   Explore Community											=	00-00

4.06   Explore Community											=	00-00

5.     Event Pages													=	00-00	

6.     Sidebar Widgets												=	00-00

7.     News															=	00-00

8.     Team															=	00-00

9.     City Departments												=	00-00

10.    Services Page												=	00-00

11.    Explore City													=	00-00	

12.    Gallery Pages												=	00-00

13.    Contact Us													=	00-00

14.    Event Details												=	00-00

15.    About Us Pages												=	00-00

16.    Causes														=	00-00	

17.    Causes Listing												=	00-00

18.    Donation Page												=	00-00	

19.    Testimonials													=	00-00	

20.    Login / Register												=	00-00

21.    Coming Soon													=	00-00		

22.    Page 404														=	00-00

23.    Search Overlay												=	00-00

24.    Transition													=	00-00		

								

[Updates]



-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');

html body {

	font-size: 18px;

	font-family: 'Lato', sans-serif;

	color: #777777;

}

p {

	font-family: 'Lato', sans-serif;

	color: #777;

}

body h1, body h2, body h3, body h4, body h5, body h6 {

	font-family: "Calibri";

	color: #ffffff;

	margin: 0px;

	
}


body h1 {

	font-size: 48px;

}

body h2 {

	font-size: 40px;

}

body h3 {

	font-size: 32px;

}

body h4 {

	font-size: 28px;

}

body h5 {

	font-size: 24px;

}

body h6 {

	font-size: 18px;

}

.wf100 {

	width: 100%;

	float: left;

}

.p80 {

	padding: 50px 0;

}

.p80-0 {

	padding: 80px 0 0;

}

.p80-50 {

	padding: 80px 0 50px;

}

.p80-40 {

	padding: 80px 0 40px;

}

.p75 {

	padding: 75px 0 80px;

}

.p75-0 {

	padding: 75px 0 0;

}

.p75-50 {

	padding: 75px 0 50px;

}

.p75-40 {

	padding: 75px 0 40px;

}

.p70 {

	padding: 70px 0;

}

body a, body a:hover, body a:active, body a:visited, body a:focus {

	text-decoration: none;

}

body :focus {

	outline: none;

	border: 0px;

}

body a:focus {

	outline: 0px auto -webkit-focus-ring-color;

	outline-offset: 0;

}

body a:focus {

	color: #d94148;

}

.pagebg {

	background: url(../images/CabezeraNot.png) no-repeat;

	background-size: cover;

}

.pagebg2 {

	background: url(../images/newsbg.jpg) no-repeat;

	background-size: cover;

}

/******** + ========== + Header Start + ========== + ********/



header {

	background: #fff;

}

.header .topbar {

	background: #1075b9;

}



.topbar ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.topbar ul li {

	display: inline-block;

	color: #fff;

}

.topbar ul.left-links {

	padding: 10px 0;

}

.topbar ul.left-links a {

	font-family: 'Lato', sans-serif;

	font-size: 15px;

	color: #fff;

}

.topbar ul.left-links a:hover, .right-links a:hover, .left-links a:hover {

	color: rgba(255,255,255,.70);

}

.topbar ul.left-links li:after {

	content: "|";

	color: rgba(255,255,255,.20);

	line-height: 20px;

	padding: 0 13px;

}

.topbar ul.left-links li:last-child:after {

	display: none;

}

.right-links {

	text-align: right;

}

.right-links li {

	border-right: 1px solid rgba(255,255,255,.20);

	padding: 0 15px;

	margin-left: -5px;

}

.right-links a {

	color: #fff;

	font-size: 14px;

	line-height: 41px;

}

.logo-nav-row .navbar {

	min-height: inherit;

	margin: 0px;

	border: 0px;

}

.logo-nav-row .navbar-brand {

	padding: 15px 0;

	height: inherit;

	margin-right: 70px;

}

.logo-nav-row .navbar-nav {

	margin: 0;

}

.logo-nav-row .navbar-nav>li>a {

	padding: 31px 14px;

	text-transform: uppercase;

	font-size: 14px;

	color: #777777;

	font-weight: 700;

}

.logo-nav-row .nav .open>a, .logo-nav-row .nav .open>a:focus, .logo-nav-row .nav .open>a:hover, .logo-nav-row .navbar-nav>li>a:hover {

	color: #f54337;

	background: none;

}

.logo-nav-row ul.nav.navbar-nav.navbar-right {

	margin: 0px;

}

.logo-nav-row .bars-btn, .logo-nav-row .search-btn {

	height: 82px;

}

.logo-nav-row ul.nav.navbar-nav.navbar-right .search-btn a {

	color: #f54337;

	line-height: 82px;

	padding: 0px 18px;

	background: #feebee;

	font-size: 14px;

}

.logo-nav-row ul.nav.navbar-nav.navbar-right .bars-btn a {

	line-height: 80px;

	padding: 0 0 0 20px;

	color: #d94148;

	font-size: 14px;

}

.logo-nav-row .navbar-nav>li>.dropdown-menu {

	border: 0px;

	border-radius: 0px;

	padding: 10px;

	width: 220px;

}

.sub-menu a, .logo-nav-row .dropdown-menu>li>a {

	display: block;

	padding: 0 15px;

	clear: both;

	font-weight: 700;

	line-height: 40px;

	color: #1e6ea4;

	white-space: nowrap;

	text-transform: uppercase;

	font-size: 12px;

	background: #fff;

	border-bottom: 1px solid #f1f1f1;

}

.logo-nav-row .dropdown-menu>li:last-child>a {

	border: 0px;

}

.sub-menu a:hover, .logo-nav-row .dropdown-menu>li>a:hover {

	background: #1e6ea4;

	color: #fff;

}

.navbar-nav>li>.dropdown-menu li {

	position: relative;

}

.dropdown-menu .sub-menu {

	position: absolute;

	left: 100%;

	top: 0;

	border: 0px;

	padding: 10px;

	width: 220px;

	display: none;

	background: #fff;

	margin: 0px;

	list-style: none;

}

.navbar-nav>li>.dropdown-menu li:hover .sub-menu {

	display: block;

}


/******** + ========== + Main Slider Start + ========== + ********/



.main-slider img {

	width: 100%;

	height: auto;

}

.item {

	position: relative;

}

.slider-caption {

	position: absolute;

	left: 0;

	width: 100%;

	top: 175px;

	text-align: center;

}

.owl-carousel .owl-item .slider-caption img {

	display: inline-block;

	width: auto;

	margin: 0 0 20px;

}

.slide-content-box h1, .slider-caption strong {

	color: #fff;

	font-size: 60px;

	font-family: 'Montserrat', sans-serif;

	line-height: 70px;

	display: block;

	margin: 0 0 15px;

	font-weight: 700;

}

.slider-caption strong span {

	font-weight: 400;

}

.slide-content-box p, .slider-caption p {

	font-size: 24px;

	font-style: italic;

	color: #fff;

	line-height: 34px;

	margin: 0 0 30px;

}

.slide-content-box a, .slider-caption a {

	background: #d94148;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	font-size: 16px;

	text-transform: uppercase;

	font-weight: 600;

	line-height: 50px;

	display: inline-block;

	border-radius: 25px;

	padding: 0 35px;

	letter-spacing: 1px;

}

.slide-content-box a:hover, .slider-caption a:hover {

	background: #40407e;

	color: #fff;

}

.main-slider .owl-dots {

	position: absolute;

	right: 20px;

	bottom: 20px;

	z-index: 999;

}

.main-slider .owl-carousel button.owl-dot {

	margin-left: 5px;

}

.main-slider .owl-carousel button.owl-dot span {

	width: 12px;

	height: 12px;

	background: rgba(255,255,255,.7);

	display: block;

	border-radius: 15px;

}

.banner-tags {

	margin: 0 0 15px;

	padding: 0;

	list-style: none;

	width: 100%;

	float: left;

}

.banner-tags li {

	display: inline-block;

	color: #bbbbbb;

	background: rgba(150,35,57,.70);

	margin-right: 2px;

	line-height: 25px;

	padding: 0 20px;

	border-radius: 13px;

	cursor: pointer;

	text-transform: uppercase;

	font-size: 12px;

	font-weight: 600;

}

.banner-tags li:hover {

	background: #40407e;

	color: #fff;

}

/******** + ========== + Main Slider End + ========== + ********/







/******** + ========== + Local Boards & Services Start + ========== + ********/

.title-style-2, .title-style-1 {

	margin: 0 0 27px;

}

.title-style-2 h2, .title-style-1 h2 {

	font-weight: 700;

	color: #333;

	margin: 0 0 12px;

}

.title-style-2 p, .title-style-1 p {

	font-size: 16px;

	line-height: 22px;

	color: #777777;

	margin: 0px;

}

.row.p5 {

	margin-right: -5px;

	margin-left: -5px;

}

.local-brands .col-md-4 {

	padding: 0 5px;

}

.local-service-box {

	width: 100%;

	border-radius: 5px;

	text-align: center;

	background: #f3f6f9;

	height: 160px;

	margin: 0 0 10px;

	padding: 20px 30px;

	position: relative;

	overflow: hidden;

}

.local-service-box:after {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 0;

	content: "";

	background: rgba(0,0,0,.10);

	opacity: 0;

}

.local-service-box img {

	margin: 0 0 20px;

	position: relative;

	z-index: 99;

}

.local-service-box a {

	display: block;

	color: #333333;

	font-size: 16px;

	font-weight: 600;

	font-family: 'Montserrat', sans-serif;

	line-height: 20px;

	position: relative;

	z-index: 99;

}

.local-service-box:hover:after {

	height: 100%;

	opacity: 1;

}

.local-service-box:hover a {

	color: #d94148;

}

.Mayor-msg {

	background: #d94148;

	width: 100%;

	float: left;

	padding: 15px;

	position: relative;

	margin: -180px 0 0;

	border-radius: 5px;

	overflow: hidden;

}

.Mayor-msg:after {

	position: absolute;

	bottom: 0;

	right: 0;

	content: "";

	width: 100%;

	height: 40%;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0 );

}

.Mayor-thumb {

	position: relative;

}

.Mayor-thumb img {

	width: 100%;

	height: auto;

}

.Mayor-thumb span.Mayor-sig {

	position: absolute;

	right: 20px;

	bottom: 20px;

}

.Mayor-text {

	padding: 25px 15px 15px;

	position: relative;

	z-index: 99;

}

.Mayor-msg .Mayor-text span {

	font-style: italic;

	margin-bottom: 5px;

	display: block;

}

.Mayor-text span, .Mayor-text p {

	font-family: 'Lato', serif;

	font-size: 16px;

	color: #fff;

	line-height: 26px;

	margin: 0 0 25px;

	text-shadow: 0 7px 10px rgba(0,0,0,.12);

}

.Mayor-text h5 {

	margin: 0 0 35px;

	color: #fff;

	font-weight: 700;

	position: relative;

	text-shadow: 0 7px 10px rgba(0,0,0,.12);

}

.Mayor-text h5:after {

	width: 80px;

	position: absolute;

	left: 0;

	bottom: -22px;

	background: rgba(255,255,255,.25);

	height: 2px;

	content: "";

}

.Mayor-text a {

	background: #fff;

	font-family: 'Montserrat', sans-serif;

	border-radius: 3px;

	display: inline-block;

	color: #222222;

	font-size: 14px;

	font-weight: 500;

	line-height: 36px;

	padding: 0 20px;

}

.Mayor-text a:hover {

	background: #40407e;

	color: #fff;

}

.lb-box {

	width: 100%;

	float: left;

	overflow: hidden;

	position: relative;

	margin-bottom: 10px;

	border-radius: 3px;

}

.lb-box:after {

	content: "";

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */

}

.lb-box img {

	width: 100%;

	height: auto;

}

.lb-box h6 {

	position: absolute;

	left: 20px;

	bottom: 20px;

	color: #fff;

	font-size: 18px;

	font-weight: 700;

	z-index: 99;

}

.row.m5 {

	margin-right: -5px;

	margin-left: -5px;

}

.col-md-4.p5 {

	padding-right: 5px;

	padding-left: 5px;

}

.lb-box:hover img {

	transform: scale(1.07, 1.07);

	-webkit-transform: scale(1.07, 1.07);

}

.emergency-info.lb {

	margin: 0px

}

.emergency-info.lb h5 {

	padding: 20px;

}

.emergency-info.lb .panel-group .panel-heading {

	padding: 17px 0 17px 20px;

	border-bottom: 1px solid rgba(255,255,255,.12);

}

/******** + ========== + Local Boards & Services End + ========== + ********/





/******** + ========== + Event Festivals & News Articles Start + ========== + ********/



.news-event {

	background: url(../images/newsbg.jpg) no-repeat;

	background-size: cover;

}

.title-style-2 a {

	background: #d94148;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	line-height: 42px;

	float: right;

	font-weight: 500;

	font-size: 14px;

	padding: 0 20px;

	border-radius: 3px;

}

.title-style-2 a:hover {

	background: #40407e;

	color: #fff;

}

.title-style-2 {

	margin-bottom: 30px;

}

.title-style-2 h2 {

	border-right: 1px solid #fadbe1;

	margin: 0px;

	letter-spacing: -.5px;

}

.latest-updates {

	width: 100%;

	float: left;

	background: #fff;

	border-radius: 3px;

	overflow: hidden;

	border: 1px solid #e8e8e8;

	box-shadow: 0 5px 15px rgba(0,0,0,.07);

}

.latest-updates h6 {

	background: #d94148;

	color: #fff;

	line-height: 58px;

	font-weight: 700;

	padding: 0 20px;

	text-transform: uppercase;

	position: relative;

}

.latest-updates h6 img {

	position: absolute;

	right: 0;

	bottom: 0;

}

.latest-updates ul {

	margin: 0px;

	padding: 0 20px;

	list-style: none;

}

.latest-updates ul li {

	border-bottom: 1px solid #e8e8e8;

	padding: 16px 0 16px;

	position: relative;

}

.latest-updates ul li:hover:after {

	height: 100%;

}

.latest-updates ul li:after {

	position: absolute;

	left: -20px;

	top: 0;

	width: 2px;

	height: 0;

	content: "";

	background: #d94148;

}

.latest-updates ul li strong {

	display: block;

	font-family: 'Montserrat', sans-serif;

	line-height: 24px;

	font-size: 18px;

	font-weight: 600;

	margin: 0 0 10px;

	letter-spacing: -.5px;

}

.latest-updates ul li strong a {

	color: #333;

}

.latest-updates ul li:last-child {

	border: 0px;

}

.event-meta li, .latest-updates .post-date {

	color: #777;

	font-size: 14px;

}

.event-meta i, .latest-updates .post-date i {

	color: #cccccc;

	font-size: 16px;

	margin-right: 5px;

}

.latest-updates ul li strong a:hover {

	color: #d94148;

}

.event-post {

	width: 100%;

	background: #fff;

	box-shadow: 0 5px 15px rgba(0,0,0,.07);

	border-radius: 3px;

	overflow: hidden;

}

.event-post-txt {

	padding: 23px 28px;

}

.event-post-txt h5 {

	margin: 0 0 15px;

	font-weight: 700;

	letter-spacing: -.5px;

}

.event-post-txt h5 a {

	color: #333;

}

.event-meta {

	margin: 0 0 19px;

	padding: 0px;

	list-style: none;

}

.event-meta li {

	margin: 0 0 7px;

}

.event-post-txt p {

	line-height: 22px;

	margin: 0px;

}

.event-post-loc {

	border-top: 1px solid #eeeeee;

	color: #777;

	padding: 0 0 0 30px;

	height: 46px;

	position: relative;

	line-height: 46px;

}

.event-post-loc i {

	color: #cccccc;

	margin-right: 5px;

}

.event-post-loc a {

	float: right;

	color: #cccccc;

	border-left: 1px solid #eee;

	padding: 0 20px;

}

.event-post:hover .event-post-loc a, .event-post:hover h5 a {

	color: #d94148;

}

.event-post:hover .event-post-loc a {

	background: #d94148;

	color: #fff;

}

.event-post:hover .event-post-loc a i {

	color: #fff;

}

.thumb {

	position: relative;

	overflow: hidden;

}

.thumb:after {

	position: absolute;

	left: 0;

	top: 0;

	background: rgba(0,0,0,.3);

	width: 100%;

	height: 100%;

	content: "";

	opacity: 0;

}

.thumb img {

	width: 100%;

	height: auto;

}

.new-thumb a, .thumb a {

	position: absolute;

	left: -150px;

	right: 0;

	top: 0;

	bottom: 0;

	margin: auto;

	width: 44px;

	height: 44px;

	background: #fff;

	border-radius: 100%;

	z-index: 99;

	text-align: center;

	line-height: 44px;

	color: #d94148;

	opacity: 0;

}

.new-thumb a:hover, .thumb a:hover {

	background: #d94148;

	color: #fff;

}

.mb20 {

	margin-bottom: 20px;

}

.event-post:hover .thumb:after {

	opacity: 1;

}

.event-post:hover .thumb a {

	opacity: 1;

	left: 0;

}

/******** + ========== + Event Festivals & News Articles End + ========== + ********/





/******** + ========== + Cityscapes & Highlights Start + ========== + ********/



.city-highlights {

	background: url(../images/highlights-bg.jpg) no-repeat;

}

.white-text h2 {

	color: #fff;

}

.white-text p {

	color: #fff;

	width: 60%;

	margin: 0 auto;

}

.city-highlights .container-fluid {

	max-width: 1540px;

	margin: 0 auto;

}

.ch-box {

	width: 100%;

	float: left;

	position: relative;

	overflow: hidden;

}

.ch-box .ch-thumb {

	position: relative;

}

.ch-box:hover:after {

	height: 100%;

}

.ch-box:after {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 50%;

	content: "";

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0 );

}

.ch-box .ch-thumb a {

	position: absolute;

	left: 0;

	top: -100px;

	right: 0;

	bottom: 0;

	margin: auto;

	width: 50px;

	height: 50px;

	background: #fff;

	border-radius: 100%;

	line-height: 50px;

	z-index: 99;

	text-align: center;

	color: #d94148;

	opacity: 0;

	font-size: 16px;

}

.ch-box:hover:after {

	height: 100%;

}

.ch-box .ch-thumb a:hover {

	background: #d94148;

	color: #fff;

}

.ch-box:hover .ch-thumb a {

	top: -50px;

	opacity: 1;

}

.ch-box:hover .ch-txt h5 a {

	color: #fff;

	text-shadow: 1px 1px 1px rgba(0,0,0,.5);

}

.ch-box .ch-txt ul li a:hover {

	color: #d94148;

}

.ch-box:hover .ch-txt {

	height: 160px;

}

.ch-box:hover .ch-txt p {

	opacity: 1;

}

.ch-box .ch-txt {

	position: absolute;

	left: 0;

	bottom: 0;

	padding: 30px 30px 20px;

	z-index: 99;

	width: 100%;

	height: 115px;

}

.ch-box .ch-txt h5 {

	font-weight: 600;

	margin: 0 0 7px;

}

.ch-box .ch-txt p {

	color: #fff;

	margin: 0px;

	font-size: 14px;

	opacity: 0;

}

.ch-box .ch-txt h5 a {

	color: #fff;

}

.ch-box .ch-txt ul {

	margin: 0 0 10px;

	padding: 0px;

	list-style: none;

}

.ch-box .ch-txt ul li {

	display: inline-block;

}

.ch-box .ch-txt ul li:after {

	content: "|";

	color: #d94148;

	margin: 0 10px;

}

.ch-box .ch-txt ul li:last-child:after {

	display: none;

}

.ch-box .ch-txt ul li a {

	color: #fff;

	font-size: 14px;

}

.city-highlights .owl-carousel .owl-nav button.owl-next, .city-highlights .owl-carousel .owl-nav button.owl-prev {

	position: absolute;

	left: -20px;

	top: 0;

	bottom: 0;

	width: 40px;

	height: 120px;

	margin: auto;

	background: #d94148;

	z-index: 99;

	color: #fff;

	border-radius: 5px 0 0px 5px;

	font-size: 0px;

}

.city-highlights .owl-carousel .owl-nav button.owl-next {

	left: inherit;

	right: -20px;

	border-radius: 0 5px 5px 0;

}

.city-highlights .owl-carousel .owl-nav button.owl-next:after, .city-highlights .owl-carousel .owl-nav button.owl-prev:after {

	content: "\f104";

	font-family: "FontAwesome";

	font-weight: 900;

	font-size: 24px;

}

.city-highlights .owl-carousel .owl-nav button.owl-next:after {

	content: "\f105";

}

.city-highlights .owl-carousel .owl-nav button.owl-next:hover, .city-highlights .owl-carousel .owl-nav button.owl-prev:hover {

	background: #40407e;

}

.ch-box .ch-txt h5 a:hover {

	color: #d94148;

}

/******** + ========== + Cityscapes & Highlights End + ========== + ********/







/******** + ========== + Govt. Services & Informations Start + ========== + ********/

.pb80 {

	padding: 0 0 80px;

}

.c1 {

	background: #009688;

}

.c2 {

	background: #2196f3;

}

.c3 {

	background: #4caf50;

}

.c4 {

	background: #d32f2f;

}

.c5 {

	background: #795548;

}

.c6 {

	background: #546e7a;

}

.department-box {

	width: 100%;

	float: left;

	border-radius: 5px;

	position: relative;

	overflow: hidden;

}

.department-box:hover:after {

	opacity: 1;

}

.department-box:after {

	position: absolute;

	left: 0;

	top: 0;

	background: rgba(0,0,0,.2);

	width: 100%;

	height: 100%;

	content: "";

	opacity: 0;

}

.department-box h6 {

	color: #fff;

	font-weight: 700;

	border-bottom: 1px solid rgba(238,238,238,.40);

	padding: 15px 0 15px 20px;

	position: relative;

	z-index: 98

}

.department-box ul {

	margin: 0px;

	padding: 12px 20px 13px;

	list-style: none;

	position: relative;

	z-index: 98

}

.department-box a {

	font-size: 14px;

	font-weight: 500;

	color: #fff;

	display: block;

	line-height: 30px;

	letter-spacing: -.1px;

	position: relative;

	z-index: 98

}

.department-box a i {

	color: rgba(255,255,255,.30);

	font-size: 6px;

	margin: 0 5px 0 0;

	position: relative;

	top: -3px;

}

.department-box a:hover {

	color: rgba(255,255,255,.70);

}

a.see-more {

	background: rgba(0,0,0,.20);

	display: inline-block;

	border-radius: 5px;

	font-family: 'Montserrat', sans-serif;

	font-size: 12px;

	font-weight: 600;

	color: #fff;

	margin: 0 0 20px 35px;

	padding: 0 20px;

}

a.see-more:hover {

	background: rgba(0,0,0,.40);

	color: #fff;

}

.mb30 {

	margin: 0 0 30px;

}

.emergency-info {

	background: #40407e;

	width: 100%;

	float: left;

	border-radius: 5px;

	margin-bottom: 10px;

}

.emergency-info h5 {

	color: #fff;

	font-weight: 600;

	text-align: center;

	padding: 15px 20px;

	line-height: 30px;

	border-bottom: 1px solid rgba(255,255,255,.12);

}

.emergency-info .panel-group {

	margin-bottom: 10px;

}

.emergency-info ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.emergency-info ul li {

	line-height: 34px;

	color: rgba(255,255,255,.70);

}

.emergency-info ul li i {

	color: rgba(255,255,255,1);

	margin-right: 8px;

}

.emergency-info .panel-group .panel {

	background: none;

	border: 0px;

	box-shadow: none;

}

.emergency-info .panel-group .panel:last-child .panel-heading {

	border: 0px;

}

.emergency-info .panel-group .panel-heading {

	padding: 15px 0 15px 20px;

	border-bottom: 1px solid rgba(255,255,255,.12);

}

.emergency-info .panel-group .panel-heading a {

	color: #fff;

	font-weight: 600;

	display: block;

	position: relative;

}

.emergency-info .panel-group .panel-heading a:after {

	content: "\f107";

	font-family: "FontAwesome";

	font-weight: 900;

	color: #fff;

	font-size: 18px;

	position: absolute;

	right: 20px;

	top: 0;

}

.emergency-info .panel-group .panel-heading+.panel-collapse>.list-group, .emergency-info .panel-group .panel-heading+.panel-collapse>.panel-body {

	border: 0px;

}

.query {

	background: #fff;

	border-radius: 5px;

	width: 100%;

	float: left;

	padding: 25px;

	box-shadow: 0 5px 15px rgba(0,0,0,0.12);

	margin-top: 7px;

}

.query ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.query h5 {

	font-weight: 600;

	color: #222;

	margin: 0 0 10px;

}

.query ul li {

	position: relative;

	padding: 0 0 0 35px;

	color: #555555;

	font-size: 18px;

	font-weight: 400;

	margin-bottom: 10px;

}

.query ul li:last-child {

	margin: 0px;

}

.query ul li strong {

	display: block;

	color: #d94148;

	font-size: 12px;

	font-weight: 800;

	text-transform: uppercase;

}

.query ul li span {

	position: absolute;

	left: 0;

	top: 0;

	width: 24px;

	height: 24px;

	border: 1px solid #e6e6e6;

	border-radius: 100%;

	font-size: 12px;

	text-align: center;

	line-height: 24px;

	color: #bbbbbb;

}

/******** + ========== + Govt. Services & Informations End + ========== + ********/



/******** + ========== + Facts About City Start + ========== + ********/



.fact-newsletter {

	background: url(../images/factsbg.jpg) no-repeat;

	background-size: cover;

}

.title-style-1.white p, .title-style-1.white h2 {

	color: #fff;

}

.fact-newsletter .title-style-1.white p {

	width: 85%;

}

.fact-newsletter ul.counter {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.fact-box {

	background: #fff;

	border: 1px solid #e8e8e8;

	border-radius: 5px;

	box-shadow: 0 10px 30px rgba(0,0,0,0.7);

	margin-bottom: 12px;

	height: 120px;

	padding: 35px 0 0 70px;

	position: relative;

}

.fact-box:hover {

	background: rgba(247,56,89,.7);

	border-color: #d94148;

}

.fact-box:hover span, .fact-box:hover strong {

	color: #fff;

}

.fact-newsletter ul.counter .col-md-4 {

	padding: 0 6px;

}

.fact-box strong {

	color: #d94148;

	font-size: 36px;

	font-weight: 800;

	display: block;

	line-height: 30px;

	margin: 0 0 6px;

}

.fact-box span {

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	font-weight: 500;

	color: #777777;

	text-transform: uppercase;

}

.fact-box i {

	position: absolute;

	left: 20px;

	top: 45px;

	font-size: 30px;

	color: #cccccc;

}

.stay-connected {

	background: #d94148;

	border-radius: 5px;

	width: 100%;

	float: left;

	padding: 30px;

	margin: 16px 0 0;

}

.stay-connected ul {

	margin: 10px 0 0;

	padding: 0px;

	list-style: none;

}

.stay-connected ul li {

	margin: 0 0 20px;

}

.stay-connected ul li:last-child {

	margin: 0;

}

.stay-connected .form-control {

	border-radius: 3px;

	height: 55px;

	border: 1px solid #e8e8e8;

	line-height: 53px;

	padding: 0 20px;

	font-size: 16px;

}

.stay-connected input[type="submit"] {

	width: 100%;

	border: 0px;

	background: #40407e;

	color: #fff;

	height: 55px;

	line-height: 55px;

	font-family: 'Montserrat', sans-serif;

	border-radius: 3px;

	font-size: 16px;

	font-weight: 500;

}

.stay-connected input[type="submit"]:hover {

	background: #222;

	color: #fff;

}

.stay-connected p, .stay-connected h5 {

	color: #fff;

	margin: 0 0 15px;

}

/******** + ========== + Facts About City End + ========== + ********/





/******** + ========== + City Officials Team Start + ========== + ********/

.city-team {

	background: url(../images/teambg.jpg) no-repeat;

	background-size: cover;

}

.p80-p50 {

	padding: 80px 0 50px;

}

.city-team .title-style-1 p {

	width: 70%;

	margin: 0 auto;

}

.team-box {

	width: 100%;

	float: left;

	background: #fff;

	overflow: hidden;

	border-radius: 5px;

	margin: 0 0 30px;

	box-shadow: 0 5px 15px rgba(0,0,0,0.07);

}

.team-box .team-thumb {

	width: 47.5%;

	float: left;

	overflow: hidden;

	position: relative;

}

.team-box .team-txt {

	width: 52.5%;

	float: left;

	padding: 27px 30px 0 30px;

}

.team-box .team-thumb img {

	width: 100%;

	height: auto;

}

.team-box .team-txt h5 {

	font-weight: 700;

	margin: 0 0 7px;

}

.team-box .team-txt strong {

	font-weight: 500;

	color: #f63859;

	font-style: italic;

	font-size: 16px;

	display: block;

	margin: 0 0 7px;

}

.team-box .team-txt p {

	margin: 0 0 17px;

	line-height: 22px;

}

ul.team-social {

	margin: 0px;

	padding: 13px 0 0;

	list-style: none;

	border-top: 1px solid #eeeeee;

	position: relative;

}

.team-box:hover ul.team-social:after {

	width: 100%;

}

ul.team-social:after {

	position: absolute;

	left: 0;

	top: -1px;

	width: 0;

	height: 1px;

	background: #f63859;

	content: "";

}

ul.team-social li {

	display: inline-block;

	margin: 0 5px 0 0;

	color: #999;

}

ul.team-social a {

	color: #bbb;

}

ul.team-social a:hover {

	color: #f63859;

}

.team-box .team-thumb:after {

	position: absolute;

	left: 0;

	top: 0;

	background: rgba(0,0,0,.5);

	content: "";

	width: 100%;

	height: 100%;

	opacity: 0;

}

.team-box .team-thumb a {

	position: absolute;

	left: -90px;

	top: 0;

	bottom: 0;

	right: 0;

	margin: auto;

	width: 45px;

	height: 45px;

	background: #fff;

	border-radius: 100%;

	color: #f63859;

	text-align: center;

	line-height: 45px;

	z-index: 333;

	opacity: 0;

}

.team-box:hover .team-thumb:after {

	opacity: 1;

}

.team-box:hover .team-thumb a {

	opacity: 1;

	left: 0;

}

.team-box .team-thumb a:hover {

	background: #f63859;

	color: #fff;

}

.team-box:hover .team-txt h5 {

	color: #f63859;

}

.team-box:hover .team-txt strong {

	color: #222;

}

/******** + ========== + City Officials Team End + ========== + ********/





/******** + ========== + Call 2 Action Start + ========== + ********/



.call2action {

	background: url(../images/call2action.jpg) no-repeat;

	background-size: cover;

	text-align: center;

}

.call2action p {

	font-size: 32px;

	font-style: italic;

	color: #e1e1e1;

	font-weight: 300;

	line-height: 45px;

	margin: 30px 0;

}

.call2action a {

	background: #f63859;

	display: inline-block;

	font-family: 'Montserrat', sans-serif;

	font-size: 16px;

	font-weight: 500;

	color: #fff;

	padding: 0 35px;

	line-height: 55px;

	border-radius: 5px;

}

.call2action a:hover {

	background: #2eafe7;

	color: #fff;

}

/******** + ========== + Call 2 Action End + ========== + ********/













/******** + ========== + Home Page Two Start + ========== + ********/











/*** + === + Mayor MSG Start + === + ***/



.h2-Mayor-msg {

	background: url(../images/flagbg.jpg) right top no-repeat #d94148;

	padding: 30px;

	border-radius: 3px;

	width: 100%;

	float: left;

}

.h2-Mayor-msg .Mayor-img {

	width: 34%;

	overflow: hidden;

	float: left;

	position: relative;

}

.h2-Mayor-msg .Mayor-img img {

	border-radius: 5px;

	width: 100%;

	height: auto;

}

.h2-Mayor-msg .msig {

	position: absolute;

	bottom: 20px;

	right: 20px;

	z-index: 99;

}

.h2-Mayor-msg .Mayor-txt {

	width: 66%;

	float: left;

	padding-left: 30px;

}

.h2-Mayor-msg .Mayor-txt p {

	color: #fff;

	font-size: 20px;

	line-height: 28px;

	font-style: italic;

	margin: 0 0 20px;

}

.h2-Mayor-msg .Mayor-txt a {

	background: #fff;

	display: inline-block;

	border-radius: 17px;

	line-height: 34px;

	font-family: 'Montserrat', sans-serif;

	font-weight: 600;

	text-transform: uppercase;

	font-size: 12px;

	color: #333;

	letter-spacing: 2px;

	padding: 0 20px;

}

.h2-Mayor-msg .Mayor-txt h4 {

	color: #fff;

	text-transform: uppercase;

	font-weight: 700;

	margin: 4px 0 13px;

}

.h2-Mayor-msg .Mayor-txt strong {

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	font-weight: 500;

	color: #fff;

}

.h2-Mayor-msg .Mayor-txt a:hover {

	background: #40407e;

	color: #fff;

}

.city-tour {

	position: relative;

	width: 100%;

	float: left;

	overflow: hidden;

	border-radius: 5px;

}

.city-tour strong {

	position: absolute;

	left: -5px;

	top: 20px;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	font-size: 12px;

	text-transform: uppercase;

	line-height: 30px;

	padding: 0 15px;

	letter-spacing: 2px;

	border-radius: 3px;

}

.city-tour a {

	position: absolute;

	right: 20px;

	bottom: 20px;

}

.city-tour a:hover img {

	opacity: .7;

}

/*** + === + Mayor MSG End + === + ***/





/*** + === + Local Boards & Services Start + === + ***/



.section-title {

	margin: 0 0 27px;

}

.section-title h2 {

	font-weight: 700;

	color: #333;

	margin: 0 0 13px;

}

.section-title p {

	color: #777777;

	font-size: 16px;

	margin: 0px;

}

/*** + === + Local Boards & Services End + === + ***/







.h2-local-brands {

	background: url(../images/worldmap-dots.jpg) bottom left no-repeat;

}

.local-brands .title-style-1 {

	margin-bottom: 32px;

}

.h2-local-brands .col-md-3 {

	padding: 0 6px;

}

.local-box {

	width: 100%;

	float: left;

	position: relative;

	overflow: hidden;

	border-radius: 5px;

	margin: 0 0 10px;

}

.local-box:after {

	position: absolute;

	left: 0;

	bottom: -1px;

	width: 100%;

	height: 75%;

	content: "";

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );

}

.local-box a {

	position: absolute;

	bottom: 0;

	left: 0;

	font-size: 20px;

	font-weight: 600;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	padding: 20px;

	z-index: 999;

}

.local-box:hover img {

	transform: scale(1.2);

	-webkit-transform: scale(1.2);

}

.local-box img {

	width: 100%;

	height: auto;

}

.local-box:hover:after {

	height: 100%;

}

.local-box:hover a {

	color: #f63859;

}

.lb-ser-box {

	width: 100%;

	float: left;

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.lb-ser-box li {

	position: relative;

	width: 100%;

	float: left;

	margin: 0 0 30px;

}

.lb-ser-box li:last-child {

	margin: 0px;

}

.lb-ser-box .lb-icon {

	background: url(../images/icobox.png);

	width: 83px;

	height: 83px;

	float: left;

	text-align: center;

	line-height: 83px;

	margin-right: 16px;

}

.lb-ser-box .lb-icon img {

	width: 50px;

	height: auto;

}

.lb-ser-box h6 {

	font-weight: 700;

	color: #333333;

	margin: 0 0 5px;

}

.lb-ser-box p {

	margin: 0px;

	color: #777777;

	font-size: 14px;

	line-height: 24px;

}

.lb-ser-box li:hover .lb-icon {

	opacity: .7;

}

/*** + === + Local Boards & Services End + === + ***/









/*** + === + Emergency Numbers Start + === + ***/



.emergency-numbers {

	background: url(../images/h2factsbg.jpg) no-repeat;

	background-size: cover;

	padding: 60px 0;

}

.newsletter-form {

	background: url(../images/em-formbg.jpg) no-repeat bottom #144b8d;

	border-radius: 3px;

	padding: 30px 30px 35px;

}

.newsletter-form h5 {

	color: #fff;

	font-weight: 700;

	margin: 0 0 20px;

}

.newsletter-form ul {

	list-style: none;

	padding: 0px;

	margin: 0 -6px 0;

}

.newsletter-form ul li.col-md-6 {

	padding: 0 6px;

}

.newsletter-form .form-control {

	border: 1px solid #e8e8e8;

	box-shadow: none;

	padding: 0 20px;

	line-height: 53px;

	height: 55px;

	margin: 0 0 15px;

}

.newsletter-form button {

	float: right;

	border: 0px;

	padding: 0 40px;

	background: #f43758;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	line-height: 55px;

	border-radius: 30px;

	font-size: 16px;

	font-weight: 500;

}

.newsletter-form button:hover {

	background: #fff;

	color: #f43758;

}

.newsletter-form p {

	color: #fff;

	margin: 5px 0 0;

	font-style: italic;

}

.e-numbers {

	position: relative;

}

.e-numbers .info-num {

	position: absolute;

	right: 0;

	top: 0;

	text-align: right;

}

.e-numbers .info-num strong {

	color: #d94148;

	font-size: 12px;

	text-transform: uppercase;

	display: block;

	margin: 0 0 10px;

}

.e-numbers .info-num h3 {

	font-weight: 300;

	color: #40407e;

	font-size: 28px;

}

.department-links h5 {

	margin: 0 0 20px;

	color: #333;

	font-weight: 700;

}

.e-numbers h5 {

	color: #333;

	font-weight: 700;

	margin: 0 0 8px;

}

.e-numbers p {

	margin: 0 0 17px;

	font-style: italic;

	color: #777777;

	font-size: 16px;

}

.e-numbers ul {

	padding: 0px;

	list-style: none;

	margin-bottom: 0px;

}

.e-numbers .em-box {

	background: #fff;

	border: 1px solid #d7d7d7;

	width: 100%;

	float: left;

	padding: 20px 25px;

	border-radius: 3px;

	height: 165px;

}

.e-numbers .em-box:hover {

	background: #d94148;

	border-color: #d94148;

}

.e-numbers .em-box:hover i, .e-numbers .em-box:hover strong.em-deprt, .e-numbers .em-box:hover strong.em-num {

	color: #fff;

}

.e-numbers .em-box i {

	font-size: 30px;

	color: #bbbbbb;

}

.e-numbers .em-box strong.em-num {

	font-size: 36px;

	color: #d94148;

	font-weight: 900;

	display: block;

}

.e-numbers .em-box strong.em-deprt {

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	color: #777;

	font-weight: 600;

}

/*** + === + Emergency Numbers End + === + ***/





/*** + === + Event Festivals & News Articles Start + === + ***/





.h2-news-articles {

	background: #fafafa;

}

.event-post-full {

	background: #fff;

	width: 100%;

	float: left;

	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.07);

	overflow: hidden;

	border-radius: 3px;

	margin-bottom: 30px;

}

.event-post-full .thumb {

	width: 360px;

	float: left;

	position: relative;

	overflow: hidden;

}

.event-post-full .event-post-content {

	width: 390px;

	float: left;

}

.event-post-full .event-post-txt {

	padding: 20px 30px 0;

	width: 100%;

}

.event-post-full .event-post-txt p {

	margin: 0 0 20px;

}

.event-post-full:hover .event-post-loc a, .event-post-full:hover .event-post-txt h5 a {

	color: #f63859;

}

span.ecat {

	background: #d94148;

	display: inline-block;

	color: #fff;

	line-height: 24px;

	border-radius: 15px;

	padding: 0 12px;

	font-size: 12px;

	text-transform: uppercase;

	margin: 0 0 17px;

}

.btn-group.share-post {

	float: right;

}

.btn-group.share-post button.dropdown-toggle {

	background: none;

	border: 0;

	font-size: 12px;

	color: #cccccc;

	text-transform: uppercase;

}

.btn-group.share-post button.dropdown-toggle:hover {

	color: #d94148;

}

.btn-group.share-post .dropdown-menu {

	border: 0px;

	width: 35px;

	text-align: center;

	margin: 0px;

	padding: 0px;

	min-width: inherit;

	left: 0;

	right: 0;

	margin: 5px auto;

}

.btn-group.share-post .dropdown-menu>li>a {

	padding: 5px 0;

}

body .btn-group.open .dropdown-toggle {

	box-shadow: none;

	-webkit-box-shadow: none;

}

.share-post .fb {

	color: #3b5998;

}

.share-post .tw {

	color: #38a1f3;

}

.share-post .insta {

	color: #e1306c;

}

.share-post .yt {

	color: #ff0000;

}

.share-post .linked {

	color: #0077b5;

}

.share-post .pin {

	color: #bd081b;

}

.news-post {

	width: 100%;

	float: left;

	border-radius: 5px;

	overflow: hidden;

	position: relative;

	margin-bottom: 30px;

	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.07);

	background: #fff;

}

.event-post-full:hover, .news-post:hover {

	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.07);

}

.image-post .thumb:before {

	position: absolute;

	left: 0;

	top: 0;

	background: rgba(0,0,0,.60);

	width: 100%;

	height: 100%;

	content: "";

}

.image-post .news-post-txt {

	position: absolute;

	left: 0;

	top: 0;

	z-index: 99;

	width: 100%;

	height: 100%;

}

.image-post .news-meta li, .image-post .news-post-txt p, .image-post .news-post-txt h5 a {

	color: #fff;

}

.news-post-txt h5 {

	font-weight: 700;

	margin: 0 0 15px;

	line-height: 30px;

	letter-spacing: -.5px;

}

.news-post-txt h5 a {

	color: #333333;

}

.news-post-txt p {

	margin: 0 0 30px;

	font-size: 16px;

	color: #777777;

	line-height: 22px;

	letter-spacing: -0.1px;

}

.news-meta {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.news-meta li {

	display: inline-block;

	color: #999999;

	font-size: 14px;

}

.news-meta li:after {

	content: "|";

	margin: 0 5px;

	color: #999999;

	font-style: normal;

}

.news-meta li:last-child:after {

	display: none;

}

.news-meta .post-user {

	color: #d94148;

	font-style: italic;

}

.post-user img {

	border-radius: 100%;

	width: 30px;

	height: 30px;

	border: 1px solid #fff;

	margin-right: 3px;

}

.news-post .news-post-txt {

	padding: 20px 30px;

}

.thumb .ecat {

	position: absolute;

	left: 30px;

	top: 20px;

	z-index: 99;

}

.thumb .share-post {

	position: absolute;

	right: 30px;

	top: 20px;

	z-index: 99;

}

.ecat.c1 {

	background-color: #d94148;

}

.ecat.c2 {

	background-color: #f7941d;

}

.ecat.c3 {

	background-color: #40407e;

}

.ecat.c4 {

	background-color: #72bf44;

}

.ecat.c5 {

	background-color: #00a98f;

}

.ecat.c6 {

	background-color: #74d2e7;

}

.ecat.c7 {

	background-color: #c2c0bf;

}

.ecat.c8 {

	background-color: #ff8100;

}

.ecat.c9 {

	background-color: #168de2;

}

.news-post:hover .news-post-txt h5 a {

	color: #f63859;

}

.event-post-full:hover .thumb a {

	left: 0;

	opacity: 1;

}

/*** + === + Event Festivals & News Articles End + === + ***/







/*** + === + Highlights & Cityscapes Start + === + ***/



.hc-box {

	width: 100%;

	float: left;

	overflow: hidden;

	position: relative;

}

.hc-box:after {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	content: "";

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0 );

}

.hc-box .hc-box-cap {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	padding: 30px 40px;

	z-index: 999;

	height: 115px;

}

.hc-box .hc-box-cap h5 {

	margin: 0 0 20px;

	font-weight: 700;

}

.hc-box .hc-box-cap h5 a {

	color: #fff;

}

.hc-box .hc-box-cap ul {

	margin: 0 0 10px;

	padding: 0px;

	list-style: none;

}

.hc-box .hc-box-cap li {

	color: #fff;

	display: inline-block;

	font-size: 14px;

}

.hc-box .hc-box-cap li a {

	color: #fff;

}

.hc-box .hc-box-cap li:after {

	content: "|";

	margin: 0 10px;

	color: #d94148;

}

.hc-box .hc-box-cap li:last-child:after {

	display: none;

}

.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev, .highlights-cityscapes .owl-carousel .owl-nav button.owl-next {

	position: absolute;

	right: 10px;

	top: 0;

	bottom: 0;

	margin: auto;

	width: 60px;

	height: 60px;

	border-radius: 100%;

	background: #d94148;

	font-size: 0px;

	opacity: .3;

}

.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev {

	right: inherit;

	left: 10px;

}

.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev:after {

	content: "\f053";

	font-family: FontAwesome;

	font-weight: 700;

	color: #fff;

	font-size: 20px;

}

.highlights-cityscapes .owl-carousel .owl-nav button.owl-next:after {

	content: "\f054";

	font-family: FontAwesome;

	font-weight: 700;

	color: #fff;

	font-size: 20px;

}

.highlights-cityscapes .owl-carousel .owl-nav button.owl-prev:hover, .highlights-cityscapes .owl-carousel .owl-nav button.owl-next:hover {

	background: #d94148;

	opacity: 1;

}

.hc-box:hover .hc-box-cap h5 a, .hc-box:hover .hc-box-cap li a {

	color: #d94148;

}

.hc-box .hc-box-cap p {

	color: #fff;

	font-size: 14px;

	margin: 0px;

	opacity: 0;

}

.hc-box:hover .hc-box-cap p {

	opacity: 1;

}

.hc-box:hover .hc-box-cap {

	height: 170px;

}

/*** + === + Highlights & Cityscapes End + === + ***/







/*** + === + Citizens & Community Corner Start + === + ***/



.community-links {

	background: url(../images/citizenbg.jpg) no-repeat;

	background-size: cover;

}

.community-box {

	background: #fff;

	width: 100%;

	float: left;

	position: relative;

	border-radius: 5px;

	box-shadow: 0 5px 15px rgba(0,0,0,.07);

}

.community-box:hover {

	box-shadow: 0px 10px 25px rgba(0,0,0,.20);

}

.community-box:hover a.see-more {

	background: #f63859;

	color: #fff;

	border-color: #f63859;

}

.community-box h6 {

	color: #40407e;

	border-bottom: 1px solid #eeeeee;

	line-height: 53px;

	font-weight: 700;

	padding-left: 20px;

}

.community-box ul {

	margin: 0px;

	padding: 20px;

	list-style: none;

}

.community-box ul li i {

	font-size: 7px;

	color: #cccccc;

	margin-right: 7px;

}

.community-box ul li a {

	font-size: 14px;

	line-height: 30px;

	color: #444444;

}

.community-box a.see-more {

	border: 1px solid #e1e1e1;

	background: #f0f0f0;

	color: #777777;

	display: inline-block;

	line-height: 25px;

	font-family: 'Montserrat', sans-serif;

	font-size: 12px;

	font-weight: 600;

}

.community-box span {

	position: absolute;

	right: 0;

	bottom: 0;

}

.community-box ul li a:hover {

	color: #d94148;

}

.community-box a.see-more:hover {

	background: #d94148;

	color: #fff;

	border-color: #d94148;

}

/*** + === + Citizens & Community Corner End + === + ***/











/*** + === + Read Some Facts Start + === + ***/



.some-facts {

	background: url(../images/factsbg2.jpg) no-repeat;

	background-size: cover;

	padding: 60px 0;

}

.some-facts h2 {

	color: #fff;

	text-align: center;

	font-weight: 700;

	margin: 0 0 30px;

}

.some-facts ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.some-facts ul li {

	float: left;

	width: 20%;

	text-align: center;

	border-right: 2px solid rgba(255,255,255,.35);

	padding: 20px 0;

}

.some-facts ul li:last-child {

	border: 0px;

}

.facts-icon {

	width: 84px;

	height: 84px;

	text-align: center;

	line-height: 80px;

	margin: 0 auto 20px;

	border-radius: 100%;

	font-size: 36px;

	color: #ffcb0b;

	transition: box-shadow 0.2s;

	position: relative;

}

.some-facts strong {

	display: block;

	color: #fff;

	font-size: 36px;

	font-weight: 700;

}

.some-facts span {

	color: #e1e1e1;

	font-size: 18px;

	font-weight: 400;

	font-family: 'Montserrat', sans-serif;

}

.some-facts ul li:hover .facts-icon {

	box-shadow: 0 0 0 5px rgba(255,255,255,1);

	color: #fff;

}

.facts-icon:after {

	top: 0;

	left: 0;

	padding: 0;

	box-shadow: 0 0 0 2px #f63859;

	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;

	-moz-transition: -moz-transform 0.2s, opacity 0.2s;

	transition: transform 0.2s, opacity 0.2s;

	position: absolute;

	width: 100%;

	height: 100%;

	content: '';

	-webkit-box-sizing: content-box;

	-moz-box-sizing: content-box;

	box-sizing: content-box;

	border-radius: 100%;

}

.some-facts ul li:hover:hover .facts-icon:after {

	-webkit-transform: scale(0.85);

	-moz-transform: scale(0.85);

	-ms-transform: scale(0.85);

	transform: scale(0.85);

	opacity: 0.5;

}

.some-facts ul li:hover strong {

	color: #f63859;

}

/*** + === + Read Some Facts End + === + ***/











/*** + === + City Official Members Start + === + ***/

.official-members {

	background: #fff;

}

.official-members .team-box {

	margin: 0px;

}

.official-members .team-box .team-txt, .official-members .team-box .team-thumb {

	width: 100%;

	text-align: center;

}

.official-members .team-box .team-txt {

	padding: 17px 20px;

}

.team-heading {

	padding: 100px 0 0;

}

.team-heading h2 {

	font-weight: 700;

	line-height: 50px;

	margin: 0 0 10px;

}

.team-heading p {

	font-size: 16px;

	line-height: 22px;

	margin: 0 0 20px;

}

.team-heading a {

	background: #d94148;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	text-transform: 700;

	font-size: 12px;

	line-height: 33px;

	border-radius: 18px;

	display: inline-block;

	padding: 0 20px;

	text-transform: uppercase;

}


/*** + === + City Official Members End + === + ***/







/*** + === + Home 2 Footer Start + === + ***/





.home3.footer p.copyr {

	color: #fff;

}

.home3.footer a, .home3.footer p a {

	color: #fff;

}

.footer-widget h6 {

	font-size: 22px;

	color: #fff;

	margin: 0;

	font-weight: 600;

	margin-bottom: 16px;

}

.footer-widget ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.footer-widget ul li {

	line-height: 32px;

}

.footer-widget ul li a {

	color: #689f38;

	font-size: 16px;

}

.footer-widget ul li a i {

	font-size: 8px;

	margin-right: 8px;

}

.footer-widget ul li a:hover {

	color: #d94148;

}

.textwidget address ul {

	margin: 20px 0 0;

	padding: 0px;

	list-style: none;

}

.textwidget address ul li {

	color: #fff;

	margin: 0 0 20px;

	padding: 0 0 0 26px;

	position: relative;

}

.textwidget address ul li i {

	position: absolute;

	left: 0;

	top: 5px;

	font-size: 14px;

}

.textwidget address ul li strong {

	display: block;

	font-weight: 500;

}

.twitter-widget {

	background: #38a1f3;

	border-radius: 5px;

	position: relative;

}

.tw-txt {

	padding: 30px 30px 17px 30px;

}

.twitter-widget h6 {

	color: #fff;

	margin: 0 0 20px;

}

.twitter-widget a.reply-tw {

	position: absolute;

	right: 24px;

	top: 24px;

	border: 2px solid #fff;

	width: 30px;

	height: 30px;

	color: #fff;

	text-align: center;

	line-height: 28px;

	border-radius: 100%;

	font-size: 12px;

}

.twitter-widget p {

	color: #fff;

	font-size: 16px;

	padding: 0 10px 0 0;

	margin: 0px;

}

.tw-footer {

	border-top: 1px solid rgba(255,255,255,.20);

	padding: 10px 30px;

	color: #fff;

	position: relative;

	font-size: 14px;

}

.tw-footer strong {

	font-size: 12px;

	font-weight: 600;

	display: block;

	text-transform: uppercase;

}

.tw-footer i {

	position: absolute;

	bottom: 0;

	right: 0;

	font-size: 60px;

	color: rgba(255,255,255,.20);

}

.twitter-widget a.reply-tw:hover {

	color: #40407e;

	border-color: #40407e;

}

/*** + === + Home 2 Footer End + === + ***/



.main-content {

	background: #fff;

	width: 100%;

	float: left;

	position: relative;

	z-index: 99;

}

#site-footer {

	position: relative;

	z-index: 1;

}

#call-2-action {

	position: fixed;

	z-index: -1;

	left: 0;

	right: 0;

	bottom: 0;

}

#call-2-action .container {

	padding: 40px 0;

}

.owl-carousel .owl-item img {

	height: auto;

}

/******** + ========== + Home Page Two End + ========== + ********/





/******** + ========== + Home Page Three Start + ========== + ********/



.header-two {

	width: 100%;

	float: left;

	box-shadow: 0 5px 20px rgba(0,0,0,.15);

}



.header-two .topbar {

	background: url(../images/npatt.png) #12498a;

}

.header-two .topbar p {

	margin: 0px;

	color: #fff;

	line-height: 40px;

}

.header-two .topbar p a {

	font-weight: 700;

	color: #fff;

}

.become-vol {

	float: right;

	background: #d94148;

	line-height: 40px;

	color: #fff;

	text-transform: uppercase;

	font-weight: 600;

	padding: 0 20px;

	font-size: 14px;

}

.cross-btn {

	float: right;

	background: rgba(0,0,0,.30);

	color: #fff;

	font-size: 14px;

	font-weight: 700;

	width: 45px;

	text-align: center;

	line-height: 40px;

}

.cross-btn:hover {

	background: #d94148;

	color: #fff;

}

.become-vol:hover {

	background: #f54337;

	color: #fff;

}

.h3-logo-row {

}

.h3-logo-row .h3-logo {

	text-align: center;

	padding: 19px 0;

}

.h3-logo-row ul.quick-links {

	margin: 20px 0 14px;

	padding: 0;

	list-style: none;

	width: 50%;

	float: left;

}

.h3-logo-row ul.quick-links li {

	float: left;

	margin: 0 5px 5px 0;

}

.h3-logo-row ul.quick-links li a {

	border: 1px solid #e1e1e1;

	line-height: 20px;

	display: block;

	border-radius: 3px;

	background: #f7f7f7;

	color: #888888;

	font-size: 12px;

	padding: 0 10px;

}

.h3-logo-row ul.quick-links li a:hover {

	background: #f54337;

	color: #fff;

	border-color: #f54337;

}

.header-contact {

	margin: 20px 0 0;

	padding: 0px;

	list-style: none;

	float: right;

}

.header-contact li {

	float: left;

	border-right: 1px solid #eeeeee;

	text-align: left;

	padding: 7px 15px;

	font-size: 12px;

}

.header-contact li span {

	display: block;

	color: #222;

}

.header-contact i {

	color: #222;

	font-size: 16px;

}

.city-exp i {

	float: left;

	margin: 10px 15px 0 0;

}

.city-exp strong {

	float: left;

	font-weight: 400;

}

li.header-weather {

	line-height: 34px;

}

.h3-navbar {

	border-top: 1px solid #eeeeee;

}

.h3-navbar .navbar {

	position: relative;

	min-height: inherit;

	margin-bottom: 0;

	border: 0px solid transparent;

}

.header .navbar-collapse, .h3-navbar .navbar-collapse {

	padding: 0px;

}

.h3-navbar .navbar .navbar-nav>li>a {

	padding: 0px 12px;

	line-height: 60px;

	position: relative;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 700;

	color: #333333;

}

.h3-navbar .navbar .navbar-nav>li>a:after {

	position: absolute;

	left: 0;

	top: -1px;

	width: 0;

	height: 3px;

	background: #d7d7d7;

	content: "";

}

.h3-navbar .nav .open>a, .h3-navbar .nav .open>a:focus, .h3-navbar .nav .open>a:hover, .h3-navbar .nav>li>a:focus, .h3-navbar .nav>li>a:hover, .h3-navbar .navbar .navbar-nav>li>a:hover {

	background: none;

	color: #f54337;

}

.h3-navbar .navbar .navbar-nav>li>a:hover:after {

	width: 100%;

}

.h3-navbar .navbar .navbar-nav>li.open>a:after {

	width: 100%;

}

.h3-navbar .dropdown-menu {

	display: none;

	min-width: 220px;

	padding: 0;

	margin: 0;

	font-size: 14px;

	background: #fff;

	border: 0px;

	box-shadow: none;

	-webkit-box-shadow: none;

	border-radius: 0px;

}

.h3-navbar .dropdown-menu .sub-menu {

	display: none;

	min-width: 220px;

	padding: 0;

	margin: 0;

	font-size: 14px;

	background: #fff;

	border: 0px;

	box-shadow: none;

	-webkit-box-shadow: none;

	border-radius: 0px;

}

.h3-navbar .dropdown-menu .sub-menu a, .h3-navbar .dropdown-menu a {

	display: block;

	line-height: 40px;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 12px;

	border-bottom: 1px solid #eee;

	background: #fff;

	color: #444;

}

.h3-navbar .dropdown-menu a:hover {

	background: #eee;

	color: #f54337;

}

.h3-navbar ul.navbar-right {

	margin: 15px 0 0;

	padding: 0px;

	list-style: none;

	float: right;

}

.h3-navbar ul.navbar-right li {

	float: left;

	margin: 0 0 0 15px;

}

.h3-navbar ul.navbar-right li.search-form {

	width: 220px;

}

.h3-navbar .donate-btn a {

	background: #d94148;

	color: #fff;

	text-transform: uppercase;

	font-size: 12px;

	font-weight: 700;

	line-height: 30px;

	display: block;

	border-radius: 15px;

	padding: 0 20px;

}

.h3-navbar .navbar-form {

	padding: 0px;

	margin: 0px;

	height: 30px;

	border: 1px solid #e1e1e1;

	position: relative;

	box-shadow: none;

	-webkit-box-shadow: none;

	border-radius: 15px;

	padding: 0 12px;

	font-size: 12px;

}

.h3-navbar .navbar-form .form-control {

	border: 0px;

	width: 100%;

	box-shadow: none;

	outline: none;

	height: 30px;

	line-height: 30px;

	background: none;

}

.h3-navbar .navbar-form button {

	position: absolute;

	right: 0;

	top: 0;

	background: none;

	border: 0;

	line-height: 28px;

	padding: 0 12px;

	border-left: 1px solid #e1e1e1;

}

.h3-slider-caption {

	position: absolute;

	left: 0;

	width: 100%;

	top: 175px;

	text-align: left;

}

.h3-slider-caption strong {

	color: #fff;

	font-size: 60px;

	font-family: 'Montserrat', sans-serif;

	line-height: 70px;

	display: block;

	margin: 0 0 20px;

	text-shadow: 0 5px 10px rgba(0,0,0,.12);

}

.h3-slider-caption p {

	font-size: 24px;

	font-style: italic;

	color: #fff;

	line-height: 34px;

	margin: 0 0 30px;

}

.h3-slider-caption a {

	background: #d94148;

	color: #fff;

	font-family: 'Montserrat', sans-serif;

	font-size: 16px;

	text-transform: uppercase;

	font-weight: 600;

	line-height: 50px;

	display: inline-block;

	border-radius: 25px;

	padding: 0 35px;

	letter-spacing: 1px;

	box-shadow: 0 5px 10px rgba(0,0,0,.12);

}

.h3-slider-caption a:hover {

	background: #40407e;

	color: #fff;

}





/*********** City News Start ***********/



.city-news {

	background: #f7f7f7;

}

.title-style-3 {

	margin-bottom: 25px;

}

.title-style-3 h3 {

	margin: 0 0 15px;

	color: #333333;

	font-weight: 700;

}

.title-style-3 p {

	margin: 0px;

	color: #777777;

	font-size: 16px;

	font-style: italic;

	position: relative;

	padding-left: 21px;

}

.title-style-3 p:before {

	position: absolute;

	left: 0;

	top: 0;

	bottom: 0;

	margin: auto;

	width: 15px;

	height: 2px;

	background: #d94148;

	content: "";

}

.news-box {

	background: #fff;

	border-radius: 5px;

	overflow: hidden;

	box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);

}

.new-txt {

	padding: 20px;

}

.new-txt h6 {

	line-height: 26px;

	font-size: 20px;

	font-weight: 600;

	margin: 0 0 15px;

	letter-spacing: -.5px;

}

.new-txt h6 a {

	color: #222;

}

.new-txt h4 {

	line-height: 28px;

	font-size: 28px;

	font-weight: 700;

	margin: 0 0 15px;

}

.new-txt h4 a {

	color: #222;

}

.new-txt h5 {

	font-weight: 600;

	margin: 0 0 10px;

}

.new-txt p {

	color: #777777;

	line-height: 24px;

	margin: 0px;

	font-size: 16px;

}

.new-txt ul.news-meta {

	margin: 0 0 10px;

	padding: 0px;

	list-style: none;

	width: 100%;

	float: left;

}

.new-txt ul.news-meta li {

	float: left;

	font-size: 12px;

	color: #777;

	font-weight: 400;

	text-transform: uppercase;

}

.new-txt ul.news-meta li:after {

	content: "|";

	color: #cccccc;

	padding: 0 12px;

}

.new-txt li:last-child:after {

	display: none;

}

.new-thumb {

	position: relative;

	overflow: hidden;

}

.new-thumb img {

	width: 100%;

	height: auto;

	max-width: 100%;

}

.new-thumb:after {

	background: rgba(0,0,0,.50);

	width: 100%;

	height: 0%;

	position: absolute;

	left: 0;

	top: 0;

	content: "";

	z-index: 9;

	opacity: 0;

}

.new-thumb .cat {

	position: absolute;

	right: -3px;

	top: 20px;

	color: #fff;

	font-size: 12px;

	font-family: 'Montserrat', sans-serif;

	line-height: 22px;

	padding: 0 20px;

	border-radius: 3px;

	z-index: 99;

}

.news-box-f {

	border-top: 1px solid #eeeeee;

	overflow: hidden;

	line-height: 50px;

	color: #777777;

	font-style: italic;

	font-size: 14px;

	font-weight: 600;

	position: relative;

}

.news-box-f img {

	width: 30px;

	height: 30px;

}

.news-box:hover .news-box-f:after {

	width: 100%;

}

.news-box-f:after {

	position: absolute;

	left: 0;

	top: -1px;

	width: 0;

	height: 1px;

	background: #d94148;

	content: "";

}

.news-box-f img {

	border-radius: 100%;

	margin: 0 10px 0 25px;

}

.news-box-f a {

	float: right;

	border-left: 1px solid #eee;

	width: 54px;

	height: 50px;

	text-align: center;

	line-height: 50px;

	color: #bbbbbb;

}

.news-box:hover .new-thumb:after {

	height: 100%;

	opacity: 1;

}

.news-box:hover .news-box-f a {

	background: #d94148;

	color: #fff;

}

.news-box:hover .new-txt h6 a {

	color: #d94148;

}

.news-box:hover {

	box-shadow: 0px 10px 30px 0 rgba(0,0,0,.20);

}

.news-details .new-txt p {

	margin: 0 0 20px;

}

.news-details blockquote {

	width: 85%;

	background: #40407e;

	overflow: hidden;

	margin: 0 auto 20px;

	border: 0px;

	border-radius: 3px;

	padding: 25px;

	position: relative;

}

.news-details blockquote p {

	font-family: 'Montserrat', sans-serif;

	font-size: 20px;

	color: #fff;

	font-style: italic;

	line-height: 32px;

}

.single-post-tags {

	width: 100%;

	float: left;

	margin-bottom: 30px;

}

.single-post-tags a {

	display: inline-block;

	border: 1px solid #e1e1e1;

	background: #fff;

	color: #888888;

	font-size: 12px;

	font-weight: 500;

	line-height: 29px;

	padding: 0 20px;

	border-radius: 3px;

	margin-right: 3px;

}

.single-post-tags a:hover {

	background: #40407e;

	border-color: #40407e;

	color: #fff;

}

.about-post-author {

	background: #f5f5f5;

	border-radius: 3px;

	width: 100%;

	float: left;

	position: relative;

	padding: 30px 30px 30px 145px;

	margin-bottom: 50px;

}

.about-post-author h5 {

	font-weight: 700;

}

.news-details .about-post-author p {

	margin: 0px;

}

.about-post-author img {

	width: 100px;

	height: 100px;

	border-radius: 100%;

	position: absolute;

	left: 30px;

	top: 30px;

}

.post-comments {

	width: 100%;

	float: left;

}

ul.comments {

	width: 100%;

	float: left;

	padding: 0px;

	margin: 0px;

	list-style: none;

}

ul.comments .comment {

	width: 100%;

	float: left;

	margin-bottom: 25px;

	position: relative;

	padding-left: 85px;

}

.user-thumb {

	position: absolute;

	left: 0;

	top: 0;

	width: 70px;

	height: 70px;

	overflow: hidden;

}

.user-thumb img {

	width: 100%;

	height: auto;

	border-radius: 100%;

}

ul.post-time {

	position: absolute;

	right: 0;

	top: 5px;

	margin: 0px;

	padding: 0px;

	list-style: none;

}

ul.post-time li {

	float: left;

	margin-left: 10px;

	color: #888888;

	font-size: 14px;

}

ul.post-time a {

	color: #888888;

}

ul.post-time a i {

	color: #40407e;

	font-size: 12px;

}

.user-comments {

	float: left;

	width: 100%;

	border-bottom: 1px solid #dddddd;

	padding-bottom: 21px;

}

.user-comments h6 {

	margin-bottom: 10px;

}

.user-comments p {

	font-size: 14px;

	line-height: 24px;

	margin: 0px;

}

.child-comments {

	width: 100%;

	float: left;

	margin: 25px 0 0;

	list-style: none;

	padding: 0px;

}

.clinks, .clinks a {

	color: #919da6;

}

.child-comments .user-comments {

	padding-right: 20px;

}

.aname {

	display: inline-block;

}

span.ctime {

	font-size: 12px;

	color: #919da6;

}

ul.rep-comments {

	width: 85%;

	background: #fff;

	border-radius: 5px;

	float: left;

	padding: 0px;

	list-style: none;

	margin: 20px 0 0 68px;

	padding: 20px;

}

.comment-form {

	width: 100%;

	float: left;

	padding: 30px;

}

.comment-form h3 {

	margin-bottom: 20px;

}

.comment-form ul {

	padding: 0px;

	margin: 0px;

	list-style: none;

}

.comment-form input.form-control {

	border: 2px solid #cdd4d9;

	border-radius: 5px;

	padding: 0 20px;

	height: 52px;

	line-height: 48px;

	color: #cdd4d9;

	margin-bottom: 20px;

	box-shadow: none;

}

.comment-form textarea {

	width: 100%;

	border: 2px solid #e1e1e1;

	border-radius: 5px;

	padding: 20px;

	margin-bottom: 5px;

	box-shadow: none;

}

.comment-form button.submit {

	background: #0a2c55;

	color: #fff;

	text-align: center;

	height: 50px;

	line-height: 50px;

}

.related-posts {

	width: 100%;

	float: left;

	margin: 30px 0;

}

.related-posts ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.rel-box {

	background: #f5f5f5;

	border: 1px solid #e1e1e1;

	border-radius: 3px;

	padding: 15px;

	width: 100%;

	float: left;

}

.rel-box h6 {

	margin-bottom: 15px;

	font-size: 18px;

}

.rel-box a {

	color: #333;

	line-height: 28px;

}

.rel-box ul.news-meta li {

	line-height: 28px;

}

.post-comments-form {

	width: 100%;

	float: left;

	margin:0 0 30px;

}

.post-comments-form ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

.post-comments-form input[type="text"] {

	width: 100%;

	border: 1px solid #cccccc;

	line-height: 48px;

	font-size: 16px;

	border-radius: 3px;

	padding: 0 20px;

}

.post-comments-form textarea {

	width: 100%;

	border: 1px solid #cccccc;

	line-height: 28px;

	font-size: 16px;

	border-radius: 3px;

	padding: 10px 20px;

	min-height: 150px;

	margin: 10px 0 5px;

}

.post-comments-form input[type="submit"] {

	width: 100%;

	border: 0;

	line-height: 48px;

	font-size: 14px;

	border-radius: 3px;

	text-align: center;

	background: #40407e;

	color: #fff;

	text-transform: uppercase;

	font-weight: 700;

}

.post-comments-form input[type="submit"]:hover {

	background: #3949ab;

	color: #fff;

}

.news-box.new-txt .rel-box h6 a:hover, .rel-box a:hover {

	color: #d32f2f;

}

.post-comments-form .row {

	margin-left: -5px;

	margin-right: -5px;

}

.news-box:hover .new-txt .rel-box h6 a {

	color: #222;

}

/*********** City News End ***********/



/******** + ========== + News Start + ========== + ********/



.news-grid .news-box {

	margin-bottom: 30px;

}

.image-post .news-post-txt .news-meta {

	position: absolute;

	bottom: 25px;

}

.news-full .news-box {

	margin-bottom: 40px;

}

.news-full .news-box:hover .new-thumb a {

	left: 0;

	opacity: 1;

}

.news-full .new-txt h6 {

	font-size: 24px;

	line-height: 28px;

}

/******** + ========== + News End + ========== + ********/


